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

Theta waveform value with error estimate and convergence metadata. More...

#include <theta.h>

Public Attributes

double value
 
double abs_error
 
size_t terms_used
 
theta_status status
 

Detailed Description

Theta waveform value with error estimate and convergence metadata.

Member Data Documentation

◆ abs_error

double theta_eval::abs_error

Conservative absolute error estimate.

◆ status

theta_status theta_eval::status

Numerical status code.

◆ terms_used

size_t theta_eval::terms_used

Number of Fourier/Lambert terms accumulated.

◆ value

double theta_eval::value

Evaluated function value.


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