|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Complex ball enclosure with evaluator status, rigor, and refinement metadata. More...
#include <zeta.h>

Public Attributes | |
| SimComplexDouble | center |
| double | radius |
| SimZetaStatus | status |
| unsigned int | flags |
| size_t | refinement_rounds |
| unsigned int | working_precision_bits |
| SimBallRigor | rigor |
| size_t | validation_passes |
Complex ball enclosure with evaluator status, rigor, and refinement metadata.
| SimComplexDouble SimComplexBall::center |
Center of the complex enclosure.
| unsigned int SimComplexBall::flags |
Bitmask of SIM_ZETA_FLAG_* values.
| double SimComplexBall::radius |
Nonnegative radius of the enclosure.
| size_t SimComplexBall::refinement_rounds |
Adaptive refinement rounds performed.
| SimBallRigor SimComplexBall::rigor |
Rigor level of the enclosure.
| SimZetaStatus SimComplexBall::status |
Status associated with the enclosed value.
| size_t SimComplexBall::validation_passes |
Number of validation passes completed.
| unsigned int SimComplexBall::working_precision_bits |
Effective working precision in bits.