MatrixSubtraction

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

Type class for the subtraction of Matrices.

Type class for the subtraction of Matrices.

class Object
trait Matchable
class Any

Type members

Types

type M = Matrix[R, C, T]

Value members

Abstract methods

def minus(lhs: M, rhs: M): M