I need to multiply two boolean matrices in Julia.
Doing simply A*A or A^2 returns an Int64 Matrix.
A*A
A^2
Is there a way how to multiply eff