-
Evaluate a Hermite series at array of points x in Python
-
Evaluate a 2-D Chebyshev series on the Cartesian product of x and y in Python
-
Evaluate a 2-D Chebyshev series on the Cartesian product of x and y with 3d array of coefficient in Python
-
Evaluate a 3-D polynomial on the Cartesian product of x, y, z with 4d array of coefficient in Python
-
Evaluate a 3-D polynomial on the Cartesian product of x, y, z with 2d array of coefficient in Python
-
Differentiate a polynomial in Python
-
Generate a Pseudo-Vandermonde matrix of given degree in Python
-
Subtract one Hermite series from another in Python
-
Evaluate a Hermite series at points x and the shape of coefficient array extended for each dimension of x in Python
-
Generate a Pseudo-Vandermonde matrix of given degree with float array of points coordinates in Python
-
Differentiate a Chebyshev series with multidimensional coefficients over specific axis in Python
-
Differentiate a Chebyshev series with multidimensional coefficients over axis 1 in Python
-
Generate a Pseudo-Vandermonde matrix of given degree with complex array of points coordinates in Python
-
Generate a pseudo Vandermonde matrix of the Chebyshev polynomial and x, y, z sample points in Python
-
Differentiate a polynomial with multidimensional coefficients in Python
-
Differentiate a polynomial and set the derivatives in Python
-
Return the scaled companion matrix of a 1-D array of Chebyshev series coefficients in Python
-
Get the Least squares fit of Chebyshev series to data in Python
-
Multiply a Hermite series by an independent variable in Python
-
Multiply one Hermite series to another in Python