Symmetric Matrix<T>.Get Symmetric Indefinite Decomposition Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix. |
Get | Returns the Cholesky decomposition of the matrix. |
GetSymmetricIndefiniteDecomposition(Boolean)
Returns the Cholesky decomposition of the matrix.
public override SymmetricIndefiniteDecomposition<T> GetSymmetricIndefiniteDecomposition(
bool overwriteMatrix
)
Parameters
- overwriteMatrix Boolean
- A boolean value that indicates whether the contents of the matrix may be overwritten by the decomposition.
Return Value
SymmetricIndefiniteDecomposition<T>An CholeskyDecomposition<T> object that represents the Cholesky decomposition of the matrix.