-
Evaluate a 2-D Laguerre series on the Cartesian product of x and y with 1d array of coefficient in Python
-
Integrate a Hermite series over axis 0 in Python
-
Integrate a Chebyshev series over specific axis in Python
-
Integrate a Chebyshev series over axis 0 in Python
-
Integrate a Chebyshev series over axis 1 in Python
-
Generate a Hermite series with given roots in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite polynomial with complex array of points coordinates in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite polynomial and x, y, z sample points in Python
-
Subtract one Laguerre series from another in Python
-
Multiply a Laguerre series by an independent variable in Python
-
Multiply one Laguerre series to another in Python
-
Divide one Laguerre series by another in Python
-
Raise a Laguerre series to a power in Python
-
Evaluate a Laguerre series at points x in Python
-
Evaluate a Laguerre series at points x when coefficients are multi-dimensional in Python
-
Evaluate a Laguerre series at points x and the shape of the coefficient array extended for each dimension of x in Python
-
Evaluate a 2-D Laguerre series on the Cartesian product of x and y with 3d array of coefficient in Python
-
Evaluate a 3-D Laguerre series on the Cartesian product of x, y and z with 2d array of coefficient in Python
-
Differentiate a Laguerre series in Python
-
Differentiate a Laguerre series with multidimensional coefficients in Python