Macaulay2 » Documentation
Packages » Macaulay2Doc :: OptionTable ++ OptionTable
next | previous | forward | backward | up | index | toc

OptionTable ++ OptionTable -- a binary operator, usually used for direct sum

Synopsis

Description

Alternatively, y can be a list of options.

i1 : options res ++ { Alpha => Omega }

o1 = OptionTable{Alpha => Omega                }
                 DegreeLimit => null
                 FastNonminimal => false
                 HardDegreeLimit => {}
                 LengthLimit => infinity
                 PairLimit => infinity
                 ParallelizeByDegree => false
                 SortStrategy => 0
                 StopBeforeComputation => false
                 Strategy => null
                 SyzygyLimit => infinity

o1 : OptionTable

See also

Ways to use this method: