Searched refs:norm_diff (Results 1 – 14 of 14) sorted by relevance
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff() function in STL_interface 217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B) in norm_diff() function in STL_interface
|
/external/eigen/bench/btl/actions/ |
D | action_ata_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_aat_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_axpy.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
|
D | action_axpby.hh | 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
|
D | action_trisolve.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_lu_solve.hh | 111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate()
|
D | action_symv.hh | 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_atv_product.hh | 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_ger.hh | 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product.hh | 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_syr2.hh | 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_vector_product.hh | 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product_bis.hh | 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
|