Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 속성 | 모든 멤버 목록
c2_fblock< float_type > 클래스 템플릿 참조

structure used to hold evaluated function data at a point. 더 자세히 ...

#include <c2_function.hh>

Public 속성

float_type x
 the abscissa 더 자세히 ...
 
float_type y
 the value of the function at x 더 자세히 ...
 
float_type yp
 the derivative at x 더 자세히 ...
 
float_type ypp
 the second derivative at x 더 자세히 ...
 
bool ypbad
 
bool yppbad
 is NaN of Inf 더 자세히 ...
 

상세한 설명

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.

c2_function.hh 파일의 104 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

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

the abscissa

c2_function.hh 파일의 108 번째 라인에서 정의되었습니다.

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

the value of the function at x

c2_function.hh 파일의 110 번째 라인에서 정의되었습니다.

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

the derivative at x

c2_function.hh 파일의 112 번째 라인에서 정의되었습니다.

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

c2_function.hh 파일의 117 번째 라인에서 정의되었습니다.

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

the second derivative at x

c2_function.hh 파일의 114 번째 라인에서 정의되었습니다.

template<typename float_type>
bool c2_fblock< float_type >::yppbad

is NaN of Inf

c2_function.hh 파일의 119 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: