Codebase list libmath-prime-util-perl / debian/0.56-1 sieve_cluster.h
debian/0.56-1

Tree @debian/0.56-1 (Download .tar.gz)

sieve_cluster.h @debian/0.56-1raw · history · blame

1
2
3
4
5
6
7
8
9
#ifndef MPU_SIEVE_CLUSTER_H
#define MPU_SIEVE_CLUSTER_H

#include "ptypes.h"

extern UV* sieve_cluster_simple(UV beg, UV end, uint32_t nc, uint32_t* cl, UV* numret);
extern UV* sieve_cluster(UV beg, UV end, uint32_t nc, uint32_t* cl, UV* numret);

#endif