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

Software -- specify internal or external software

Description

One may specify which software is used in homotopy continuation. Possible values for internal software are: An external program may be used to replace a part of functionality of the package provide the corresponding software is installed:

Functions with optional argument named Software:

  • gateHomotopy(...,Software=>...) -- specifies where evaluation should be done (M2=top level, M2engine=core)
  • trackHomotopy(...,Software=>...) -- see numerical homotopy tracking options -- options for core functions of Numerical Algebraic Geometry
  • hypersurfaceSection(...,Software=>...)
  • isOn(...,Software=>...)
  • numericalIrreducibleDecomposition(...,Software=>...)
  • parameterHomotopy(...,Software=>...)
  • refine(...,Software=>...)
  • regeneration(...,Software=>...)
  • setDefault(...,Software=>...)
  • solveSystem(...,Software=>...)
  • track(...,Software=>...)

For the programmer

The object Software is a symbol.


The source of this document is in NumericalAlgebraicGeometry/doc.m2:410:0.