/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 45 init_matrix<null_function>(resu_stl,_size); in Action_hessenberg() 102 Interface::matrix_to_stl(C,resu_stl); in check_result() 120 typename Interface::stl_matrix resu_stl; member in Action_hessenberg 151 init_matrix<null_function>(resu_stl,_size); in Action_tridiagonalization() 205 Interface::matrix_to_stl(C,resu_stl); in check_result() 223 typename Interface::stl_matrix resu_stl; member in Action_tridiagonalization
|
D | action_ata_product.hh | 46 init_matrix<null_function>(resu_stl,_size); in Action_ata_product() 110 Interface::matrix_to_stl(X,resu_stl); in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 128 typename Interface::stl_matrix resu_stl; member in Action_ata_product
|
D | action_aat_product.hh | 46 init_matrix<null_function>(resu_stl,_size); in Action_aat_product() 110 Interface::matrix_to_stl(X,resu_stl); in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 128 typename Interface::stl_matrix resu_stl; member in Action_aat_product
|
D | action_axpy.hh | 46 init_vector<null_function>(resu_stl,_size); in Action_axpy() 108 Interface::vector_to_stl(Y,resu_stl); in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 126 typename Interface::stl_vector resu_stl; member in Action_axpy
|
D | action_axpby.hh | 43 init_vector<null_function>(resu_stl,_size); in Action_axpby() 96 Interface::vector_to_stl(Y,resu_stl); in check_result() 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 113 typename Interface::stl_vector resu_stl; member in Action_axpby
|
D | action_trisolve.hh | 52 init_vector<null_function>(resu_stl,_size); in Action_trisolve() 108 Interface::vector_to_stl(X,resu_stl); in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 127 typename Interface::stl_vector resu_stl; member in Action_trisolve
|
D | action_symv.hh | 46 init_vector<null_function>(resu_stl,_size); in Action_symv() 104 Interface::vector_to_stl(X,resu_stl); in check_result() 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 123 typename Interface::stl_vector resu_stl; member in Action_symv
|
D | action_atv_product.hh | 45 init_vector<null_function>(resu_stl,_size); in Action_atv_product() 97 Interface::vector_to_stl(X,resu_stl); in check_result() 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 115 typename Interface::stl_vector resu_stl; member in Action_atv_product
|
D | action_ger.hh | 41 init_vector<null_function>(resu_stl,_size); in Action_ger() 95 Interface::vector_to_stl(X,resu_stl); in check_result() 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 114 typename Interface::stl_vector resu_stl; member in Action_ger
|
D | action_matrix_matrix_product.hh | 47 init_matrix<null_function>(resu_stl,_size); in Action_matrix_matrix_product() 115 Interface::matrix_to_stl(X,resu_stl); in check_result() 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 131 typename Interface::stl_matrix resu_stl; member in Action_matrix_matrix_product
|
D | action_syr2.hh | 45 init_vector<null_function>(resu_stl,_size); in Action_syr2() 98 Interface::vector_to_stl(X,resu_stl); in check_result() 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 117 typename Interface::stl_vector resu_stl; member in Action_syr2
|
D | action_matrix_vector_product.hh | 47 init_vector<null_function>(resu_stl,_size); in Action_matrix_vector_product() 115 Interface::vector_to_stl(X,resu_stl); in check_result() 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result() 134 typename Interface::stl_vector resu_stl; member in Action_matrix_vector_product
|
D | action_lu_decomp.hh | 45 init_matrix<null_function>(resu_stl,_size); in Action_lu_decomp() 96 Interface::matrix_to_stl(C,resu_stl); in check_result() 114 typename Interface::stl_matrix resu_stl; member in Action_lu_decomp
|
D | action_matrix_matrix_product_bis.hh | 119 typename Interface::stl_matrix resu_stl(size); in calculate() local 121 Interface::matrix_to_stl(X,resu_stl); in calculate() 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
|
D | action_trmm.hh | 47 init_matrix<null_function>(resu_stl,_size); in Action_trmm() 146 typename Interface::stl_matrix resu_stl; member in Action_trmm
|
D | action_trisolve_matrix.hh | 47 init_matrix<null_function>(resu_stl,_size); in Action_trisolve_matrix() 146 typename Interface::stl_matrix resu_stl; member in Action_trisolve_matrix
|