|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
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 |
Theta waveform value with error estimate and convergence metadata.
| double theta_eval::abs_error |
Conservative absolute error estimate.
| theta_status theta_eval::status |
Numerical status code.
| size_t theta_eval::terms_used |
Number of Fourier/Lambert terms accumulated.
| double theta_eval::value |
Evaluated function value.