Expand description
Backend implementations for different numerical types.
This module provides implementations of the raw traits for various numerical backends.
§Available Backends
native64: Native 64-bit floating-point backend usingf64andComplex<f64>rug: Arbitrary-precision backend using therugcrate (requiresrugfeature)