In [1]:
using KroneckerMatrices
In [4]:
using Gadfly
In [2]:
C = setindex!(ones(3,3),0.,5)
Out[2]:
In [6]:
spy(kronpower(C,4))
Out[6]:
In [ ]: