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

file -- Store result of a computation in a file.

Description

If the option file=>fn with a String fn is given then the result of the computation is stored in the file fn.

Functions with optional argument named file :

  • convHull(..., file => ...)
  • hull(..., file => ...)
  • PT1(..., file => ...)

Caveat

This works only when using the package ConvexInterface.

See also

  • PT1 -- Compute the deformation polytope associated to a Stanley-Reisner complex.
  • convHull -- The convex hull complex.
  • hull -- The positive hull complex.

For the programmer

The object file is a symbol.