BandJacobianMatrixEvaluator Constructor |
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public BandJacobianMatrixEvaluator(
Action<double, double[], double[]> f,
int lowerBandwidth,
int upperBandwidth
)
Parameters
- f ActionDouble, Double, Double
-
The function to calculate the derivatives. First argument is the independent variable (usually designated with x or t),
2nd argument is the array of y values, and the third array accomodates the calculated derivatives dy/dx.
- lowerBandwidth Int32
- The lower bandwidth of the band matrix.
- upperBandwidth Int32
- The upper bandwidth of the band matrix.
See Also