Trait

algebra.ring

RingFunctions

Related Doc: package ring

Permalink

trait RingFunctions[R[T] <: Ring[T]] extends AdditiveGroupFunctions[R] with MultiplicativeMonoidFunctions[R]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RingFunctions
  2. MultiplicativeMonoidFunctions
  3. MultiplicativeSemigroupFunctions
  4. AdditiveGroupFunctions
  5. AdditiveMonoidFunctions
  6. AdditiveSemigroupFunctions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def defaultFromBigInt[A](n: BigInt)(implicit ev: R[A]): A

    Permalink
  7. final def defaultFromDouble[A](a: Double)(implicit ringA: Ring[A], mgA: MultiplicativeGroup[A]): A

    Permalink

    Returns the given Double, understood as a rational number, in the provided (division) ring.

    Returns the given Double, understood as a rational number, in the provided (division) ring.

    This is implemented in terms of basic ops. However, this is probably significantly less efficient than can be done with a specific type. So, it is recommended to specialize this general method.

  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromBigInt[A](n: BigInt)(implicit ev: R[A]): A

    Permalink
  12. def fromInt[A](n: Int)(implicit ev: R[A]): A

    Permalink
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def isAdditiveCommutative[A](implicit ev: R[A]): Boolean

    Permalink
    Definition Classes
    AdditiveSemigroupFunctions
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isMultiplicativeCommutative[A](implicit ev: R[A]): Boolean

    Permalink
  18. def isOne[A](a: A)(implicit ev0: R[A], ev1: Eq[A]): Boolean

    Permalink
  19. def isZero[A](a: A)(implicit ev0: R[A], ev1: Eq[A]): Boolean

    Permalink
    Definition Classes
    AdditiveMonoidFunctions
  20. def minus[A](x: A, y: A)(implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveGroupFunctions
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def negate[A](x: A)(implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveGroupFunctions
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def one[A](implicit ev: R[A]): A

    Permalink
  26. def plus[A](x: A, y: A)(implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveSemigroupFunctions
  27. def pow[A](a: A, n: Int)(implicit ev: R[A]): A

    Permalink
  28. def product[A](as: TraversableOnce[A])(implicit ev: R[A]): A

    Permalink
  29. def sum[A](as: TraversableOnce[A])(implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveMonoidFunctions
  30. def sumN[A](a: A, n: Int)(implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveSemigroupFunctions
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def times[A](x: A, y: A)(implicit ev: R[A]): A

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def tryProduct[A](as: TraversableOnce[A])(implicit ev: R[A]): Option[A]

    Permalink
  35. def trySum[A](as: TraversableOnce[A])(implicit ev: R[A]): Option[A]

    Permalink
    Definition Classes
    AdditiveSemigroupFunctions
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zero[A](implicit ev: R[A]): A

    Permalink
    Definition Classes
    AdditiveMonoidFunctions

Inherited from MultiplicativeMonoidFunctions[R]

Inherited from AdditiveGroupFunctions[R]

Inherited from AdditiveMonoidFunctions[R]

Inherited from AdditiveSemigroupFunctions[R]

Inherited from AnyRef

Inherited from Any

Ungrouped