Home
last modified time | relevance | path

Searched defs:SVBackSubst (Results 1 – 2 of 2) sorted by relevance

/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
/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