ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array of size [n,1] with eigenvalues of A in ascending order.
Find all eigenvalues of symmetric / hermitian matrix.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArraycomplex
Input matrix, Size [n x n], symmetric (hermitian for complex A).
Return Value
Type: RetArrayDoubleArray of size [n,1] with eigenvalues of A in ascending order.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if A is not square. |
Remarks
For computation the Lapack functions zheevr, ssyevr, chesvr and zheesv are used.
Since A is symmetric the eigenvalues and the array returned have the same real/complex element type as A.
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.eig(InArraycomplex, OutArraycomplex, MatrixProperties, Boolean)