Skip to content

Commit

Permalink
added exp to scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Nov 8, 2020
1 parent 3f4e8c4 commit 923d1ab
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 923d1ab

Please sign in to comment.