#include <action_matrix_vector_product.hh>
Public Member Functions | |
BTL_DONT_INLINE | Action_matrix_vector_product (int size) |
Action_matrix_vector_product (const Action_matrix_vector_product &) | |
BTL_DONT_INLINE void | calculate (void) |
BTL_DONT_INLINE void | check_result (void) |
BTL_DONT_INLINE void | initialize (void) |
double | nb_op_base (void) |
BTL_DONT_INLINE | ~Action_matrix_vector_product (void) |
Static Public Member Functions | |
static std::string | name (void) |
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_matrix_vector_product.hh.
BTL_DONT_INLINE Action_matrix_vector_product< Interface >::Action_matrix_vector_product | ( | int | size | ) | [inline] |
Definition at line 38 of file action_matrix_vector_product.hh.
Action_matrix_vector_product< Interface >::Action_matrix_vector_product | ( | const Action_matrix_vector_product< Interface > & | ) | [inline] |
Definition at line 62 of file action_matrix_vector_product.hh.
BTL_DONT_INLINE Action_matrix_vector_product< Interface >::~Action_matrix_vector_product | ( | void | ) | [inline] |
Definition at line 70 of file action_matrix_vector_product.hh.
BTL_DONT_INLINE void Action_matrix_vector_product< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 105 of file action_matrix_vector_product.hh.
BTL_DONT_INLINE void Action_matrix_vector_product< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 111 of file action_matrix_vector_product.hh.
BTL_DONT_INLINE void Action_matrix_vector_product< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 97 of file action_matrix_vector_product.hh.
static std::string Action_matrix_vector_product< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 88 of file action_matrix_vector_product.hh.
double Action_matrix_vector_product< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 93 of file action_matrix_vector_product.hh.
int Action_matrix_vector_product< Interface >::_size [private] |
Definition at line 145 of file action_matrix_vector_product.hh.
Interface::gene_matrix Action_matrix_vector_product< Interface >::A [private] |
Definition at line 140 of file action_matrix_vector_product.hh.
Interface::gene_matrix Action_matrix_vector_product< Interface >::A_ref [private] |
Definition at line 136 of file action_matrix_vector_product.hh.
Interface::stl_matrix Action_matrix_vector_product< Interface >::A_stl [private] |
Definition at line 131 of file action_matrix_vector_product.hh.
Interface::gene_vector Action_matrix_vector_product< Interface >::B [private] |
Definition at line 141 of file action_matrix_vector_product.hh.
Interface::gene_vector Action_matrix_vector_product< Interface >::B_ref [private] |
Definition at line 137 of file action_matrix_vector_product.hh.
Interface::stl_vector Action_matrix_vector_product< Interface >::B_stl [private] |
Definition at line 132 of file action_matrix_vector_product.hh.
Interface::stl_vector Action_matrix_vector_product< Interface >::resu_stl [private] |
Definition at line 134 of file action_matrix_vector_product.hh.
Interface::gene_vector Action_matrix_vector_product< Interface >::X [private] |
Definition at line 142 of file action_matrix_vector_product.hh.
Interface::gene_vector Action_matrix_vector_product< Interface >::X_ref [private] |
Definition at line 138 of file action_matrix_vector_product.hh.
Interface::stl_vector Action_matrix_vector_product< Interface >::X_stl [private] |
Definition at line 133 of file action_matrix_vector_product.hh.