dip::CovarianceMatrix::Eigenvalues struct

Container for matrix eigenvalues.

Contents

Functions

auto Eccentricity() const -> dip::dfloat
Computes eccentricity using the two eigenvalues of the covariance matrix.

Variables

dip::dfloat largest
Largest eigenvalue
dip::dfloat smallest
Smallest eigenvalue

Function documentation

dip::dfloat Eccentricity( ) const

Computes eccentricity using the two eigenvalues of the covariance matrix.

Variable documentation

dip::dfloat largest

Largest eigenvalue

dip::dfloat smallest

Smallest eigenvalue