next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
NumericalAlgebraicGeometry :: setDefault

setDefault -- set/get the default parameters for continuation algorithms

Synopsis

Description

Set/get value(s) of (a) parameter(s) in the functions track, solveSystem, refine as well as higher-level functions.
i1 : getDefault Predictor

o1 = RungeKutta4

o1 : Symbol
i2 : setDefault(Predictor=>Euler, CorrectorTolerance=>1e-10)
i3 : getDefault Predictor  

o3 = Euler

o3 : Symbol

See also

Ways to use setDefault :