flintlib / flint

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

`(_)arb_mat_entrywise_(not_)is_zero` doesn't make sense #1981

Open albinahlback opened 1 month ago

albinahlback commented 1 month ago

Why is the output an fmpz_mat? Moreover, the documentation and header implies no leading underscore, but the source file for arb_mat_entrywise_is_zero has an underscore in it.

I suggest we either remove these functions or set the output to something such as truth_mat_t (if this would exist).