next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
SLPexpressions :: Gate

Gate -- an expression that is a part of an evaluation circuit (abstract type)

Description

Some basic gates:
  • InputGate is constructed with inputGate (missing documentation) name, if name is a number then this gate is assumed to be constant
  • SumGate is constructed with sumGate (missing documentation) {list of gates} or Gate + Gate (missing documentation)
  • ProductGate is constructed with productGate (missing documentation) {list of gates} or Gate * Gate (missing documentation)

Types of Gate :

For the programmer

The object Gate is a type, with ancestor classes HashTable < Thing.