https://github.com/cran/Matrix
Revision f32e9a929f75675c4ff4c952fa0236609d12daf4 authored by Douglas Bates on 03 February 2002, 00:00:00 UTC, committed by Gabor Csardi on 03 February 2002, 00:00:00 UTC
1 parent fac8fe7
Raw File
Tip revision: f32e9a929f75675c4ff4c952fa0236609d12daf4 authored by Douglas Bates on 03 February 2002, 00:00:00 UTC
version 0.3-22
Tip revision: f32e9a9
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
asObject                Assign or Modify the Class of an Object
det                     Calculate the Determinant of a Matrix
diagDet                 Determinant of triangular matrices
eigen                   Spectral Decomposition of a Matrix
expand                  Expand a Decomposition into Factors
facmul                  Multiplication by Decomposition Factors
hilbert                 Generate a Hilbert matrix
lu.Matrix               Triangular (LU) Decomposition of a 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
solve.Matrix            Solve a System of Equations
unpack                  Full Storage Representation of Packed Matrices
back to top