11 X3(3,3,0.), X4(3,3,0.), X5(3,3,0.), X6(3,3,0.), X9(3,3,0.), X13(3,3,0.)
24 gslpp::matrix<gslpp::complex> ckm(CKM_in.
getCKM());
26 for (
int i = 0; i < 3; i++){
27 X5.assign(2,i,ckm(2,i));
28 X6.assign(1,i,ckm(1,i));
31 X9.assign(i,2,ckm(2,i).conjugate());
35 for (
int j = 0; j < 3; j++ ){
36 X13.assign(i,j,ckm(2,i).conjugate()*ckm(2,j));
A class for the CKM matrix elements.
const gslpp::matrix< gslpp::complex > getCKM() const
A member for returning the CKM matrix.
const double getA() const
A member for returning the value of the Wolfenstein parameter .
const double getRhoBar() const
A member for returning the value of the Wolfenstein parameter .
const double getLambda() const
A member for returning the value of the Wolfenstein parameter .
const double getEtaBar() const
A member for returning the value of the Wolfenstein parameter .
gslpp::matrix< gslpp::complex > X3
gslpp::matrix< gslpp::complex > X1
gslpp::matrix< gslpp::complex > X9
gslpp::matrix< gslpp::complex > X5
gslpp::matrix< gslpp::complex > X4
gslpp::matrix< gslpp::complex > X2
gslpp::matrix< gslpp::complex > X6
gslpp::matrix< gslpp::complex > X13