All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jampack.H

java.lang.Object
   |
   +----Jampack.H

public class H
extends Object
H computes the conjugate transpose of a matrix and the transpose of a complex matrix.


Constructor Index

 o H()

Method Index

 o o(Zdiagmat)
Returns the conjugate transpose of a Zdiagmat.
 o o(Zmat)
Returns the conjugate transpose of a Zmat.
 o trans(Zmat)
Returns the transpose of a Zmat.

Constructors

 o H
 public H()

Methods

 o 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 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
 o 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index