Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
33154893
Verified
Commit
33154893
authored
Jan 14, 2020
by
Justin Carpentier
Browse files
math: rename in multiprecision (without boost prefix)
parent
182a650c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/math/
boost-
multiprecision.hpp
→
src/math/multiprecision.hpp
View file @
33154893
...
...
@@ -2,8 +2,8 @@
// Copyright (c) 2020 INRIA
//
#ifndef __pinocchio_math_
boost_
mutliprecision_hpp__
#define __pinocchio_math_
boost_
mutliprecision_hpp__
#ifndef __pinocchio_math_mutliprecision_hpp__
#define __pinocchio_math_mutliprecision_hpp__
#include
"pinocchio/math/fwd.hpp"
...
...
@@ -134,4 +134,4 @@ namespace Eigen
#endif // ifndef BOOST_MP_EIGEN_HPP
#endif // ifndef __pinocchio_math_
boost_
mutliprecision_hpp__
#endif // ifndef __pinocchio_math_mutliprecision_hpp__
unittest/CMakeLists.txt
View file @
33154893
...
...
@@ -124,7 +124,7 @@ ADD_PINOCCHIO_UNIT_TEST(center-of-mass-derivatives)
ADD_PINOCCHIO_UNIT_TEST
(
contact-dynamics-derivatives
)
# Multiprecision arithmetic
ADD_PINOCCHIO_UNIT_TEST
(
boost-
multiprecision
)
ADD_PINOCCHIO_UNIT_TEST
(
multiprecision
)
# Automatic differentiation
IF
(
CPPAD_FOUND AND BUILD_WITH_AUTODIFF_SUPPORT
)
...
...
unittest/
boost-
multiprecision.cpp
→
unittest/multiprecision.cpp
View file @
33154893
...
...
@@ -12,7 +12,7 @@
#include
"pinocchio/algorithm/centroidal.hpp"
#include
"pinocchio/parsers/sample-models.hpp"
#include
"pinocchio/math/
boost-
multiprecision.hpp"
#include
"pinocchio/math/multiprecision.hpp"
#include
<boost/multiprecision/cpp_bin_float.hpp>
#include
<boost/math/special_functions/gamma.hpp>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment