Searched defs:ldx (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxsvd.cpp1027 double* x, int ldx, double* buffer )
1036 memset( x + i*ldx, 0, nb*sizeof(x[0]));
1072 if( ldx == 1 )
1092 x[j*ldx] += s*vT[j];
1109 icvMatrAXPY_64f( n, nb, buffer, 0, vT, x, ldx );
1121 float* x, int ldx, float* buffer )
1130 memset( x + i*ldx, 0, nb*sizeof(x[0]));
1167 if( ldx == 1 )
1187 x[j*ldx] = (float)(x[j*ldx]
1023 icvSVBkSb_64f( int m, int n, const double* w, const double* uT, int lduT, const double* vT, int ldvT, const double* b, int ldb, int nb, double* x, int ldx, double* buffer ) argument
1117 icvSVBkSb_32f( int m, int n, const float* w, const float* uT, int lduT, const float* vT, int ldvT, const float* b, int ldb, int nb, float* x, int ldx, float* buffer ) argument
[all...]

Completed in 130 milliseconds