Package edu.jas.structure
Interface StarRingElem<C extends StarRingElem<C>>
-
- Type Parameters:
C- ring element type
- All Superinterfaces:
AbelianGroupElem<C>,java.lang.Comparable<C>,Element<C>,MonoidElem<C>,RingElem<C>,java.io.Serializable
- All Known Implementing Classes:
BigComplex,BigDecimalComplex,BigOctonion,BigQuaternion,BigQuaternionInteger,Complex
public interface StarRingElem<C extends StarRingElem<C>> extends RingElem<C>
Star ring element interface. Defines norm and conjugation.- Author:
- Heinz Kredel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cconjugate()Conjugate of this.Cnorm()Norm of this.-
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
-
-