Interface Derivative


  • public interface Derivative
    • Method Summary

      Modifier and Type Method Description
      void Set​(double t, double[] state, double[] derivativesOut)  
    • Method Detail

      • Set

        void Set​(double t,
                 double[] state,
                 double[] derivativesOut)