Celeritas 0.7.0-dev.79+develop.b3dc2e108
|
#include "VectorUtils.hh"
#include "corecel/Assert.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Range.hh"
#include "Interpolator.hh"
Functions | |
std::vector< double > | celeritas::linspace (double start, double stop, size_type n) |
Return evenly spaced numbers over a given interval. | |
std::vector< double > | celeritas::geomspace (double start, double stop, size_type n) |
Return logarithmically spaced numbers over a given interval. | |