Hello everyone,
I have a couple of questions:
-
Is there a way to define matrices in RMC tools user programs?
-
Suppose I have two arrays, array1 and array2, of size 4 x 1 size. I am interested in computing
array1[0]*array2[0] + array1[1]*array2[1] + … etc. Manually defining this multiplication is hard for large arrays, say of size above 20. Is there any efficient way?