Bridge++  Ver. 2.0.2
Test_HotStart Namespace Reference

Test of hot start. More...

Functions

int determinant (void)
 
int eigenvalue (void)
 
int unitary (void)
 

Variables

const std::string test_name = "HotStart.Determinant"
 

Detailed Description

Test of hot start.

                       [19 Nov 2013 S.Ueda]

unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]

Function Documentation

◆ determinant()

int Test_HotStart::determinant ( void  )

Definition at line 55 of file test_HotStart_Determinant.cpp.

◆ eigenvalue()

int Test_HotStart::eigenvalue ( void  )

Definition at line 55 of file test_HotStart_Eigenvalue.cpp.

◆ unitary()

int Test_HotStart::unitary ( void  )

Definition at line 54 of file test_HotStart_Unitary.cpp.

Variable Documentation

◆ test_name

const std::string Test_HotStart::test_name = "HotStart.Determinant"

Definition at line 31 of file test_HotStart_Determinant.cpp.