Macaulay2 » Documentation
Packages » EuclideanDistanceDegree » leftKernelWeightEDDegree » TempDirectory
next | previous | forward | backward | up | index | toc

TempDirectory -- set directory for Bertini runs

Description

This option is used to change the directory from which Bertini files are written to and run from for the numerical methods. If unset, a temp directory will be created and used.

i1 : R = QQ[x,y];
i2 : F = {x^2 + y^2 - 1};
i3 : dir = temporaryFileName();
i4 : GED = leftKernelGenericEDDegree(F, TempDirectory => dir)
Warning: The HomVariableGroup is written first and then the AffVariableGroup is written second.

o4 = 4

Functions with optional argument named TempDirectory:

  • newNumericalComputationOptions(...,TempDirectory=>...) -- see newNumericalComputationOptions -- define homotopy options and configurations
  • averageNumericEDDegree(...,TempDirectory=>...)
  • leftKernelGenericEDDegree(...,TempDirectory=>...)
  • leftKernelUnitEDDegree(...,TempDirectory=>...)
  • leftKernelWeightEDDegree(...,TempDirectory=>...)
  • numericGenericEDDegree(...,TempDirectory=>...)
  • numericUnitEDDegree(...,TempDirectory=>...)
  • numericWeightEDDegree(...,TempDirectory=>...)

For the programmer

The object TempDirectory is a symbol.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/EuclideanDistanceDegree.m2:295:0.