MutableVectorSpace

trait MutableVectorSpace[V, S] extends MutableModule[V, S] with VectorSpace[V, S]
trait VectorSpace[V, S]
trait MutableModule[V, S]
trait Module[V, S]
class Object
trait Matchable
class Any

Value members

Inherited methods

def close(a: V, b: V, tolerance: Double): Boolean
Inherited from:
Module

Implicits

Implicits

implicit def divIntoVS: InPlaceImpl2[V, S]

Inherited implicits

implicit def addIntoVV: InPlaceImpl2[V, V]
Inherited from:
MutableModule
implicit def addVV: Impl2[V, V, V]
implicit def copy: CanCopy[V]
Inherited from:
MutableModule
implicit def divVS: Impl2[V, S, V]
Inherited from:
VectorSpace
Inherited from:
Module
implicit def mulIntoVS: InPlaceImpl2[V, S]
Inherited from:
MutableModule
implicit def mulIntoVS_M: InPlaceImpl2[V, S]
Inherited from:
MutableModule
implicit def mulVS: Impl2[V, S, V]
Inherited from:
Module
implicit def mulVS_M: Impl2[V, S, V]
Inherited from:
Module
implicit def scalars: Field[S]
Inherited from:
VectorSpace
implicit def scaleAddVV: InPlaceImpl3[V, S, V]
Inherited from:
MutableModule
implicit def setIntoVV: InPlaceImpl2[V, V]
Inherited from:
MutableModule
implicit def subIntoVV: InPlaceImpl2[V, V]
Inherited from:
MutableModule
implicit def subVV: Impl2[V, V, V]
Inherited from:
Module
implicit def zeroLike: CanCreateZerosLike[V, V]
Inherited from:
Module