Searched refs:zLen (Results 1 – 6 of 6) sorted by relevance
53 final int zLen = zval.length; in interpolate() local58 final double[][][] fvalXY = new double[zLen][xLen][yLen]; in interpolate()59 final double[][][] fvalZX = new double[yLen][zLen][xLen]; in interpolate()66 if (fval[i][j].length != zLen) { in interpolate()67 throw new DimensionMismatchException(fval[i][j].length, zLen); in interpolate()70 for (int k = 0; k < zLen; k++) { in interpolate()96 = new BicubicSplineInterpolatingFunction[zLen]; in interpolate()97 for (int k = 0; k < zLen; k++) { in interpolate()102 final double[][][] dFdX = new double[xLen][yLen][zLen]; in interpolate()103 final double[][][] dFdY = new double[xLen][yLen][zLen]; in interpolate()[all …]
158 final int zLen = z.length; in TricubicSplineInterpolatingFunction() local198 final int lastK = zLen - 1; in TricubicSplineInterpolatingFunction()229 if (f[i][j].length != zLen) { in TricubicSplineInterpolatingFunction()230 throw new DimensionMismatchException(f[i][j].length, zLen); in TricubicSplineInterpolatingFunction()232 if (dFdX[i][j].length != zLen) { in TricubicSplineInterpolatingFunction()233 throw new DimensionMismatchException(dFdX[i][j].length, zLen); in TricubicSplineInterpolatingFunction()235 if (dFdY[i][j].length != zLen) { in TricubicSplineInterpolatingFunction()236 throw new DimensionMismatchException(dFdY[i][j].length, zLen); in TricubicSplineInterpolatingFunction()238 if (dFdZ[i][j].length != zLen) { in TricubicSplineInterpolatingFunction()239 throw new DimensionMismatchException(dFdZ[i][j].length, zLen); in TricubicSplineInterpolatingFunction()[all …]
329 int zLen, in maskGeneratorFunction1() argument343 mgf1Hash.update(Z, zOff, zLen); in maskGeneratorFunction1()356 mgf1Hash.update(Z, zOff, zLen); in maskGeneratorFunction1()
327 int zLen, in maskGeneratorFunction1() argument341 mgf1Hash.update(Z, zOff, zLen); in maskGeneratorFunction1()354 mgf1Hash.update(Z, zOff, zLen); in maskGeneratorFunction1()
313 zLen = zxeCosts->getRows(); in applyR2() local315 Matrix delta(yLen, zLen); in applyR2()318 for (unsigned j = 0; j < zLen; ++j) { in applyR2()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...