next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
OptionTable
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
"OptionTable ++ List"
-- see
OptionTable ++ OptionTable
-- a binary operator, usually used for direct sum
OptionTable ++ OptionTable
-- a binary operator, usually used for direct sum
readPackage
-- read the package preamble
Methods that use an option table :
new OptionTable from List
(missing documentation)
OptionTable >> Function
-- attaching options to a function
For the programmer
The object
OptionTable
is
a
type
, with ancestor classes
HashTable
<
Thing
.