#include <action_axpby.hh>
Public Member Functions | |
| Action_axpby (int size) | |
| Action_axpby (const Action_axpby &) | |
| void | calculate (void) |
| void | check_result (void) |
| void | initialize (void) |
| double | nb_op_base (void) |
| ~Action_axpby (void) | |
Static Public Member Functions | |
| static std::string | name (void) |
Private Attributes | |
| Interface::real_type | _alpha |
| Interface::real_type | _beta |
| int | _size |
| Interface::stl_vector | resu_stl |
| Interface::gene_vector | X |
| Interface::gene_vector | X_ref |
| Interface::stl_vector | X_stl |
| Interface::gene_vector | Y |
| Interface::gene_vector | Y_ref |
| Interface::stl_vector | Y_stl |
Definition at line 31 of file action_axpby.hh.
| Action_axpby< Interface >::Action_axpby | ( | int | size | ) | [inline] |
Definition at line 36 of file action_axpby.hh.
| Action_axpby< Interface >::Action_axpby | ( | const Action_axpby< Interface > & | ) | [inline] |
Definition at line 54 of file action_axpby.hh.
| Action_axpby< Interface >::~Action_axpby | ( | void | ) | [inline] |
Definition at line 61 of file action_axpby.hh.
| void Action_axpby< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 87 of file action_axpby.hh.
| void Action_axpby< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 93 of file action_axpby.hh.
| void Action_axpby< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 82 of file action_axpby.hh.
| static std::string Action_axpby< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 73 of file action_axpby.hh.
| double Action_axpby< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 78 of file action_axpby.hh.
Interface::real_type Action_axpby< Interface >::_alpha [private] |
Definition at line 121 of file action_axpby.hh.
Interface::real_type Action_axpby< Interface >::_beta [private] |
Definition at line 122 of file action_axpby.hh.
int Action_axpby< Interface >::_size [private] |
Definition at line 124 of file action_axpby.hh.
Interface::stl_vector Action_axpby< Interface >::resu_stl [private] |
Definition at line 113 of file action_axpby.hh.
Interface::gene_vector Action_axpby< Interface >::X [private] |
Definition at line 118 of file action_axpby.hh.
Interface::gene_vector Action_axpby< Interface >::X_ref [private] |
Definition at line 115 of file action_axpby.hh.
Interface::stl_vector Action_axpby< Interface >::X_stl [private] |
Definition at line 111 of file action_axpby.hh.
Interface::gene_vector Action_axpby< Interface >::Y [private] |
Definition at line 119 of file action_axpby.hh.
Interface::gene_vector Action_axpby< Interface >::Y_ref [private] |
Definition at line 116 of file action_axpby.hh.
Interface::stl_vector Action_axpby< Interface >::Y_stl [private] |
Definition at line 112 of file action_axpby.hh.