Search
Search Results
Search finished, found 4 page(s) matching the search query.
- numpy.polynomial.legendre.Legendre.cutdeg
- numpy.polynomial.legendre.Legendre.cutdeg (Python method, in numpy.polynomial.legendre.Legendre.cutdeg)
numpy.polynomial
...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 to given size Configuration numpy.polyno...
- numpy.polynomial.legendre.Legendre.cutdeg