structure used to pass information recursively in integrator. 더 자세히 ...
Public 속성 | |
c2_fblock< float_type > * | f0 |
c2_fblock< float_type > * | f1 |
float_type | abs_tol |
float_type | rel_tol |
float_type | eps_scale |
float_type | extrap_coef |
float_type | extrap2 |
float_type | dx_tolerance |
float_type | abs_tol_min |
std::vector< recur_item > * | rb_stack |
int | derivs |
bool | adapt |
bool | extrapolate |
bool | inited |
structure used to pass information recursively in integrator.
the abs_tol is scaled by a factor of two at each division. Everything else is just passed down.
c2_function.hh 파일의 579 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::abs_tol |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::abs_tol_min |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
bool c2_function< float_type >::c2_integrate_recur::adapt |
c2_function.hh 파일의 585 번째 라인에서 정의되었습니다.
int c2_function< float_type >::c2_integrate_recur::derivs |
c2_function.hh 파일의 584 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::dx_tolerance |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::eps_scale |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::extrap2 |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::extrap_coef |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.
bool c2_function< float_type >::c2_integrate_recur::extrapolate |
c2_function.hh 파일의 585 번째 라인에서 정의되었습니다.
c2_fblock<float_type>* c2_function< float_type >::c2_integrate_recur::f0 |
c2_function.hh 파일의 580 번째 라인에서 정의되었습니다.
c2_fblock<float_type> * c2_function< float_type >::c2_integrate_recur::f1 |
c2_function.hh 파일의 580 번째 라인에서 정의되었습니다.
bool c2_function< float_type >::c2_integrate_recur::inited |
c2_function.hh 파일의 585 번째 라인에서 정의되었습니다.
std::vector< recur_item >* c2_function< float_type >::c2_integrate_recur::rb_stack |
c2_function.hh 파일의 583 번째 라인에서 정의되었습니다.
float_type c2_function< float_type >::c2_integrate_recur::rel_tol |
c2_function.hh 파일의 581 번째 라인에서 정의되었습니다.