#include <action_matrix_matrix_product.hh>
| Public Member Functions | |
| Action_matrix_matrix_product (const Action_matrix_matrix_product &) | |
| Action_matrix_matrix_product (int size) | |
| 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.
| 
 | inline | 
Definition at line 38 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 63 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 71 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 106 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 110 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 98 of file action_matrix_matrix_product.hh.
| 
 | inlinestatic | 
Definition at line 89 of file action_matrix_matrix_product.hh.
| 
 | inline | 
Definition at line 94 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 142 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 137 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 133 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 128 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 138 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 134 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 129 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 131 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 139 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 135 of file action_matrix_matrix_product.hh.
| 
 | private | 
Definition at line 130 of file action_matrix_matrix_product.hh.