Unused-classes {Matrix} | R Documentation |
ldenseMatrix
is the virtual class of all dense logical
(S4) matrices. It extends both denseMatrix-class
and lMatrix-class
directly.
iMatrix
is the virtual class of all integer
(S4) matrices. It extends the Matrix-class
directly.
zMatrix
is the virtual class of all complex
(S4) matrices. It extends the Matrix-class
directly.
showClass("ldenseMatrix") showClass("iMatrix") showClass("zMatrix")