Macaulay2 » Documentation
Packages » VersalDeformations :: Verbose
next | previous | forward | backward | up | index | toc

Verbose -- control the verbosity of output

Description

Verbose is the name of an optional argument. Its value is an integer, which specifies how verbose output of the above commands should be. Default value is 0 which gives the tersest possible output. Highest verbosity is attained with the value 4.

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)
  • findProgram(...,Verbose=>...) -- see findProgram -- load external program
  • 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
  • setupNestedDeformation(...,Verbose=>...) -- see setupNestedDeformation -- create a first order NestedDeformation from tangent directions and obstruction spaces
  • symlinkDirectory(...,Verbose=>...) -- see symlinkDirectory(String,String) -- make symbolic links for all files in a directory tree
  • correctDeformation(...,Verbose=>...)
  • liftDeformation(...,Verbose=>...)
  • localHilbertScheme(...,Verbose=>...)
  • nestedHilbertScheme(...,Verbose=>...)
  • nestedVersalDeformation(...,Verbose=>...)
  • versalDeformation(List,List,List,List,Verbose=>...)
  • versalDeformation(Matrix,Matrix,Matrix,Verbose=>...)
  • versalDeformation(Matrix,Verbose=>...)
  • versalDeformation(NestedDeformation,Verbose=>...)

For the programmer

The object Verbose is a symbol.


The source of this document is in VersalDeformations.m2:2050:0.