flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
library_softsusy.cpp File Reference
#include "library_softsusy.hpp"
#include "numerics.h"
#include <limits>
Include dependency graph for library_softsusy.cpp:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 
namespace  flexiblesusy::looplibrary
 

Macros

#define NAN_Q   std::numeric_limits<double>::quiet_NaN()
 
#define UNDEFINED(R, ARGS, NAME)    std::complex<double> Softsusy::NAME ARGS noexcept { return {NAN_Q, NAN_Q}; }
 

Macro Definition Documentation

◆ NAN_Q

#define NAN_Q   std::numeric_limits<double>::quiet_NaN()

Definition at line 23 of file library_softsusy.cpp.

◆ UNDEFINED

#define UNDEFINED (   R,
  ARGS,
  NAME 
)     std::complex<double> Softsusy::NAME ARGS noexcept { return {NAN_Q, NAN_Q}; }

Definition at line 24 of file library_softsusy.cpp.