Searched refs:_vt (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | operations.hpp | 304 Mat _a(a, false), _u(u, false), _w(w, false), _vt(vt, false); in compute() local 305 SVD::compute(_a, _w, _u, _vt); in compute() 306 …CV_Assert(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.… in compute() 324 Mat _u(u, false), _w(w, false), _vt(vt, false), _rhs(rhs, false), _dst(dst, false); in backSubst() local 325 SVD::backSubst(_w, _u, _vt, _rhs, _dst); in backSubst()
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 1360 OutputArray _u, OutputArray _vt, int flags ) in _SVDcompute() argument 1365 bool compute_uv = _u.needed() || _vt.needed(); in _SVDcompute() 1373 _vt.release(); in _SVDcompute() 1420 if( _vt.needed() ) in _SVDcompute() 1421 temp_v.copyTo(_vt); in _SVDcompute() 1427 if( _vt.needed() ) in _SVDcompute() 1428 temp_u.copyTo(_vt); in _SVDcompute() 1444 void SVD::backSubst( InputArray _w, InputArray _u, InputArray _vt, in backSubst() argument 1447 Mat w = _w.getMat(), u = _u.getMat(), vt = _vt.getMat(), rhs = _rhs.getMat(); in backSubst()
|
/external/icu/icu4c/source/layout/ |
D | IndicClassTables.cpp | 70 #define _vt (_bb | CF_VATTU) macro 71 #define _rv (_vt | CF_REPH) 107 _vt, _xx, _ct, _cn, _xx, _bb, _cn, _xx, _ct, _bb, _xx, _xx, _nu, _xx, _dr, _dl, // 0A30 - 0A3F
|