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.Objects from the Class
Objects can be created by calls of the form new("dsyMatrix", ...)
.Extends
Class "dgeMatrix"
, directly.
Class "Matrix"
, by class "dgeMatrix"
.