Home
last modified time | relevance | path

Searched defs:temp_u (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxsvd.cpp1229 int temp_u = 0, /* temporary storage for U is needed */ in cvSVD() local
1468 int temp_u = 0, temp_v = 0; in cvSVBkSb() local
/external/opencv3/modules/core/src/
Dumatrix.cpp215 UMatData* temp_u = u; in getUMat() local
Dlapack.cpp1390 Mat temp_u(urows, m, type, buf, astep), temp_v; in _SVDcompute() local