as.matrix.LinkedMatrix: Converts a LinkedMatrix Instance to a Matrix (if Small Enough)
Description
Converts a LinkedMatrix Instance to a Matrix (if Small Enough).
Usage
# S3 method for LinkedMatrix
as.matrix(x, ...)
Arguments
x
Either a ColumnLinkedMatrix
or a RowLinkedMatrix
object.
...
Additional arguments (unused).