Matrix (version 1.2-17)

ddenseMatrix-class: Virtual Class "ddenseMatrix" of Numeric Dense Matrices

Description

This is the virtual class of all dense numeric (i.e., double, hence “ddense”) S4 matrices.

Its most important subclass is the '>dgeMatrix class.

Arguments

Extends

Class "dMatrix" directly; class "Matrix", by the above.

Slots

the same slots at its subclass '>dgeMatrix, see there.

Methods

Most methods are implemented via as(*, "dgeMatrix") and are mainly used as “fallbacks” when the subclass doesn't need its own specialized method.

Use showMethods(class = "ddenseMatrix", where = "package:Matrix") for an overview.

See Also

The virtual classes '>Matrix, '>dMatrix, and '>dsparseMatrix.

Examples

Run this code
# NOT RUN {
showClass("ddenseMatrix")

showMethods(class = "ddenseMatrix", where = "package:Matrix")
# }

Run the code above in your browser using DataCamp Workspace