|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Container for an eigendecomposition. More...
#include <Matrix.h>

Public Attributes | |
| RealMatrix | D |
| RealMatrix | P |
| Diagonal matrix of eigenvalues. | |
Container for an eigendecomposition.
Convention used here:
D is the diagonal eigenvalue matrix,P is the eigenvector matrix.For a symmetric matrix A, the decomposition is intended to satisfy:
| RealMatrix EigenSystem::D |
| RealMatrix EigenSystem::P |