O
Function
Purpose Statement
OPERATORS:
 
   .h.
Computes transpose and conjugate transpose of a matrix.
   .hx.
Computes matrix-vector and matrix-matrix products.
   .i.
Computes the inverse matrix, for square non-singular matrices.
   .ix.
Computes the inverse matrix times a vector or matrix for square non-singular matrices.
   .t.
Computes transpose and conjugate transpose of a matrix.
   .tx.
Computes matrix-vector and matrix-matrix products.
   .x.
Computes matrix-vector and matrix-matrix products.
   .xh.
Computes matrix-vector and matrix-matrix products.
   .xi.
Computes the inverse matrix times a vector or matrix for square non-singular matrices.
   .xt.
Computes matrix-vector and matrix-matrix products.
Orthogonalizes the columns of a rank-2 or rank-3 array.