HomeSort by relevance Sort by last modified time
    Searched refs:Y_stl (Results 1 - 2 of 2) sorted by null

  /external/eigen/bench/btl/actions/
action_axpby.hh 42 init_vector<pseudo_random>(Y_stl,_size);
47 Interface::vector_from_stl(Y_ref,Y_stl);
50 Interface::vector_from_stl(Y,Y_stl);
98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size);
101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
112 typename Interface::stl_vector Y_stl;
action_axpy.hh 45 init_vector<pseudo_random>(Y_stl,_size);
51 Interface::vector_from_stl(Y_ref,Y_stl);
54 Interface::vector_from_stl(Y,Y_stl);
110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
125 typename Interface::stl_vector Y_stl;

Completed in 6063 milliseconds