next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
OptionTable -- the class of hash tables for optional arguments
See also
>>
-- a binary operator, uses include bit shifting, or attaching optional inputs to functions
Types of option table :
GroebnerBasisOptions
Functions and methods returning an option table :
methodOptions, see
methodOptions(Function)
-- recover the options used when a method function was created
options
-- get options
options(Command), see
options(Function)
-- get optional arguments and default values for a function that accepts them
options(Function)
-- get optional arguments and default values for a function that accepts them
OptionTable ++ List, see
OptionTable ++ OptionTable
OptionTable ++ OptionTable
Methods that use an option table :
OptionTable >> Function
-- attaching options to a function
For the programmer
The object
OptionTable
is
a
type
, with ancestor classes
HashTable
<
Thing
.