diff options
Diffstat (limited to 'src/math/gens.h')
| -rw-r--r-- | src/math/gens.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/math/gens.h b/src/math/gens.h index 0160074..02bb3a9 100644 --- a/src/math/gens.h +++ b/src/math/gens.h @@ -29,4 +29,14 @@ int gens_any(curve_t *curve, const config_t *cfg, arg_t *args); */ int gens_one(curve_t *curve, const config_t *cfg, arg_t *args); +/** + * + * @param curve + * @param cfg + * @param from + * @param to + * @return + */ +int gens_unroll(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to); + #endif // ECGEN_GENS_H |
