Dense Matrix<T>.Get LUDecomposition Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Returns the LU decomposition of the matrix. |
Get | Returns the LU decomposition of the matrix. |
GetLUDecomposition(Boolean)
Returns the LU decomposition of the matrix.
public override LUDecomposition<T> GetLUDecomposition(
bool overwriteMatrix
)
Parameters
- overwriteMatrix Boolean
- A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
Return Value
LUDecomposition<T>An LUDecomposition<T> object that represents the LU decomposition of the matrix.