TejIsField
Attributes
- Graph
-
- Supertypes
-
trait TejIsEuclideanRing[T]trait TejIsGCDRing[T]trait TejIsRing[T]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class TejAlgebra[T]
Members list
Value members
Concrete methods
This is implemented in terms of basic Ring ops. However, this is probably significantly less efficient than can be done with a specific type. So, it is recommended that this method be overriden.
This is implemented in terms of basic Ring ops. However, this is probably significantly less efficient than can be done with a specific type. So, it is recommended that this method be overriden.
This is possible because a Double is a rational number.
Attributes
- Definition Classes
-
Field -> DivisionRing
Inherited methods
Attributes
- Definition Classes
-
AdditiveCommutativeGroup -> AdditiveCommutativeMonoid -> AdditiveCommutativeSemigroup -> AdditiveGroup -> AdditiveMonoid -> AdditiveSemigroup
- Inherited from:
- AdditiveCommutativeGroup
Attributes
- Definition Classes
-
Field -> EuclideanRing
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Convert the given BigInt to an instance of A.
Convert the given BigInt to an instance of A.
This is equivalent to n
repeated summations of this ring's one
, or -n
summations of -one
if n
is negative.
Most type class instances should consider overriding this method for performance reasons.
Attributes
- Inherited from:
- Ring
Convert the given integer to an instance of A.
Convert the given integer to an instance of A.
Defined to be equivalent to sumN(one, n)
.
That is, n
repeated summations of this ring's one
, or -n
summations of -one
if n
is negative.
Most type class instances should consider overriding this method for performance reasons.
Attributes
Attributes
- Definition Classes
-
Field -> EuclideanRing -> GCDRing
- Inherited from:
- Field
Tests if a
is one.
Tests if a
is one.
Attributes
- Inherited from:
- MultiplicativeMonoid
Tests if a
is zero.
Tests if a
is zero.
Attributes
- Inherited from:
- AdditiveMonoid
Attributes
- Definition Classes
-
Field -> EuclideanRing -> GCDRing
- Inherited from:
- Field
Attributes
- Definition Classes
-
MultiplicativeCommutativeGroup -> MultiplicativeCommutativeMonoid -> MultiplicativeCommutativeSemigroup -> MultiplicativeGroup -> MultiplicativeMonoid -> MultiplicativeSemigroup
- Inherited from:
- MultiplicativeCommutativeGroup
Attributes
- Definition Classes
-
MultiplicativeGroup -> MultiplicativeMonoid -> MultiplicativeSemigroup
- Inherited from:
- MultiplicativeGroup
Given a sequence of as
, compute the product.
Given a sequence of as
, compute the product.
Attributes
- Inherited from:
- MultiplicativeMonoid
Attributes
- Inherited from:
- MultiplicativeGroup
Given a sequence of as
, compute the sum.
Given a sequence of as
, compute the sum.
Attributes
- Inherited from:
- AdditiveMonoid
Attributes
- Definition Classes
-
AdditiveGroup -> AdditiveMonoid -> AdditiveSemigroup
- Inherited from:
- AdditiveGroup
Given a sequence of as
, combine them and return the total.
Given a sequence of as
, combine them and return the total.
If the sequence is empty, returns None. Otherwise, returns Some(total).
Attributes
- Definition Classes
-
MultiplicativeMonoid -> MultiplicativeSemigroup
- Inherited from:
- MultiplicativeMonoid
Given a sequence of as
, combine them and return the total.
Given a sequence of as
, combine them and return the total.
If the sequence is empty, returns None. Otherwise, returns Some(total).
Attributes
- Definition Classes
-
AdditiveMonoid -> AdditiveSemigroup
- Inherited from:
- AdditiveMonoid