#include <limits>
Include dependency graph for adaptsim.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | NR |
Functions | |
template<typename FunctionType, typename ScalarType> | |
ScalarType | NR::adaptsim (FunctionType &func, ScalarType a, ScalarType b, ScalarType tol, int &info) |
template<typename FunctionType, typename ScalarType> | |
ScalarType | NR::adaptsimstp (FunctionType &func, ScalarType a, ScalarType b, ScalarType fa, ScalarType fm, ScalarType fb, ScalarType is, int &info) |