Static Public Member Functions | List of all members
gte::RootsBrentsMethod< Real > Class Template Reference

#include <GteRootsBrentsMethod.h>

Static Public Member Functions

static bool Find (std::function< Real(Real)> const &F, Real t0, Real t1, unsigned int maxIterations, Real negFTolerance, Real posFTolerance, Real stepTTolerance, Real convTTolerance, Real &root)
 

Detailed Description

template<typename Real>
class gte::RootsBrentsMethod< Real >

Definition at line 46 of file GteRootsBrentsMethod.h.

Member Function Documentation

template<typename Real >
bool gte::RootsBrentsMethod< Real >::Find ( std::function< Real(Real)> const &  F,
Real  t0,
Real  t1,
unsigned int  maxIterations,
Real  negFTolerance,
Real  posFTolerance,
Real  stepTTolerance,
Real  convTTolerance,
Real &  root 
)
static

Definition at line 62 of file GteRootsBrentsMethod.h.


The documentation for this class was generated from the following file:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06