This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels