Skip to content

Commit

Permalink
Merge pull request #905 from borglab/feature/vector-values-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Oct 24, 2021
2 parents c56579c + 361f9f4 commit 901ebd7
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 901ebd7

Please sign in to comment.