Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
Matrix (version 1.2-5)
dgeMatrix-class: Class "dgeMatrix" of Dense Numeric (S4 Class) Matrices
Description
A general numeric dense matrix in the S4 Matrix representation.
dgeMatrix
is the
standard
class for dense numeric matrices in the
Matrix
package.
Arguments
Objects from the Class
Objects can be created by calls of the form
new("dgeMatrix", ...)
or, more commonly, by coercion from the
Matrix
class (see
Matrix
) or by
Matrix
(..)
.
See Also
Classes
Matrix
,
dtrMatrix
, and
dsyMatrix
.