baselines 0.1.1

Baseline correction algorithms for signals, spectra, and images
Documentation
1
2
3
4
5
6
//! Execution backends.

pub mod cpu;

#[cfg(feature = "gpu-wgpu")]
pub mod cubecl_wgpu;