Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
EigenSystem Struct Reference

Container for an eigendecomposition. More...

#include <Matrix.h>

Collaboration diagram for EigenSystem:

Public Attributes

RealMatrix D
 
RealMatrix P
 Diagonal matrix of eigenvalues.
 

Detailed Description

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:

A = P * D * P.transpose()
RealMatrix transpose() const
Returns the transpose of the matrix.
Definition Matrix.cpp:698
RealMatrix D
Definition Matrix.h:490
RealMatrix P
Diagonal matrix of eigenvalues.
Definition Matrix.h:491

Definition at line 489 of file Matrix.h.

Member Data Documentation

◆ D

RealMatrix EigenSystem::D

Definition at line 490 of file Matrix.h.

◆ P

RealMatrix EigenSystem::P

Diagonal matrix of eigenvalues.

Definition at line 491 of file Matrix.h.


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