powered by
This is the virtual class of all dense numeric (i.e., double, hence “ddense”) S4 matrices.
Its most important subclass is the dgeMatrix class.
dgeMatrix
Class "dMatrix" directly; class "Matrix", by the above.
"dMatrix"
"Matrix"
the same slots at its subclass dgeMatrix, see there.
Most methods are implemented via as(*, "generalMatrix") and are mainly used as “fallbacks” when the subclass doesn't need its own specialized method.
as(*, "generalMatrix")
Use showMethods(class = "ddenseMatrix", where = "package:Matrix") for an overview.
showMethods(class = "ddenseMatrix", where = "package:Matrix")
The virtual classes Matrix, dMatrix, and dsparseMatrix.
Matrix
dMatrix
dsparseMatrix
showClass("ddenseMatrix") showMethods(class = "ddenseMatrix", where = "package:Matrix")
Run the code above in your browser using DataLab