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

#include <GteRootsBisection.h>

Static Public Member Functions

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)
 

Detailed Description

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

Definition at line 30 of file GteRootsBisection.h.

Member Function Documentation

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

Definition at line 47 of file GteRootsBisection.h.

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

Definition at line 110 of file GteRootsBisection.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