Searched defs:solveCubic (Results 1 – 4 of 4) sorted by relevance
204 solveCubic (T a, T b, T c, T d, T x[3]) in solveCubic() function
282 def solveCubic(a, b, c, d): function
1908 int cv::solveCubic( InputArray _coeffs, OutputArray _roots ) in solveCubic() function in cv
1856 public static int solveCubic(Mat coeffs, Mat roots) in solveCubic() method in Core