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-07-17 23:04:49 +08:00
|
|
|
/**
|
|
|
|
|
* NonlinearOptimizer.cpp
|
|
|
|
|
* @brief: Dummy c++ file to have *something* in lin-nonlinear if USE_LDL not defined.
|
|
|
|
|
* @Author: Frank Dellaert
|
|
|
|
|
* Created on: Jul 17, 2010
|
|
|
|
|
*/
|
|
|
|
|
|
2010-08-20 01:23:19 +08:00
|
|
|
#include <gtsam/nonlinear/NonlinearOptimizer.h>
|
2010-07-17 23:04:49 +08:00
|
|
|
|
|
|
|
|
namespace gtsam {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|