Matrix<T>.GetEigenvalueDecomposition(Boolean) Method

Returns the eigenvalue decomposition for this matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual EigenvalueDecomposition<T> GetEigenvalueDecomposition(
	bool overwriteMatrix
)

Parameters

overwriteMatrix  Boolean
A Boolean value that indicates whether the elements of the matrix may be overwritten by the decomposition.

Return Value

EigenvalueDecomposition<T>
A EigenvalueDecomposition<T> object.

See Also