Home
last modified time | relevance | path

Searched refs:shortest_vector_pruning (Results 1 – 4 of 4) sorted by relevance

/dports/math/fplll/fplll-5.4.1/fplll/
H A Dsvpcvp.h35 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord,
38 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord,
42 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord,
55 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso,
59 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso,
64 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso,
H A Dsvpcvp.cpp249 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord, in shortest_vector_pruning() function
256 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord, in shortest_vector_pruning() function
265 int shortest_vector_pruning(ZZ_mat<mpz_t> &b, vector<Z_NR<mpz_t>> &sol_coord, in shortest_vector_pruning() function
456 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso, in shortest_vector_pruning() function
464 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso, in shortest_vector_pruning() function
474 int shortest_vector_pruning(MatGSOInterface<Z_NR<mpz_t>, FP_NR<mpfr_t>> &gso, in shortest_vector_pruning() function
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/
H A Dsvpcvp.pyx23 from .fplll cimport shortest_vector_pruning
125 r = shortest_vector_pruning(B._core.mpz[0], sol_coord, pruning_, flags)
129 …r = shortest_vector_pruning(B._core.mpz[0], sol_coord, auxsol_coord, auxsol_dist, max_aux_solution…
H A Dfplll.pxd774 int shortest_vector_pruning(ZZ_mat[mpz_t]& b, vector[Z_NR[mpz_t]]& sol_coord,
777 int shortest_vector_pruning(ZZ_mat[mpz_t]& b, vector[Z_NR[mpz_t]]& sol_coord,