Home
last modified time | relevance | path

Searched refs:backSubst (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/
Dcore.hpp2534 static void backSubst( InputArray w, InputArray u,
2572 void backSubst( InputArray rhs, OutputArray dst ) const;
2584 …void backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, const Matx<_Tp, n, nm>& vt, …
/external/opencv3/modules/core/src/
Dlapack.cpp814 SVD::backSubst(w, u, vt, Mat(), _dst); in invert()
834 SVD::backSubst(w, u, vt, Mat(), _dst); in invert()
1444 void SVD::backSubst( InputArray _w, InputArray _u, InputArray _vt, in backSubst() function in cv::SVD
1479 void SVD::backSubst( InputArray rhs, OutputArray dst ) const in backSubst() function in cv::SVD
1481 backSubst( w, u, vt, rhs, dst ); in backSubst()
1494 SVD::backSubst(w, u, vt, rhs, dst); in SVBackSubst()
1686 cv::SVD::backSubst(w, u, v, rhs, dst); in cvSVBkSb()
/external/opencv3/modules/core/include/opencv2/core/
Doperations.hpp319 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst() function in cv::SVD
325 SVD::backSubst(_w, _u, _vt, _rhs, _dst); in backSubst()