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