Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_axpby

2 // File   :  action_axpby.hh
19 #ifndef ACTION_AXPBY
20 #define ACTION_AXPBY
31 class Action_axpby {
36 Action_axpby( int size ):_size(size),_alpha(0.5),_beta(0.95)
38 MESSAGE("Action_axpby Ctor");
54 Action_axpby( const Action_axpby & )
56 INFOS("illegal call to Action_axpby Copy Ctor");
61 ~Action_axpby( void ){
62 MESSAGE("Action_axpby Dtor");