IMSL C# Numerical Library

Eigen.PerformanceIndex Method 

Returns the performance index of a real eigensystem.

public double PerformanceIndex(
   double[,] a
);

Parameters

a
A double matrix.

Return Value

A double scalar value indicating how well the algorithms which have computed the eigenvalue and eigenvector pairs have performed.

Remarks

A performance index less than 1 is considered excellent, 1 to 100 is good, while greater than 100 is considered poor.

See Also

Eigen Class | Imsl.Math Namespace