From e08d9055043a69e7074f7a6e1a28b0a21c954cda Mon Sep 17 00:00:00 2001 From: mrcdr Date: Mon, 5 Oct 2020 22:32:15 +0900 Subject: [PATCH] make a small change to math_eigen_impl.h --- src/math_eigen_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math_eigen_impl.h b/src/math_eigen_impl.h index 80502b1701..7d6f0385ae 100644 --- a/src/math_eigen_impl.h +++ b/src/math_eigen_impl.h @@ -935,7 +935,7 @@ run(real_t& eigvalue, std::vector& eigvec) const //assert(matrix_size > 0); //assert(0 < this->tridiag_eps_ratio && this->tridiag_eps_ratio < 1); - std::vector> u; // Lanczos vectors + std::vector> u; // Lanczos vectors std::vector> alpha; // Diagonal elements of an approximated tridiagonal matrix std::vector> beta; // Subdiagonal elements of an approximated tridiagonal matrix