unpackedMatrix-class | R Documentation |
"unpackedMatrix"
of Unpacked Dense MatricesClass "unpackedMatrix"
is the virtual class of dense
matrices in "unpacked" format, storing all m*n
elements of
an m
-by-n
matrix. It is used to define common methods
for efficient subsetting, transposing, etc. of its proper
subclasses: currently "[dln]geMatrix"
(unpacked general),
"[dln]syMatrix"
(unpacked symmetric), "[dln]trMatrix"
(unpacked triangular), and subclasses of these, such as
"dpoMatrix"
.
Dim
, Dimnames
:as all Matrix
objects.
Class "denseMatrix"
, directly.
Class "Matrix"
, by class "denseMatrix"
,
distance 2.
signature(x = "unpackedMatrix")
: ...
signature(x = "unpackedMatrix")
: ...
signature(object = "unpackedMatrix")
: ...
signature(object = "unpackedMatrix")
: ...
signature(object = "unpackedMatrix")
: ...
signature(x = "unpackedMatrix")
: ...
signature(x = "unpackedMatrix")
: ...
signature(x = "unpackedMatrix")
: ...
Mikael Jagan
pack
and unpack
; its virtual "complement"
"packedMatrix"
; its proper subclasses
"dsyMatrix"
, "ltrMatrix"
, etc.
showClass("unpackedMatrix")
showMethods(classes = "unpackedMatrix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.