LUDecomposition<T> Constructor
Constructs a new LUDecomposition<T> object.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected LUDecomposition(
Matrix<T> matrix,
bool overwriteBaseMatrix
)