Documentation of 'org.apache.commons.math3.ode.nonstiff.FieldButcherArrayProvider' Java class
FieldButcherArrayProvider
org.apache.commons.math3.ode.nonstiff

Interface FieldButcherArrayProvider<T extends RealFieldElement<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      T[][] getA()
      Get the internal weights from Butcher array (without the first empty row).
      T[] getB()
      Get the external weights for the high order method from Butcher array.
      T[] getC()
      Get the time steps from Butcher array (without the first zero).
    • Method Detail

      • getC

        T[] getC()
        Get the time steps from Butcher array (without the first zero).
        Returns:
        time steps from Butcher array (without the first zero
      • getA

        T[][] getA()
        Get the internal weights from Butcher array (without the first empty row).
        Returns:
        internal weights from Butcher array (without the first empty row)
      • getB

        T[] getB()
        Get the external weights for the high order method from Butcher array.
        Returns:
        external weights for the high order method from Butcher array

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.