Matrix<T>.GetSymmetricIndefiniteDecomposition Method
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
Overload ListPermalink
Get | Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix. |
Get | Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix. |
GetSymmetricIndefiniteDecompositionPermalink
Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.
public SymmetricIndefiniteDecomposition<T> GetSymmetricIndefiniteDecomposition()
Return Value
SymmetricIndefiniteDecomposition<T>An SymmetricIndefiniteDecomposition<T> object that represents the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.
GetSymmetricIndefiniteDecomposition(Boolean)Permalink
Returns the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.
public virtual 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 SymmetricIndefiniteDecomposition<T> object that represents the symmetric indefinite (Bunch-Kaufman) decomposition of the matrix.