generalMatrix-class function

Class "generalMatrix" of General Matrices

Class "generalMatrix" of General Matrices

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

class

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.

  • Maintainer: Martin Maechler
  • License: GPL (>= 2) | file LICENCE
  • Last published: 2025-03-11