MatrixMultiplication

trait MatrixMultiplication[R <: Int, C <: Int, L <: Int, T, U]
class Object
trait Matchable
class Any

Type members

Types

type Lhs = Matrix[R, C, T]
type Out
type Rhs = Matrix[C, L, U]

Value members

Abstract methods

def dot(lhs: Lhs, rhs: Rhs): Out