Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Matrix » MatrixEigenvectors
Find the eigenvalues and eigenvectors of a symmetrical square matrix.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inMatrix | Matrix | |
![]() |
outEigenvectors | Matrix | Row matrix of eigenvectors, ordered descending by eigenvalue |
![]() |
outEigenvalues | RealArray | Array of descending eigenvalues |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
| Error type | Description |
|---|---|
| DomainError | Matrix dimensions incompatible in MatrixEigenvectors. |
| DomainError | Non-symmetrical matrix in MatrixEigenvectors. |
Complexity Level
This filter is available on Basic Complexity Level.


