Macaulay2 » Documentation
Packages » SLPexpressions :: Gate
next | previous | forward | backward | up | index | toc

Gate -- the class of all gates

Description

A gate is a building block of an evaluation circuit. For instance, an InputGate represents an abstract unit of input, and a SumGate takes a list of inputs, and has an output which represents the sum of the inputs. For more information on the types of gates available in this package, as well as how to construct gates, see creating input gates.

Types of Gate :

Methods that use an object of class Gate :

For the programmer

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