-
Generate a Vandermonde matrix of the Chebyshev polynomial with complex array of points in Python
-
Generate a pseudo Vandermonde matrix of the Chebyshev polynomial in Python
-
Integrate a polynomial and multiply the result by a scalar before the integration constant is added in Python
-
Generate a monic polynomial with given roots in Python
-
Evaluate a polynomial specified by its roots at points x in Python
-
Generate pseudo Vandermonde matrix of Chebyshev polynomial with float array of points coordinates in Python
-
Evaluate a 3-D polynomial at points (x, y, z) with 4D array of coefficient in Python
-
Evaluate a 2-D polynomial on the Cartesian product of x and y in Python
-
Evaluate a 2-D polynomial on the Cartesian product of x and y with 3d array of coefficient in Python
-
Differentiate a polynomial and multiply each differentiation by a scalar in Python
-
Differentiate a polynomial with multidimensional coefficients over specific axis in Python
-
Generate a pseudo Vandermonde matrix of Chebyshev polynomial and x, y, z floating array of points in Python
-
Evaluate a 2-D polynomial on the Cartesian product of x and y with 1d array of coefficient in Python
-
Integrate using the composite trapezoidal rule in Python
-
Return the gradient of an N-dimensional array and specify edge order in Python
-
Generate a Pseudo Vandermonde matrix of Hermite polynomial and x, y, z floating array of points in Python
-
Calculate the n-th discrete difference over given axis in Python
-
Calculate the n-th discrete difference over axis 1 in Python
-
Return the multiple vector cross product of two vectors and change the orientation of the result in Python
-
Return a boolean array which is True where the string element in array starts with prefix in Python