HomeSort by relevance Sort by last modified time
    Searched refs:backSubst (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /external/opencv3/modules/core/src/
lapack.cpp 814 SVD::backSubst(w, u, vt, Mat(), _dst);
834 SVD::backSubst(w, u, vt, Mat(), _dst);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
operations.hpp 319 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u,
325 SVD::backSubst(_w, _u, _vt, _rhs, _dst);

Completed in 87 milliseconds