| 
    Geant4_10
    
   | 
 
structure used to hold evaluated function data at a point. More...
#include <c2_function.hh>
Public Attributes | |
| float_type | x | 
| the abscissa  More... | |
| float_type | y | 
| the value of the function at x  More... | |
| float_type | yp | 
| the derivative at x  More... | |
| float_type | ypp | 
| the second derivative at x  More... | |
| bool | ypbad | 
| flag, filled in by c2_function::fill_fblock(), indicating the derivative is NaN of Inf  More... | |
| bool | yppbad | 
| flag, filled in by c2_function::fill_fblock(), indicating the second derivative is NaN of Inf  More... | |
structure used to hold evaluated function data at a point.
Contains all the information for the function at one point.
Definition at line 101 of file c2_function.hh.
| float_type c2_fblock< float_type >::x | 
the abscissa
Definition at line 105 of file c2_function.hh.
| float_type c2_fblock< float_type >::y | 
the value of the function at x
Definition at line 107 of file c2_function.hh.
| float_type c2_fblock< float_type >::yp | 
the derivative at x
Definition at line 109 of file c2_function.hh.
| bool c2_fblock< float_type >::ypbad | 
flag, filled in by c2_function::fill_fblock(), indicating the derivative is NaN of Inf
Definition at line 113 of file c2_function.hh.
| float_type c2_fblock< float_type >::ypp | 
the second derivative at x
Definition at line 111 of file c2_function.hh.
| bool c2_fblock< float_type >::yppbad | 
flag, filled in by c2_function::fill_fblock(), indicating the second derivative is NaN of Inf
Definition at line 115 of file c2_function.hh.
 1.8.5