public class Minus extends Object
Constructor and Description |
---|
Minus() |
Modifier and Type | Method and Description |
---|---|
static Zdiagmat |
o(Zdiagmat D)
Negates a Zdiagmat.
|
static Zdiagmat |
o(Zdiagmat D1,
Zdiagmat D2)
Computes the difference of a two Zdiagmats.
|
static Zmat |
o(Zdiagmat D,
Zmat A)
Computes the difference of a Zdiagmat and a Zmat.
|
static Zmat |
o(Zmat A)
Negates a Zmat
|
static Zmat |
o(Zmat A,
Zdiagmat D)
Computes the difference of a Zmat and a Zdiagmat.
|
static Zmat |
o(Zmat A,
Zmat B)
Computes the difference of two Zmats.
|
public static Zmat o(Zmat A, Zmat B) throws JampackException
A
- The diminuendB
- The subtrahendJampackException
- Thrown if there is a nonconformity.public static Zmat o(Zmat A, Zdiagmat D) throws JampackException
A
- The ZmatD
- The ZdiagmatJampackException
- Thrown if there is a nonconformity.public static Zmat o(Zdiagmat D, Zmat A) throws JampackException
D
- The ZdiagmatA
- The ZmatJampackException
- Thrown if there is a nonconformity.public static Zdiagmat o(Zdiagmat D1, Zdiagmat D2) throws JampackException
D1
- The first ZdiagmatD2
- The second ZdiagmatJampackException
- Thrown if there is a nonconformity.Jas4pp 1.5 © Java Analysis Studio for Particle Physics