#include <action_trisolve.hh>
Public Member Functions | |
Action_trisolve (int size) | |
Action_trisolve (const Action_trisolve &) | |
void | calculate (void) |
void | check_result () |
void | initialize (void) |
double | nb_op_base (void) |
~Action_trisolve (void) | |
Static Public Member Functions | |
static std::string | name (void) |
Private Attributes | |
double | _cost |
int | _size |
Interface::gene_vector | B |
Interface::stl_vector | B_stl |
Interface::gene_matrix | L |
Interface::stl_matrix | L_stl |
Interface::stl_vector | resu_stl |
Interface::gene_vector | X |
Interface::stl_vector | X_stl |
Definition at line 31 of file action_trisolve.hh.
Action_trisolve< Interface >::Action_trisolve | ( | int | size | ) | [inline] |
Definition at line 37 of file action_trisolve.hh.
Action_trisolve< Interface >::Action_trisolve | ( | const Action_trisolve< Interface > & | ) | [inline] |
Definition at line 68 of file action_trisolve.hh.
Action_trisolve< Interface >::~Action_trisolve | ( | void | ) | [inline] |
Definition at line 76 of file action_trisolve.hh.
void Action_trisolve< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 101 of file action_trisolve.hh.
void Action_trisolve< Interface >::check_result | ( | ) | [inline] |
Definition at line 105 of file action_trisolve.hh.
void Action_trisolve< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 97 of file action_trisolve.hh.
static std::string Action_trisolve< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 88 of file action_trisolve.hh.
double Action_trisolve< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 93 of file action_trisolve.hh.
double Action_trisolve< Interface >::_cost [private] |
Definition at line 134 of file action_trisolve.hh.
int Action_trisolve< Interface >::_size [private] |
Definition at line 133 of file action_trisolve.hh.
Interface::gene_vector Action_trisolve< Interface >::B [private] |
Definition at line 131 of file action_trisolve.hh.
Interface::stl_vector Action_trisolve< Interface >::B_stl [private] |
Definition at line 126 of file action_trisolve.hh.
Interface::gene_matrix Action_trisolve< Interface >::L [private] |
Definition at line 129 of file action_trisolve.hh.
Interface::stl_matrix Action_trisolve< Interface >::L_stl [private] |
Definition at line 124 of file action_trisolve.hh.
Interface::stl_vector Action_trisolve< Interface >::resu_stl [private] |
Definition at line 127 of file action_trisolve.hh.
Interface::gene_vector Action_trisolve< Interface >::X [private] |
Definition at line 130 of file action_trisolve.hh.
Interface::stl_vector Action_trisolve< Interface >::X_stl [private] |
Definition at line 125 of file action_trisolve.hh.