Re-exports
pub use crate::aberth::aberth;
pub use crate::aberth::aberth_mt;
pub use crate::aberth::initial_aberth;
pub use crate::matrix2::Matrix2;
pub use crate::rootfinding::horner_eval;
pub use crate::rootfinding::initial_autocorr;
pub use crate::rootfinding::initial_guess;
pub use crate::rootfinding::pbairstow_autocorr;
pub use crate::rootfinding::pbairstow_autocorr_mt;
pub use crate::rootfinding::pbairstow_even;
pub use crate::rootfinding::pbairstow_even_mt;
pub use crate::rootfinding::Options;
pub use crate::vector2::Vector2;