Trait/Object

spire.laws

VectorSpaceLaws

Related Docs: object VectorSpaceLaws | package laws

Permalink

trait VectorSpaceLaws[V, A] extends Laws

Linear Supertypes
Laws, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorSpaceLaws
  2. Laws
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultRuleSet extends RuleSet with HasOneParent

    Permalink
    Definition Classes
    Laws
  2. trait HasOneParent extends AnyRef

    Permalink
    Definition Classes
    Laws
  3. trait RuleSet extends AnyRef

    Permalink
    Definition Classes
    Laws
  4. class SimpleRuleSet extends DefaultRuleSet

    Permalink
    Definition Classes
    Laws
  5. class SpaceProperties extends RuleSet

    Permalink

Abstract Value Members

  1. abstract val scalarLaws: RingLaws[A]

    Permalink
  2. abstract val vectorLaws: GroupLaws[V]

    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. object SpaceProperties

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cModule(implicit V: CModule[V, A]): SpaceProperties

    Permalink
  7. implicit def cRingFromCModule(implicit V: CModule[V, A]): CRing[A]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def emptyRuleSet: RuleSet

    Permalink
    Definition Classes
    Laws
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def innerProductSpace(implicit V: InnerProductSpace[V, A], A: Order[A], A0: Signed[A]): SpaceProperties

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def leftModule(implicit V: LeftModule[V, A]): SpaceProperties

    Permalink
  18. def linearity(f: (V) ⇒ A)(implicit V: CModule[V, A]): SimpleRuleSet

    Permalink
  19. def metricSpace(implicit V: MetricSpace[V, A], o: Order[A], A: AdditiveMonoid[A]): SpaceProperties

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def normedVectorSpace(implicit V: NormedVectorSpace[V, A], ev0: Order[A], ev1: Signed[A]): SpaceProperties

    Permalink
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def rightModule(implicit V: RightModule[V, A]): SpaceProperties

    Permalink
  25. implicit def ringFromLeftModule(implicit V: LeftModule[V, A], ev: NoImplicit[CModule[V, A]]): Ring[A]

    Permalink
  26. implicit def ringFromRightModule(implicit V: RightModule[V, A], ev: NoImplicit[CModule[V, A]]): Ring[A]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def vectorSpace(implicit V: VectorSpace[V, A]): SpaceProperties

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Laws

Inherited from AnyRef

Inherited from Any

Ungrouped