|
dune-common
2.3.1
|
Functions | |
| void | eigenValuesNonsymLapackCall (const char *jobvl, const char *jobvr, const long int *n, double *a, const long int *lda, double *wr, double *wi, double *vl, const long int *ldvl, double *vr, const long int *ldvr, double *work, const long int *lwork, const long int *info) |
| template<typename K , class C > | |
| static void | eigenValuesNonSym (const DynamicMatrix< K > &matrix, DynamicVector< C > &eigenValues) |
| calculates the eigenvalues of a symmetric field matrix More... | |
|
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 |
References DUNE_THROW, eigenValuesNonsymLapackCall(), and Dune::DenseMatrix< DynamicMatrix< K > >::rows().
| void Dune::DynamicMatrixHelp::eigenValuesNonsymLapackCall | ( | const char * | jobvl, |
| const char * | jobvr, | ||
| const long int * | n, | ||
| double * | a, | ||
| const long int * | lda, | ||
| double * | wr, | ||
| double * | wi, | ||
| double * | vl, | ||
| const long int * | ldvl, | ||
| double * | vr, | ||
| const long int * | ldvr, | ||
| double * | work, | ||
| const long int * | lwork, | ||
| const long int * | info | ||
| ) |
References DUNE_THROW.
Referenced by eigenValuesNonSym().
1.8.7