Searched refs:makeIntMatrix (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | MatrixTest.cpp | 220 IntMatrix mat = makeIntMatrix(3, 3, {{2, 3, 6}, {3, 2, 3}, {17, 11, 16}}); in TEST() 222 makeIntMatrix(3, 3, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}); in TEST() 228 IntMatrix mat = makeIntMatrix( in TEST() 231 IntMatrix hermiteForm = makeIntMatrix( in TEST() 237 IntMatrix mat = makeIntMatrix( in TEST() 239 IntMatrix hermiteForm = makeIntMatrix( in TEST() 245 IntMatrix mat = makeIntMatrix( in TEST() 247 IntMatrix hermiteForm = makeIntMatrix( in TEST() 253 IntMatrix mat = makeIntMatrix( in TEST() 255 IntMatrix hermiteForm = makeIntMatrix( in TEST() [all …]
|
H A D | BarvinokTest.cpp | 25 dual1, makeIntMatrix(3, 4, {{1, 2, 3, 4}, {3, 4, 2, 5}, {6, 2, 6, 1}})); in TEST() 27 ConeV cone2 = makeIntMatrix(3, 4, {{3, 6, 1, 5}, {3, 1, 7, 2}, {9, 3, 2, 7}}); in TEST() 43 ConeV cone = makeIntMatrix(3, 3, {{4, 2, 1}, {5, 2, 7}, {4, 1, 6}}); in TEST() 46 cone = makeIntMatrix( in TEST()
|
H A D | Utils.h | 28 inline IntMatrix makeIntMatrix(unsigned numRow, unsigned numColumns, in makeIntMatrix() function
|