Macaulay2 » Documentation
Packages » RandomPoints :: genericProjection(...,Verbose=>...)
next | previous | forward | backward | up | index | toc

genericProjection(...,Verbose=>...) -- turns out Verbose (debugging) output

Description

Set the option Verbose => true to turn on verbose output. This may be useful in debugging or in determining why an computation is running slowly.

Functions with optional argument named Verbose:

  • check(...,Verbose=>...) -- see check -- perform tests of a package
  • copyDirectory(...,Verbose=>...) -- see copyDirectory(String,String)
  • copyFile(...,Verbose=>...) -- see copyFile(String,String)
  • dimViaBezout(...,Verbose=>...) -- see dimViaBezout -- computes the dimension of the given ideal $I$ probabilistically
  • extendIdealByNonZeroMinor(...,Verbose=>...) -- see extendIdealByNonZeroMinor -- extends the ideal to aid finding singular locus
  • findANonZeroMinor(...,Verbose=>...) -- see findANonZeroMinor -- finds a non-vanishing minor at some randomly chosen point
  • findProgram(...,Verbose=>...) -- see findProgram -- load external program
  • genericProjection(...,Verbose=>...) -- turns out Verbose (debugging) output
  • projectionToHypersurface(...,Verbose=>...)
  • randomCoordinateChange(...,Verbose=>...)
  • randomPoints(...,Verbose=>...)
  • getRandomLinearForms(...,Verbose=>...) -- see getRandomLinearForms -- retrieve a list of random degree 1 and 0 forms of specified types
  • installPackage(...,Verbose=>...) -- see installPackage -- load and install a package and its documentation
  • moveFile(...,Verbose=>...) -- see moveFile(String,String)
  • runProgram(...,Verbose=>...) -- see runProgram -- run an external program
  • symlinkDirectory(...,Verbose=>...) -- see symlinkDirectory(String,String) -- make symbolic links for all files in a directory tree

Further information

  • Default value: false
  • Function: genericProjection -- finds a random (somewhat) generic projection of the ring or ideal
  • Option key: Verbose -- an optional argument

The source of this document is in RandomPoints.m2:1722:0.