public interface  org.apache.commons.math.ode.FirstOrderIntegrator extends java.lang.Object implements org.apache.commons.math.ode.ODEIntegrator
{
public abstract double integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[]) throws org.apache.commons.math.exception.DimensionMismatchException, org.apache.commons.math.exception.NumberIsTooSmallException, org.apache.commons.math.exception.MaxCountExceededException, org.apache.commons.math.exception.NoBracketingException;
}