Uses of Interface
edu.jas.structure.StarRingElem
-
Packages that use StarRingElem Package Description edu.jas.arith Basic arithmetic package.edu.jas.poly Generic coefficients polynomial package.edu.jas.structure Basic structural interfaces. -
-
Uses of StarRingElem in edu.jas.arith
Classes in edu.jas.arith that implement StarRingElem Modifier and Type Class Description classBigComplexBigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.classBigDecimalComplexBigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.classBigOctonionBigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionBigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionIntegerInteger 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 Modifier and Type Class Description classComplex<C extends RingElem<C>>Generic Complex class implementing the RingElem interface. -
Uses of StarRingElem in edu.jas.structure
Classes in edu.jas.structure with type parameters of type StarRingElem Modifier and Type Interface Description interfaceStarRingElem<C extends StarRingElem<C>>Star ring element interface.
-