Class "ngeMatrix" of General Dense Nonzero-pattern Matrices
ngeMatrix-class.RdThis is the class of general dense nonzero-pattern
matrices, see nMatrix.
Slots
x:Object of class
"logical". The logical values that constitute the matrix, stored in column-major order.Dim,Dimnames:The dimension (a length-2
"integer") and corresponding names (orNULL), see theMatrixclass.factors:Object of class
"list". A named list of factorizations that have been computed for the matrix.
Extends
Class "ndenseMatrix", directly.
Class "lMatrix", by class "ndenseMatrix".
Class "denseMatrix", by class "ndenseMatrix".
Class "Matrix", by class "ndenseMatrix".
Class "Matrix", by class "ndenseMatrix".
Methods
Currently, mainly t() and coercion methods (for
as(.)); use, e.g.,
showMethods(class="ngeMatrix") for details.
Examples
showClass("ngeMatrix")
#> Class "ngeMatrix" [package "Matrix"]
#>
#> Slots:
#>
#> Name: Dim Dimnames x factors
#> Class: integer list logical list
#>
#> Extends:
#> Class "unpackedMatrix", directly
#> Class "ndenseMatrix", directly
#> Class "generalMatrix", directly
#> Class "nMatrix", by class "ndenseMatrix", distance 2
#> Class "denseMatrix", by class "ndenseMatrix", distance 2
#> Class "Matrix", by class "generalMatrix", distance 2
## "lgeMatrix" is really more relevant