bendou
Results
2
comments of
bendou
I had the same problem using gtest, the gcov files contained odd lines : 2: 32:TEST_F(NPMatrixTest, Dim) { 2*: 33: ASSERT_EQ(_a.n(), 3); 2*: 34: ASSERT_EQ(_a.p(), 3); 2*: 35: ASSERT_TRUE(_a.isSquare()); -:...
Yes, indeed it definitely makes sense. So in the following, I should consider`that "START[0]` is the i-1 and `START[1]` is the i-2 ``` prev, prev2 = self.START // [ "-START-",...