Class ButcherTableau

    • Constructor Detail

      • ButcherTableau

        public ButcherTableau​(String name,
                              double[][] coefs,
                              double[] c,
                              double[] b,
                              double[] bHat,
                              boolean fsal)
    • Method Detail

      • numberOfStages

        public int numberOfStages()
      • getEstimator

        public Vector getEstimator()
      • setEstimator

        public void setEstimator​(Vector bHat)
      • getInterpolator

        public Vector getInterpolator()
      • setInterpolator

        public void setInterpolator​(Vector b)
      • setC

        public void setC​(Vector c)
      • isFSAL

        public boolean isFSAL()
      • printTableau

        public String printTableau()
      • describe

        public String describe()
        Description copied from interface: Descriptive
        Creates a String 'describing' this object, usually for exporting purposes.
        Specified by:
        describe in interface Descriptive
        Returns:
        by default, this will return the name of the implementing class and the date of the calculation.