https://github.com/cran/Matrix
Raw File
Tip revision: ed19d65fc736e3cc20591ffd9397ad51de958799 authored by Douglas Bates on 15 July 2000, 00:00:00 UTC
version 0.2-1
Tip revision: ed19d65
INDEX
Hermitian.test           Test a Matrix for Conjugate Symmetry
LowerTriangular.test     Test a Matrix for Triangularity
Matrix                   Construct a Classed Matrix
Matrix.class             Determine the subclass of a Matrix
Orthonormal.test         Check for Orthogonality or Orthonormality
SVD                      Singular Value Decomposition of a Matrix
det                      Calculate the Determinant of a Matrix
expand                   Expand a Decomposition into Factors
facmul                   Multiplication by Decomposition Factors
hilbert                  Generate a Hilbert matrix
lu                       Triangular Decomposition of a Square Matrix
norm                     Norm of a Matrix
rcond                    Estimate the Reciprocal Condition Number
schur                    Schur Decomposition of a Matrix
unpack                   Full Storage Representation of Packed Matrices
back to top