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 c35cab6 commit 0b2f1bdCopy full SHA for 0b2f1bd
mlir/unittests/Analysis/Presburger/MatrixTest.cpp
@@ -390,7 +390,7 @@ TEST(MatrixTest, gramSchmidt) {
390
EXPECT_EQ_FRAC_MATRIX(gs, FracMatrix::identity(10));
391
}
392
393
-void checkReducedBasis(FracMatrix mat, Fraction delta) {
+static void checkReducedBasis(FracMatrix mat, Fraction delta) {
394
FracMatrix gsOrth = mat.gramSchmidt();
395
396
// Size-reduced check.
0 commit comments