Trait

de.sciss.lucre.matrix.impl

ConstImpl

Related Doc: package impl

Permalink

trait ConstImpl[S <: Sys[S]] extends MatrixRoot[S] with ConstObjImpl[S, Update[S]]

Linear Supertypes
ConstObjImpl[S, Update[S]], MatrixRoot[S], Matrix[S], Obj[S], Mutable[S.ID, S.Tx], Identifiable[S.ID], Elem[S], Publisher[S, Update[S]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstImpl
  2. ConstObjImpl
  3. MatrixRoot
  4. Matrix
  5. Obj
  6. Mutable
  7. Identifiable
  8. Elem
  9. Publisher
  10. Disposable
  11. Writable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def id: S.ID

    Permalink
    Definition Classes
    Identifiable
  2. abstract def nameConst: String

    Permalink
    Attributes
    protected
  3. abstract def opID: Int

    Permalink
    Attributes
    protected
  4. abstract def prepareReader(streamDim: Int)(implicit tx: S.Tx): ReaderFactory[S]

    Permalink

    The key of a matrix is an immutable value that represents its current state, possibly prepared with a transposition to be streamed along one of its dimensions.

    The key of a matrix is an immutable value that represents its current state, possibly prepared with a transposition to be streamed along one of its dimensions.

    streamDim

    the index of the dimension to stream the matrix data through, or -1 to read the whole matrix in one frame.

    Definition Classes
    Matrix
  5. abstract def shapeConst: Vec[Int]

    Permalink
    Attributes
    protected
  6. abstract def unitsConst: String

    Permalink
    Attributes
    protected
  7. abstract def writeData1(out: DataOutput): Unit

    Permalink
    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def attr(implicit tx: S.Tx): AttrMap[S]

    Permalink
    Definition Classes
    Obj
  6. final def changed: EventLike[S, Update[S]]

    Permalink
    Definition Classes
    ConstObjImpl → Publisher
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def dimensions(implicit tx: S.Tx): Vec[Matrix[S]]

    Permalink

    The sequence of underlying dimension matrices.

    The sequence of underlying dimension matrices. The part of each dimension covered by this matrix is reflected by the corresponding entry in ranges!

    In other words, the reductions and transformations associated with the current (and possibly any number of preceding) matrices are not reflected in the returned objects! To read the dimensional values with respect to the actual matrix coordinates, the getDimensionKey method can be used.

    Definition Classes
    ConstImplMatrix
  9. final def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ConstObjImpl → Disposable
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Any
  16. final def name(implicit tx: S.Tx): String

    Permalink

    A matrix has a name.

    A matrix has a name. For example, when coming from a NetCDF data source, the matrix name corresponds to a variable name.

    Definition Classes
    ConstImplMatrix
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def prepareDimensionReader(index: Int, useChannels: Boolean)(implicit tx: S.Tx): ReaderFactory[S]

    Permalink

    Produces a matrix key for the dimension of a given index.

    Produces a matrix key for the dimension of a given index. Since a dimension is 1-dimensional, the key will either have a streaming-index of zero (when useChannels is false), resulting in a 1-channel reader with shape(index) frames; or it will have a streaming-index of -1 (when useChannels is true), resulting in an n-channel reader with one frame, where n == shape(index).

    index

    the index of the dimension, from zero until rank

    useChannels

    if true produces multi-channel file of one frame, if false produces monophonic file of several frames.

    Definition Classes
    MatrixRootMatrix
  21. final def ranges(implicit tx: S.Tx): Vec[Option[Range]]

    Permalink

    The ranges specify the regions inside the underlying dimension matrices covered by this matrix.

    The ranges specify the regions inside the underlying dimension matrices covered by this matrix. For example if a 4 x 5 matrix is reduced in its first dimension using a slice 1 to 2 operator, then the _dimension_ will have a size of four, but the first range will be 1 to 2 (and thus size 2).

    Definition Classes
    ConstImplMatrix
  22. def rank(implicit tx: S.Tx): Int

    Permalink

    The rank is the number of dimensions.

    The rank is the number of dimensions.

    Definition Classes
    Matrix
  23. def reader(streamDim: Int)(implicit tx: S.Tx, resolver: Resolver[S], exec: ExecutionContext, context: GenContext[S]): Future[Reader]

    Permalink
    Definition Classes
    Matrix
  24. def reducedDimensions(implicit tx: S.Tx): Vec[Matrix[S]]

    Permalink
    Definition Classes
    Matrix
  25. def reducedRanges(implicit tx: S.Tx): Vec[Option[Range]]

    Permalink
    Definition Classes
    Matrix
  26. def reducedRank(implicit tx: S.Tx): Int

    Permalink
    Definition Classes
    Matrix
  27. def reducedShape(implicit tx: S.Tx): Vec[Int]

    Permalink
    Definition Classes
    Matrix
  28. final def shape(implicit tx: S.Tx): Vec[Int]

    Permalink

    The shape is the vector of dimensional sizes.

    The shape is the vector of dimensional sizes. This is equivalent to ranges.map(_.size). Note that the dimensions themselves may be larger.

    Definition Classes
    ConstImplMatrix
  29. def size(implicit tx: S.Tx): Long

    Permalink

    The size is the number of matrix cells, that is the product of the shape.

    The size is the number of matrix cells, that is the product of the shape.

    Definition Classes
    Matrix
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Obj → AnyRef → Any
  32. final def tpe: Type

    Permalink
    Definition Classes
    Matrix → Obj → Elem
  33. final def units(implicit tx: S.Tx): String

    Permalink

    The units of the matrix cells, or an empty string to indicate that no units are specified.

    The units of the matrix cells, or an empty string to indicate that no units are specified.

    Definition Classes
    ConstImplMatrix
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def write(out: DataOutput): Unit

    Permalink
    Definition Classes
    ConstObjImpl → Writable
  38. final def writeData(out: DataOutput): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ConstImpl → ConstObjImpl

Inherited from ConstObjImpl[S, Update[S]]

Inherited from MatrixRoot[S]

Inherited from Matrix[S]

Inherited from Obj[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Identifiable[S.ID]

Inherited from Elem[S]

Inherited from Publisher[S, Update[S]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped