Open
Description
-
fmpz_mod
,fq
,fq_nmod
andnf
should implementlu_classical_delayed
with delayed canonicalisation (seenmod
,mpn_mod
) -
Note: could do this formpn_mod
andfmpz_mod
should overloadgr_mat_reduce_rows
with delayed reduction (similar tonmod_mat_reduce_rows
). Note that there is anfmpz_mod_mat_reduce_rows
which currently doesn't do delayed reduction.nf
also. -
Check if
nmod_mat_minpoly
is fast enough when based on generics ifgr_mat_reduce_rows
wrapsnmod_mat_reduce_row
for nmods, so that we can makenmod_mat_minpoly
a wrapper aroundgr_mat_minpoly_field
-
Independent of the above,
gr_mat_reduce_rows_generic
should usevec
operations for the inner loops
Metadata
Metadata
Assignees
Labels
No labels