Class for the Manifold of Symmetric Positive Definite Matrices
Source:R/spd-matrices.R
SPDMatrix.Rd
This function generates an instance of the class for the manifold of symmetric positive definite matrices \(\mathrm{SPD}(n)\).
Value
An object of class SPDMatrices
.
See also
Other symmetric positive definite matrix classes:
SPDMatrices
Examples
if (reticulate::py_module_available("geomstats")) {
spd3 <- SPDMatrix(n = 3)
spd3
}