SPDMatrix {rgeomstats} | R Documentation |
Class for the Manifold of Symmetric Positive Definite Matrices
Description
This function generates an instance of the class for the manifold of
symmetric positive definite matrices .
Usage
SPDMatrix(n, ...)
Arguments
n |
An integer value specifying the number of rows and columns of the matrices. |
... |
Extra arguments to be passed to parent class constructors. See
|
Value
An object of class SPDMatrices
.
Author(s)
Yann Thanwerdas
See Also
Other symmetric positive definite matrix classes:
SPDMatrices
Examples
if (reticulate::py_module_available("geomstats")) {
spd3 <- SPDMatrix(n = 3)
spd3
}
[Package rgeomstats version 0.0.1 Index]