Expand description
Native 64-bit floating-point backend using f64 and Complex<f64>.
Native 64-bit floating-point backend.
This module provides implementations for standard 64-bit floating-point types:
f64for real numbersComplex<f64>for complex numbers
§Submodules
raw: Raw trait implementations forf64andComplex<f64>validated: Validated type aliases and kernel configurations