-
Evaluate a 3-D Hermite series on the Cartesian product of x, y and z with 4d array of coefficient in Python
-
Evaluate a 3-D Hermite series on the Cartesian product of x, y and z with 2d array of coefficient in Python
-
Differentiate a Hermite series in Python
-
Differentiate a Hermite series with multidimensional coefficients in Python
-
Differentiate a Hermite series and set the derivatives in Python
-
Evaluate a Legendre series at points x when coefficients are multi-dimensional in Python
-
Evaluate a Legendre series at points x and the shape of the coefficient array extended for each dimension of x in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y, z complex array of points in Python
-
Evaluate a Laguerre series at tuple of points x in Python
-
Evaluate a Laguerre series at list of points x in Python
-
Evaluate a Laguerre series at points x with multidimensional coefficient array in Python
-
Integrate a Chebyshev series and multiply the result by a scalar before the integration constant is added in Python
-
Generate a Chebyshev series with given roots in Python
-
Integrate a Laguerre series in Python
-
Return the cumulative product of array elements over a given axis treating NaNs as one in Python
-
Return the cumulative product of array elements over axis 0 treating NaNs as one in Python
-
Compute the sign and natural logarithm of the determinant of an array in Python
-
Get the Outer product of two multidimensional arrays in Python
-
Get the Outer product of two One-Dimensional arrays in Python
-
Make a grid for computing a Mandelbrot set with outer product in Python