You are here: Start » AVL.NET » AVS.MatrixPseudoEigenvectors Method

AVS.MatrixPseudoEigenvectors Method

Find the pseudo-eigenvalues and pseudo-eigenvectors of a symmetrical square matrix.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MatrixPseudoEigenvectors
(
	AvlNet.Matrix inMatrix,
	AvlNet.Matrix outEigenvectors,
	IList<float> outEigenvalues
)

Parameters

Name Type Range Default Description
inMatrixAvlNet.Matrix
outEigenvectorsAvlNet.MatrixRow matrix of eigenvectors.
outEigenvaluesSystem.Collections.Generic.IList<float>Array of eigenvalues.

See also