#include <action_matrix_matrix_product.hh>
Public Member Functions | |
| Action_matrix_matrix_product (int size) | |
| Action_matrix_matrix_product (const Action_matrix_matrix_product &) | |
| void | calculate (void) |
| void | check_result (void) |
| void | initialize (void) |
| double | nb_op_base (void) |
| ~Action_matrix_matrix_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_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_matrix_matrix_product.hh.
| Action_matrix_matrix_product< Interface >::Action_matrix_matrix_product | ( | int | size | ) | [inline] |
Definition at line 38 of file action_matrix_matrix_product.hh.
| Action_matrix_matrix_product< Interface >::Action_matrix_matrix_product | ( | const Action_matrix_matrix_product< Interface > & | ) | [inline] |
Definition at line 63 of file action_matrix_matrix_product.hh.
| Action_matrix_matrix_product< Interface >::~Action_matrix_matrix_product | ( | void | ) | [inline] |
Definition at line 71 of file action_matrix_matrix_product.hh.
| void Action_matrix_matrix_product< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 106 of file action_matrix_matrix_product.hh.
| void Action_matrix_matrix_product< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 110 of file action_matrix_matrix_product.hh.
| void Action_matrix_matrix_product< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 98 of file action_matrix_matrix_product.hh.
| static std::string Action_matrix_matrix_product< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 89 of file action_matrix_matrix_product.hh.
| double Action_matrix_matrix_product< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 94 of file action_matrix_matrix_product.hh.
int Action_matrix_matrix_product< Interface >::_size [private] |
Definition at line 142 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::A [private] |
Definition at line 137 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::A_ref [private] |
Definition at line 133 of file action_matrix_matrix_product.hh.
Interface::stl_matrix Action_matrix_matrix_product< Interface >::A_stl [private] |
Definition at line 128 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::B [private] |
Definition at line 138 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::B_ref [private] |
Definition at line 134 of file action_matrix_matrix_product.hh.
Interface::stl_matrix Action_matrix_matrix_product< Interface >::B_stl [private] |
Definition at line 129 of file action_matrix_matrix_product.hh.
Interface::stl_matrix Action_matrix_matrix_product< Interface >::resu_stl [private] |
Definition at line 131 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::X [private] |
Definition at line 139 of file action_matrix_matrix_product.hh.
Interface::gene_matrix Action_matrix_matrix_product< Interface >::X_ref [private] |
Definition at line 135 of file action_matrix_matrix_product.hh.
Interface::stl_matrix Action_matrix_matrix_product< Interface >::X_stl [private] |
Definition at line 130 of file action_matrix_matrix_product.hh.