RowTupleReader

matr.TupleSupport.RowTupleReader
trait RowTupleReader[RowTuple, T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def readRow(rowIdx: Int, rowTuple: RowTuple, colDim: Int, setElem: (rowIdx: Int, colIdx: Int, elem: T) => Unit): Unit