Trait

spire.random

DistNormedVectorSpace

Related Doc: package random

Permalink

trait DistNormedVectorSpace[V, K] extends DistVectorSpace[V, K] with NormedVectorSpace[Dist[V], Dist[K]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistNormedVectorSpace
  2. NormedVectorSpace
  3. MetricSpace
  4. DistVectorSpace
  5. VectorSpace
  6. DistModule
  7. Module
  8. AdditiveAbGroup
  9. AdditiveCMonoid
  10. AdditiveCSemigroup
  11. AdditiveGroup
  12. AdditiveMonoid
  13. AdditiveSemigroup
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def alg: NormedVectorSpace[V, K]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additive: AbGroup[Dist[V]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def distance(v: Dist[V], w: Dist[V]): Dist[K]

    Permalink
    Definition Classes
    NormedVectorSpaceMetricSpace
  8. def divr(v: Dist[V], k: Dist[K]): Dist[V]

    Permalink
    Definition Classes
    DistVectorSpaceVectorSpace
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isZero(a: Dist[V])(implicit ev: Eq[Dist[V]]): Boolean

    Permalink

    Tests if a is zero.

    Tests if a is zero.

    Definition Classes
    AdditiveMonoid
  16. def minus(x: Dist[V], y: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    DistModuleAdditiveGroup
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def negate(x: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    DistModuleAdditiveGroup
  19. def norm(v: Dist[V]): Dist[K]

    Permalink
  20. def normalize(v: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    NormedVectorSpace
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def plus(x: Dist[V], y: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    DistModuleAdditiveSemigroup
  24. def scalar: Field[Dist[K]]

    Permalink
    Definition Classes
    DistVectorSpaceVectorSpaceDistModuleModule
  25. def sum(as: TraversableOnce[Dist[V]]): Dist[V]

    Permalink

    Given a sequence of as, sum them using the monoid and return the total.

    Given a sequence of as, sum them using the monoid and return the total.

    Definition Classes
    AdditiveMonoid
  26. def sumOption(as: TraversableOnce[Dist[V]]): Option[Dist[V]]

    Permalink

    Given a sequence of as, sum them using the semigroup and return the total.

    Given a sequence of as, sum them using the semigroup and return the total.

    If the sequence is empty, returns None. Otherwise, returns Some(total).

    Definition Classes
    AdditiveSemigroup
  27. def sumn(a: Dist[V], n: Int): Dist[V]

    Permalink

    Return a added with itself n times.

    Return a added with itself n times.

    Definition Classes
    AdditiveGroupAdditiveMonoidAdditiveSemigroup
  28. def sumnAboveOne(a: Dist[V], n: Int): Dist[V]

    Permalink
    Attributes
    protected
    Definition Classes
    AdditiveSemigroup
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def timesl(k: Dist[K], v: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    DistModuleModule
  31. def timesr(k: Dist[K], v: Dist[V]): Dist[V]

    Permalink
    Definition Classes
    DistModule
  32. def timesr(v: Dist[V], r: Dist[K]): Dist[V]

    Permalink
    Definition Classes
    Module
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def zero: Dist[V]

    Permalink
    Definition Classes
    DistModuleAdditiveMonoid

Inherited from NormedVectorSpace[Dist[V], Dist[K]]

Inherited from MetricSpace[Dist[V], Dist[K]]

Inherited from DistVectorSpace[V, K]

Inherited from VectorSpace[Dist[V], Dist[K]]

Inherited from DistModule[V, K]

Inherited from Module[Dist[V], Dist[K]]

Inherited from AdditiveAbGroup[Dist[V]]

Inherited from AdditiveCMonoid[Dist[V]]

Inherited from AdditiveCSemigroup[Dist[V]]

Inherited from AdditiveGroup[Dist[V]]

Inherited from AdditiveMonoid[Dist[V]]

Inherited from AdditiveSemigroup[Dist[V]]

Inherited from AnyRef

Inherited from Any

Ungrouped