2010-10-14 12:54:38 +08:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
|
2010-02-14 15:25:03 +08:00
|
|
|
/*
|
|
|
|
* tensorInterface.cpp
|
|
|
|
* @brief Interfacing tensors template library and gtsam
|
|
|
|
* Created on: Feb 12, 2010
|
|
|
|
* @author: Frank Dellaert
|
|
|
|
*/
|
|
|
|
|
2010-08-20 01:23:19 +08:00
|
|
|
#include <gtsam/geometry/tensorInterface.h>
|
2010-02-14 15:25:03 +08:00
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
using namespace tensors;
|
|
|
|
|
|
|
|
namespace gtsam {
|
|
|
|
|
|
|
|
} // namespace gtsam
|