|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJampack.Times
public class Times
Constructor Summary | |
---|---|
Times()
|
Method Summary | |
---|---|
static Zpsdmat |
aah(Zmat A)
Computes AAH, where A is a Zmat. |
static Zpsdmat |
aha(Zmat A)
Computes AHA, where A is a Zmat. |
static Zdiagmat |
o(Zdiagmat D1,
Zdiagmat D2)
Computes the product of two Zdiagmats. |
static Zmat |
o(Zdiagmat D,
Zmat A)
Computes the product of a Zdiagmat and a Zmat. |
static Zmat |
o(Zmat A,
Zdiagmat D)
Computes the product of a Zmat and a Zdiagmat. |
static Zmat |
o(Zmat A,
Zmat B)
Computes the product of two Zmats. |
static Zdiagmat |
o(Z z,
Zdiagmat D)
Computes the product of a Z and a Zdiagmat. |
static Zmat |
o(Z z,
Zmat A)
Computes the product of a Z and a Zmat. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Times()
Method Detail |
---|
public static Zmat o(Z z, Zmat A)
z
- The complex scalarA
- The Zmat
public static Zmat o(Zmat A, Zmat B) throws JampackException
A
- The first ZmatB
- The second Zmat
JampackException
- for unconformitypublic static Zpsdmat aha(Zmat A)
A
- The Zmat
public static Zpsdmat aah(Zmat A)
A
- The Zmat
public static Zdiagmat o(Z z, Zdiagmat D)
z
- The complex scalarD
- The Zdiagmat
public static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
D1
- The first ZdiagmatD2
- The second Zdiagmat
JampackException
- for unconformitypublic static Zmat o(Zdiagmat D, Zmat A) throws JampackException
D
- The ZdiagmatA
- The Zmat
JampackException
- for unconformitypublic static Zmat o(Zmat A, Zdiagmat D) throws JampackException
A
- The ZgmatD
- The Zdiagmat
JampackException
- for unconformity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |