Searched refs:icvMatrAXPY3_32f (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsvd.cpp | 173 icvMatrAXPY3_32f( int m, int n, const float* x, int l, float* y, double h ) in icvMatrAXPY3_32f() function 757 icvMatrAXPY3_32f( m1, n1, hv, lda, a, h ); in icvSVD_32f() 807 icvMatrAXPY3_32f( lh, l-1, hv+1, lduT, uT+1, h ); in icvSVD_32f() 850 icvMatrAXPY3_32f( lh, l-1, hv+1, ldvT, vT+1, h ); in icvSVD_32f()
|