|
template<class OBJ , typename FUNC > |
double | solve (OBJ *object, FUNC function, std::vector< double > &funcParameters, double a, double b, const double absTolerance=1e-8, const double relTolerance=1e-10, const size_t maxIteration=50) |
|
◆ solve()
template<class OBJ , typename FUNC >
double NumA::Brent::solve |
( |
OBJ * |
object, |
|
|
FUNC |
function, |
|
|
std::vector< double > & |
funcParameters, |
|
|
double |
a, |
|
|
double |
b, |
|
|
const double |
absTolerance = 1e-8 , |
|
|
const double |
relTolerance = 1e-10 , |
|
|
const size_t |
maxIteration = 50 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: