Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dcore+Core.java1859 int retVal = solveCubic_0(coeffs.nativeObj, roots.nativeObj); in solveCubic()
2490 private static native int solveCubic_0(long coeffs_nativeObj, long roots_nativeObj); in solveCubic_0() method in Core