Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
pollpom_kparent
pollpom_kparent.h
Go to the documentation of this file.
1
11
#include <stdint.h>
12
#include <stdlib.h>
13
36
typedef
struct
{
37
double
*
accum
;
38
uint64_t
bound
;
39
size_t
num_chunks
;
40
size_t
chunk_len
;
41
size_t
buffer_len
;
42
char
filename[128];
43
}
pollpom_config_t
;
44
50
void
pollpom_kparent
(
pollpom_config_t
*cfg);
51
pollpom_config_t::num_chunks
size_t num_chunks
Definition:
pollpom_kparent.h:39
pollpom_kparent
void pollpom_kparent(pollpom_config_t *cfg)
Definition:
pollpom_kparent.c:38
pollpom_config_t::buffer_len
size_t buffer_len
Definition:
pollpom_kparent.h:41
pollpom_config_t::accum
double * accum
Definition:
pollpom_kparent.h:37
pollpom_config_t::chunk_len
size_t chunk_len
Definition:
pollpom_kparent.h:40
pollpom_config_t
Config struct for the kparent generalization of the Pollack-Pomerance heuristic model for non-aliquot...
Definition:
pollpom_kparent.h:36
pollpom_config_t::bound
uint64_t bound
Definition:
pollpom_kparent.h:38
Generated by
1.8.17