Macaulay2 » Documentation
Packages » NumericalImplicitization :: pseudoWitnessSet(...,Software=>...)
next | previous | forward | backward | up | index | toc

pseudoWitnessSet(...,Software=>...) -- specify software for homotopy continuation

Description

This option specifies the software used for polynomial homotopy continuation (used for path tracking) and numerical irreducible decompositions (used for sampling points). The default value is M2engine (native to $Macaulay2$). Other possible values are Bertini and PHCpack (only if the user has these packages installed).

See also

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
  • isOnImage(...,Software=>...)
  • numericalHilbertFunction(...,Software=>...)
  • numericalImageDegree(...,Software=>...)
  • numericalImageDim(...,Software=>...)
  • numericalImageSample(...,Software=>...)
  • numericalSourceSample(...,Software=>...)
  • pseudoWitnessSet(...,Software=>...) -- specify software for homotopy continuation
  • hypersurfaceSection(...,Software=>...) -- see Software -- specify internal or external software
  • isOn(...,Software=>...) -- see Software -- specify internal or external software
  • numericalIrreducibleDecomposition(...,Software=>...) -- see Software -- specify internal or external software
  • parameterHomotopy(...,Software=>...) -- see Software -- specify internal or external software
  • refine(...,Software=>...) -- see Software -- specify internal or external software
  • regeneration(...,Software=>...) -- see Software -- specify internal or external software
  • setDefault(...,Software=>...) -- see Software -- specify internal or external software
  • solveSystem(...,Software=>...) -- see Software -- specify internal or external software
  • track(...,Software=>...) -- see Software -- specify internal or external software

Further information

  • Default value: M2engine
  • Function: pseudoWitnessSet -- computes a pseudo-witness set for the image of a variety
  • Option key: Software -- specify internal or external software

The source of this document is in NumericalImplicitization/doc.m2:1024:0.