Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
c2_fblock< float_type > Class Template Reference

structure used to hold evaluated function data at a point. More...

#include <c2_function.hh>

Data Fields

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...
 

Detailed Description

template<typename float_type>
class c2_fblock< float_type >

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.

Field Documentation

template<typename float_type>
float_type c2_fblock< float_type >::x

the abscissa

Definition at line 105 of file c2_function.hh.

template<typename float_type>
float_type c2_fblock< float_type >::y

the value of the function at x

Definition at line 107 of file c2_function.hh.

template<typename float_type>
float_type c2_fblock< float_type >::yp

the derivative at x

Definition at line 109 of file c2_function.hh.

template<typename float_type>
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.

template<typename float_type>
float_type c2_fblock< float_type >::ypp

the second derivative at x

Definition at line 111 of file c2_function.hh.

template<typename float_type>
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.


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