nMatrix-class {Matrix}R Documentation

Class "nMatrix" of Non-zero Pattern Matrices

Description

The lMatrix class is the virtual “mother” class of all non-zero pattern matrices in the Matrix package.

Slots

Common to all matrix object in the package:

Dim:
Object of class "integer" - the dimensions of the matrix - must be an integer vector with exactly two non-negative values.
Dimnames:
list of length two; each component containing NULL or a character vector length equal the corresponding Dim element.

Methods

coerce
signature(from = "nMatrix", to = "matrix"): ...

See Also

Matrix.

Examples

 showClass("nMatrix")


[Package Matrix version 0.999375-4 Index]