Searched refs:icvGivens_32f (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsvd.cpp | 129 #define icvGivens_32f( n, x, y, c, s ) \ macro 923 icvGivens_32f( m, uT + lduT * (l - 1), uT + lduT * i, c, s ); in icvSVD_32f() 960 icvGivens_32f( n, vT + ldvT * (i - 1), vT + ldvT * i, c, s ); in icvSVD_32f() 975 icvGivens_32f( m, uT + lduT * (i - 1), uT + lduT * i, c, s ); in icvSVD_32f()
|