Learn R Programming

Matrix (version 0.9-1)

syMatrix-class: Class "syMatrix" of symmetric matrices

Description

The "syMatrix" class is the class of symmetric matrices in non-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("syMatrix", ...).

Extends

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

See Also

geMatrix-class, Matrix-class