action_axpy.hh | 38 Action_axpy( int size ):_size(size),_coef(1.0) 100 Interface::axpy(_coef,X,Y,_size); 110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size); 134 typename Interface::real_type _coef; member in class:Action_axpy
|