#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::optimization |
Functions | |
template<typename T > | |
bool | OpenTissue::math::optimization::relative_convergence (T const &f_old, T const &f, T const &tolerance) |