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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public class PowerMethod
Visual Basic (Declaration)
Public Class PowerMethod
Visual C++
public ref class PowerMethod

Inheritance Hierarchy

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

See Also