Hi I want to invert a 10x10 antisymmetric matrix around 40000 times. Is there a faster way to implement it than to use the in-built inverse function in numpy?

Thanks!