Packages

object Reduce extends ReduceClass

Linear Supertypes
ReduceClass, ReduceAccum[Nothing], ReduceLike[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reduce
  2. ReduceClass
  3. ReduceAccum
  4. ReduceLike
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(domain: Seq[Counter[lang.I32]])(map: (List[lang.I32]) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing], ctx: SrcCtx, state: State): Reg[Nothing]
    Definition Classes
    ReduceLike
  2. abstract def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32], domain3: Counter[lang.I32], domain4: Counter[lang.I32], domains: Counter[lang.I32]*)(map: (List[lang.I32]) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing], ctx: SrcCtx, state: State): Reg[Nothing]
    Definition Classes
    ReduceLike
  3. abstract def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32], domain3: Counter[lang.I32])(map: (lang.I32, lang.I32, lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing], ctx: SrcCtx, state: State): Reg[Nothing]
    Definition Classes
    ReduceLike
  4. abstract def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32])(map: (lang.I32, lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing], ctx: SrcCtx, state: State): Reg[Nothing]
    Definition Classes
    ReduceLike
  5. abstract def apply(domain1: Counter[lang.I32])(map: (lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing], ctx: SrcCtx, state: State): Reg[Nothing]
    Definition Classes
    ReduceLike

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](accum: Reg[T]): ReduceAccum[T]

    Reduction with explicit accumulator

    Reduction with explicit accumulator

    Definition Classes
    ReduceClass
  5. def apply[A](zero: Sym[A]): ReduceLike[A]
    Definition Classes
    ReduceClass
  6. def apply[A](zero: Lift[A]): ReduceConstant[A]

    Reduction with implicit accumulator

    Reduction with implicit accumulator

    Definition Classes
    ReduceClass
  7. def apply(domain: Seq[Counter[lang.I32]])(map: (List[lang.I32]) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing]): Reg[Nothing]

    N dimensional reduction

    N dimensional reduction

    Definition Classes
    ReduceAccum
  8. def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32], domain3: Counter[lang.I32], domain4: Counter[lang.I32], domains: Counter[lang.I32]*)(map: (List[lang.I32]) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing]): Reg[Nothing]
    Definition Classes
    ReduceAccum
  9. def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32], domain3: Counter[lang.I32])(map: (lang.I32, lang.I32, lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing]): Reg[Nothing]

    3 dimensional reduction

    3 dimensional reduction

    Definition Classes
    ReduceAccum
  10. def apply(domain1: Counter[lang.I32], domain2: Counter[lang.I32])(map: (lang.I32, lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing]): Reg[Nothing]

    2 dimensional reduction

    2 dimensional reduction

    Definition Classes
    ReduceAccum
  11. def apply(domain: Counter[lang.I32])(map: (lang.I32) ⇒ Nothing)(reduce: (Nothing, Nothing) ⇒ Nothing)(implicit A: lang.Bits[Nothing]): Reg[Nothing]

    1 dimensional reduction

    1 dimensional reduction

    Definition Classes
    ReduceAccum
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ReduceClass

Inherited from ReduceAccum[Nothing]

Inherited from ReduceLike[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped