A library for working with phylogenetic and population genetic data.
v0.27.0
TridiagonalDecompositionData Struct Reference

#include <genesis/utils/math/pca.hpp>

Detailed Description

Helper structure used for the eigenvalue decomposition in reduce_to_tridiagonal_matrix() and tridiagonal_ql_algorithm(). See there for details.

Definition at line 86 of file pca.hpp.

Public Attributes

std::vector< double > eigenvalues
 
std::vector< double > intermediates
 

Member Data Documentation

◆ eigenvalues

std::vector<double> eigenvalues

Definition at line 88 of file pca.hpp.

◆ intermediates

std::vector<double> intermediates

Definition at line 89 of file pca.hpp.


The documentation for this struct was generated from the following file: