Himalaya
|
Definition of the MSSM input parameters. More...
#include <iosfwd>
#include <limits>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
struct | himalaya::Parameters |
Namespaces | |
himalaya | |
Typedefs | |
using | himalaya::CM22 = Eigen::Matrix2cd |
complex 2x2 matrix More... | |
using | himalaya::CM44 = Eigen::Matrix4cd |
complex 4x4 matrix More... | |
using | himalaya::RM33 = Eigen::Matrix3d |
real 3x3 matrix More... | |
using | himalaya::RM44 = Eigen::Matrix4d |
real 4x4 matrix More... | |
Functions | |
std::ostream & | himalaya::operator<< (std::ostream &, const Parameters &) |
prints the Parameters struct to a stream More... | |
Variables | |
const double | himalaya::NaN = std::numeric_limits<double>::quiet_NaN() |
Definition of the MSSM input parameters.
Definition in file Himalaya_interface.hpp.