HomeSort by relevance Sort by last modified time
    Searched full:norm_diff (Results 1 - 22 of 22) sorted by null

  /external/opencv/cxcore/src/
cxnorm.cpp 971 double norm = 0, norm_diff = 0; local
    [all...]
  /external/eigen/bench/btl/actions/
action_rot.hh 92 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
action_hessenberg.hh 107 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
210 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
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_atv_product.hh 102 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_cholesky.hh 106 // STL_interface<typename Interface::real_type>::norm_diff(C_stl,resu_stl);
action_ger.hh 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
action_lu_decomp.hh 101 // STL_interface<typename Interface::real_type>::norm_diff(C_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_vector_product.hh 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
action_partial_lu.hh 103 // STL_interface<typename Interface::real_type>::norm_diff(C_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);
action_trisolve.hh 113 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_trisolve_matrix.hh 132 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
action_trmm.hh 132 // 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

Completed in 83 milliseconds