Click or drag to resize
DigitalRuneLUDecompositionF Constructor
Creates the LU decomposition of the given matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public LUDecompositionF(
	MatrixF matrixA
)

Parameters

matrixA
Type: DigitalRune.Mathematics.AlgebraMatrixF
The matrix A. (Can be rectangular. Number of rows ≥ number of columns.)
Exceptions
ExceptionCondition
ArgumentNullExceptionmatrixA is .
ArgumentException The number of rows must be greater than or equal to the number of columns.
See Also