Bridge++
Version 1.5.4
|
Functions | |
int | determinant (void) |
int | eigenvalue (void) |
int | unitary (void) |
Variables | |
const std::string | test_name = "HotStart.Determinant" |
Test of hot start.
[19 Nov 2013 S.Ueda] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
int Test_HotStart::determinant | ( | void | ) |
Definition at line 55 of file test_HotStart_Determinant.cpp.
int Test_HotStart::eigenvalue | ( | void | ) |
Definition at line 55 of file test_HotStart_Eigenvalue.cpp.
int Test_HotStart::unitary | ( | void | ) |
Definition at line 54 of file test_HotStart_Unitary.cpp.
const std::string Test_HotStart::test_name = "HotStart.Determinant" |
Definition at line 31 of file test_HotStart_Determinant.cpp.