MutableVectorRing

trait MutableVectorRing[V, S] extends VectorRing[V, S] with MutableInnerProductModule[V, S]
trait MutableModule[V, S]
trait VectorRing[V, S]
trait InnerProductModule[V, S]
trait NormedModule[V, S]
trait Normed[V]
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
NormedModule

Implicits

Implicits

implicit def mulIntoVV: InPlaceImpl2[V, V]

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 dotVV: Impl2[V, V, S]
Inherited from
InnerProductModule
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 mulVV: Impl2[V, V, V]
Inherited from
VectorRing
implicit def neg: Impl[V, V]
Inherited from
VectorRing
implicit def normImpl: Impl[V, Double]
Inherited from
InnerProductModule
implicit def scalarNorm: Impl[S, Double]
Inherited from
NormedModule
implicit def scalars: Ring[S]
Inherited from
Module
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