Home
last modified time | relevance | path

Searched refs:_coef (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_axpy.hh38 Action_axpy( int size ):_coef(1.0),_size(size) in Action_axpy()
100 Interface::axpy(_coef,X,Y,_size); in calculate()
110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size); in check_result()
134 typename Interface::real_type _coef; member in Action_axpy