Searched refs:Y_stl (Results 1 – 2 of 2) sorted by relevance
/external/eigen/bench/btl/actions/ |
D | action_axpby.hh | 42 init_vector<pseudo_random>(Y_stl,_size); in Action_axpby() 47 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpby() 50 Interface::vector_from_stl(Y,Y_stl); in Action_axpby() 98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size); in check_result() 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 112 typename Interface::stl_vector Y_stl; member in Action_axpby
|
D | action_axpy.hh | 45 init_vector<pseudo_random>(Y_stl,_size); in Action_axpy() 51 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpy() 54 Interface::vector_from_stl(Y,Y_stl); in Action_axpy() 110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size); in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 125 typename Interface::stl_vector Y_stl; member in Action_axpy
|