defaultMatrixAddition

given defaultMatrixAddition[R <: Int, C <: Int, T](using val num: Numeric[T])(using val mf: MatrixFactory[R, C, T]): MatrixAddition[R, C, T]

Type members

Inherited types

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

Value members

Concrete methods

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

Concrete fields

protected val mf: MatrixFactory[R, C, T]
protected val num: Numeric[T]