PosDefSymmMatrix
From distr v2.3.1
by Peter Ruckdeschel
Generating functions for PosSemDefSymmMatrix-class resp. PosDefSymmMatrix-class
Generates an object of class "PosSemDefSymmMatrix"
resp. of class "PosDefSymmMatrix"
.
- Keywords
- array
Usage
PosSemDefSymmMatrix(mat)
PosDefSymmMatrix(mat)
Arguments
- mat
- A numeric positive-[semi-]definite, symmetric matrix with finite entries.
Details
If mat
is no matrix, as.matrix
is applied.
Value
- Object of class
"PosSemDefSymmMatrix"
resp. of class"PosDefSymmMatrix"
concept
- positive-semi-definite matrix
- positive-definite matrix
- symmetric matrix
See Also
Examples
PosSemDefSymmMatrix(1)
PosSemDefSymmMatrix(diag(2))
PosDefSymmMatrix(1)
PosDefSymmMatrix(diag(2))
Community examples
Looks like there are no examples yet.