MatrixAddition

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

Type class for the addition of Matrices.

Type class for the addition of Matrices.

class Object
trait Matchable
class Any

Type members

Types

type M = Matrix[R, C, T]

Value members

Abstract methods

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