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