-
Integrate a Legendre series in Python
-
Integrate a Legendre series and set the order of integration in Python
-
Multiply one Hermite_e series to another in Python
-
Divide one Hermite_e series by another in Python
-
Evaluate a 2-D Hermite_e series at points (x,y) with 1D array of coefficient in Python
-
Evaluate a 3-D Hermite_e series at points (x,y,z) with 2D array of coefficient in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y, z floating array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y, z complex array of points in Python
-
Evaluate a 2-D Hermite_e series on the Cartesian product of x and y in Python
-
Evaluate a 2-D Hermite_e series on the Cartesian product of x and y with 3d array of coefficient in Python
-
Differentiate a Legendre series with multidimensional coefficients over specific axis in Python
-
Differentiate a Legendre series with multidimensional coefficients over axis 1 in Python
-
Differentiate a Hermite_e series and multiply each differentiation by a scalar in Python
-
Evaluate a Legendre series at tuple of points x in Python
-
Integrate a Hermite_e series and set the lower bound of the integral in Python
-
Integrate a Hermite_e series over specific axis in Python
-
Return the scaled companion matrix of a 1-D array of Legendre polynomial coefficients in Python
-
Get the Least squares fit of Legendre series to data in Python
-
Remove small trailing coefficients from Legendre polynomial in Python
-
Integrate a Hermite_e series and set the order of integration in Python