Learn R Programming

Matrix (version 0.999375-2)

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.

Arguments

Objects from the Class

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

See Also

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

Examples

Run this code
showClass("MatrixFactorization")

Run the code above in your browser using DataLab