First time here? Check out the FAQ!
answered 2012-05-01 19:44:07 +0100
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)