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

  /external/opencv/cxcore/src/
cxsvd.cpp 145 icvMatrAXPY_32f( int m, int n, const float* x, int dx,
701 icvMatrAXPY_32f( m1, n1 - 1, a + 1, lda, hv, temp + 1, 0 );
706 icvMatrAXPY_32f( m1, n1 - 1, temp + 1, 0, hv, a + 1, lda );
1195 icvMatrAXPY_32f( m, nb, b, ldb, uT, buffer, 0 );
1204 icvMatrAXPY_32f( n, nb, buffer, 0, vT, x, ldx );
    [all...]

Completed in 7964 milliseconds