public interface  org.apache.commons.math.ode.FirstOrderDifferentialEquations extends java.lang.Object
{
public abstract int getDimension();
public abstract void computeDerivatives(double, double[], double[]) throws org.apache.commons.math.exception.MaxCountExceededException, org.apache.commons.math.exception.DimensionMismatchException;
}