Searched defs:resu_stl (Results 1 - 15 of 15) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_aat_product.hh46 init_matrix<null_function>(resu_stl,_size);
110 Interface::matrix_to_stl(X,resu_stl);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
128 typename Interface::stl_matrix resu_stl; member in class:Action_aat_product
H A Daction_ata_product.hh46 init_matrix<null_function>(resu_stl,_size);
110 Interface::matrix_to_stl(X,resu_stl);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
128 typename Interface::stl_matrix resu_stl; member in class:Action_ata_product
H A Daction_axpby.hh43 init_vector<null_function>(resu_stl,_size);
96 Interface::vector_to_stl(Y,resu_stl);
101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
113 typename Interface::stl_vector resu_stl; member in class:Action_axpby
H A Daction_axpy.hh46 init_vector<null_function>(resu_stl,_size);
108 Interface::vector_to_stl(Y,resu_stl);
113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
126 typename Interface::stl_vector resu_stl; member in class:Action_axpy
H A Daction_lu_decomp.hh45 init_matrix<null_function>(resu_stl,_size);
96 Interface::matrix_to_stl(C,resu_stl);
101 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
114 typename Interface::stl_matrix resu_stl; member in class:Action_lu_decomp
H A Daction_trisolve.hh52 init_vector<null_function>(resu_stl,_size);
108 Interface::vector_to_stl(X,resu_stl);
113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
127 typename Interface::stl_vector resu_stl; member in class:Action_trisolve
H A Daction_atv_product.hh45 init_vector<null_function>(resu_stl,_size);
97 Interface::vector_to_stl(X,resu_stl);
102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
115 typename Interface::stl_vector resu_stl; member in class:Action_atv_product
H A Daction_ger.hh41 init_vector<null_function>(resu_stl,_size);
95 Interface::vector_to_stl(X,resu_stl);
100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
114 typename Interface::stl_vector resu_stl; member in class:Action_ger
H A Daction_hessenberg.hh45 init_matrix<null_function>(resu_stl,_size);
102 Interface::matrix_to_stl(C,resu_stl);
107 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
120 typename Interface::stl_matrix resu_stl; member in class:Action_hessenberg
151 init_matrix<null_function>(resu_stl,_size);
205 Interface::matrix_to_stl(C,resu_stl);
210 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
223 typename Interface::stl_matrix resu_stl; member in class:Action_tridiagonalization
H A Daction_matrix_matrix_product.hh47 init_matrix<null_function>(resu_stl,_size);
115 Interface::matrix_to_stl(X,resu_stl);
118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
131 typename Interface::stl_matrix resu_stl; member in class:Action_matrix_matrix_product
H A Daction_matrix_vector_product.hh47 init_vector<null_function>(resu_stl,_size);
115 Interface::vector_to_stl(X,resu_stl);
120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
134 typename Interface::stl_vector resu_stl; member in class:Action_matrix_vector_product
H A Daction_symv.hh46 init_vector<null_function>(resu_stl,_size);
104 Interface::vector_to_stl(X,resu_stl);
109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
123 typename Interface::stl_vector resu_stl; member in class:Action_symv
H A Daction_syr2.hh45 init_vector<null_function>(resu_stl,_size);
98 Interface::vector_to_stl(X,resu_stl);
103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
117 typename Interface::stl_vector resu_stl; member in class:Action_syr2
H A Daction_trisolve_matrix.hh47 init_matrix<null_function>(resu_stl,_size);
127 // Interface::matrix_to_stl(X,resu_stl);
132 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
146 typename Interface::stl_matrix resu_stl; member in class:Action_trisolve_matrix
H A Daction_trmm.hh47 init_matrix<null_function>(resu_stl,_size);
127 // Interface::matrix_to_stl(X,resu_stl);
132 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
146 typename Interface::stl_matrix resu_stl; member in class:Action_trmm

Completed in 98 milliseconds