Learn R Programming

Matrix (version 0.97-4)

dtrMatrix-class: Triangular, dense, numeric matrices

Description

The "dtrMatrix" class is the class of triangular, dense, numeric matrices in nonpacked storage. The "dtpMatrix" class is the same except in packed storage.

Arguments

Objects from the Class

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

Extends

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

See Also

dgeMatrix-class, dtpMatrix-class, Matrix-class