Searched refs:SVBackSubst (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/core/include/opencv2/ |
D | core.hpp | 1863 CV_EXPORTS_W void SVBackSubst( InputArray w, InputArray u, InputArray vt,
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 2027 public static void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst) in SVBackSubst() method in Core
|
D | core.cpp | 3850 cv::SVBackSubst( w, u, vt, rhs, dst ); in Java_org_opencv_core_Core_SVBackSubst_10()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1899 Core.SVBackSubst(w, u, vt, rhs, dst); in testSVBackSubst()
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 1492 void cv::SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst) in SVBackSubst() function in cv
|