-
Evaluate a 3-D Hermite_e series at points (x,y,z) in Python
-
Differentiate a Legendre series and multiply each differentiation by a scalar in Python
-
Integrate a Legendre series and set the integration constant in Python
-
Integrate a Legendre series and set the lower bound of the integral in Python
-
Integrate a Legendre series and multiply the result by a scalar before the integration constant is added in Python
-
Return the Norm of the vector over axis 1 in Linear Algebra in Python
-
Return the Norm of the vector over axis 0 in Linear Algebra in Python
-
Return the Norm of the matrix or vector in Linear Algebra and also set the order in Python
-
Return the Norm of the matrix over axis in Linear Algebra in Python
-
Return the Frobenius Norm of the matrix in Linear Algebra in Python
-
Return the Nuclear Norm of the matrix in Linear Algebra in Python
-
Generate a Vandermonde matrix of the Hermite_e polynomial with float array of points in Python
-
Generate a Vandermonde matrix of the Hermite_e polynomial with complex array of points in Python
-
Integrate a Legendre series over specific axis in Python
-
Integrate a Legendre series over axis 1 in Python
-
Evaluate a Hermite_e series at points x broadcast over the columns of the coefficient in Python
-
Generate a Legendre series with given complex roots in Python
-
Compute the roots of a Legendre series in Python
-
Compute the roots of a Legendre series with given complex roots in Python
-
Generate a Vandermonde matrix of the Legendre series in Python