flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
scan.cpp File Reference

contains helper functions and classes for parameter scans More...

#include "scan.hpp"
#include "error.hpp"
#include <algorithm>
#include <cmath>
#include <cstddef>
Include dependency graph for scan.cpp:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Functions

std::vector< double > flexiblesusy::float_range (double start, double stop, std::size_t number_of_steps)
 returns range of floating point values between start (included) and stop (excluded) More...
 
std::vector< double > flexiblesusy::float_range_log (double start, double stop, std::size_t number_of_steps)
 returns range of floating point values between start (included) and stop (excluded) with logarithmic spacing More...
 
std::vector< double > flexiblesusy::subdivide (double start, double stop, std::size_t number_of_divisions)
 returns range of (number_of_divisions + 1) floating point values between (including) start and (including) stop More...
 
std::vector< double > flexiblesusy::subdivide_log (double start, double stop, std::size_t number_of_divisions)
 returns range of (number_of_divisions + 1) floating point values between (including) start and (including) stop with logarithmic spacing More...
 

Detailed Description

contains helper functions and classes for parameter scans

Definition in file scan.cpp.