Class

com.twitter.algebird

IndexedSeqRing

Related Doc: package algebird

Permalink

class IndexedSeqRing[T] extends IndexedSeqGroup[T] with Ring[IndexedSeq[T]]

Linear Supertypes
Ring[IndexedSeq[T]], IndexedSeqGroup[T], Group[IndexedSeq[T]], IndexedSeqMonoid[T], Monoid[IndexedSeq[T]], IndexedSeqSemigroup[T], Semigroup[IndexedSeq[T]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexedSeqRing
  2. Ring
  3. IndexedSeqGroup
  4. Group
  5. IndexedSeqMonoid
  6. Monoid
  7. IndexedSeqSemigroup
  8. Semigroup
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexedSeqRing()(implicit rng: Ring[T])

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def assertNotZero(v: IndexedSeq[T]): Unit

    Permalink
    Definition Classes
    Monoid
  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 equals(arg0: Any): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Any
  13. def isNonZero(v: IndexedSeq[T]): Boolean

    Permalink
    Definition Classes
    IndexedSeqMonoidMonoid
  14. def minus(l: IndexedSeq[T], r: IndexedSeq[T]): IndexedSeq[T]

    Permalink
    Definition Classes
    Group
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def negate(g: IndexedSeq[T]): IndexedSeq[T]

    Permalink
    Definition Classes
    IndexedSeqGroupGroup
  17. def nonZeroOption(v: IndexedSeq[T]): Option[IndexedSeq[T]]

    Permalink
    Definition Classes
    Monoid
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def one: Nothing

    Permalink
    Definition Classes
    IndexedSeqRingRing
  21. def plus(left: IndexedSeq[T], right: IndexedSeq[T]): IndexedSeq[T]

    Permalink
    Definition Classes
    IndexedSeqSemigroupSemigroup
  22. def product(iter: TraversableOnce[IndexedSeq[T]]): IndexedSeq[T]

    Permalink
    Definition Classes
    Ring
  23. def sum(vs: TraversableOnce[IndexedSeq[T]]): IndexedSeq[T]

    Permalink
    Definition Classes
    Monoid
  24. def sumOption(iter: TraversableOnce[IndexedSeq[T]]): Option[IndexedSeq[T]]

    Permalink

    override this if there is a faster way to do this sum than reduceLeftOption on plus

    override this if there is a faster way to do this sum than reduceLeftOption on plus

    Definition Classes
    Semigroup
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def times(left: IndexedSeq[T], right: IndexedSeq[T]): IndexedSeq[T]

    Permalink
    Definition Classes
    IndexedSeqRingRing
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def zero: IndexedSeq[T]

    Permalink
    Definition Classes
    IndexedSeqMonoidMonoid

Inherited from Ring[IndexedSeq[T]]

Inherited from IndexedSeqGroup[T]

Inherited from Group[IndexedSeq[T]]

Inherited from IndexedSeqMonoid[T]

Inherited from Monoid[IndexedSeq[T]]

Inherited from IndexedSeqSemigroup[T]

Inherited from Semigroup[IndexedSeq[T]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped