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 class
BigComplex
BigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.class
BigDecimalComplex
BigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.class
BigOctonion
BigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.class
BigQuaternion
BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.class
BigQuaternionInteger
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 Modifier and Type Class Description class
Complex<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 interface
StarRingElem<C extends StarRingElem<C>>
Star ring element interface.
-