object MutableInnerProductModule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MutableInnerProductModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def liftFloat[V](implicit vs: MutableInnerProductModule[V, Float]): MutableInnerProductModule[V, Double]
-
def
make[V, S](implicit _ring: Ring[S], _ops: <:<[V, NumericOps[V]], _zeroLike: CanCreateZerosLike[V, V], _mulVS: linalg.operators.OpMulScalar.Impl2[V, S, V], _addVV: linalg.operators.OpAdd.Impl2[V, V, V], _subVV: linalg.operators.OpSub.Impl2[V, V, V], _dotVV: linalg.operators.OpMulInner.Impl2[V, V, S], _copy: CanCopy[V], _mulIntoVS: linalg.operators.OpMulScalar.InPlaceImpl2[V, S], _addIntoVV: linalg.operators.OpAdd.InPlaceImpl2[V, V], _subIntoVV: linalg.operators.OpSub.InPlaceImpl2[V, V], _setIntoVV: linalg.operators.OpSet.InPlaceImpl2[V, V], _scaleAddVSV: linalg.scaleAdd.InPlaceImpl3[V, S, V]): MutableInnerProductModule[V, S]
Construct a MutableInnerProductModule for the given type from the available implicits
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )