Macaulay2 Engine
Loading...
Searching...
No Matches
ntl-interface.cpp File Reference
#include "ntl-interface.hpp"
#include "mat.hpp"

Go to the source code of this file.

Functions

NTL::mat_ZZ * mutableMatrix_to_NTL_mat_ZZ (const MutableMatrix *M)
MutableMatrixmutableMatrix_from_NTL_mat_ZZ (const NTL::mat_ZZ *A)
bool ntl_LLL (MutableMatrix *M, MutableMatrix *U, long numer, long denom, int strategy)

Variables

static const int useNTL = 2
static const int GS = 0
static const int Givens = 4
static const int useLLL = 0
static const int useBKZ = 8
static const int FP = 16
static const int QP1 = 2 * 16
static const int QP = 3 * 16
static const int XD = 4 * 16
static const int useRR = 5 * 16