#include <eg_dbasis_red.h>
Collaboration diagram for EGdBsRed_t:

Definition at line 107 of file eg_dbasis_red.h.
Data Fields | |
| EGlpNum_t ** | basis |
| array of pointers to arrays containing the vector basis in extended (including zero coef) form. The vectors themselves are considered as allocated outside. everything else is considered as internally allocated. | |
| size_t | basis_sz |
| Actual length of the EGdBsRed_t::basis array. | |
| size_t | dim |
| Number of elements in the basis. | |
| EGdMatrix_t | GM |
| Here we store and compute the Gram-Schmidt needed for the LLL basis reduction algorithm. | |
| size_t | length |
| Length of the vectors in the basis, note that it should be that length >= dim. | |
|
|
array of pointers to arrays containing the vector basis in extended (including zero coef) form. The vectors themselves are considered as allocated outside. everything else is considered as internally allocated.
Definition at line 114 of file eg_dbasis_red.h. |
|
|
Actual length of the EGdBsRed_t::basis array.
Definition at line 112 of file eg_dbasis_red.h. |
|
|
Number of elements in the basis.
Definition at line 109 of file eg_dbasis_red.h. |
|
|
Here we store and compute the Gram-Schmidt needed for the LLL basis reduction algorithm.
Definition at line 119 of file eg_dbasis_red.h. |
|
|
Length of the vectors in the basis, note that it should be that length >= dim.
Definition at line 110 of file eg_dbasis_red.h. |
1.4.5