82 #ifndef eigendecomposition_H
83 #define eigendecomposition_H
Eigen decomposition of a square matrix.
eigendecomposition(const scalarSquareMatrix &A)
Construct the eigen decomposition of matrix A.
void D(scalarSquareMatrix &D) const
Return the block diagonal eigenvalue matrix in D.
const scalarSquareMatrix & V() const
Return the eigenvector matrix.
const scalarField & d() const
Return the real part of the eigenvalues.
const scalarField & e() const
Return the imaginary part of the eigenvalues.
static const coefficient A("A", dimPressure, 611.21)