Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_axpy

2 // File   :  action_axpy.hh
20 #ifndef ACTION_AXPY
21 #define ACTION_AXPY
32 class Action_axpy {
38 Action_axpy( int size ):_size(size),_coef(1.0)
40 MESSAGE("Action_axpy Ctor");
61 Action_axpy( const Action_axpy & )
63 INFOS("illegal call to Action_axpy Copy Ctor");
69 ~Action_axpy( void ){
71 MESSAGE("Action_axpy Dtor");