Class "generalMatrix" of General Matrices
Virtual class of general matrices; i.e., matrices that do not have a known property such as symmetric, triangular, or diagonal.
class
A virtual Class: No objects may be created from it.
Dim, Dimnames
: inherited from virtual class Matrix
.factors
: a list of MatrixFactorization
objects caching factorizations of the matrix. Typically, it is initialized as an empty list and updated automagically whenever a factorization is computed.Class "Matrix"
, directly.
Virtual classes symmetricMatrix
, triangularMatrix
, and diagonalMatrix
.
Useful links