Macaulay2 » Documentation
Packages » NumericalAlgebraicGeometry :: setDefault
next | previous | forward | backward | up | index | toc

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

Synopsis

Description

To see a detailed description of an option click on its name.

These functions set/get values of optional parameters used in the functions track, solveSystem, refine as well as higher-level functions (that are under construction).

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 :

For the programmer

The object setDefault is a method function with options.