lgeMatrix-class {Matrix} | R Documentation |
This is the class of general dense logical
matrices.
x
:"logical"
. The logical
values that constitute the matrix, stored in column-major order.Dim
,Dimnames
:"integer"
) and corresponding names (or NULL
), see the
Matrix-class
.factors
:"list"
. A named
list of factorizations that have been computed for the matrix.
Class "ldenseMatrix"
, directly.
Class "lMatrix"
, by class "ldenseMatrix"
.
Class "denseMatrix"
, by class "ldenseMatrix"
.
Class "Matrix"
, by class "ldenseMatrix"
.
Class "Matrix"
, by class "ldenseMatrix"
.
Currently, mainly t()
and coercion methods (for
as(.)
); use, e.g.,
showMethods(class="lgeMatrix")
for details.
Non-general logical dense classes such as
ltrMatrix-class
, or lsyMatrix-class
;
sparse logical matrices such as lgCMatrix-class
.
showClass("lgeMatrix") str(new("lgeMatrix"))