Learn R Programming

Matrix (version 0.999375-2)

sparseLU-class: Sparse LU decomposition of a square sparse matrix

Description

Objects of this class contain the components of the LU decomposition of a sparse square matrix.

Arguments

Objects from the Class

Objects can be created by calls of the form new("sparseLU", ...) but are more commonly created by function lu applied to a sparse matrix, such as a matrix of class dgCMatrix.

Extends

Class "LU", directly. Class "MatrixFactorization", by class "LU".

Methods

No methods defined with class "sparseLU" in the signature.

See Also

lu, solve, dgCMatrix