Matrix (version 1.2-8)

MatrixFactorization-class: Class "MatrixFactorization" of Matrix Factorizations

Description

The class "MatrixFactorization" is the virtual (super) class of (potentially) all matrix factorizations of matrices from package Matrix.

The class "CholeskyFactorization" is the virtual class of all Cholesky decompositions from Matrix (and trivial sub class of "MatrixFactorization").

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

Methods

See Also

classes inheriting from "MatrixFactorization", such as LU, Cholesky, CHMfactor, and sparseQR.

Examples

Run this code
showClass("MatrixFactorization")
getClass("CholeskyFactorization")

Run the code above in your browser using DataLab