-
Evaluate a Hermite_e series at list of points x in Python
-
Evaluate a Hermite_e series at points x with multidimensional coefficient array in Python
-
Evaluate a 3D Laguerre series at points (x,y,z) in Python
-
Evaluate a 3D Laguerre series at points (x,y,z) with 4D array of coefficient in Python
-
Evaluate a 2D Laguerre series at points (x,y) with 1D array of coefficient in Python
-
Evaluate a 2-D Hermite_e series at points (x,y) in Python
-
Evaluate a 2-D Hermite_e series at points (x,y) with 3D array of coefficient in Python
-
Differentiate a Legendre series with multidimensional coefficients in Python
-
Evaluate a Legendre series at multidimensional array of points x in Python
-
Differentiate a Legendre series and set the derivatives in Python
-
Raise a Hermite_e series to a power in Python
-
Multiply one Chebyshev series to another in Python
-
Evaluate a Hermite_e series at array of points x in Python
-
Divide one Chebyshev series by another in Python
-
Raise a Chebyshev series to a power in Python
-
Evaluate a Chebyshev series at points x in Python
-
Evaluate a Chebyshev series at points x when coefficients are multi-dimensional in Python
-
Evaluate a 2-D Chebyshev series at points (x, y) with 3D array of coefficient in Python
-
Evaluate a 3-D Chebyshev series at points (x, y, z) in Python
-
Evaluate a 3-D Chebyshev series at points (x, y, z) with 4D array of coefficient in Python