Class template Dune::XT::LA::internal::lapack_helper¶
-
template<class MatrixType>
class Dune::XT::LA::internal::lapack_helper<MatrixType>¶ 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.
Function template Dune::XT::LA::internal::lapack_helper::eigenvalues¶
-
template<class MatrixType>
template<class MatrixImp>
static inline int Dune::XT::LA::internal::lapack_helper<MatrixType>::eigenvalues(MatrixImp &&matrix)¶ No documentation provided.
Function template Dune::XT::LA::internal::lapack_helper::eigenvectors¶
-
template<class MatrixType>
template<class V, class E, class MatrixImp>
static inline void Dune::XT::LA::internal::lapack_helper<MatrixType>::eigenvectors(MatrixImp &&matrix, V &eigenvalues, E &eigenvectors)¶ No documentation provided.