The PowerMethod type exposes the following members.

Properties

  NameDescription
DominantEigenvalue
Gets the dominant eigenvalue.
DominantEigenvector
Gets the dominant eigenvector.
IsGood
Returns true if the most recent calculation converged with respect to the tolerance in less than the maximum number of iterations.
MaxIterations
Gets and sets the maximum number of iterations to perform.
Message
Returns a message in the case of a failure.
NumIterations
Gets the number of iterations performed in the most recent calculation.
Tolerance
Gets and sets the tolerance. The power method converges if changes in the normalized eigenvector, with respect to the infinity norm, is less than this specified tolerance.

See Also