[][src]Module lll_rs::vector

Basic vector structures for LLL

Structs

BigVector

Implementation of vectors with arbitrary-length integers as underlying coefficients

RationalVector

Implementation of a vector with arbitrary-length rationals as coefficients

VectorF

Implementation of vectors with floating-point (IEEE 754) coefficients

Traits

Dot

The Dot trait allows the computation of dot products with values in T

Vector

The Vector trait describes the general properties of an element in a vector space.