Searched defs:root_det (Results 1 – 4 of 4) sorted by relevance
/dports/math/fplll/fplll-5.4.1/fplll/ |
H A D | gso_interface.cpp | 231 FT root_det = get_log_det(start_row, end_row) / h; in get_root_det() local 267 void adjust_radius_to_gh_bound(FT &max_dist, long max_dist_expo, int block_size, const FT &root_det, in adjust_radius_to_gh_bound()
|
H A D | bkz.cpp | 94 FT root_det = m.get_root_det(kappa, kappa + block_size); in get_pruning() local 321 FT root_det = m.get_root_det(kappa, kappa + block_size); in svp_reduction() local
|
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/ |
H A D | util.pyx | 227 def adjust_radius_to_gh_bound(double dist, int dist_expo, int block_size, double root_det, double g…
|
/dports/math/fplll/fplll-5.4.1/fplll/pruner/ |
H A D | pruner.cpp | 55 FT root_det, max_dist; in run_pruner_f() local
|