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