25 lines
811 B
C
25 lines
811 B
C
/* ----------------------------------------------------------------------------
|
|
|
|
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
|
|
* Atlanta, Georgia 30332-0415
|
|
* All Rights Reserved
|
|
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
|
|
|
|
* See LICENSE for the license information
|
|
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
/**
|
|
* @file gtsam_eigen_includes.h
|
|
* @brief File to include the Eigen headers that we use - generated by CMake
|
|
* @author Richard Roberts
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <@GTSAM_EIGEN_INCLUDE_PREFIX@Eigen/Dense>
|
|
#include <@GTSAM_EIGEN_INCLUDE_PREFIX@Eigen/QR>
|
|
#include <@GTSAM_EIGEN_INCLUDE_PREFIX@Eigen/LU>
|
|
#include <@GTSAM_EIGEN_INCLUDE_PREFIX@Eigen/SVD>
|
|
#include <@GTSAM_EIGEN_INCLUDE_PREFIX@Eigen/Geometry>
|