flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
429 stars 242 forks source link

`nmod_mat_set_entry` is used for already reduced entries #1952

Open albinahlback opened 4 months ago

albinahlback commented 4 months ago

Should only be used when entry may or may not be reduced. Perhaps an inlined underscore version could be used when entry is known to be reduced.