Fills the banded mass matrix.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Run(
int N,
ref double[] B,
int offset_b,
int LB,
double[] RPAR,
int offset_rpar,
int IPAR
)
Parameters
- N Int32
- The number of equations.
- B Double
- Receives the matrix entries.
- offset_b Int32
- The offset into B.
- LB Int32
- The leading dimension or bandwidth.
- RPAR Double
- User-supplied real parameters.
- offset_rpar Int32
- The offset into RPAR.
- IPAR Int32
- A user-supplied integer parameter.
See Also