TejAlgebra
Attributes
- Graph
-
- Supertypes
-
trait TejIsNRoot[T]trait TejIsTrig[T]trait TejIsField[T]trait TejIsEuclideanRing[T]trait TejIsGCDRing[T]trait TejIsRing[T]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
AdditiveCommutativeGroup -> AdditiveCommutativeMonoid -> AdditiveCommutativeSemigroup -> AdditiveGroup -> AdditiveMonoid -> AdditiveSemigroup
- Inherited from:
- AdditiveCommutativeGroup
Attributes
- Inherited from:
- TejIsField
Attributes
- Definition Classes
-
Field -> EuclideanRing
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- TejIsNRoot
Attributes
- Inherited from:
- TejIsNRoot
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
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
- Inherited from:
- TejIsField
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
- Inherited from:
- TejIsNRoot
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
Attributes
- Definition Classes
-
TejIsNRoot -> NRoot
- Inherited from:
- TejIsNRoot
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
Attributes
- Definition Classes
-
CModule -> RightModule
- Inherited from:
- CModule
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