[Mlir-commits] [mlir] [MLIR][Presburger] Add LLL basis reduction (PR #75565)
Arjun P
llvmlistbot at llvm.org
Fri Dec 15 09:08:11 PST 2023
================
@@ -270,6 +270,10 @@ class FracMatrix : public Matrix<Fraction> {
// of the rows of matrix (cubic time).
// The rows of the matrix must be linearly independent.
FracMatrix gramSchmidt() const;
+
+ // Run LLL basis reduction on the matrix, modifying it in-place.
+ // The parameter is delta.
----------------
Superty wrote:
Add citation to LLL paper, and mention that delta is as in that paper
https://github.com/llvm/llvm-project/pull/75565
More information about the Mlir-commits
mailing list