/external/opencv/cxcore/src/ |
cxnorm.cpp | 971 double norm = 0, norm_diff = 0; local [all...] |
/external/eigen/bench/btl/actions/ |
action_aat_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_ata_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_axpby.hh | 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
|
action_axpy.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
|
action_trisolve.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_atv_product.hh | 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_ger.hh | 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_lu_solve.hh | 111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl);
|
action_matrix_matrix_product.hh | 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_matrix_matrix_product_bis.hh | 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_matrix_vector_product.hh | 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_symv.hh | 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
action_syr2.hh | 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
|
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) function in class:STL_interface 217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B) function in class:STL_interface
|