|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
State for digamma square stimulus. More...
#include <digamma_square.h>

Public Attributes | |
| SimStimulusDigammaSquareConfig | config |
| SimClockMode | clock_mode |
| double | locked_time |
| size_t | last_step_index |
| bool | clock_initialized |
| double * | buffer |
| size_t | buffer_capacity |
| SimComplexDouble * | buffer_complex |
| size_t | buffer_complex_capacity |
| char | symbolic [192] |
State for digamma square stimulus.
| double* SimDigammaSquareState::buffer |
Owned real-valued work buffer.
| size_t SimDigammaSquareState::buffer_capacity |
Allocated element capacity for buffer.
| SimComplexDouble* SimDigammaSquareState::buffer_complex |
Owned complex-valued work buffer.
| size_t SimDigammaSquareState::buffer_complex_capacity |
Allocated element capacity for complex buffer.
| bool SimDigammaSquareState::clock_initialized |
True once clock state has been initialized.
| SimClockMode SimDigammaSquareState::clock_mode |
Clock mode used by the registered variant.
| SimStimulusDigammaSquareConfig SimDigammaSquareState::config |
Normalized operator configuration.
| size_t SimDigammaSquareState::last_step_index |
Step index associated with locked_time.
| double SimDigammaSquareState::locked_time |
Accumulated or locked clock time.
| char SimDigammaSquareState::symbolic[192] |
Cached symbolic descriptor string.