Home
last modified time | relevance | path

Searched defs:computeHermiteNormalForm (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp214 TEST(MatrixTest, computeHermiteNormalForm) { in TEST() argument
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp457 std::pair<IntMatrix, IntMatrix> IntMatrix::computeHermiteNormalForm() const { computeHermiteNormalForm() function in IntMatrix