Module prelude

Module prelude 

Source
Expand description

Common imports for ergonomic usage.

This prelude re-exports the primary types and constants: Matrix, Vector, Lu, LaError, and DEFAULT_PIVOT_TOL.

Re-exportsยง

pub use crate::DEFAULT_PIVOT_TOL;
pub use crate::LaError;
pub use crate::Lu;
pub use crate::Matrix;
pub use crate::Vector;