Initializes a new instance of the
LUT class.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected LU(
Matrix<T> factors,
int[] pivots
)
Parameters
- factors MatrixT
- The combined LU factor matrix.
- pivots Int32
- The pivot indices.
See Also