HomeSort by relevance Sort by last modified time
    Searched full:_coef (Results 1 - 1 of 1) sorted by null

  /external/eigen/bench/btl/actions/
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

Completed in 162 milliseconds