HomeSort by relevance Sort by last modified time
    Searched full:fval_2 (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingPolynomialBicubicSplineInterpolator.java 132 // values fval_2
133 final double[][] fval_2 = new double[xLen][yLen]; local
137 fval_2[i][j] = f.value(yval[j]);
141 return super.interpolate(xval, yval, fval_2);

Completed in 354 milliseconds