Class MatrixMethodODE

java.lang.Object
jline.solvers.fluid.odes.MatrixMethodODE
All Implemented Interfaces:
org.apache.commons.math3.ode.FirstOrderDifferentialEquations

public class MatrixMethodODE extends Object implements org.apache.commons.math3.ode.FirstOrderDifferentialEquations
  • Constructor Details

  • Method Details

    • getDimension

      public int getDimension()
      Specified by:
      getDimension in interface org.apache.commons.math3.ode.FirstOrderDifferentialEquations
    • computeDerivatives

      public void computeDerivatives(double t, double[] x, double[] dxdt) throws org.apache.commons.math3.exception.MaxCountExceededException, org.apache.commons.math3.exception.DimensionMismatchException
      Specified by:
      computeDerivatives in interface org.apache.commons.math3.ode.FirstOrderDifferentialEquations
      Throws:
      org.apache.commons.math3.exception.MaxCountExceededException
      org.apache.commons.math3.exception.DimensionMismatchException