Abstract Value Members
-
implicit abstract
def
alg: VectorSpace[V, K]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
divr(v: Dist[V], k: Dist[K]): Dist[V]
-
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
-
def
isZero(a: Dist[V])(implicit ev: Eq[Dist[V]]): Boolean
-
def
minus(x: Dist[V], y: Dist[V]): Dist[V]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
negate(x: Dist[V]): Dist[V]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
plus(x: Dist[V], y: Dist[V]): Dist[V]
-
-
def
sum(as: TraversableOnce[Dist[V]]): Dist[V]
-
def
sumOption(as: TraversableOnce[Dist[V]]): Option[Dist[V]]
-
def
sumn(a: Dist[V], n: Int): Dist[V]
-
def
sumnAboveOne(a: Dist[V], n: Int): Dist[V]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
timesl(k: Dist[K], v: Dist[V]): Dist[V]
-
def
timesr(k: Dist[K], v: Dist[V]): Dist[V]
-
def
timesr(v: Dist[V], r: Dist[K]): Dist[V]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zero: Dist[V]
Inherited from AnyRef
Inherited from Any