First time here? Check out the FAQ!
answered 12 years ago
For example:
A=matrix(2,2,range(1,5)) B=A*10 AA=A.block_sum(A) AA.set_block(0,2,B) AA.set_block(2,0,B)