/external/eigen/bench/btl/actions/ |
H A D | action_aat_product.hh | 46 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 D | action_ata_product.hh | 46 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 D | action_axpby.hh | 43 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 D | action_axpy.hh | 46 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 D | action_trisolve.hh | 52 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 D | action_lu_decomp.hh | 45 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 D | action_hessenberg.hh | 45 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 D | action_atv_product.hh | 45 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 D | action_ger.hh | 41 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 D | action_matrix_matrix_product.hh | 47 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 D | action_matrix_vector_product.hh | 47 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 D | action_symv.hh | 46 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 D | action_syr2.hh | 45 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 D | action_matrix_matrix_product_bis.hh | 119 typename Interface::stl_matrix resu_stl(size); 121 Interface::matrix_to_stl(X,resu_stl); 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
H A D | action_trisolve_matrix.hh | 47 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 D | action_trmm.hh | 47 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
|