|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Owning dynamic array of neural model entries. More...
#include <neural_models.h>

Public Attributes | |
| SimNeuralModelEntry * | entries |
| size_t | count |
| size_t | capacity |
Owning dynamic array of neural model entries.
| size_t SimNeuralModelRegistry::capacity |
Allocated entry capacity.
| size_t SimNeuralModelRegistry::count |
Number of active entries.
| SimNeuralModelEntry* SimNeuralModelRegistry::entries |
Owned entry storage.