The "ltrMatrix" class is the class of triangular, dense,
logical matrices in nonpacked storage. The "ltpMatrix" class
is the same except in packed storage.
Arguments
Extends
"ltrMatrix" extends class "lgeMatrix", directly, whereas
"ltpMatrix" extends class "ldenseMatrix", directly.
Both extend Class "triangularMatrix", directly,
and class "denseMatrix", "lMatrix" and others,
indirectly, use showClass("lsyMatrix"), e.g., for
details.
Methods
Currently, mainly t() and coercion methods (for
as(.); use, e.g.,
showMethods(class="lsyMatrix") for details.