chiark / gitweb /
pock: Use `MPMul' so that we can avoid `reduce'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Oct 2019 11:14:10 +0000 (12:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commit41bfac1d74845acf207c7d1a54432237b297bedb
tree7eada5add1f4da8f8a83b63a5c8d4254374f8764
parent9486cf9d09a8fbb6f6c0fd4a95c62456b005671a
pock: Use `MPMul' so that we can avoid `reduce'.

For some reason, Python 3 hides `reduce' away in some library module.
Anyway, we have a very efficient mass-multiplier so we might as well use
it.
pock