Module rusty_kernel_tools::core[][src]

Expand description

This module contains some basic definitions used by everything else.

Enums

This enum defines the type of the kernel.

Determines whether to use multithreading or serial evaluation.

Traits

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