Jampack
Class H
- java.lang.Object
-
- Jampack.H
-
public class H extends java.lang.ObjectH 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 Zdiagmato(Zdiagmat D)Returns the conjugate transpose of a Zdiagmat.static Zmato(Zmat A)Returns the conjugate transpose of a Zmat.static Zmattrans(Zmat A)Returns the transpose of a Zmat.
-
-
-
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
-
-
DMelt 3.0 © DataMelt by jWork.ORG