Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.polynomial.legendre.Legendre.cast
...numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre numpy.polynomial.legendre.Legendre.cast...
- numpy.polynomial.legendre.Legendre.cast (Python method, in numpy.polynomial.legendre.Legendre.cast)
numpy.polynomial
...– Create a copy of p Conversion Methods for converting a polynomial instance of one kind to another. p.cast(Poly) – Convert p to instance of kind Poly p.convert(Poly) – Convert p to instance of kind Poly or map between d...
- NumPy 1.6.0 Release Notes
...with general memory layouts different from C or Fortran contiguous, and handles both standard NumPy and customized broadcasting. The buffering, automatic data type conversion, and optional output parameters, offered by ufuncs but difficult...
- numpy.polynomial.legendre.Legendre.cast
...numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre numpy.polynomial.legendre.Legendre.cast...
- Using the convenience classes
...isn’t always convenient to explicitly use Polynomial instances, so tuples, lists, arrays, and scalars are automatically cast in the arithmetic operations: >>> p + [1, 2, 3] Polynomial([2., 4., 6.], domain=[-1., 1.], window=[-1., 1.], symb...