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

Value, error estimates, branch metadata, and status from xi evaluation. More...

#include <xi.h>

Collaboration diagram for SimXiResult:

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
 

Detailed Description

Value, error estimates, branch metadata, and status from xi evaluation.

Member Data Documentation

◆ abs_error

double SimXiResult::abs_error

Absolute error estimate.

◆ flags

unsigned int SimXiResult::flags

Bitmask of SIM_XI_FLAG_* values.

◆ refinement_rounds

size_t SimXiResult::refinement_rounds

Adaptive refinement rounds performed.

◆ rel_error

double SimXiResult::rel_error

Relative error estimate.

◆ status

SimZetaStatus SimXiResult::status

Evaluation status.

◆ terms_used

size_t SimXiResult::terms_used

Zeta terms used by the underlying branch.

◆ value

SimComplexDouble SimXiResult::value

Evaluated xi value.

◆ working_precision_bits

unsigned int SimXiResult::working_precision_bits

Effective working precision in bits.

◆ zeta_branch

SimZetaBranch SimXiResult::zeta_branch

Zeta branch used while assembling xi.


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