#include <action_trmm.hh>
Public Member Functions | |
| Action_trmm (int size) | |
| Action_trmm (const Action_trmm &) | |
| void | calculate (void) |
| void | check_result (void) |
| void | initialize (void) |
| double | nb_op_base (void) |
| ~Action_trmm (void) | |
Static Public Member Functions | |
| static std::string | name (void) |
Private Attributes | |
| double | _cost |
| int | _size |
| Interface::gene_matrix | A |
| Interface::gene_matrix | A_ref |
| Interface::stl_matrix | A_stl |
| Interface::gene_matrix | B |
| Interface::gene_matrix | B_ref |
| Interface::stl_matrix | B_stl |
| Interface::stl_matrix | resu_stl |
| Interface::gene_matrix | X |
| Interface::gene_matrix | X_ref |
| Interface::stl_matrix | X_stl |
Definition at line 32 of file action_trmm.hh.
| Action_trmm< Interface >::Action_trmm | ( | int | size | ) | [inline] |
Definition at line 38 of file action_trmm.hh.
| Action_trmm< Interface >::Action_trmm | ( | const Action_trmm< Interface > & | ) | [inline] |
Definition at line 76 of file action_trmm.hh.
| Action_trmm< Interface >::~Action_trmm | ( | void | ) | [inline] |
Definition at line 84 of file action_trmm.hh.
| void Action_trmm< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 119 of file action_trmm.hh.
| void Action_trmm< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 123 of file action_trmm.hh.
| void Action_trmm< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 111 of file action_trmm.hh.
| static std::string Action_trmm< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 102 of file action_trmm.hh.
| double Action_trmm< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 107 of file action_trmm.hh.
double Action_trmm< Interface >::_cost [private] |
Definition at line 157 of file action_trmm.hh.
int Action_trmm< Interface >::_size [private] |
Definition at line 156 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::A [private] |
Definition at line 152 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::A_ref [private] |
Definition at line 148 of file action_trmm.hh.
Interface::stl_matrix Action_trmm< Interface >::A_stl [private] |
Definition at line 143 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::B [private] |
Definition at line 153 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::B_ref [private] |
Definition at line 149 of file action_trmm.hh.
Interface::stl_matrix Action_trmm< Interface >::B_stl [private] |
Definition at line 144 of file action_trmm.hh.
Interface::stl_matrix Action_trmm< Interface >::resu_stl [private] |
Definition at line 146 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::X [private] |
Definition at line 154 of file action_trmm.hh.
Interface::gene_matrix Action_trmm< Interface >::X_ref [private] |
Definition at line 150 of file action_trmm.hh.
Interface::stl_matrix Action_trmm< Interface >::X_stl [private] |
Definition at line 145 of file action_trmm.hh.