| PowerMethod(Double) Constructor |
Constructs a PowerMethod instance with the specified tolerance and
default maximum number of iterations.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public PowerMethod(
double tolerance
)
Public Sub New (
tolerance As Double
)
public:
PowerMethod(
double tolerance
)
new :
tolerance : float -> PowerMethod
Parameters
- tolerance Double
- The power method
converges if changes in the normalized eigenvector, with respect to
the infinity norm, is less than this specified tolerance.
See Also