You are here: Start » AVL.NET » AVL.MatrixPseudoEigenvectors
Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void MatrixPseudoEigenvectors ( AvlNet.Matrix inMatrix, AvlNet.Matrix outEigenvectors, IList<float> outEigenvalues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrix | AvlNet.Matrix | |||
![]() | outEigenvectors | AvlNet.Matrix | Row matrix of eigenvectors. | ||
![]() | outEigenvalues | System.Collections.Generic.IList<float> | Array of eigenvalues. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Matrix empty on input in MatrixPseudoEigenvectors! |
| DomainError | Matrix with non-matching dimensions on input in MatrixPseudoEigenvectors! |


