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 더 자세히 ... | |
structure used to hold evaluated function data at a point.
Contains all the information for the function at one point.
c2_function.hh 파일의 104 번째 라인에서 정의되었습니다.
float_type c2_fblock< float_type >::x |
the abscissa
c2_function.hh 파일의 108 번째 라인에서 정의되었습니다.
float_type c2_fblock< float_type >::y |
the value of the function at x
c2_function.hh 파일의 110 번째 라인에서 정의되었습니다.
float_type c2_fblock< float_type >::yp |
the derivative at x
c2_function.hh 파일의 112 번째 라인에서 정의되었습니다.
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 번째 라인에서 정의되었습니다.
float_type c2_fblock< float_type >::ypp |
the second derivative at x
c2_function.hh 파일의 114 번째 라인에서 정의되었습니다.
bool c2_fblock< float_type >::yppbad |
is NaN of Inf
c2_function.hh 파일의 119 번째 라인에서 정의되었습니다.