Interface DiffnFunctionNs


  • public interface DiffnFunctionNs
    This interface provides the method through which a set of ODEs may be coded and supplied to the methods in the class RungeKutta. This class is taken from the Java library developed by Michael Thomas Flanagan available at Michael Thomas Flanagan.

    NOTE: This is for RSLS use only - do not use in any other software

    • Method Detail

      • derivn

        double[] derivn​(long t,
                        double[] y)
        Parameters:
        t - time
        y - the set of dependent variables
        Returns:
        double[] derivatives of y with respect to time