-
Return the gradient of an N-dimensional array over axis 1 in Python
-
Test whether similar data types of different sizes are not subdtypes of each other in Python
-
Test whether int datatype of different sizes are not subdtypes of each other in Python
-
Test whether float datatype of different sizes are not subdtypes of each other in Python
-
Determine if the type in the first argument is a subclass of second in Python
-
Get the Kronecker product of arrays with 4D and 3D dimensions in Python
-
Return the Cholesky decomposition in Linear Algebra in Python
-
Compute the eigenvalues of a complex Hermitian or real symmetric matrix in Python
-
Return the Norm of the matrix or vector in Linear Algebra in Python
-
Compute the condition number of a matrix in linear algebra using Frobenius norm in Python
-
Change the real part of the complex argument in Python
-
Calculate the n-th discrete difference for unsigned integer arrays in Python
-
Return the gradient of an N-dimensional array in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite polynomial and x, y, z complex array of points in Python
-
Return the scaled companion matrix of a 1-D array of Hermite series coefficients in Python
-
Return the cross product of two (arrays of) vectors in Python
-
Integrate along axis 1 using the composite trapezoidal rule in Python
-
Integrate along axis 0 using the composite trapezoidal rule in Python
-
Return a description for the given data type code in Python
-
Return the string representation of a scalar dtype in Python