Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)