gtsam  4.0.0
gtsam
LieVector.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
18 #pragma once
19 
20 #ifdef _MSC_VER
21 #pragma message("LieVector.h is deprecated. Please use Eigen::Vector instead.")
22 #else
23 #warning "LieVector.h is deprecated. Please use Eigen::Vector instead."
24 #endif
25 
26 #include <gtsam/base/deprecated/LieVector.h>