a = new Leaner([[1,2,3],[4,5,6],[7,8,9]]);
b = new Lenear([[1,0,0],[0,0,1],[0,1,0]]);
c = a*b
c.print()
이렇게 하면 동작하도록 ㅇㅇ

- dc official App