Factors a dense complex matrix represented by separate real and imaginary parts.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Run(
int N,
int NDIM,
ref double[] AR,
int offset_ar,
ref double[] AI,
int offset_ai,
ref int[] IP,
int offset_ip,
ref int IER
)
Parameters
- N Int32
-
= ORDER OF MATRIX.
- NDIM Int32
-
= DECLARED DIMENSION OF ARRAYS AR AND AI .
- AR Double
- Real part of the matrix to factor.
- offset_ar Int32
- The starting offset in AR.
- AI Double
- Imaginary part of the matrix to factor.
- offset_ai Int32
- The starting offset in AI.
- IP Int32
- Pivot index array.
- offset_ip Int32
- The starting offset in IP.
- IER Int32
-
= 0 IF MATRIX A IS NONSINGULAR, OR K IF FOUND TO BE
SINGULAR AT STAGE K.
See Also