public class Times extends Object
Constructor and Description |
---|
Times() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static Zmat o(Z z, Zmat A)
z
- The complex scalarA
- The Zmatpublic static Zmat o(Zmat A, Zmat B) throws JampackException
A
- The first ZmatB
- The second ZmatJampackException
- for unconformitypublic static Zpsdmat aha(Zmat A)
A
- The Zmatpublic static Zpsdmat aah(Zmat A)
A
- The Zmatpublic static Zdiagmat o(Z z, Zdiagmat D)
z
- The complex scalarD
- The Zdiagmatpublic static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
D1
- The first ZdiagmatD2
- The second ZdiagmatJampackException
- for unconformitypublic static Zmat o(Zdiagmat D, Zmat A) throws JampackException
D
- The ZdiagmatA
- The ZmatJampackException
- for unconformitypublic static Zmat o(Zmat A, Zdiagmat D) throws JampackException
A
- The ZgmatD
- The ZdiagmatJampackException
- for unconformityJas4pp 1.5 © Java Analysis Studio for Particle Physics