OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 30 milliseconds