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

  /external/opencv/cxcore/src/
cxsvd.cpp 129 #define icvGivens_32f( n, x, y, c, s ) \
923 icvGivens_32f( m, uT + lduT * (l - 1), uT + lduT * i, c, s );
960 icvGivens_32f( n, vT + ldvT * (i - 1), vT + ldvT * i, c, s );
975 icvGivens_32f( m, uT + lduT * (i - 1), uT + lduT * i, c, s );
    [all...]

Completed in 99 milliseconds