#include <action_atv_product.hh>
Public Member Functions | |
Action_atv_product (int size) | |
Action_atv_product (const Action_atv_product &) | |
BTL_DONT_INLINE void | calculate (void) |
void | check_result (void) |
void | initialize (void) |
double | nb_op_base (void) |
~Action_atv_product (void) | |
Static Public Member Functions | |
static std::string | name () |
Private Attributes | |
int | _size |
Interface::gene_matrix | A |
Interface::gene_matrix | A_ref |
Interface::stl_matrix | A_stl |
Interface::gene_vector | B |
Interface::gene_vector | B_ref |
Interface::stl_vector | B_stl |
Interface::stl_vector | resu_stl |
Interface::gene_vector | X |
Interface::gene_vector | X_ref |
Interface::stl_vector | X_stl |
Definition at line 32 of file action_atv_product.hh.
Action_atv_product< Interface >::Action_atv_product | ( | int | size | ) | [inline] |
Definition at line 36 of file action_atv_product.hh.
Action_atv_product< Interface >::Action_atv_product | ( | const Action_atv_product< Interface > & | ) | [inline] |
Definition at line 59 of file action_atv_product.hh.
Action_atv_product< Interface >::~Action_atv_product | ( | void | ) | [inline] |
Definition at line 65 of file action_atv_product.hh.
BTL_DONT_INLINE void Action_atv_product< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 88 of file action_atv_product.hh.
void Action_atv_product< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 94 of file action_atv_product.hh.
void Action_atv_product< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 82 of file action_atv_product.hh.
static std::string Action_atv_product< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 78 of file action_atv_product.hh.
double Action_atv_product< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 80 of file action_atv_product.hh.
int Action_atv_product< Interface >::_size [private] |
Definition at line 126 of file action_atv_product.hh.
Interface::gene_matrix Action_atv_product< Interface >::A [private] |
Definition at line 121 of file action_atv_product.hh.
Interface::gene_matrix Action_atv_product< Interface >::A_ref [private] |
Definition at line 117 of file action_atv_product.hh.
Interface::stl_matrix Action_atv_product< Interface >::A_stl [private] |
Definition at line 112 of file action_atv_product.hh.
Interface::gene_vector Action_atv_product< Interface >::B [private] |
Definition at line 122 of file action_atv_product.hh.
Interface::gene_vector Action_atv_product< Interface >::B_ref [private] |
Definition at line 118 of file action_atv_product.hh.
Interface::stl_vector Action_atv_product< Interface >::B_stl [private] |
Definition at line 113 of file action_atv_product.hh.
Interface::stl_vector Action_atv_product< Interface >::resu_stl [private] |
Definition at line 115 of file action_atv_product.hh.
Interface::gene_vector Action_atv_product< Interface >::X [private] |
Definition at line 123 of file action_atv_product.hh.
Interface::gene_vector Action_atv_product< Interface >::X_ref [private] |
Definition at line 119 of file action_atv_product.hh.
Interface::stl_vector Action_atv_product< Interface >::X_stl [private] |
Definition at line 114 of file action_atv_product.hh.