Object/Trait

algebra.ring

CommutativeRing

Related Docs: trait CommutativeRing | package ring

Permalink

object CommutativeRing extends RingFunctions[CommutativeRing] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommutativeRing
  2. Serializable
  3. Serializable
  4. RingFunctions
  5. MultiplicativeMonoidFunctions
  6. MultiplicativeSemigroupFunctions
  7. AdditiveGroupFunctions
  8. AdditiveMonoidFunctions
  9. AdditiveSemigroupFunctions
  10. AnyRef
  11. 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 apply[A](implicit r: CommutativeRing[A]): CommutativeRing[A]

    Permalink
    Annotations
    @inline()
  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 defaultFromBigInt[A](n: BigInt)(implicit ev: CommutativeRing[A]): A

    Permalink
    Definition Classes
    RingFunctions
  8. 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.

    Definition Classes
    RingFunctions
  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. def fromBigInt[A](n: BigInt)(implicit ev: CommutativeRing[A]): A

    Permalink
    Definition Classes
    RingFunctions
  13. def fromInt[A](n: Int)(implicit ev: CommutativeRing[A]): A

    Permalink
    Definition Classes
    RingFunctions
  14. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def one[A](implicit ev: CommutativeRing[A]): A

    Permalink
  27. def plus[A](x: A, y: A)(implicit ev: CommutativeRing[A]): A

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

    Permalink
  29. def product[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): A

    Permalink
  30. def sum[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): A

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

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

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

    Permalink
  34. def toString(): String

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

    Permalink
  36. def trySum[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): Option[A]

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

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

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

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

    Permalink
    Definition Classes
    AdditiveMonoidFunctions

Inherited from Serializable

Inherited from Serializable

Inherited from RingFunctions[CommutativeRing]

Inherited from AnyRef

Inherited from Any

Ungrouped