Package jline.solvers.fluid.odes
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 Summary
ConstructorDescriptionMatrixMethodODE
(Matrix W, Matrix SQ, Matrix S, Matrix Qa, Matrix ALambda, int numDimensions, NetworkStruct sn, List<Double> pStarValues) -
Method Summary
Modifier and TypeMethodDescriptionvoid
computeDerivatives
(double t, double[] x, double[] dxdt) int
-
Constructor Details
-
MatrixMethodODE
-
MatrixMethodODE
-
-
Method Details
-
getDimension
public int getDimension()- Specified by:
getDimension
in interfaceorg.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 interfaceorg.apache.commons.math3.ode.FirstOrderDifferentialEquations
- Throws:
org.apache.commons.math3.exception.MaxCountExceededException
org.apache.commons.math3.exception.DimensionMismatchException
-