Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimComplexBall Struct Reference

Complex ball enclosure with evaluator status, rigor, and refinement metadata. More...

#include <zeta.h>

Collaboration diagram for SimComplexBall:

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
 

Detailed Description

Complex ball enclosure with evaluator status, rigor, and refinement metadata.

Member Data Documentation

◆ center

SimComplexDouble SimComplexBall::center

Center of the complex enclosure.

◆ flags

unsigned int SimComplexBall::flags

Bitmask of SIM_ZETA_FLAG_* values.

◆ radius

double SimComplexBall::radius

Nonnegative radius of the enclosure.

◆ refinement_rounds

size_t SimComplexBall::refinement_rounds

Adaptive refinement rounds performed.

◆ rigor

SimBallRigor SimComplexBall::rigor

Rigor level of the enclosure.

◆ status

SimZetaStatus SimComplexBall::status

Status associated with the enclosed value.

◆ validation_passes

size_t SimComplexBall::validation_passes

Number of validation passes completed.

◆ working_precision_bits

unsigned int SimComplexBall::working_precision_bits

Effective working precision in bits.


The documentation for this struct was generated from the following file: