OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icvgivens_32f
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxsvd.cpp
129
#define
icvGivens_32f
( n, x, y, c, s ) \
923
icvGivens_32f
( m, uT + lduT * (l - 1), uT + lduT * i, c, s );
960
icvGivens_32f
( n, vT + ldvT * (i - 1), vT + ldvT * i, c, s );
975
icvGivens_32f
( m, uT + lduT * (i - 1), uT + lduT * i, c, s );
[
all
...]
Completed in 66 milliseconds