#include <action_lu_decomp.hh>
Public Member Functions | |
Action_lu_decomp (int size) | |
Action_lu_decomp (const Action_lu_decomp &) | |
void | calculate (void) |
void | check_result (void) |
void | initialize (void) |
double | nb_op_base (void) |
~Action_lu_decomp (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_lu_decomp.hh.
Action_lu_decomp< Interface >::Action_lu_decomp | ( | int | size | ) | [inline] |
Definition at line 37 of file action_lu_decomp.hh.
Action_lu_decomp< Interface >::Action_lu_decomp | ( | const Action_lu_decomp< Interface > & | ) | [inline] |
Definition at line 57 of file action_lu_decomp.hh.
Action_lu_decomp< Interface >::~Action_lu_decomp | ( | void | ) | [inline] |
Definition at line 65 of file action_lu_decomp.hh.
void Action_lu_decomp< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 90 of file action_lu_decomp.hh.
void Action_lu_decomp< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 94 of file action_lu_decomp.hh.
void Action_lu_decomp< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 86 of file action_lu_decomp.hh.
static std::string Action_lu_decomp< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 77 of file action_lu_decomp.hh.
double Action_lu_decomp< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 82 of file action_lu_decomp.hh.
double Action_lu_decomp< Interface >::_cost [private] |
Definition at line 121 of file action_lu_decomp.hh.
int Action_lu_decomp< Interface >::_size [private] |
Definition at line 120 of file action_lu_decomp.hh.
Interface::gene_matrix Action_lu_decomp< Interface >::C [private] |
Definition at line 118 of file action_lu_decomp.hh.
Interface::stl_matrix Action_lu_decomp< Interface >::C_stl [private] |
Definition at line 113 of file action_lu_decomp.hh.
Interface::stl_matrix Action_lu_decomp< Interface >::resu_stl [private] |
Definition at line 114 of file action_lu_decomp.hh.
Interface::gene_matrix Action_lu_decomp< Interface >::X [private] |
Definition at line 117 of file action_lu_decomp.hh.
Interface::gene_matrix Action_lu_decomp< Interface >::X_ref [private] |
Definition at line 116 of file action_lu_decomp.hh.
Interface::stl_matrix Action_lu_decomp< Interface >::X_stl [private] |
Definition at line 112 of file action_lu_decomp.hh.