Documentation of 'Jampack.H' Java class
H
Jampack

Class H



  • public class H
    extends java.lang.Object
    H computes the conjugate transpose of a matrix and the transpose of a complex matrix.
    • Constructor Summary

      Constructors 
      Constructor and Description
      H() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Zdiagmat o(Zdiagmat D)
      Returns the conjugate transpose of a Zdiagmat.
      static Zmat o(Zmat A)
      Returns the conjugate transpose of a Zmat.
      static Zmat trans(Zmat A)
      Returns the transpose of a Zmat.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • H

        public H()
    • Method Detail

      • o

        public static Zmat o(Zmat A)
        Returns the conjugate transpose of a Zmat.
        Parameters:
        A - The matrix to be conjugated and transposed
        Returns:
        The conjugate transpose of A
      • o

        public static Zdiagmat o(Zdiagmat D)
        Returns the conjugate transpose of a Zdiagmat.
        Parameters:
        D - The matrix to be conjugated (and transposed)
        Returns:
        The conjugate transpose of D
      • trans

        public static Zmat trans(Zmat A)
        Returns the transpose of a Zmat.
        Parameters:
        A - The matrix to be transposed
        Returns:
        The transpose of A

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.