Bridge++  Ver. 2.0.2
Test_Eigensolver Namespace Reference

Test of eigenvalue solver. More...

Functions

int solve (void)
 

Variables

const std::string test_name = "Eigensolver.Test"
 

Detailed Description

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]

Function Documentation

◆ solve()

int Test_Eigensolver::solve ( void  )

Definition at line 65 of file test_Eigensolver.cpp.

Variable Documentation

◆ test_name

const std::string Test_Eigensolver::test_name = "Eigensolver.Test"

Definition at line 40 of file test_Eigensolver.cpp.