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

public interface StarRingElem<C extends StarRingElem<C>> extends RingElem<C>
Star ring element interface. Defines norm and conjugation.
  • Method Details

    • conjugate

      C conjugate()
      Conjugate of this.
      Returns:
      conj(this).
    • norm

      C norm()
      Norm of this.
      Returns:
      norm(this).