Class for computing the dominant eigenvalue and eigenvector of a square matrix using the iterative power method.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

C#
public class PowerMethod
Visual Basic
Public Class PowerMethod
Visual C++
public ref class PowerMethod

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Stats..::..PowerMethod

See Also