MutableModule

trait MutableModule[V, S] extends Module[V, S]
Companion:
object
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 addIntoVV: InPlaceImpl2[V, V]
implicit def copy: CanCopy[V]
implicit def mulIntoVS: InPlaceImpl2[V, S]
implicit def mulIntoVS_M: InPlaceImpl2[V, S]
implicit def scaleAddVV: InPlaceImpl3[V, S, V]
implicit def setIntoVV: InPlaceImpl2[V, V]
implicit def subIntoVV: InPlaceImpl2[V, V]

Inherited implicits

implicit def addVV: Impl2[V, V, V]
Inherited from:
Module
implicit def mulVS: Impl2[V, S, V]
Inherited from:
Module
implicit def mulVS_M: Impl2[V, S, V]
Inherited from:
Module
implicit def scalars: Ring[S]
Inherited from:
Module
implicit def subVV: Impl2[V, V, V]
Inherited from:
Module
implicit def zeroLike: CanCreateZerosLike[V, V]
Inherited from:
Module