make a small change to math_eigen_impl.h

This commit is contained in:
mrcdr
2020-10-05 22:32:15 +09:00
parent 51d55aa036
commit e08d905504

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