You are here: Start » AVL.NET » Invoke.MatrixPseudoEigenvectors
Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MatrixPseudoEigenvectors ( Avl.Matrix inMatrix, Avl.Matrix outEigenvectors, List<float> outEigenvalues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inMatrix | Avl.Matrix | |||
![]()  | outEigenvectors | Avl.Matrix | Row matrix of eigenvectors. | ||
![]()  | outEigenvalues | System.Collections.Generic.List<float> | Array of eigenvalues. | 


