Home
last modified time | relevance | path

Searched refs:SVBackSubst (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/
Dcore.hpp1863 CV_EXPORTS_W void SVBackSubst( InputArray w, InputArray u, InputArray vt,
/external/opencv3/modules/java/src/
Dcore+Core.java2027 public static void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst) in SVBackSubst() method in Core
Dcore.cpp3850 cv::SVBackSubst( w, u, vt, rhs, dst ); in Java_org_opencv_core_Core_SVBackSubst_10()
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java1899 Core.SVBackSubst(w, u, vt, rhs, dst); in testSVBackSubst()
/external/opencv3/modules/core/src/
Dlapack.cpp1492 void cv::SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst) in SVBackSubst() function in cv