Pynq custom overlay of multidimensional array calculation

Hi everyone, i am a student studying in college, but due to some special reason i have to touch pynq board and need to write some custom pynq overlays.
I have follow the tutorial successfully to create my own adder overlay. The board i use is ultra96 v2.
I am wondering that if there is any code similar to software language about multidimensional array calculation such as adding two arrays together or something?
The following is the tutorial codes of array multiplication with integer.



I really have no idea about some professional hardware knowledge :rofl:
Thank you for your helps :joy:
Tim

I think you can check the numpy package and examples there.

Hi, rock!
Do you have some tutorial links?
Thanks a lot!
Tim