Closed edgarcosta closed 2 years ago
@SamSchiavone @JRSijsling , see if you agree
The code looks good to me. I think it might make sense to put this in a separate repo MagmaPolred
. Then we'd have one portable Magma version of the various polred-s in one place.
I can do that
On Fri, Sep 9, 2022, 15:27 Sam Schiavone @.***> wrote:
The code looks good to me. I think it might make sense to put this in a separate repo MagmaPolred. Then we'd have one portable Magma version of the various polred-s in one place.
— Reply to this email directly, view it on GitHub https://github.com/edgarcosta/endomorphisms/pull/51#issuecomment-1242494109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACO2BWDOKJPKJ73QBXSZ53V5OTS7ANCNFSM6AAAAAAQI4UGR4 . You are receiving this because you authored the thread.Message ID: @.***>
done. I have updated the readme and created the repo https://github.com/edgarcosta/MagmaPolred
please check the readme changes
The old
Polredabs
becamePolred
where picks polredbest/polredabs base on the degree being smaller or larger than 8. And created the versionsPolredabs
andPolrebest
where it calls what the name says.Also replaced all the old calls of
Polredabs
withPolred
.and left this call to
Polredbestabs
intact https://github.com/edgarcosta/endomorphisms/blob/master/endomorphisms/magma/roots.m#L77