Kill == operator in VectorValues

release/4.3a0
Varun Agrawal 2024-08-21 20:05:31 -04:00
parent 191fc3da11
commit 41d6113aea
1 changed files with 0 additions and 5 deletions

View File

@ -263,11 +263,6 @@ namespace gtsam {
/** equals required by Testable for unit testing */
bool equals(const VectorValues& x, double tol = 1e-9) const;
/// Check exact equality.
friend bool operator==(const VectorValues& lhs, const VectorValues& rhs) {
return lhs.equals(rhs);
}
/// @{
/// @name Advanced Interface
/// @{