Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::CovarianceMatrix

A covariance matrix.

Variables

NameDescription
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

NameDescription
GetEigenValues(double &, double &)

Generate Eigenvalues from the matrix.

GetEigenVectors(Geo::v128 &, Geo::v128 &)

Generate Eigenvectors from the matrix.


Anchor
adc12e1d1769eff64e0a83feb7f6b5684
adc12e1d1769eff64e0a83feb7f6b5684

void Geo::CovarianceMatrix::GetEigenValues

...

public: void GetEigenValues
(
    double & neg,
    double & pos
)

...

Generate Eigenvalues from the matrix.


Anchor
a544df751939723b607471a00163211d6
a544df751939723b607471a00163211d6

void Geo::CovarianceMatrix::GetEigenVectors

...

public: void GetEigenVectors
(
    Geo::v128 & neg,
    Geo::v128 & pos
)

...

Generate Eigenvectors from the matrix.