Matrix<T>.Get Hermitian Indefinite Decomposition Method
Definition
Namespace: Numerics.NET
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 Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix. |
Get | Returns the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix. |
GetHermitianIndefiniteDecomposition
Returns the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix.
public SymmetricIndefiniteDecomposition<T> GetHermitianIndefiniteDecomposition()
Return Value
SymmetricIndefiniteDecomposition<T>An SymmetricIndefiniteDecomposition<T> object that represents the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix.
GetHermitianIndefiniteDecomposition(Boolean)
Returns the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix.
public virtual SymmetricIndefiniteDecomposition<T> GetHermitianIndefiniteDecomposition(
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 SymmetricIndefiniteDecomposition<T> object that represents the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix.