Learn R Programming

Matrix (version 0.97-4)

dtpMatrix-class: Packed triangular dense matrices

Description

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

Arguments

Objects from the Class

Objects can be created by calls of the form new("dtpMatrix", ...) or by coercion from other classes of matrices.

Extends

Class "ddenseMatrix", directly. Class "dMatrix", by class "ddenseMatrix". Class "Matrix", by class "ddenseMatrix".

See Also

dtrMatrix-class