wrapper.h File Reference
#include "nr/matrix.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | Wrapper |
Wrapper. This class provides an externally callable API for LLL reducing some basis b . This class forcibly instantiates some template declarations (see FPLLL_DECLARE_LLL(T) for more information at the bottom of this class) and provides an interface for calling provable, heuristic and fast variants of both LLL and HLLL. More... | |
Macros | |
#define | FPLLL_DECLARE_LLL(T) |
#define | FPLLL_DECLARE_HLLL(T) |
Macro Definition Documentation
◆ FPLLL_DECLARE_HLLL
#define FPLLL_DECLARE_HLLL | ( | T | ) |
Value:
Definition: matrix.h:244
We define HLLL for each input type instead of using a template, in order to force the compiler to instantiate the functions.
◆ FPLLL_DECLARE_LLL
#define FPLLL_DECLARE_LLL | ( | T | ) |
Value:
\
\