|
#include "Math/ExtendedMath.h"
Go to the source code of this file.
Namespaces | |
helpers | |
Functions | |
Mdouble | helpers::round (Mdouble value, unsigned int precision) |
rounds a floating point number with a given precision More... | |
std::vector< Mdouble > | helpers::linspace (Mdouble a, Mdouble b, int N) |
creates a 1D linear space partition More... | |