Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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.

Variable Documentation

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

Definition at line 31 of file test_HotStart_Determinant.cpp.