-
Evaluate a 2D Legendre series at points (x, y) with 1D array of coefficient in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite_e polynomial with complex array of points coordinates in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite_e polynomial and x, y, z sample points in Python
-
Evaluate a 2D Legendre series on the Cartesian product of x and y with 3d array of coefficient in Python
-
Evaluate a 2D Legendre series on the Cartesian product of x and y with 1d array of coefficient in Python
-
Convert a Legendre series to a polynomial in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite_e polynomial in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite_e polynomial with float array of points coordinates in Python
-
Differentiate a Hermite_e series, set the derivatives and multiply each differentiation by a scalar in Python
-
Integrate a Hermite_e series in Python
-
Evaluate a 3D Legendre series on the Cartesian product of x, y and z in Python
-
Evaluate a 3D Legendre series on the Cartesian product of x, y and z with 4d array of coefficient in Python
-
Evaluate a Legendre series at list of points x in Python
-
Evaluate a 2D Legendre series at points (x, y) in Python
-
Evaluate a 2D Legendre series at points (x, y) with 3D array of coefficient in Python
-
How to perform the Integer division operation of a pandas Series by a Python list?
-
Evaluate a 3-D Hermite_e series on the Cartesian product of x, y and z with 2d array of coefficient in Python
-
Evaluate a 3D Legendre series on the Cartesian product of x, y and z with 2d array of coefficient in Python
-
Differentiate a Legendre series in Python
-
Evaluate a Hermite_e series at tuple of points x in Python