Returns the generalized eigenvalue decomposition for this matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public GeneralizedEigenvalueDecomposition<T> GetEigenvalueDecomposition(
Matrix<T> matrix2
)
Public Function GetEigenvalueDecomposition (
matrix2 As Matrix(Of T)
) As GeneralizedEigenvalueDecomposition(Of T)
public:
GeneralizedEigenvalueDecomposition<T>^ GetEigenvalueDecomposition(
Matrix<T>^ matrix2
)
member GetEigenvalueDecomposition :
matrix2 : Matrix<'T> -> GeneralizedEigenvalueDecomposition<'T>
Parameters
- matrix2
- Type: Extreme.MathematicsMatrixT
The secondary matrix in the decomposition.
Return Value
Type:
GeneralizedEigenvalueDecompositionTA
GeneralizedEigenvalueDecompositionT object.
Reference