Merge pull request #2409 from mrcdr/math_eigen_impl

PR to relate "math_eigen_impl.h" with an author
This commit is contained in:
Axel Kohlmeyer
2020-10-05 14:07:09 -04:00
committed by GitHub

View File

@ -935,7 +935,7 @@ run(real_t<T>& eigvalue, std::vector<T>& eigvec) const
//assert(matrix_size > 0);
//assert(0 < this->tridiag_eps_ratio && this->tridiag_eps_ratio < 1);
std::vector<std::vector<T>> u; // Lanczos vectors
std::vector<std::vector<T>> u; // Lanczos vectors
std::vector<real_t<T>> alpha; // Diagonal elements of an approximated tridiagonal matrix
std::vector<real_t<T>> beta; // Subdiagonal elements of an approximated tridiagonal matrix