PosDefSymmMatrix
From distr v2.8.0
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"
See Also
Examples
# NOT RUN {
PosSemDefSymmMatrix(1)
PosSemDefSymmMatrix(diag(2))
PosDefSymmMatrix(1)
PosDefSymmMatrix(diag(2))
# }
Community examples
Looks like there are no examples yet.