Posts by Jonathan alis • 11 points
1 post
-
0
votes1
answer71
viewsQ: Python: How to assign values in n arbitrary dimensions?
I have two n-dimensional arrays (i.e. Len(A.Shape)==Len(B.Shape)), and one 'fits' in the other (be the first A, the second B, for all dimensao i of A and B, A.Shape[i]>=B.Shape[i]) I want to…