Skip to content

Commit

Permalink
add conjoining constructor for VectorValues
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 23, 2021
1 parent c56579c commit 361f9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/linear/linear.i
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ class VectorValues {
//Constructors
VectorValues();
VectorValues(const gtsam::VectorValues& other);
VectorValues(const gtsam::VectorValues& first, const gtsam::VectorValues& second);

//Named Constructors
static gtsam::VectorValues Zero(const gtsam::VectorValues& model);
Expand Down

0 comments on commit 361f9f4

Please sign in to comment.