27 lines
		
	
	
		
			671 B
		
	
	
	
		
			C++
		
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			671 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
 | |
| 
 | |
|  * -------------------------------------------------------------------------- */
 | |
| 
 | |
| /*
 | |
|  * 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
 |