Jeremy W. Murphy
Jeremy W. Murphy
With respect to the shift operators, no, there is no particular need for them to be templated, and off the cuff it only makes sense to call them with an...
Hmmm, so for `operator*=(U)` we should be restricting `U` to be implicitly convertible to `T`?
I probably agree with all of the changes in this PR in principle, but to be honest, I find it too big to think about all at once and be...
Good news is that I think I've perfected Stein gcd for Z[_x_]. It's just R[_x_] that remains tricky.
After not looking at this for months, I've come back to it and worked through some issues. What it has left though is a lingering question as to why the...
Oh dear, I kind of did forget about this. :(
I agree with @NAThompson that it's not an intuitive interface, since a constructor for a container-esque class with that signature is a pretty widely established convention to mean (first, size)....