Uses of Class
org.flag4j.algebraic_structures.RealInt32
Packages that use RealInt32
Package
Description
Provides algebraic structures such as semirings, rings, and fields,
along with their concrete implementations.
-
Uses of RealInt32 in org.flag4j.algebraic_structures
Classes in org.flag4j.algebraic_structures that implement interfaces with type arguments of type RealInt32Modifier and TypeClassDescriptionclass
A real number backed by a 32-bit integer number.Fields in org.flag4j.algebraic_structures declared as RealInt32Modifier and TypeFieldDescriptionstatic final RealInt32
RealInt32.NEGATIVE_ONE
The numerical value -1.static final RealInt32
RealInt32.ONE
The numerical value 1.static final RealInt32
RealInt32.TEN
The numerical value 10.static final RealInt32
RealInt32.THREE
The numerical value 4.static final RealInt32
RealInt32.TWO
The numerical value 2.static final RealInt32
RealInt32.ZERO
The numerical value 0.Methods in org.flag4j.algebraic_structures that return RealInt32Modifier and TypeMethodDescriptionSums two elements of this field (associative and commutative).RealInt32.addInv()
Computes the additive inverse for an element of this field.RealInt32.getOne()
Gets the multiplicative identity for this semiring.RealInt32.getZero()
Gets the additive identity for this semiring.Multiplies two elements of this field (associative and commutative).static RealInt32
Evaluates the signum or sign function on a ring element.Computes difference of two elements of this field.Methods in org.flag4j.algebraic_structures with parameters of type RealInt32Modifier and TypeMethodDescriptionSums two elements of this field (associative and commutative).int
Compares this element of the ordered ring withb
.Multiplies two elements of this field (associative and commutative).static RealInt32
Evaluates the signum or sign function on a ring element.Computes difference of two elements of this field.