Math#
Return the element-by-element absolute value(s) of X. |
|
The inverse cosine function. |
|
The inverse hyperbolic cosine function. |
|
Return the element-by-element sum of X and Y. |
|
The inverse sine (arcsine) function. |
|
The inverse hyperbolic sine function. |
|
The inverse tangent (arctan) function. |
|
The inverse hyperbolic tangent function. |
|
Return the square root of X. |
|
Conduct Cholesky decomposition of a symmetric positive-definite matrix. |
|
Clips X to specified range. |
|
Clips X to specified range. |
|
Apply the function of cos to X. |
|
The hyperbolic cosine function. |
|
Return the derivative of func of order n at X. |
|
If X is a vector, return a diagonal matrix. |
|
Return the determinant of matrix X. |
|
Return element-by-element division of X by Y. |
|
Calculate the eigenvalues and eigenvectors of A. |
|
Apply the exponential function to all elements of X. |
|
Return 2 raised to the power of X. |
|
Return exp(X)-1. |
|
Calculate the Gram matrix of the selected columns in the given table. |
|
This function converts a matrix of full column rank into an orthogonal matrix. |
|
If both X and Y are sets, return the intersection of the two sets. |
|
Return the integral of func from start to end. |
|
Return the inverse matrix of X if it is invertible. |
|
If init, coeffs and input are all scalars, return a geometric sequence [init*coeffs, init*coeffs^2, init*coeffs^3, …]. |
|
If Y is not specified: return the natural logarithm of X. |
|
Return log(1+X). |
|
Return the logarithm of X to the base 10. |
|
Return the logarithm of X to the base 2. |
|
Compute pivoted LU decomposition of a matrix. |
|
Mod means modulus. |
|
Return the element-by-element product of X and Y. |
|
Return the negative of X. |
|
Raise all elements of X to the power of Y. |
|
Perform the QR decomposition of a matrix. |
|
Returns element-by-element ratio of X to Y. |
|
Return element-by-element reciprocal of X. |
|
Create a large matrix consisting of a rowRep-by-colRep tiling of copies of X. |
|
Compute the Schur decomposition of a square matrix. |
|
Detect the sign bit of the input value. |
|
Return 1 if X is positive; 0 if X is 0; -1 if X is negative; NULL if X is null. |
|
The sine function. |
|
The hyperbolic sine function. |
|
Return the square of X. |
|
Return the square root of each element in X. |
|
Return the result of element-by-element subtracting Y from X. |
|
Perform the singular decomposition of a matrix. |
|
Return the union of two sets minus the intersection of the two sets. |
|
The tangent function. |
|
The hyperbolic tangent function. |
|
If k is not specified: return the lower triangular portion of matrix X. |
|
If k is not specified: return the upper triangular portion of matrix X. |