Abstract Value Members
-
implicit abstract
def
addIntoVS: BinaryUpdateOp[V, S, OpAdd]
-
implicit abstract
def
addIntoVV: BinaryUpdateOp[V, V, OpAdd]
-
implicit abstract
def
addVS: BinaryOp[V, S, OpAdd, V]
-
implicit abstract
def
addVV: BinaryOp[V, V, OpAdd, V]
-
implicit abstract
def
axpyVV: CanAxpy[S, V, V]
-
implicit abstract
def
copy: CanCopy[V]
-
implicit abstract
def
divIntoVS: BinaryUpdateOp[V, S, OpDiv]
-
implicit abstract
def
divIntoVV: BinaryUpdateOp[V, V, OpDiv]
-
implicit abstract
def
divVS: BinaryOp[V, S, OpDiv, V]
-
implicit abstract
def
divVV: BinaryOp[V, V, OpDiv, V]
-
implicit abstract
def
dotVV: BinaryOp[V, V, OpMulInner, S]
-
abstract
def
field: Field[S]
-
implicit abstract
def
isNumericOps(v: V): NumericOps[V]
-
implicit abstract
def
mapValues: CanMapValues[V, S, S, V]
-
-
-
implicit abstract
def
mulVS: BinaryOp[V, S, OpMulScalar, V]
-
implicit abstract
def
mulVV: BinaryOp[V, V, OpMulScalar, V]
-
implicit abstract
def
neg: UnaryOp[V, OpNeg, V]
-
implicit abstract
def
norm: CanNorm[V]
-
implicit abstract
def
setIntoVS: BinaryUpdateOp[V, S, OpSet]
-
implicit abstract
def
setIntoVV: BinaryUpdateOp[V, V, OpSet]
-
implicit abstract
def
subIntoVS: BinaryUpdateOp[V, S, OpSub]
-
implicit abstract
def
subIntoVV: BinaryUpdateOp[V, V, OpSub]
-
implicit abstract
def
subVS: BinaryOp[V, S, OpSub, V]
-
implicit abstract
def
subVV: BinaryOp[V, V, OpSub, V]
-
-
implicit abstract
def
zipMapValues: CanZipMapValues[V, S, S, V]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
close(a: V, b: V, tolerance: Double): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
ne(arg0: AnyRef): Boolean
-
def
norm(a: V): Double
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any