36 void computePMNS(
double s12_v,
double s13_v,
double s23_v,
double delta_v,
double alpha21_v,
double alpha31_v);
42 gslpp::matrix<gslpp::complex>
getPMNS()
const
217 gslpp::matrix<gslpp::complex>
U;
A class for the PMNS matrix elements.
void computePMNS(double s12_v, double s13_v, double s23_v, double delta_v, double alpha21_v, double alpha31_v)
A set method to calculate the PMNS matrix from PMNS parameters.
gslpp::complex getU_e2()
A member for returning the value of the CKM element .
double gets23() const
A member for returning the value of the sine of the PMNS parameter .
gslpp::complex getU_e1()
A member for returning the value of the CKM element .
double getdelta() const
A member for returning the value of the PMNS parameter .
gslpp::matrix< gslpp::complex > U
gslpp::complex getU_mu3()
A member for returning the value of the CKM element .
double getc23() const
A member for returning the value of the cosine of the PMNS parameter .
double getalpha21()
A member for returning the value of the phase .
gslpp::complex getU_e3()
A member for returning the value of the CKM element .
gslpp::complex getU_tau1()
A member for returning the value of the CKM element .
gslpp::complex getU_tau3()
A member for returning the value of the CKM element .
gslpp::complex getU_mu2()
A member for returning the value of the CKM element .
gslpp::complex getU_tau2()
A member for returning the value of the CKM element .
double getc13() const
A member for returning the value of the cosine of the PMNS parameter .
double gets13() const
A member for returning the value of the sine of the PMNS parameter .
gslpp::matrix< gslpp::complex > getPMNS() const
A member for returning the PMNS matrix.
double getalpha31()
A member for returning the value of the phase .
gslpp::complex getU_mu1()
A member for returning the value of the CKM element .
double getc12() const
A member for returning the value of the cosine of the PMNS parameter .
double gets12() const
A member for returning the value of the sine of the PMNS parameter .