NeighborMatrix

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[S](elements: (Int, Int) => Option[S], mX: Int, mY: Int): NeighborMatrix[S]
def apply[S](elements: Iterable[S], index: S => (Int, Int)): NeighborMatrix[S]