|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.H
public class H
H computes the conjugate transpose of a matrix and the transpose of a complex matrix.
Constructor Summary | |
---|---|
H()
|
Method Summary | |
---|---|
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 |
---|
public H()
Method Detail |
---|
public static Zmat o(Zmat A)
A
- The matrix to be conjugated and transposed
public static Zdiagmat o(Zdiagmat D)
D
- The matrix to be conjugated (and transposed)
public static Zmat trans(Zmat A)
A
- The matrix to be transposed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |