LUDecomposition<T> Constructor

Constructs a new LUDecomposition<T> object.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected LUDecomposition(
	Matrix<T> matrix,
	bool overwriteBaseMatrix
)

Parameters

matrix  Matrix<T>
The matrix to decompose.
overwriteBaseMatrix  Boolean
A boolean value that indicates whether the contents of the base matrix may be overwritten by the decomposition.

See Also