You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by Janardhan Pulivarthi <ja...@gmail.com> on 2017/08/31 12:59:46 UTC

[QUESTION] XOR operations in SystemML. Thanks.

Hi,

The following is an equation (2.4) from the algorithm for the generation of
sobol sequences. The authors of the paper have utilized the bitwise
operations of C++ to calculate this efficiently.

*Now, the question is:* Can we do this at script level (in dml) or we
should do it in the `java` itself as a builtin, function to generate the
numbers?.


​
Thanks,
Janardhan