Class template Dune::XT::LA::internal::lapack_helper¶
-
template<class MatrixType>
class Dune::XT::LA::internal::lapack_helper¶ Note
Most likely, you do not want to use this function directly, but compute_eigenvalues_using_lapack or compute_eigenvalues_and_right_eigenvectors_using_lapack.
-
template<class MatrixImp>
static inline int Dune::XT::LA::internal::lapack_helper::eigenvalues(MatrixImp &&matrix)¶ No documentation provided.
-
template<class V, class E, class MatrixImp>
static inline void Dune::XT::LA::internal::lapack_helper::eigenvectors(MatrixImp &&matrix, V &eigenvalues, E &eigenvectors)¶ No documentation provided.