-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Specialize dot product when pv1.simulate_vector != pv2.simulate_vector.
Suppose
then
which accumulates element scalar products.
If both have simulate_vector=true we should avoid to build the Vector.
We should add a flag field saying if the Vector is build or not.
If both have simulate_vector=false we can try something more complex:
Even if there is
After identifying those key pairs, we will have to access efficiently the value of their element components.