|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Value, error estimates, branch metadata, and status from xi evaluation. More...
#include <xi.h>

Public Attributes | |
| SimComplexDouble | value |
| double | abs_error |
| double | rel_error |
| size_t | terms_used |
| size_t | refinement_rounds |
| unsigned int | working_precision_bits |
| SimZetaBranch | zeta_branch |
| SimZetaStatus | status |
| unsigned int | flags |
Value, error estimates, branch metadata, and status from xi evaluation.
| double SimXiResult::abs_error |
Absolute error estimate.
| unsigned int SimXiResult::flags |
Bitmask of SIM_XI_FLAG_* values.
| size_t SimXiResult::refinement_rounds |
Adaptive refinement rounds performed.
| double SimXiResult::rel_error |
Relative error estimate.
| SimZetaStatus SimXiResult::status |
Evaluation status.
| size_t SimXiResult::terms_used |
Zeta terms used by the underlying branch.
| SimComplexDouble SimXiResult::value |
Evaluated xi value.
| unsigned int SimXiResult::working_precision_bits |
Effective working precision in bits.
| SimZetaBranch SimXiResult::zeta_branch |
Zeta branch used while assembling xi.