zero_finder::FZero Class Reference

#include <zero_finder.hpp>

Public Member Functions

 FZero (double a, double b)
 
double FindZero (Function1D &f)
 
double FindZero7 (Function1D_7param &f)
 
void SetBounds (double a, double b)
 

Private Attributes

double a
 
double c
 

Constructor & Destructor Documentation

◆ FZero()

zero_finder::FZero::FZero ( double  a,
double  b 
)

Member Function Documentation

◆ FindZero()

double zero_finder::FZero::FindZero ( Function1D f)
Here is the caller graph for this function:

◆ FindZero7()

double zero_finder::FZero::FindZero7 ( Function1D_7param f)

◆ SetBounds()

void zero_finder::FZero::SetBounds ( double  a,
double  b 
)

Member Data Documentation

◆ a

double zero_finder::FZero::a
private

◆ c

double zero_finder::FZero::c
private

The documentation for this class was generated from the following files:
  • /Users/romeo/Desktop/PASS/include/pass_bits/helper/astro_problems/zero_finder.hpp
  • /Users/romeo/Desktop/PASS/src/helper/astro_problems/zero_finder.cpp