| PosDefSymmMatrix-class | R Documentation |
The class of positive-[semi-]definite, symmetric matrices.
Objects can be created by calls of the form new("PosSemDefSymmMatrix", ...)
resp. new("PosDefSymmMatrix", ...).
More frequently they are created via the generating functions
PosSemDefSymmMatrix resp. PosDefSymmMatrix.
.DataObject of class "matrix".
A numeric matrix with finite entries.
[Class "PosSemDefSymmMatrix", directly]
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, Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
PosDefSymmMatrix, matrix-class
new("PosDefSymmMatrix", diag(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.