Package

scalan

primitives

Permalink

package primitives

Visibility
  1. Public
  2. All

Type Members

  1. trait Equal extends Base

    Permalink
  2. trait Functions extends Base with ProgramGraphs

    Permalink
  3. trait IfThenElse extends Base

    Permalink
  4. trait LogicalOps extends Base

    Permalink

    Slice in Scala cake with definitions of logical operations.

  5. trait NumericOps extends Base

    Permalink

    Slice in Scala cake with definitions of numeric operations.

  6. trait OrderingOps extends Base

    Permalink

    Slice in Scala cake with definitions of comparison operations.

  7. trait Thunks extends Base with Functions with GraphVizExport

    Permalink

    Slice in the Scalan cake with definitions of Thunk operations.

    Slice in the Scalan cake with definitions of Thunk operations. See https://en.wikipedia.org/wiki/Thunk. Thunks are used to represent lazy operations in the graph IR.

    See also

    ApplyBinOpLazy, IfThenElseLazy

  8. trait Tuples extends Base

    Permalink
  9. trait UnBinOps extends Base

    Permalink
  10. trait UniversalOps extends Base

    Permalink

Ungrouped