Module rgg

Interface ISlope

All Known Implementing Classes:
ChemicalReaction, Model

public interface ISlope
  • Method Summary

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

    • assignIndices

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

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