MatrixEquality

trait MatrixEquality[R <: Int, C <: Int, T]

Type class for testing two Matrices on equality.

Type class for testing two Matrices on equality.

class Object
trait Matchable
class Any

Type members

Types

type M = Matrix[R, C, T]

Value members

Abstract methods

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