Learn R Programming

Matrix (version 1.7-6)

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

See Also

The virtual classes Matrix, dMatrix, and dsparseMatrix.

Examples

Run this code
showClass("ddenseMatrix")

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

Run the code above in your browser using DataLab