flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
scan.hpp File Reference
#include <cstddef>
#include <vector>
Include dependency graph for scan.hpp:
This graph shows which files directly or indirectly include this file:

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...