#include <action_hessenberg.hh>
Public Member Functions | |
Action_tridiagonalization (int size) | |
Action_tridiagonalization (const Action_tridiagonalization &) | |
void | calculate (void) |
void | check_result (void) |
void | initialize (void) |
double | nb_op_base (void) |
~Action_tridiagonalization (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 131 of file action_hessenberg.hh.
Action_tridiagonalization< Interface >::Action_tridiagonalization | ( | int | size | ) | [inline] |
Definition at line 137 of file action_hessenberg.hh.
Action_tridiagonalization< Interface >::Action_tridiagonalization | ( | const Action_tridiagonalization< Interface > & | ) | [inline] |
Definition at line 166 of file action_hessenberg.hh.
Action_tridiagonalization< Interface >::~Action_tridiagonalization | ( | void | ) | [inline] |
Definition at line 174 of file action_hessenberg.hh.
void Action_tridiagonalization< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 196 of file action_hessenberg.hh.
void Action_tridiagonalization< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 200 of file action_hessenberg.hh.
void Action_tridiagonalization< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 192 of file action_hessenberg.hh.
static std::string Action_tridiagonalization< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 186 of file action_hessenberg.hh.
double Action_tridiagonalization< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 188 of file action_hessenberg.hh.
double Action_tridiagonalization< Interface >::_cost [private] |
Definition at line 227 of file action_hessenberg.hh.
int Action_tridiagonalization< Interface >::_size [private] |
Definition at line 226 of file action_hessenberg.hh.
Interface::gene_matrix Action_tridiagonalization< Interface >::C [private] |
Definition at line 224 of file action_hessenberg.hh.
Interface::stl_matrix Action_tridiagonalization< Interface >::C_stl [private] |
Definition at line 219 of file action_hessenberg.hh.
Interface::stl_matrix Action_tridiagonalization< Interface >::resu_stl [private] |
Definition at line 220 of file action_hessenberg.hh.
Interface::gene_matrix Action_tridiagonalization< Interface >::X [private] |
Definition at line 223 of file action_hessenberg.hh.
Interface::gene_matrix Action_tridiagonalization< Interface >::X_ref [private] |
Definition at line 222 of file action_hessenberg.hh.
Interface::stl_matrix Action_tridiagonalization< Interface >::X_stl [private] |
Definition at line 218 of file action_hessenberg.hh.