backSubst 2534 modules/core/include/opencv2/core.hpp static void backSubst( InputArray w, InputArray u, backSubst 2572 modules/core/include/opencv2/core.hpp void backSubst( InputArray rhs, OutputArray dst ) const; backSubst 2584 modules/core/include/opencv2/core.hpp void backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, const Matx<_Tp, n, nm>& vt, const Matx<_Tp, m, nb>& rhs, Matx<_Tp, n, nb>& dst ); backSubst 325 modules/core/include/opencv2/core/operations.hpp SVD::backSubst(_w, _u, _vt, _rhs, _dst); backSubst 814 modules/core/src/lapack.cpp SVD::backSubst(w, u, vt, Mat(), _dst); backSubst 834 modules/core/src/lapack.cpp SVD::backSubst(w, u, vt, Mat(), _dst); backSubst 1481 modules/core/src/lapack.cpp backSubst( w, u, vt, rhs, dst ); backSubst 1494 modules/core/src/lapack.cpp SVD::backSubst(w, u, vt, rhs, dst); backSubst 1686 modules/core/src/lapack.cpp cv::SVD::backSubst(w, u, v, rhs, dst);