Skip to content

Commit

Permalink
Merge pull request #16 from pariterre/master
Browse files Browse the repository at this point in the history
added exp to scalar
  • Loading branch information
pariterre authored Nov 8, 2020
2 parents 3f4e8c4 + 923d1ab commit 96b5c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/rbdl/CasadiMath/MX_Xd_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ inline MX_Xd_scalar operator-(
}


inline RBDLCasadiMath::MX_Xd_scalar exp(const RBDLCasadiMath::MX_Xd_scalar& x){
return casadi::MX::exp(x);
}

namespace std {
using namespace RBDLCasadiMath;

Expand Down

0 comments on commit 96b5c68

Please sign in to comment.