pub type Query<const NBITS: usize, Perm, A> = PolyVector<NBITS, Unsigned, QueryMeta, Perm, A>;Expand description
A specialized type for computing higher-precision inner products with data vectors.
Aliased Typeยง
pub struct Query<const NBITS: usize, Perm, A> { /* private fields */ }