MutableInnerProductModule

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make[V, S](implicit _ring: Ring[S], _ops: V <:< NumericOps[V], _zeroLike: CanCreateZerosLike[V, V], _mulVS: Impl2[V, S, V], _addVV: Impl2[V, V, V], _subVV: Impl2[V, V, V], _dotVV: Impl2[V, V, S], _copy: CanCopy[V], _mulIntoVS: InPlaceImpl2[V, S], _addIntoVV: InPlaceImpl2[V, V], _subIntoVV: InPlaceImpl2[V, V], _setIntoVV: InPlaceImpl2[V, V], _scaleAddVSV: InPlaceImpl3[V, S, V]): MutableInnerProductModule[V, S]

Construct a MutableInnerProductModule for the given type from the available implicits

Construct a MutableInnerProductModule for the given type from the available implicits

Implicits

Implicits

implicit def liftFloat[V](implicit vs: MutableInnerProductModule[V, Float]): MutableInnerProductModule[V, Double]