Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java619 static void printarray(PrintStream out, String name, int expectedLen, double[][] array2d) { in printarray() method in FastMathCalc
642 static void printarray(PrintStream out, String name, int expectedLen, double[] array) { in printarray() method in FastMathCalc