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.