|
/*
|
|
* tensorInterface.cpp
|
|
* @brief Interfacing tensors template library and gtsam
|
|
* Created on: Feb 12, 2010
|
|
* @author: Frank Dellaert
|
|
*/
|
|
|
|
#include <gtsam/geometry/tensorInterface.h>
|
|
|
|
using namespace std;
|
|
using namespace tensors;
|
|
|
|
namespace gtsam {
|
|
|
|
} // namespace gtsam
|