Uses of Interface
edu.jas.structure.StarRingElem
Packages that use StarRingElem
Package
Description
Basic arithmetic package.
Generic coefficients polynomial package.
Basic structural interfaces.
-
Uses of StarRingElem in edu.jas.arith
Classes in edu.jas.arith that implement StarRingElemModifier and TypeClassDescriptionfinal class
BigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.final class
BigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.final class
BigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.class
BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final class
Integer BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names. -
Uses of StarRingElem in edu.jas.poly
Classes in edu.jas.poly that implement StarRingElem -
Uses of StarRingElem in edu.jas.structure
Classes in edu.jas.structure with type parameters of type StarRingElemModifier and TypeInterfaceDescriptioninterface
StarRingElem<C extends StarRingElem<C>>
Star ring element interface.