Skip to content

Allow operations between MatValProxys.

Ryan Curtin requested to merge rcurtin/bandicoot-code:matvalproxy-fixes into unstable

The changes should (hopefully) be self-explanatory. Previously, doing things like x[i] + y[i] weren't working correctly due to ambiguity: the non-explicit constructor to eTs was problematic. Explicitly adding operators to handle MatValProxys appears to fix it.

Merge request reports