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