Interface ParameterizedODE

    • Method Detail

      • getParametersDimension

        int getParametersDimension()
        Deprecated.
        Get the number of parameters.
        Returns:
        number of parameters
      • setParameter

        void setParameter​(int i,
                          double value)
        Deprecated.
        Set a parameter.
        Parameters:
        i - index of the parameters (must be between 0 and getParametersDimension() - 1)
        value - value for the parameter