66 U22 =
c12 *
c23 - gslpp::complex(s12 * s23*s13, delta,
true);
67 U23 = gslpp::complex(s23*c13, 0.);
69 U31 = s12 * s23 - gslpp::complex(
c12 *
c23*s13, delta,
true);
70 U32 = -
c12 * s23 - gslpp::complex(s12 *
c23*s13, delta,
true);
71 U33 = gslpp::complex(
c23*c13, 0.);
122 throw std::runtime_error(
"PMNS()::Jcp Not implemented!");
complex pow(const complex &z1, const complex &z2)
void setPMNS(double, double, double, double)
A class for the PMNS matrix elements.
std::string getHierarchy()
A class for defining operations on and functions of complex numbers.
void getPMNS(gslpp::matrix< gslpp::complex > &) const
complex sqrt(const complex &z)