Click or drag to resize
DigitalRuneEigenvalueDecompositionF Constructor
Creates the eigenvalue decomposition of the given matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public EigenvalueDecompositionF(
	MatrixF matrixA
)

Parameters

matrixA
Type: DigitalRune.Mathematics.AlgebraMatrixF
The square matrix A.
Exceptions
ExceptionCondition
ArgumentNullExceptionmatrixA is .
ArgumentExceptionmatrixA is non-square (rectangular).
See Also