EigenvalueDecomposition Constructor

DotNetMatrix

An NDoc Documented Class Library

EigenvalueDecomposition Constructor 

Check for symmetry, then construct the eigenvalue decomposition

[Visual Basic]Public Sub New( _
   ByVal Arg As GeneralMatrix _
)
[C#]
public EigenvalueDecomposition(
   GeneralMatrix Arg
);

Parameters

Arg
Square matrix

Return Value

Structure to access D and V.

See Also

EigenvalueDecomposition Class | DotNetMatrix Namespace