Searched defs:SVBackSubst (Results 1 – 2 of 2) sorted by relevance
1492 void cv::SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst) in SVBackSubst() function in cv
2027 public static void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst) in SVBackSubst() method in Core