public interface  org.apache.commons.math.ode.SecondOrderIntegrator extends java.lang.Object implements org.apache.commons.math.ode.ODEIntegrator
{
public abstract void integrate(org.apache.commons.math.ode.SecondOrderDifferentialEquations, double, double[], double[], double, double[], double[]) throws org.apache.commons.math.exception.MathIllegalStateException, org.apache.commons.math.exception.MathIllegalArgumentException;
}