#include <GteRootsBisection.h>
|
static unsigned int | Find (std::function< Real(Real)> const &F, Real t0, Real t1, unsigned int maxIterations, Real &root) |
|
static unsigned int | Find (std::function< Real(Real)> const &F, Real t0, Real t1, Real f0, Real f1, unsigned int maxIterations, Real &root) |
|
template<typename Real>
class gte::RootsBisection< Real >
Definition at line 30 of file GteRootsBisection.h.
template<typename Real >
unsigned int gte::RootsBisection< Real >::Find |
( |
std::function< Real(Real)> const & |
F, |
|
|
Real |
t0, |
|
|
Real |
t1, |
|
|
unsigned int |
maxIterations, |
|
|
Real & |
root |
|
) |
| |
|
static |
template<typename Real >
unsigned int gte::RootsBisection< Real >::Find |
( |
std::function< Real(Real)> const & |
F, |
|
|
Real |
t0, |
|
|
Real |
t1, |
|
|
Real |
f0, |
|
|
Real |
f1, |
|
|
unsigned int |
maxIterations, |
|
|
Real & |
root |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: