-
Generate a Vandermonde matrix of the Hermite polynomial with complex array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite polynomial in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite polynomial with float array of points coordinates in Python
-
Remove small trailing coefficients from Laguerre polynomial in Python
-
Convert a Laguerre series to a polynomial in Python
-
Convert a polynomial to Laguerre series in Python
-
Add one Legendre series to another in Python
-
Subtract one Legendre series from another in Python
-
Multiply a Legendre series by an independent variable in Python
-
Multiply one Legendre series to another in Python
-
Divide one Legendre series by another in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y, z sample points in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y, z floating array of points in Python
-
Integrate a Hermite series in Python
-
Raise a Legendre series to a power in Python
-
Evaluate a Legendre series at points x in Python
-
Evaluate a Legendre series at points x broadcast over the columns of the coefficient in Python
-
Evaluate a Legendre series at array of points x in Python
-
Evaluate a 3D Legendre series at points (x, y, z) in Python
-
Evaluate a 3D Legendre series at points (x,y,z) with 4D array of coefficient in Python