Class "generalMatrix" of General Matrices
generalMatrix-class.RdVirtual class of “general” matrices; i.e., matrices that do not have a known property such as symmetric, triangular, or diagonal.
Slots
Dim, Dimnamesinherited from virtual class
Matrix.factorsa list of
MatrixFactorizationobjects caching factorizations of the matrix. Typically, it is initialized as an empty list and updated “automagically” whenever a factorization is computed.
See also
Virtual classes
symmetricMatrix,
triangularMatrix, and
diagonalMatrix.