Module rgg

Interface ISlope

All Known Implementing Classes:
ChemicalReaction, Model

public interface ISlope
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    int
    assignIndices(int base, HashMap<Object,Integer> indices)
     
    void
    eval(double[] out, double t, double[] y)
     
  • Method Details Link icon

    • assignIndices Link icon

      int assignIndices(int base, HashMap<Object,Integer> indices)
    • eval Link icon

      void eval(double[] out, double t, double[] y)