array.mult              Array multiplication
bracket.prod            Bracket product
comm.info               Compact information to construct the
                        commutation matrix
comm.prod               Matrix multiplication envolving the commutation
                        matrix
commutation             Commutation matrix
constructX              Reconstruct the L, U, or X Matrices from an LU
                        object
dupl.cross              Matrix crossproduct envolving the duplication
                        matrix
dupl.info               Compact information to construct the
                        duplication matrix
dupl.prod               Matrix multiplication envolving the duplication
                        matrix
duplication             Duplication matrix
equilibrate             Column equilibration of a rectangular matrix
hadamard                Hadamard product of two matrices
lu                      The LU factorization of a square matrix
lu2inv                  Inverse from LU factorization
matrix.inner            Compute the inner product between two
                        rectangular matrices
matrix.norm             Compute the norm of a rectangular matrix
minkowski               Computes the p-norm of a vector
power.method            Power method to approximate dominant eigenvalue
                        and eigenvector
sherman.morrison        Sherman-Morrison formula
sweep.operator          Gauss-Jordan sweep operator for symmetric
                        matrices
symm.info               Compact information to construct the
                        symmetrizer matrix
symm.prod               Matrix multiplication envolving the symmetrizer
                        matrix
symmetrizer             Symmetrizer matrix
vec                     Vectorization of a matrix
vech                    Vectorization the lower triangular part of a
                        square matrix
