Searched refs:icvGivens_64f (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsvd.cpp | 47 #define icvGivens_64f( n, x, y, c, s ) \ macro 527 icvGivens_64f( m, uT + lduT * (l - 1), uT + lduT * i, c, s ); in icvSVD_64f() 564 icvGivens_64f( n, vT + ldvT * (i - 1), vT + ldvT * i, c, s ); in icvSVD_64f() 579 icvGivens_64f( m, uT + lduT * (i - 1), uT + lduT * i, c, s ); in icvSVD_64f()
|