MatrixTupleReader

trait MatrixTupleReader[MatrixTuple, RowTuple]
class Object
trait Matchable
class Any

Value members

Abstract methods

def readMatrix(m: MatrixTuple, rowDim: Int, setRow: (Int, RowTuple) => Unit { def apply(rowIdx: Int, rowTuple: RowTuple): Unit; }): Unit