TupleSupport

matr.TupleSupport
See theTupleSupport companion object
trait TupleSupport

Auxiliary traits and givens supporting tuple-based construction of Matrices via MatrixFactory.fromTuple.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TupleSupport

Members list

Type members

Classlikes

trait MatrixTupleReader[MatrixTuple, RowTuple]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait RowTupleReader[RowTuple, T]

Attributes

Supertypes
class Object
trait Matchable
class Any

Givens

Givens

given emptyMatrixTupleReader[RowTuple]: MatrixTupleReader[EmptyTuple, RowTuple]
given emptyRowTupleReader[T]: RowTupleReader[EmptyTuple, T]
given inductiveMatrixTupleReader[MatrixTail <: Tuple, RowTuple](using MatrixTupleReader[MatrixTail, RowTuple]): MatrixTupleReader[RowTuple *: MatrixTail, RowTuple]
given inductiveRowTupleReader[Tail <: Tuple, T](using tailReader: RowTupleReader[Tail, T]): RowTupleReader[T *: Tail, T]