MutableModule

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make[V, S](closeTo: (V, V, Double) => Boolean)(implicit _ring: Ring[S], _zeroLike: CanCreateZerosLike[V, V], _ops: V <:< NumericOps[V], _mulVS: Impl2[V, S, V], _addVV: Impl2[V, V, V], _subVV: Impl2[V, V, V], _copy: CanCopy[V], _mulIntoVS: InPlaceImpl2[V, S], _addIntoVV: InPlaceImpl2[V, V], _subIntoVV: InPlaceImpl2[V, V], _setIntoVV: InPlaceImpl2[V, V], _scaleAddVSV: InPlaceImpl3[V, S, V]): MutableModule[V, S]

Construct a MutableInnerProductSpace for the given type from the available implicits

Construct a MutableInnerProductSpace for the given type from the available implicits