//! Basic vector structures for LLL
pub use BigVector;
pub use RationalVector;
pub use VectorF;
/// The `Vector` trait describes the general properties of an element in a vector space.
/// The `Dot` trait allows the computation of dot products with values in `T`