Package

de.sciss.lucre

matrix

Permalink

package matrix

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

Type Members

  1. trait AudioFileCache extends AnyRef

    Permalink
  2. trait DataSource[S <: Sys[S]] extends Obj[S]

    Permalink

    A document represents one open data file.

  3. trait Matrix[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

    Permalink
  4. trait MatrixFactory extends Any

    Permalink
  5. trait Reduce[S <: Sys[S]] extends Matrix[S]

    Permalink
  6. type Sys[S <: Sys[S]] = stm.Sys[S]

    Permalink
  7. trait Var[S <: Sys[S], A] extends Sink[matrix.Var.S.Tx, A] with Source[matrix.Var.S.Tx, A] with Node[S]

    Permalink
  8. type Vec[+A] = IndexedSeq[A]

    Permalink

Value Members

  1. object AudioFileCache

    Permalink
  2. object DataSource extends Type

    Permalink
  3. object Dimension

    Permalink
  4. object Implicits

    Permalink
  5. object Matrix extends Type

    Permalink
  6. object Reduce

    Permalink
  7. object Serializers

    Permalink
  8. val Vec: IndexedSeq.type

    Permalink
  9. package impl

    Permalink
  10. def initTypes(): Unit

    Permalink
  11. def sampleRange(in: Range, byStart: Long, byStop: Long): Range

    Permalink
  12. def sampleRange(in: Range, by: Range): Range

    Permalink
  13. var showLog: Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped