/dports/math/fplll/fplll-5.4.1/tests/ |
H A D | test_lll.cpp | 62 int test_lll(ZZ_mat<ZT> &A, LLLMethod method, FloatType float_type, int flags = LLL_DEFAULT, in test_lll() 118 int flags = LLL_DEFAULT, int prec = 0) in test_filename() 142 int flags = LLL_DEFAULT, int prec = 0) in test_int_rel() 155 LLL_DEFAULT, 128); in main() 169 LLL_DEFAULT | LLL_EARLY_RED); in main() 171 LLL_DEFAULT | LLL_EARLY_RED); in main()
|
H A D | test_hlll.cpp | 65 int test_hlll(ZZ_mat<ZT> &A, LLLMethod method, FloatType float_type, int flags = LLL_DEFAULT) in test_hlll() 123 int flags = LLL_DEFAULT) in test_filename() 146 int flags = LLL_DEFAULT) in test_int_rel()
|
H A D | test_svp.cpp | 51 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_svp() 162 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_dual_svp() 215 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_dsvp_reduce() 224 LLLReduction<Z_NR<mpz_t>, FP_NR<mpfr_t>> lll_obj(gso, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_dsvp_reduce()
|
H A D | test_cvp.cpp | 43 lll_reduction(A, u, LLL_DEF_DELTA, LLL_DEF_ETA, LM_WRAPPER, FT_DEFAULT, 0, LLL_DEFAULT); in test_cvp()
|
H A D | test_bkz_gram.cpp | 93 Wrapper wrapper(A, U, UT, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_bkz()
|
H A D | test_pruner.cpp | 318 LLLReduction<Z_NR<mpz_t>, FP_NR<double>>(M, LLL_DEF_DELTA, LLL_DEF_ETA, LLL_DEFAULT); in test_auto_prune()
|
/dports/math/fplll/fplll-5.4.1/fplll/ |
H A D | wrapper.h | 117 int precision = 0, int flags = LLL_DEFAULT); \ 121 FloatType floatType = FT_DEFAULT, int precision = 0, int flags = LLL_DEFAULT); \ 125 FloatType floatType = FT_DEFAULT, int precision = 0, int flags = LLL_DEFAULT); 147 int precision = 0, int flags = LLL_DEFAULT, bool nolll = false); \ 152 int flags = LLL_DEFAULT, bool nolll = false); \ 157 int flags = LLL_DEFAULT, bool nolll = false);
|
H A D | defs.h | 227 LLL_DEFAULT = 0 enumerator
|
H A D | bkz.cpp | 831 LLLReduction<Z_NR<long>, FT> lll_obj(m_gso, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction_f() 843 LLLReduction<Z_NR<mpz_t>, FT> lll_obj(m_gso, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction_f() 875 Wrapper wrapper(*B, u, u_inv, lll_delta, LLL_DEF_ETA, LLL_DEFAULT); in bkz_reduction()
|
H A D | main.cpp | 252 int flagsLLL = LLL_DEFAULT | (o.verbose ? LLL_VERBOSE : 0); in svpcvp()
|
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/fplll/ |
H A D | wrapper.pyx | 8 from .fplll cimport LLL_DEF_ETA, LLL_DEF_DELTA, LLL_DEFAULT 14 …(self, IntegerMatrix B, double delta=LLL_DEF_DELTA, double eta=LLL_DEF_ETA, int flags=LLL_DEFAULT):
|
H A D | lll.pyx | 14 from .fplll cimport LLL_DEFAULT 50 int flags=LLL_DEFAULT): 553 int precision=0, int flags=LLL_DEFAULT): 696 DEFAULT = LLL_DEFAULT
|
H A D | fplll.pxd | 184 LLL_DEFAULT
|
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/ |
H A D | fplll.C | 127 int flags = LLL_DEFAULT; in dofplll()
|
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/ |
H A D | lattice.inl | 365 … int flags = meth.getSiegel() ? fplll::LLL_SIEGEL : fplll::LLL_DEFAULT;
|