Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For the basic matrix operations, you should use the functions, such as bitwise_and, bitwise_not and so forth. The operators are not supported. There is no efficiency loss in using the functions.

As for the second question, I have no idea. You should do what I always do and try it in a loop of 1000 iterations and time it.