Closed
Description
Some recent change to linear algebra dispatch broke the classic ModInt example. We should probably go ahead and make that a test just so that we don't break it. It seems that now multiplication of ModInt matrices ends up using generic_matmatmul which expects zero to be defined for the element type.