OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Macros | Functions
root.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "Algorithms/bet/math/root.h"
#include "Algorithms/bet/BetError.h"
Include dependency graph for root.cpp:

Go to the source code of this file.

Macros

#define MAXIT   100
 

Functions

double findRoot (void(*funcd)(double, double *, double *), double x1, double x2, double xacc)
 

Macro Definition Documentation

#define MAXIT   100

Definition at line 24 of file root.cpp.

Referenced by findRoot().

Function Documentation

double findRoot ( void(*)(double, double *, double *)  funcd,
double  x1,
double  x2,
double  xacc 
)

Definition at line 35 of file root.cpp.

References fabs(), MAXIT, and writeBetError().

Referenced by EnvelopeBunch::setBinnedLShape().

Here is the call graph for this function: