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 0956feb commit 7be2951Copy full SHA for 7be2951
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