object Reduce extends ReduceClass
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reduce
- ReduceClass
- ReduceAccum
- ReduceLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
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
-
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
-
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
-
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
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[T](accum: Reg[T]): ReduceAccum[T]
Reduction with explicit accumulator
Reduction with explicit accumulator
- Definition Classes
- ReduceClass
-
def
apply[A](zero: Sym[A]): ReduceLike[A]
- Definition Classes
- ReduceClass
-
def
apply[A](zero: Lift[A]): ReduceConstant[A]
Reduction with implicit accumulator
Reduction with implicit accumulator
- Definition Classes
- ReduceClass
-
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
-
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
-
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
-
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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )