ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <algorithm>
#include <cstddef>
#include <ranges>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<class T > | |
auto | Utils::make_lin_space (T start, T stop, std::size_t number, bool endpoint=true) |
Equally spaced values in interval. | |