``` julia> using MatricesForHomalg julia> Q = HomalgFieldOfRationals(); julia> M = HomalgIdentityMatrix(200, Q); julia> @time M * M; 14.694862 seconds (224.14 M allocations: 4.652 GiB, 32.85% gc time) ```