/
class Geo CovarianceMatrix
This is the documentation for Enlighten.
class Geo CovarianceMatrix
class Geo::CovarianceMatrix
A covariance matrix.
Variables
Name | Description |
---|---|
double a00 | Components of the matrix. |
double a01 | Components of the matrix. |
double a10 | Components of the matrix. |
double a11 | Components of the matrix. |
Functions
Name | Description |
---|---|
GetEigenValues(double &, double &) | Generate Eigenvalues from the matrix. |
GetEigenVectors(Geo::v128 &, Geo::v128 &) | Generate Eigenvectors from the matrix. |
void Geo::CovarianceMatrix::GetEigenValues
public: void GetEigenValues
(
double & neg,
double & pos
)
Generate Eigenvalues from the matrix.
void Geo::CovarianceMatrix::GetEigenVectors
public: void GetEigenVectors
(
Geo::v128 & neg,
Geo::v128 & pos
)
Generate Eigenvectors from the matrix.
, multiple selections available,
Related content
class Geo CovarianceMatrix
class Geo CovarianceMatrix
More like this
class Geo CovarianceMatrix
class Geo CovarianceMatrix
More like this
class Geo CovarianceMatrixBuilder
class Geo CovarianceMatrixBuilder
More like this
class Geo CovarianceMatrixBuilder
class Geo CovarianceMatrixBuilder
More like this
class Geo Matrix
class Geo Matrix
More like this
class Geo Matrix
class Geo Matrix
More like this