| denseMatrix-class {Matrix} | R Documentation |
This is the virtual class of all dense (S4) matrices.
It is the direct superclass of
ddenseMatrix-class,
ldenseMatrix-class
class "Matrix" directly.
exactly those of its superclass "Matrix", i.e.,
factors:"list" - a list
of factorizations of the matrix.Dim:"integer"Dimnames:"list" of length 2,
see Matrix-class.
Use showMethods(class = "denseMatrix", where =
"package:Matrix") for an overview of methods.
Extraction ("[") methods,
see [-methods.
Its superclass Matrix-class,
and main subclasses,
ddenseMatrix-class
sparseMatrix-class
showClass("denseMatrix")