AICN
The AICN
solver implements a damped Newton method.
Syntax
solver AICN (1) [2]
# (1) int, unique solver tag
# [2] double, approx. length, default: 1.0
Remarks
AICN
is an alternative to theNewton
solver.
For example usage, see this example.
Last updated