Trait

spire.random

DistInnerProductSpace

Related Doc: package random

Permalink

trait DistInnerProductSpace[V, K] extends DistVectorSpace[V, K] with InnerProductSpace[Dist[V], Dist[K]]

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

Abstract Value Members

  1. implicit abstract def alg: InnerProductSpace[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 divr(v: Dist[V], k: Dist[K]): Dist[V]

    Permalink
    Definition Classes
    DistVectorSpaceVectorSpace
  8. def dot(v: Dist[V], w: Dist[V]): Dist[K]

    Permalink
  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 normed(implicit ev: NRoot[Dist[K]]): NormedVectorSpace[Dist[V], Dist[K]]

    Permalink
    Definition Classes
    InnerProductSpace
  20. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    DistVectorSpaceVectorSpaceDistModuleModule
  24. 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
  25. 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
  26. 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
  27. def sumnAboveOne(a: Dist[V], n: Int): Dist[V]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DistModuleAdditiveMonoid

Inherited from InnerProductSpace[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