symmetricMatrix-class: Virtual Class of Symmetric Matrices in package:Matrix
Description
The virtual class of symmetric matrices, "symmetricMatrix",
from the package Matrix contains numeric and logical, dense and
sparse matrices, e.g., see the examples.
The main use is in methods (and C functions) that can deal with
all symmetric matrices.
Arguments
Extends
Class "Matrix", directly.
Methods
There's a C function symmetricMatrix_validity()
called by the internal validity checking functions.
See Also
Classes triangularMatrix, and, e.g.,
dsyMatrix for numeric dense matrices, or
lsCMatrix for a logical sparse matrix class.