Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
Simox
Commits
21f9d986
Commit
21f9d986
authored
3 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
EigenStdVector.h: removing vector specialization; adding stl includes and eigen core for now
parent
909f3e26
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SimoxUtility/eigen/EigenStdVector.h
+6
-16
6 additions, 16 deletions
SimoxUtility/eigen/EigenStdVector.h
with
6 additions
and
16 deletions
SimoxUtility/eigen/EigenStdVector.h
+
6
−
16
View file @
21f9d986
#pragma once
#include
<Eigen/StdVector>
#ifndef EIGEN_STL_VECTOR_SPECIFICATION_DEFINED
#define EIGEN_STL_VECTOR_SPECIFICATION_DEFINED
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Vector2f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Vector3f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Vector4f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
VectorXf
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
VectorXd
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Matrix2f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Matrix3f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Matrix4f
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
MatrixXf
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
MatrixXd
)
#include
<Eigen/Core>
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Vector3d
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
Eigen
::
Vector3i
)
#endif
#include
<vector>
#include
<memory>
#include
<deque>
#include
<queue>
#pragma message("This header is deprecated. It contains fixes for C++ prior to C++11. See https://eigen.tuxfamily.org/dox/group__TopicStlContainers.html. Remove this header and check if e.g. <Eigen/Core> and <vector> should be used instead.")
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment