generalMatrix-class | R Documentation |
Virtual class of “general” matrices; i.e., matrices that do not have a known property such as symmetric, triangular, or diagonal.
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.