Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.polynomial.legendre.Legendre.trim
...numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre numpy.polynomial.legendre.Legendre.trim...
- numpy.polynomial.legendre.Legendre.trim (Python method, in numpy.polynomial.legendre.Legendre.trim)
numpy.polynomial
...rms() – Return the parameters for the linear mapping between domain and window. p.roots() – Return the roots of p. p.trim() – Remove trailing coefficients. p.cutdeg(degree) – Truncate p to given degree p.truncate(size) – Truncate p t...
- numpy.polynomial.legendre.Legendre.degree
...ly) 1.0 + 7.0·x + 4.0·x² >>> poly.degree() 2 Note that this method does not check for non-zero coefficients. You must trim the polynomial to remove any trailing zeroes: >>> poly = np.polynomial.Polynomial([1, 7, 0]) >>> print(poly) 1.0 +...
- numpy.polynomial.legendre.Legendre.trim
...numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre numpy.polynomial.legendre.Legendre.trim...
- numpy.polynomial.legendre.legtrim
...Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.legtrim...
- numpy.polynomial.legendre.legtrim (Python function, in numpy.polynomial.legendre.legtrim)