Linear Algebra Operators and Generic Functions
Routines
Operators
Computes matrix-matrix or matrix-vector product
.x.Computes transpose matrix-matrix product
.tx.Computes matrix- transpose matrix product
.xt.Computes conjugate transpose matrix-matrix product
.hx.Computes matrix-conjugate transpose matrix product
.xh.Computes the transpose of a matrix
.t.Computes conjugate transpose of a matrix
.h.Computes the inverse matrix.
.i.Computes inverse matrix-matrix product
.ix.Computes matrix-inverse matrix product
.xi.Functions
Computes the Cholesky factorization of a positive-definite,
symmetric or self-adjoint matrix
CHOLComputes the condition number of a matrix
CONDComputes the determinant of a rectangular matrix
DETConstructs a square diagonal matrix
DIAGExtracts the diagonal terms of a matrix
DIAGONALSComputes the eigenvalue-eigenvector decomposition of
an ordinary or generalized eigenvalue problem
EIGCreates the identity matrix
EYEComputes the Discrete Fourier Transform of one complex sequence.
FFTDiscrete Fourier Transform of several complex or real sequences
FFT_BOXComputes the inverse of the Discrete Fourier Transform of
one complex sequence
IFFTComputes the inverse Discrete Fourier Transform of several complex
or real sequences
IFFT_BOXReturns the value for NaN
NaNComputes the norm of an array
NORMOrthogonalizes the columns of a matrix
ORTHGenerates random numbers
RANDComputes the mathematical rank of a matrix
RANKComputes the singular value decomposition of a matrix
SVDNormalizes the columns of a matrix.
UNIT