Skip to main content

Query

Type Alias Query 

Source
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 */ }