ElementDivision

matr.ElementDivision
See theElementDivision companion object
trait ElementDivision[A, B]

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out

Value members

Abstract methods

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