Home
last modified time | relevance | path

Searched defs:norm_diff (Results 1 – 2 of 2) sorted by relevance

/external/eigen/bench/btl/libs/STL/
DSTL_interface.hh203 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/opencv/cxcore/src/
Dcxnorm.cpp971 double norm = 0, norm_diff = 0; in cvNorm() local