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

  /external/opencv/cxcore/src/
cxjacobieigens.cpp 73 double Amax, anorm = 0, ax;
98 Amax = anorm;
100 while( Amax > ax && iters++ < 100 )
102 Amax /= n;
118 if( fabs( Apq ) < Amax )
178 Amax /= n;
179 } /* while ( Amax > ax ) */
224 double Amax = 0.0, anorm = 0.0, ax;
249 Amax = anorm;
251 while( Amax > ax && iters++ < 100
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 49 double Amax, anorm = 0, ax;
74 Amax = anorm;
76 while( Amax > ax )
78 Amax /= n;
94 if( fabs( Apq ) < Amax )
154 Amax /= n;
155 } /* while ( Amax > ax ) */
    [all...]

Completed in 147 milliseconds