ProcType specifies the action to be taken when a computation doesn't converge within the given number of iterations. The following options are available:
"error"
"init"
"last"
Generated using TypeDoc
ProcType specifies the action to be taken when a computation doesn't converge within the given number of iterations. The following options are available:
"error": throws Error;"init": returns the initial rough approximation."last": returns the last approximation.