as.matrix.bdsmatrix: Convert a bdsmatrix to a ordinary (dense) matrix

Description Usage Arguments Details Value See Also

View source: R/as.matrix.bdsmatrix.R

Description

Method to convert from a Block Diagonal Sparse (bdsmatrix) matrix representation to an ordinary one

Usage

1
2
## S3 method for class 'bdsmatrix'
as.matrix(x, ...)

Arguments

x

a bdsmatrix object

...

other arguments are ignored (necessary to match the as.matrix template)

Details

Note that the conversion of a large bdsmatrix can easily exceed memory.

Value

a matrix

See Also

bdsmatrix


bdsmatrix documentation built on May 2, 2019, 4:45 p.m.