#include <lib/algo/include/cfrac.h>
Data Fields | |
| uint32_t | nprimes_in_base |
| uint32_t | nprimes_tdiv |
| uint32_t | nrelations |
| linalg_method_t | linalg_method |
| bool | use_large_primes |
| smooth_filter_method_t | filter_method |
| unsigned short int | nsteps_early_abort |
This structure defines the set of the variable parameters used in the CFRAC algorithm.
Definition at line 93 of file cfrac.h.
| uint32_t struct_cfrac_params_t::nprimes_tdiv |
| uint32_t struct_cfrac_params_t::nrelations |
| unsigned short int struct_cfrac_params_t::nsteps_early_abort |
Number of steps in the early abort strategy. If zero, no early abort is performed. Only used is linalg_method is set to TDIV or TDIV_EARLY_ABORT.
nsteps should be less than or equal to MAX_NSTEPS, as defined in smooth_filter.h.