Package jline.solvers.fluid.handlers
Class MatrixMethodODE
-
- All Implemented Interfaces:
-
org.apache.commons.math3.ode.FirstOrderDifferentialEquations
public class MatrixMethodODE implements FirstOrderDifferentialEquations
-
-
Constructor Summary
Constructors Constructor Description MatrixMethodODE(Matrix W, Matrix SQ, Matrix S, Matrix Qa, Matrix ALambda, int numDimensions)MatrixMethodODE(Matrix W, Matrix SQ, Matrix S, Matrix Qa, Matrix ALambda, int numDimensions, NetworkStruct sn, List<Double> pStarValues)
-
Method Summary
Modifier and Type Method Description voidcomputeDerivatives(double t, Array<double> x, Array<double> dxdt)intgetDimension()-
-
Method Detail
-
computeDerivatives
void computeDerivatives(double t, Array<double> x, Array<double> dxdt)
-
getDimension
int getDimension()
-
-
-
-