Learn R Programming

Matrix (version 0.999375-20)

SPQR-class: Class "SPQR" of SuiteSparse QR multifrontal sparse QR Decompositions

Description

Objects of class "SPQR" are typically the result of spqr, one kind of sparse QR decompositions.

Currently, qr() is more widely used and provides a different class, sparseQR.

Arguments

Extends

Class "MatrixFactorization", directly.

See Also

spqr which produces "SPQR" classed results.

The (currently much wider used) alternative qr which produces sparseQR classed results.

Examples

Run this code
showClass("SPQR")
## See  the   example(spqr)  ones

Run the code above in your browser using DataLab