SystemSizes
- class cubie.odesystems.SystemSizes(states: int, observables: int, parameters: int, constants: int, drivers: int)[source]
Bases:
objectStore counts for each component category in an ODE system.
- Parameters:
Notes
This data class is passed to CUDA kernels so they can size device buffers and shared-memory structures correctly.