Click or drag to resize

PowerMethod Properties

The PowerMethod type exposes the following members.

Properties
 NameDescription
Public propertyDominantEigenvalue Gets the dominant eigenvalue.
Public propertyDominantEigenvector Gets the dominant eigenvector.
Public propertyIsGood Returns true if the most recent calculation converged with respect to the tolerance in less than the maximum number of iterations.
Public propertyMaxIterations Gets and sets the maximum number of iterations to perform.
Public propertyMessage Returns a message in the case of a failure.
Public propertyNumIterations Gets the number of iterations performed in the most recent calculation.
Public propertyTolerance 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.
Top
See Also