Polynomials#
Power Series (cupy.polynomial.polynomial
)#
Misc Functions#
|
Computes the Vandermonde matrix of given degree. |
Computes the companion matrix of c. |
|
|
Evaluate a polynomial at points x. |
|
Evaluate a polynomial specified by its roots at points x. |
Polyutils#
Functions#
|
Returns argument as a list of 1-d arrays. |
|
Removes small polynomial series coefficients. |
|
Removes small trailing coefficients from a polynomial. |
Poly1d#
Basics#
|
A one-dimensional polynomial class. |
|
Computes the coefficients of a polynomial with the given roots sequence. |
|
Evaluates a polynomial at specific values. |
|
Computes the roots of a polynomial with given coefficients. |
Fitting#
|
Returns the least squares fit of polynomial of degree deg to the data y sampled at x. |
Arithmetic#
|
Computes the sum of two polynomials. |
|
Computes the difference of two polynomials. |
|
Computes the product of two polynomials. |