Home
last modified time | relevance | path

Searched refs:temp_v (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dlapack.cpp1390 Mat temp_u(urows, m, type, buf, astep), temp_v; in _SVDcompute() local
1393 temp_v = Mat(n, n, type, alignPtr(buf + urows*astep + n*esz, 16), vstep); in _SVDcompute()
1406 temp_v.ptr<float>(), temp_v.step, m, n, compute_uv ? urows : 0); in _SVDcompute()
1411 temp_v.ptr<double>(), temp_v.step, m, n, compute_uv ? urows : 0); in _SVDcompute()
1421 temp_v.copyTo(_vt); in _SVDcompute()
1426 transpose(temp_v, _u); in _SVDcompute()
/external/opencv/cxcore/src/
Dcxsvd.cpp1468 int temp_u = 0, temp_v = 0; in cvSVBkSb() local
1509 temp_v = 1; in cvSVBkSb()
1580 if( temp_v ) in cvSVBkSb()