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 Summary

    Modifier and Type Method Description
    double[] derivn​(long t, double[] y)  
  • Method Details

    • 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