1//! Basic types and their methods for linear algebra 2 3pub use cauchy::Scalar; 4pub use lax::Lapack; 5 6pub use num_complex::Complex32 as c32; 7pub use num_complex::Complex64 as c64;