Class

spire.algebra

ZModule

Related Doc: package algebra

Permalink

final case class ZModule[V](vector: Group[V]) extends Module[V, Int] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Module[V, Int], AdditiveAbGroup[V], AdditiveCMonoid[V], AdditiveCSemigroup[V], AdditiveGroup[V], AdditiveMonoid[V], AdditiveSemigroup[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZModule
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  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

Instance Constructors

  1. new ZModule(vector: Group[V])

    Permalink

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[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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

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

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

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

    Permalink

    Tests if a is zero.

    Tests if a is zero.

    Definition Classes
    AdditiveMonoid
  12. def minus(x: V, y: V): V

    Permalink
    Definition Classes
    AdditiveGroup
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def negate(v: V): V

    Permalink
    Definition Classes
    ZModuleAdditiveGroup
  15. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. def plus(v: V, w: V): V

    Permalink
    Definition Classes
    ZModuleAdditiveSemigroup
  18. def scalar: Rng[Int]

    Permalink
    Definition Classes
    ZModuleModule
  19. def sum(as: TraversableOnce[V]): 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
  20. def sumOption(as: TraversableOnce[V]): Option[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
  21. def sumn(a: V, n: Int): V

    Permalink

    Return a added with itself n times.

    Return a added with itself n times.

    Definition Classes
    AdditiveGroupAdditiveMonoidAdditiveSemigroup
  22. def sumnAboveOne(a: V, n: Int): V

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

    Permalink
    Definition Classes
    AnyRef
  24. def timesl(k: Int, v: V): V

    Permalink
    Definition Classes
    ZModuleModule
  25. def timesr(v: V, r: Int): V

    Permalink
    Definition Classes
    Module
  26. val vector: Group[V]

    Permalink
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def zero: V

    Permalink
    Definition Classes
    ZModuleAdditiveMonoid

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Module[V, Int]

Inherited from AdditiveAbGroup[V]

Inherited from AdditiveCMonoid[V]

Inherited from AdditiveCSemigroup[V]

Inherited from AdditiveGroup[V]

Inherited from AdditiveMonoid[V]

Inherited from AdditiveSemigroup[V]

Inherited from AnyRef

Inherited from Any

Ungrouped