Searched refs:STL_interface (Results 1 - 15 of 15) sorted by relevance

/external/eigen/bench/btl/libs/STL/
H A Dmain.cpp21 #include "STL_interface.hh"
29 bench<Action_axpy<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
30 bench<Action_axpby<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
31 bench<Action_matrix_vector_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
32 bench<Action_atv_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
33 bench<Action_symv<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
34 bench<Action_syr2<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT);
35 bench<Action_matrix_matrix_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
36 bench<Action_ata_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT);
37 bench<Action_aat_product<STL_interface<REAL_TYP
[all...]
H A DSTL_interface.hh2 // File : STL_interface.hh
29 class STL_interface{ class
/external/eigen/bench/btl/actions/
H A Daction_lu_solve.hh23 #include "STL_interface.hh"
108 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size);
111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl);
115 STL_interface<typename Interface::real_type>::display_vector(B_stl);
116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl);
H A Daction_aat_product.hh23 #include "STL_interface.hh"
112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ata_product.hh23 #include "STL_interface.hh"
112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_axpby.hh22 #include "STL_interface.hh"
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);
H A Daction_axpy.hh23 #include "STL_interface.hh"
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);
H A Daction_trisolve.hh22 #include "STL_interface.hh"
110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size);
113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_atv_product.hh23 #include "STL_interface.hh"
99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size);
102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ger.hh18 #include "STL_interface.hh"
97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size);
100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product.hh23 #include "STL_interface.hh"
116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product_bis.hh23 #include "STL_interface.hh"
123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size);
126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_vector_product.hh23 #include "STL_interface.hh"
117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size);
120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_symv.hh23 #include "STL_interface.hh"
106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size);
109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_syr2.hh23 #include "STL_interface.hh"
100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size);
103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);

Completed in 411 milliseconds