I have gone through the documentation and looked at examples, but I am having trouble understanding the syntax of "operator(star)".
For example, if I have an array called "array1", and I want to multiply it by a value, 3, how would I incorporate the syntax:
array& operator*= ( const array & val ) ?
I am new to C++, and new to ArrayFire. Thank you!