Matrix

scalafix.internal.testkit.Matrix
class Matrix[T](array: IndexedSeq[IndexedSeq[T]], _rows: Int, _columns: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cells: IndexedSeq[T]
def column(c: Int): IndexedSeq[T]
def row(r: Int): IndexedSeq[T]