Click or drag to resize

NMFact(Int32) Constructor

Constructs an NMFact object that uses the default cost at each step and update algorithm with the given number of iterations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFact(
	int numIterations
)

Parameters

numIterations  Int32
Number of updates to perform in computing the factorization.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if numIterations is <= 0.
Remarks
Only the final error for the approximation is computed.
See Also