Object

de.sciss.lucre.matrix.impl

ReduceImpl

Related Doc: package impl

Permalink

object ReduceImpl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReduceImpl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class TransparentReader extends ReaderImpl

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[S <: Sys[S]](in: Matrix[S], dim: Selection[S], op: Op[S])(implicit tx: ReduceImpl.apply.S.Tx): Reduce[S]

    Permalink
  5. def applyOpApply[S <: Sys[S]](index: IntObj[S])(implicit tx: ReduceImpl.applyOpApply.S.Tx): Apply[S]

    Permalink
  6. def applyOpAverage[S <: Sys[S]](implicit tx: ReduceImpl.applyOpAverage.S.Tx): Average[S]

    Permalink
  7. def applyOpSlice[S <: Sys[S]](from: IntObj[S], to: IntObj[S])(implicit tx: ReduceImpl.applyOpSlice.S.Tx): Slice[S]

    Permalink
  8. def applyOpStride[S <: Sys[S]](step: IntObj[S])(implicit tx: ReduceImpl.applyOpStride.S.Tx): Stride[S]

    Permalink
  9. def applyOpVar[S <: Sys[S]](init: Op[S])(implicit tx: ReduceImpl.applyOpVar.S.Tx): Reduce.Op.Var[S]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mkAllRange(shape: Seq[Int]): Vec[Range]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. implicit def opSerializer[S <: Sys[S]]: Serializer[ReduceImpl.opSerializer.S.Tx, ReduceImpl.opSerializer.S.Acc, Op[S]]

    Permalink
  23. implicit def opVarSerializer[S <: Sys[S]]: Serializer[ReduceImpl.opVarSerializer.S.Tx, ReduceImpl.opVarSerializer.S.Acc, Reduce.Op.Var[S]]

    Permalink
  24. final val rangeVecSer: ImmutableSerializer[Vec[Range]]

    Permalink
  25. def read[S <: Sys[S]](in: DataInput, access: ReduceImpl.read.S.Acc)(implicit tx: ReduceImpl.read.S.Tx): Reduce[S]

    Permalink
  26. def readIdentifiedOp[S <: stm.Sys[S]](in: DataInput, access: ReduceImpl.readIdentifiedOp.S.Acc)(implicit tx: ReduceImpl.readIdentifiedOp.S.Tx): Op[S]

    Permalink
  27. implicit def serializer[S <: Sys[S]]: Serializer[ReduceImpl.serializer.S.Tx, ReduceImpl.serializer.S.Acc, Reduce[S]]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped