- Companion:
- class
Value members
Concrete methods
def make[V, S](implicit _field: Field[S], _ops: V <:< NumericOps[V], _zeroLike: CanCreateZerosLike[V, V], _mulVS: Impl2[V, S, V], _divVS: 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], _divIntoVS: InPlaceImpl2[V, S], _addIntoVV: InPlaceImpl2[V, V], _subIntoVV: InPlaceImpl2[V, V], _setIntoVV: InPlaceImpl2[V, V], _scaleAddVSV: InPlaceImpl3[V, S, V]): MutableInnerProductVectorSpace[V, S]
Construct a MutableInnerProductSpace for the given type from the available implicits
Construct a MutableInnerProductSpace for the given type from the available implicits