//! Lair implements linear algebra routines in pure Rust. It uses [ndarray] as
//! its matrix representation.
//!
//! [ndarray]: https://docs.rs/ndarray/
// TODO: pub mod eigen;
pub use ;
/// An error which can be returned when a function argument is invalid.