Description
Macaulay2's implementation of the LLL algorithm. This implementation is still
under development and is currently untested.
Usage
LLL(mat, control = list(), code = FALSE)LLL.(mat, control = list(), code = FALSE)
Value
an object of class m2_matrix
Arguments
- mat
a matrix (integer entries)
- control
additional arguments to pass to LLL; see examples
- code
return only the M2 code? (default: FALSE
)