"triangularMatrix"
,
from the package The main use will be in methods (and C functions) that can deal with all triangular matrices.
"Matrix"
, directly.triangularMatrix_validity()
called by the internal validity checking functions.symmetricMatrix
, and, e.g.,
dtrMatrix
for numeric dense matrices, or
ltCMatrix
for a logical sparse matrix
subclass of "triangularMatrix"
.showClass("triangularMatrix")
## The names of direct subclasses:
scl <- getClass("triangularMatrix")@subclasses
directly <- sapply(lapply(scl, slot, "by"), length) == 0
names(scl)[directly]
Run the code above in your browser using DataLab