Hey,
I would like to better understand arrows built-in compute functionality. For example if I've single array "X" of float type and I want to do the following calc:
X*gain + offset and I
How can I write it in a single instruction line or do I need it sequentially? What do I need to do if gain or offset has a different data type?
Does arrow support matrix operations?
Thanks!
Bjoern
