Learn R Programming

Matrix (version 1.7-1)

generalMatrix-class: Class "generalMatrix" of General Matrices

Description

Virtual class of “general” matrices; i.e., matrices that do not have a known property such as symmetric, triangular, or diagonal.

Arguments

Objects from the Class

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

Slots

Dim, Dimnames

inherited from virtual class Matrix.

factors

a list of MatrixFactorization objects caching factorizations of the matrix. Typically, it is initialized as an empty list and updated “automagically” whenever a factorization is computed.

Extends

Class "Matrix", directly.

See Also

Virtual classes symmetricMatrix, triangularMatrix, and diagonalMatrix.