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 classBigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.final classBigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.final classBigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.final classInteger 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 TypeInterfaceDescriptioninterfaceStarRingElem<C extends StarRingElem<C>>Star ring element interface.