Home | History | Annotate | Download | only in nonstiff

Lines Matching refs:dimension

155     final int dimension = currentState.length;
171 polynoms[i] = new double[dimension];
173 polynoms[i], 0, dimension);
314 final int dimension = currentState.length;
325 for (int i = 0; i < dimension; ++i) {
351 System.arraycopy(yMidDots[1], 0, interpolatedDerivatives, 0, dimension);
361 final int dimension = (currentState == null) ? -1 : currentState.length;
369 for (int l = 0; l < dimension; ++l) {
383 final int dimension = (currentState == null) ? -1 : currentState.length;
391 for (int l = 0; l < dimension; ++l) {