Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dtriplet_sparse_matrix.h105 bool AllTripletsWithinBounds() const;
107 bool IsValid() const { return AllTripletsWithinBounds(); } in IsValid()
H A Dtriplet_sparse_matrix.cc112 bool TripletSparseMatrix::AllTripletsWithinBounds() const { in AllTripletsWithinBounds() function in ceres::internal::TripletSparseMatrix
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h105 bool AllTripletsWithinBounds() const;
107 bool IsValid() const { return AllTripletsWithinBounds(); } in IsValid()
H A 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()
H A Dtriplet_sparse_matrix.cc120 bool TripletSparseMatrix::AllTripletsWithinBounds() const { in AllTripletsWithinBounds() function in ceres::internal::TripletSparseMatrix
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dtriplet_sparse_matrix.h111 bool AllTripletsWithinBounds() const;
113 bool IsValid() const { return AllTripletsWithinBounds(); } in IsValid()
H A Dtriplet_sparse_matrix_test.cc67 ASSERT_TRUE(m.AllTripletsWithinBounds()); in TEST()
90 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()
94 EXPECT_FALSE(m.AllTripletsWithinBounds()); in TEST()
H A Dtriplet_sparse_matrix.cc108 bool TripletSparseMatrix::AllTripletsWithinBounds() const { in AllTripletsWithinBounds() function in ceres::internal::TripletSparseMatrix