Searched refs:AllTripletsWithinBounds (Results 1 – 3 of 3) sorted by relevance
98 bool AllTripletsWithinBounds() const;100 bool IsValid() const { return AllTripletsWithinBounds(); } in IsValid()
66 ASSERT_TRUE(m.AllTripletsWithinBounds()); in TEST()89 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()93 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()
96 bool TripletSparseMatrix::AllTripletsWithinBounds() const { in AllTripletsWithinBounds() function in ceres::internal::TripletSparseMatrix