Learn R Programming

Matrix (version 0.95-3)

dsyMatrix-class: Symmetric, dense matrices

Description

The "dsyMatrix" class is the class of symmetric, dense matrices in non-packed storage and "dsyMatrix" is the class of symmetric dense matrices in packed storage. Only the upper triangle or the lower triangle is stored.

Arguments

Objects from the Class

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

Extends

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

See Also

dgeMatrix-class, Matrix-class