Geant4  10.00.p02
c2_function< float_type >::c2_root_info Struct Reference

structure used to hold root bracketing information More...

Public Attributes

c2_fblock< float_type > lower
 
c2_fblock< float_type > upper
 
bool inited
 

Detailed Description

template<typename float_type = double>
struct c2_function< float_type >::c2_root_info

structure used to hold root bracketing information

Definition at line 500 of file c2_function.hh.

Member Data Documentation

template<typename float_type = double>
bool c2_function< float_type >::c2_root_info::inited

Definition at line 502 of file c2_function.hh.

template<typename float_type = double>
c2_fblock<float_type> c2_function< float_type >::c2_root_info::lower

Definition at line 501 of file c2_function.hh.

template<typename float_type = double>
c2_fblock<float_type> c2_function< float_type >::c2_root_info::upper

Definition at line 501 of file c2_function.hh.


The documentation for this struct was generated from the following file: