We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366592b commit c48aa78Copy full SHA for c48aa78
mlir/include/mlir/Analysis/Presburger/Matrix.h
@@ -244,6 +244,9 @@ class Matrix {
244
SmallVector<T, 16> data;
245
};
246
247
+extern template class Matrix<MPInt>;
248
+extern template class Matrix<Fraction>;
249
+
250
// An inherited class for integer matrices, with no new data attributes.
251
// This is only used for the matrix-related methods which apply only
252
// to integers (hermite normal form computation and row normalisation).
0 commit comments