Bridge++
Ver. 2.0.2
|
Test of eigenvalue solver. More...
Functions | |
int | solve (void) |
Variables | |
const std::string | test_name = "Eigensolver.Test" |
Test of eigenvalue solver.
[28 Dec 2011 H.Matsufuru]
(Coding history will be recovered from trac.) Implement YAML. [14 Nov 2012 Y.Namekawa] Implement Selectors. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]
int Test_Eigensolver::solve | ( | void | ) |
Definition at line 65 of file test_Eigensolver.cpp.
const std::string Test_Eigensolver::test_name = "Eigensolver.Test" |
Definition at line 40 of file test_Eigensolver.cpp.