Home
last modified time | relevance | path

Searched refs:AllTripletsWithinBounds (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix.h98 bool AllTripletsWithinBounds() const;
100 bool IsValid() const { return AllTripletsWithinBounds(); } in IsValid()
Dtriplet_sparse_matrix_test.cc66 ASSERT_TRUE(m.AllTripletsWithinBounds()); in TEST()
89 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()
93 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()
Dtriplet_sparse_matrix.cc96 bool TripletSparseMatrix::AllTripletsWithinBounds() const { in AllTripletsWithinBounds() function in ceres::internal::TripletSparseMatrix