/*
Copyright (C) 2009, 2010 William Hart
Copyright (C) 2009, 2010 Andy Novocin
Copyright (C) 2014 Abhinav Baid
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version. See <https://www.gnu.org/licenses/>.
*/
#include <float.h>
#include <gmp.h>
#include "fmpz.h"
#include "fmpz_vec.h"
#include "fmpz_mat.h"
#include "fmpz_lll.h"
#ifdef FUNC_HEAD
#undef FUNC_HEAD
#endif
#ifdef TYPE
#undef TYPE
#endif
#define FUNC_HEAD int fmpz_lll_mpf2(fmpz_mat_t B, fmpz_mat_t U, flint_bitcnt_t prec, const fmpz_lll_t fl)
#define TYPE 0 /* indicates removals aren't desired */
#include "mpf2_lll.c"
#undef FUNC_HEAD
#undef TYPE