2012-05-04 01:03:16 +08:00
|
|
|
// This causes Doxygen to find classes inside the gtsam namespace without
|
|
|
|
// explicitly specifying it when writing class names.
|
|
|
|
namespace gtsam {
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2022-07-27 04:36:25 +08:00
|
|
|
\page GTSAM_UNSTABLE
|
2012-05-04 01:03:16 +08:00
|
|
|
|
2022-07-27 04:36:25 +08:00
|
|
|
\section gtsam_unstable_overview Overview
|
2012-05-04 01:03:16 +08:00
|
|
|
|
2012-05-04 01:03:25 +08:00
|
|
|
GTSAM_UNSTABLE is a set of experimental additions to GTSAM that are not fully ready to be
|
2012-05-04 01:03:16 +08:00
|
|
|
integrated into the rest of the library. This library is actively maintained,
|
|
|
|
and should follow the same design procedures as GTSAM.
|
|
|
|
|
|
|
|
Because parts of this library are supposed to be a part of GTSAM, all code should
|
2022-07-27 04:36:25 +08:00
|
|
|
be in the gtsam namespace, rather than a gtsam_unstable namespace.
|
2012-05-04 01:03:16 +08:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
}
|