Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces | Macros | Functions
G4INCLRootFinder.hh File Reference

Static root-finder algorithm. More...

#include "globals.hh"
#include <utility>
#include "G4INCLIFunction1D.hh"

Go to the source code of this file.

Data Structures

class  G4INCL::RootFunctor
 
class  G4INCL::RootFinder::Solution
 

Namespaces

 G4INCL
 
 G4INCL::RootFinder
 

Macros

#define INCLXX_IN_GEANT4_MODE   1
 
#define G4INCLROOTFINDER_HH_
 

Functions

Solution G4INCL::RootFinder::solve (RootFunctor const *const f, const G4double x0)
 Numerically solve a one-dimensional equation. More...
 

Detailed Description

Static root-finder algorithm.

Provides a (nearly) stateless root-finder algorithm.

Date
2nd March 2011
Author
Davide Mancusi

Provides a stateless root-finder algorithm.

Date
2nd March 2011
Author
Davide Mancusi

Definition in file G4INCLRootFinder.hh.

Macro Definition Documentation

#define G4INCLROOTFINDER_HH_

Definition at line 47 of file G4INCLRootFinder.hh.

#define INCLXX_IN_GEANT4_MODE   1

Definition at line 33 of file G4INCLRootFinder.hh.