| PosDefSymmMatrix-class {ROptEstOld} | R Documentation |
The class of positive-definite, symmetric matrices.
Objects can be created by calls of the form new("PosDefSymmMatrix", ...).
More frequently they are created via the generating function
PosDefSymmMatrix.
.Data:"matrix".
A numeric matrix with finite entries.
Class "matrix", from data part.
Class "structure", by class "matrix".
Class "array", by class "matrix".
Class "vector", by class "matrix", with explicit coerce.
Class "vector", by class "matrix", with explicit coerce.
Matthias Kohl Matthias.Kohl@stamats.de
PosDefSymmMatrix, matrix-class
new("PosDefSymmMatrix", diag(2))