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

  /external/opencv/cxcore/src/
cxsvd.cpp 65 icvMatrAXPY_64f( int m, int n, const double* x, int dx,
304 icvMatrAXPY_64f( m1, n1 - 1, a + 1, lda, hv, temp + 1, 0 );
308 icvMatrAXPY_64f( m1, n1 - 1, temp + 1, 0, hv, a + 1, lda );
1100 icvMatrAXPY_64f( m, nb, b, ldb, uT, buffer, 0 );
1109 icvMatrAXPY_64f( n, nb, buffer, 0, vT, x, ldx );
    [all...]

Completed in 166 milliseconds