de.sciss.lucre

matrix

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DataSource[S <: Sys[S]] extends Mutable[matrix.DataSource.S.ID, matrix.DataSource.S.Tx]

    A document represents one open data file.

  2. trait Matrix[S <: Sys[S]] extends Writable with Disposable[matrix.Matrix.S.Tx] with Publisher[S, Update[S]]

  3. trait MatrixFactory extends Any

  4. trait Reduce[S <: Sys[S]] extends Matrix[S] with Node[S]

  5. type Sys[S <: Sys[S]] = event.Sys[S]

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

  7. type Vec[+A] = IndexedSeq[A]

Value Members

  1. object DataSource

  2. object Dimension

  3. object Implicits

  4. object Matrix

  5. object Reduce

  6. object Serializers

  7. val Vec: IndexedSeq.type

  8. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped