1//! faer-based linear algebra primitives for flow cytometry. 2 3#[cfg(feature = "compensation")] 4pub mod compensation; 5 6#[cfg(feature = "compensation")] 7pub use compensation::{apply_compensation_inv, compensate_channels, invert_spillover};