Lines Matching defs:vectors
450 /// to a given set, ignoring the null vectors.
451 /// Let the inputs be {x_1, ..., x_k}, all vectors of length n.
460 /// the null vectors.
473 ArrayRef<Point> vectors) {
474 unsigned dim = vectors[0].size();
476 vectors,
478 "all vectors need to be the same size!");
487 for (const Point &vector : vectors) {
668 /// n_i \in Q^p -> Q^d is the sum of the vectors d_{ij}, weighted by the
670 /// d_{ij} \in Q^d are vectors.