Home | History | Annotate | Download | only in src

Lines Matching defs:SVBackSubst

2023     // C++:  void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat& dst)
2026 //javadoc: SVBackSubst(w, u, vt, rhs, dst)
2027 public static void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst)
2521 // C++: void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat& dst)