ByteVectorIterator these = a.nonZeroIterator();
ByteVectorIterator those = b.nonZeroIterator();
ByteVectorIterator both = these.andAlsoMultiply(those);
return both.toVector(factory);
}
@Override
public ByteVector apply(SparseByteVector a, DenseByteVector b) {