Module core

Source
Expand description

This module contains some basic definitions used by everything else.

Enums§

KernelType
This enum defines the type of the kernel.
ThreadingType
Determines whether to use multithreading or serial evaluation.

Traits§

RealType
This trait specifies the required floating point properties for real types. Currently, we support f32 and f64.