HermitianMatrix<T>.GetHermitianIndefiniteDecomposition Method

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

GetHermitianIndefiniteDecomposition() Returns the Hermitian indefinite (Bunch-Kaufman) decomposition of the matrix.
GetHermitianIndefiniteDecomposition(Boolean) Returns the Hermitian indefinite decomposition of the matrix.

GetHermitianIndefiniteDecomposition(Boolean)

Returns the Hermitian indefinite decomposition of the matrix.
C#
public override 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 decomposition of the matrix.

See Also