Matrix<T>.GetEigenvalueDecomposition(Matrix<T>) Method

Returns the generalized eigenvalue decomposition for this matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public GeneralizedEigenvalueDecomposition<T> GetEigenvalueDecomposition(
	Matrix<T> matrix2
)

Parameters

matrix2  Matrix<T>
The secondary matrix in the decomposition.

Return Value

GeneralizedEigenvalueDecomposition<T>
A GeneralizedEigenvalueDecomposition<T> object.

See Also