HomeSort by relevance Sort by last modified time
    Searched refs:det3 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/src/
lapack.cpp 710 #define det3(m) (m(0,0)*((double)m(1,1)*m(2,2) - (double)m(1,2)*m(2,1)) - \ macro
733 result = det3(Mf);
757 result = det3(Md);
943 double d = det3(Sf);
970 double d = det3(Sd);
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 762 #define det3(m) (m(0,0)*(m(1,1)*m(2,2) - m(1,2)*m(2,1)) - \ macro
    [all...]

Completed in 889 milliseconds