zero_finder::Function1D Class Referenceabstract
#include <zero_finder.hpp>
Inheritance diagram for zero_finder::Function1D:
Public Member Functions | |
virtual double | operator() (double x)=0 |
void | SetParameters (double a, double b) |
Public Attributes | |
double | p1 |
double | p2 |
Detailed Description
Class for one dimensional functions with some parameters
The ()-operator with one double argument has to be overloaded for a derived class The return value is the ordinate computed for the abscissa-argument.
Member Function Documentation
◆ operator()()
|
pure virtual |
Implemented in CZF.
◆ SetParameters()
void zero_finder::Function1D::SetParameters | ( | double | a, |
double | b | ||
) |
Here is the caller graph for this function:
Member Data Documentation
◆ p1
double zero_finder::Function1D::p1 |
◆ p2
double zero_finder::Function1D::p2 |
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