|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Universe/experiment specification defining mathematical structure. More...
#include <sim_world.h>

Public Attributes | |
| SimPole * | poles |
| size_t | pole_count |
| double | q |
| size_t | K |
| double | epsilon |
| double | sieve_sigma |
Universe/experiment specification defining mathematical structure.
This describes the "physics" of the toy universe - immutable after init.
| double SimUniverseSpec::epsilon |
Base offset for hyperexponential φ_ε^[K].
| size_t SimUniverseSpec::K |
Hyperexponential truncation level.
| size_t SimUniverseSpec::pole_count |
Number of entries in poles.
| SimPole* SimUniverseSpec::poles |
Owned array of singularity specifications.
| double SimUniverseSpec::q |
Quantum deformation parameter ∈ (0,1); 1.0 = classical.
| double SimUniverseSpec::sieve_sigma |
Default sieve scale for remainder analysis.