[clang] [MLIR][Presburger] Define matrix inverse for rational matrices (PR #67382)
Arjun P via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 08:39:49 PDT 2023
================
@@ -244,6 +244,31 @@ class IntMatrix : public Matrix<MPInt>
};
+// An inherited class for rational matrices, with no new data attributes.
+// This is only used for the matrix-related method which apply only
+// to fractions (inverse).
----------------
Superty wrote:
"This class is for functionality that only applies to matrices of fractions."
https://github.com/llvm/llvm-project/pull/67382
More information about the cfe-commits
mailing list