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
Guilhem Saurel
dynamic-graph
Commits
0383fc63
Commit
0383fc63
authored
Jan 15, 2020
by
Olivier Stasse
Committed by
olivier stasse
Jan 16, 2020
Browse files
[linear_algebra] Remove warnings with Eigen on bionic.
parent
e7b63cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/linear-algebra.h
View file @
0383fc63
...
@@ -6,8 +6,11 @@
...
@@ -6,8 +6,11 @@
#ifndef DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#ifndef DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#define DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#define DYNAMIC_GRAPH_LINEAR_ALGEBRA_H
#pragma GCC diagnostic push
#pragma GCC system_header
#include
<Eigen/Core>
#include
<Eigen/Core>
#include
<Eigen/Geometry>
#include
<Eigen/Geometry>
#pragma GCC diagnostic pop
namespace
dynamicgraph
{
namespace
dynamicgraph
{
typedef
Eigen
::
MatrixXd
Matrix
;
typedef
Eigen
::
MatrixXd
Matrix
;
...
...
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