Learn R Programming

Matrix (version 0.9-1)

trMatrix-class: Triangular, dense, non-packed, real matrices

Description

The "trMatrix" class is the class of triangular matrices in dense, non-packed storage.

Arguments

Objects from the Class

Objects can be created by calls of the form new("trMatrix", ...).

Extends

Class "geMatrix", directly. Class "Matrix", by class "geMatrix".

See Also

geMatrix-class, Matrix-class