CPU compute backend for ariadnetor
Provides [NativeBackend] implementing ComputeBackend via:
- GEMM: faer (f64, f32,
Complex<f64>,Complex<f32>) - SVD/QR/LQ/EIGH: faer (f64, f32,
Complex<f64>,Complex<f32>) - Transpose: HPTT (f64, f32, Complex) when the
hpttfeature is on, a naive kernel otherwise