Matrix (version 0.99-3)

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 "triangularMatrix", directly. Class "dMatrix" and more by class "ddenseMatrix" etc, see the examples.

See Also

dtrMatrix-class

Examples

Run this code
showClass("dtrMatrix")

example("dtrMatrix-class")
(p1 <- as(T3, "dtpMatrix"))
str(p1)
(pp <- as(T, "dtpMatrix"))

Run the code above in your browser using DataLab