#include <action_hessenberg.hh>
Public Member Functions | |
Action_hessenberg (int size) | |
Action_hessenberg (const Action_hessenberg &) | |
void | calculate (void) |
void | check_result (void) |
void | initialize (void) |
double | nb_op_base (void) |
~Action_hessenberg (void) | |
Static Public Member Functions | |
static std::string | name (void) |
Private Attributes | |
double | _cost |
int | _size |
Interface::gene_matrix | C |
Interface::stl_matrix | C_stl |
Interface::stl_matrix | resu_stl |
Interface::gene_matrix | X |
Interface::gene_matrix | X_ref |
Interface::stl_matrix | X_stl |
Definition at line 31 of file action_hessenberg.hh.
Action_hessenberg< Interface >::Action_hessenberg | ( | int | size | ) | [inline] |
Definition at line 37 of file action_hessenberg.hh.
Action_hessenberg< Interface >::Action_hessenberg | ( | const Action_hessenberg< Interface > & | ) | [inline] |
Definition at line 63 of file action_hessenberg.hh.
Action_hessenberg< Interface >::~Action_hessenberg | ( | void | ) | [inline] |
Definition at line 71 of file action_hessenberg.hh.
void Action_hessenberg< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 96 of file action_hessenberg.hh.
void Action_hessenberg< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 100 of file action_hessenberg.hh.
void Action_hessenberg< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 92 of file action_hessenberg.hh.
static std::string Action_hessenberg< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 83 of file action_hessenberg.hh.
double Action_hessenberg< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 88 of file action_hessenberg.hh.
double Action_hessenberg< Interface >::_cost [private] |
Definition at line 127 of file action_hessenberg.hh.
int Action_hessenberg< Interface >::_size [private] |
Definition at line 126 of file action_hessenberg.hh.
Interface::gene_matrix Action_hessenberg< Interface >::C [private] |
Definition at line 124 of file action_hessenberg.hh.
Interface::stl_matrix Action_hessenberg< Interface >::C_stl [private] |
Definition at line 119 of file action_hessenberg.hh.
Interface::stl_matrix Action_hessenberg< Interface >::resu_stl [private] |
Definition at line 120 of file action_hessenberg.hh.
Interface::gene_matrix Action_hessenberg< Interface >::X [private] |
Definition at line 123 of file action_hessenberg.hh.
Interface::gene_matrix Action_hessenberg< Interface >::X_ref [private] |
Definition at line 122 of file action_hessenberg.hh.
Interface::stl_matrix Action_hessenberg< Interface >::X_stl [private] |
Definition at line 118 of file action_hessenberg.hh.