#include <action_syr2.hh>
Public Member Functions | |
BTL_DONT_INLINE | Action_syr2 (int size) |
Action_syr2 (const Action_syr2 &) | |
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_syr2 (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_syr2.hh.
BTL_DONT_INLINE Action_syr2< Interface >::Action_syr2 | ( | int | size | ) | [inline] |
Definition at line 38 of file action_syr2.hh.
Action_syr2< Interface >::Action_syr2 | ( | const Action_syr2< Interface > & | ) | [inline] |
Definition at line 57 of file action_syr2.hh.
BTL_DONT_INLINE Action_syr2< Interface >::~Action_syr2 | ( | void | ) | [inline] |
Definition at line 64 of file action_syr2.hh.
BTL_DONT_INLINE void Action_syr2< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 90 of file action_syr2.hh.
BTL_DONT_INLINE void Action_syr2< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 96 of file action_syr2.hh.
BTL_DONT_INLINE void Action_syr2< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 84 of file action_syr2.hh.
static std::string Action_syr2< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 75 of file action_syr2.hh.
double Action_syr2< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 80 of file action_syr2.hh.
int Action_syr2< Interface >::_size [private] |
Definition at line 128 of file action_syr2.hh.
Interface::gene_matrix Action_syr2< Interface >::A [private] |
Definition at line 123 of file action_syr2.hh.
Interface::gene_matrix Action_syr2< Interface >::A_ref [private] |
Definition at line 119 of file action_syr2.hh.
Interface::stl_matrix Action_syr2< Interface >::A_stl [private] |
Definition at line 114 of file action_syr2.hh.
Interface::gene_vector Action_syr2< Interface >::B [private] |
Definition at line 124 of file action_syr2.hh.
Interface::gene_vector Action_syr2< Interface >::B_ref [private] |
Definition at line 120 of file action_syr2.hh.
Interface::stl_vector Action_syr2< Interface >::B_stl [private] |
Definition at line 115 of file action_syr2.hh.
Interface::stl_vector Action_syr2< Interface >::resu_stl [private] |
Definition at line 117 of file action_syr2.hh.
Interface::gene_vector Action_syr2< Interface >::X [private] |
Definition at line 125 of file action_syr2.hh.
Interface::gene_vector Action_syr2< Interface >::X_ref [private] |
Definition at line 121 of file action_syr2.hh.
Interface::stl_vector Action_syr2< Interface >::X_stl [private] |
Definition at line 116 of file action_syr2.hh.