Searched refs:SparseTupleWeightIterator (Results 1 – 2 of 2) sorted by relevance
51 class SparseTupleWeightIterator; variable91 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) { in SparseTupleWeight()126 for (SparseTupleWeightIterator<W, K> it(w); !it.Done(); it.Next()) {134 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Member()144 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Hash()153 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) {161 for (SparseTupleWeightIterator<W, K> it(*this); !it.Done(); it.Next()) { in Reverse()222 friend class SparseTupleWeightIterator<W, K>; variable226 class SparseTupleWeightIterator {232 explicit SparseTupleWeightIterator(const SparseTupleWeight<W, K>& w) in SparseTupleWeightIterator() function[all …]
185 for (SparseTupleWeightIterator<W, K> it(product); !it.Done(); it.Next()) { in DotProduct()