ElementMultiplication

Type class for the multiplication of Matrix elements. It is provided because, unlike scala.math.Numeric, it allows the result type to be calculated at compile-time.

Type class for the multiplication of Matrix elements. It is provided because, unlike scala.math.Numeric, it allows the result type to be calculated at compile-time.

Companion
object
class Object
trait Matchable
class Any

Type members

Types

type Out

Value members

Abstract methods

def times(lhs: A, rhs: B): Out