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

  /external/opencv/cxcore/src/
cxsvd.cpp 47 #define icvGivens_64f( n, x, y, c, s ) \
527 icvGivens_64f( m, uT + lduT * (l - 1), uT + lduT * i, c, s );
564 icvGivens_64f( n, vT + ldvT * (i - 1), vT + ldvT * i, c, s );
579 icvGivens_64f( m, uT + lduT * (i - 1), uT + lduT * i, c, s );
    [all...]

Completed in 23 milliseconds