The "lsyMatrix" class is the class of symmetric, dense logical
matrices in non-packed storage and "lspMatrix" is the class of
of these in packed storage. In the packed form, only the upper
triangle or the lower triangle is stored.
Arguments
Objects from the Class
Objects can be created by calls of the form new("lsyMatrix", ...).
Extends
Both extend classes "ldenseMatrix" and
"symmetricMatrix", directly; further, class
"Matrix" and others, indirectly. Use
showClass("lsyMatrix"), e.g., for details.
Methods
Currently, mainly t() and coercion methods (for
as(.); use, e.g.,
showMethods(class="dsyMatrix") for details.