/external/eigen/bench/btl/libs/STL/ |
D | main.cpp | 29 bench<Action_axpy<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT); in main() 30 bench<Action_axpby<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT); in main() 31 bench<Action_matrix_vector_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 32 bench<Action_atv_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 33 bench<Action_symv<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 34 bench<Action_syr2<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main() 35 bench<Action_matrix_matrix_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main() 36 bench<Action_ata_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main() 37 bench<Action_aat_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main()
|
D | STL_interface.hh | 29 class STL_interface{ class
|
/external/eigen/bench/btl/actions/ |
D | action_lu_solve.hh | 108 … STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size); in calculate() 111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate() 115 STL_interface<typename Interface::real_type>::display_vector(B_stl); in calculate() 116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl); in calculate()
|
D | action_ata_product.hh | 112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size); in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_aat_product.hh | 112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size); in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_axpy.hh | 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()
|
D | action_axpby.hh | 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()
|
D | action_trisolve.hh | 110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size); in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_symv.hh | 106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size); in check_result() 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_atv_product.hh | 99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size); in check_result() 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_ger.hh | 97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size); in check_result() 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product.hh | 116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size); in check_result() 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_syr2.hh | 100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size); in check_result() 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_vector_product.hh | 117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size); in check_result() 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product_bis.hh | 123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size); in calculate() 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
|