|
dune-common 2.10
|
Functions | |
| template<typename K, class C> | |
| static void | eigenValuesNonSym (const DynamicMatrix< K > &matrix, DynamicVector< C > &eigenValues, std::vector< DynamicVector< K > > *eigenVectors=nullptr) |
| calculates the eigenvalues of a symmetric field matrix | |
|
static |
calculates the eigenvalues of a symmetric field matrix
| [in] | matrix | matrix eigenvalues are calculated for |
| [out] | eigenValues | FieldVector that contains eigenvalues in ascending order |
| [out] | eigenVectors | (optional) list of right eigenvectors |