Interface VectorSpace<T,​N extends java.lang.Comparable<N>>

    • Method Detail

      • conjugate

        T conjugate()

        This method will (most likely) be moved to some other interface in the future! Just have to figure out where it fits...

        The conjugate transpose of a matrix and/or the conjugate of a scalar/field like ComplexNumber or Quaternion.

        The conjugate transpose of a real matrix is simply its transpose.