I would try reading your matrix into Magma (or the online calculator), and interpret it as a graph. From here you can test isomorphism against the built-in line graph operation (Magma has a nice IsIsomorphic(G1, G2) function for graphs).
I would try reading your matrix into Magma (or the online calculator), and interpret it as a graph. From here you can test isomorphism against the built-in line graph operation (Magma has a nice IsIsomorphic(G1, G2) function for graphs).