Package edu.jas.structure
Interface StarRingElem<C extends StarRingElem<C>>
- Type Parameters:
C
- ring element type
- All Superinterfaces:
AbelianGroupElem<C>
,Comparable<C>
,Element<C>
,MonoidElem<C>
,RingElem<C>
,Serializable
- All Known Implementing Classes:
BigComplex
,BigDecimalComplex
,BigOctonion
,BigQuaternion
,BigQuaternionInteger
,Complex
Star ring element interface. Defines norm and conjugation.
-
Method Summary
Methods inherited from interface edu.jas.structure.AbelianGroupElem
abs, isZERO, negate, signum, subtract, sum
Methods inherited from interface edu.jas.structure.Element
compareTo, copy, equals, factory, hashCode, toScript, toScriptFactory
Methods inherited from interface edu.jas.structure.MonoidElem
divide, inverse, isONE, isUnit, leftDivide, leftRemainder, multiply, power, quotientRemainder, remainder, rightDivide, rightRemainder, twosidedDivide, twosidedRemainder