as.matrix.bdsmatrix {bdsmatrix} | R Documentation |
Method to convert from a Block Diagonal Sparse (bdsmatrix) matrix representation to an ordinary one
## S3 method for class 'bdsmatrix'
as.matrix(x, ...)
x |
a bdsmatrix object |
... |
other arguments are ignored (necessary to match the
|
Note that the conversion of a large bdsmatrix can easily exceed memory.
a matrix
bdsmatrix