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