Expand description
This module contains some basic definitions used by everything else.
Enums§
- Kernel
Type - This enum defines the type of the kernel.
- Threading
Type - Determines whether to use multithreading or serial evaluation.
Traits§
- Real
Type - This trait specifies the required floating point properties for real types. Currently, we support f32 and f64.