#include <action_matrix_vector_product.hh>
Public Member Functions | |
Action_matrix_vector_product (const Action_matrix_vector_product &) | |
BTL_DONT_INLINE | Action_matrix_vector_product (int size) |
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.
|
inline |
Definition at line 38 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 62 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 70 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 105 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 111 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 97 of file action_matrix_vector_product.hh.
|
inlinestatic |
Definition at line 88 of file action_matrix_vector_product.hh.
|
inline |
Definition at line 93 of file action_matrix_vector_product.hh.
|
private |
Definition at line 145 of file action_matrix_vector_product.hh.
|
private |
Definition at line 140 of file action_matrix_vector_product.hh.
|
private |
Definition at line 136 of file action_matrix_vector_product.hh.
|
private |
Definition at line 131 of file action_matrix_vector_product.hh.
|
private |
Definition at line 141 of file action_matrix_vector_product.hh.
|
private |
Definition at line 137 of file action_matrix_vector_product.hh.
|
private |
Definition at line 132 of file action_matrix_vector_product.hh.
|
private |
Definition at line 134 of file action_matrix_vector_product.hh.
|
private |
Definition at line 142 of file action_matrix_vector_product.hh.
|
private |
Definition at line 138 of file action_matrix_vector_product.hh.
|
private |
Definition at line 133 of file action_matrix_vector_product.hh.