//! # lau-matrix-analysis
//!
//! Matrix analysis: decompositions, perturbation theory, structured matrices, and matrix functions.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
use DMatrix;
use DVector;
/// Type alias for real-valued dynamic matrices.
pub type Mat = ;
/// Type alias for real-valued dynamic vectors.
pub type VecN = ;