|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Namespaces | |
| algo | |
Functions | |
| bool | algo::almostEqual (double a, double b) |
| template<typename Evaluator , typename Iterator > | |
| double | algo::min_value (const Iterator &begin, const Iterator &end, const Evaluator &evaluate) |
| template<typename Evaluator , typename Iterator > | |
| double | algo::max_value (const Iterator &begin, const Iterator &end, const Evaluator &evaluate) |
| template<class T > | |
| std::vector< T > | algo::concat (const std::vector< T > &v1, const std::vector< T > &v2) |
Defines and implements namespace algo with some algorithms.
Definition in file Algorithms.h.