defaultMatrixEquality

given defaultMatrixEquality[R <: Int, C <: Int, T]: MatrixEquality[R, C, T]

Type members

Inherited types

type M = Matrix[R, C, T]
Inherited from
MatrixEquality

Value members

Concrete methods

def matricesEqual(lhs: M, rhs: M): Boolean