Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <genbb_help/decay0/common.h>
Go to the source code of this file.
Namespaces | |
genbb | |
Top-level namespace of the Bayeux/genbb_help module library. | |
genbb::decay0 | |
Nested namespace of the Bayeux/genbb_help module library (decay0 C++ port) | |
Functions | |
void | genbb::decay0::decay0_tgold (double a, double b, double c, func_type f, double eps, int minmax, double &xextr, double &fextr, void *params=0) |
Subroutine decay0_tgold determines maximum or minimum of the function f(x) in the interval [a,b] by the Gold section method. More... | |
void | genbb::decay0::decay0_tgold_o (double a, double b, double c, func_type f, double eps, int minmax, double &xextr, double &fextr, void *params=0) |