Module utils
Expand description
Various utilities for low level implementations in generic code.
Modulesยง
- Index and matrix types with compile time checks, whichh can replace bound checks at runtime.
- Simd operations for a specific type satisfying
ComplexField
. - Slice types for entities.
- Utilities relating to threading and parallelism.
- Vector type for entities.