added @deprecated note in LieVector, LieMatrix, LieScalar
parent
d39cb295b9
commit
f90b941e7a
|
@ -27,7 +27,9 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LieVector is a wrapper around vector to allow it to be a Lie type
|
* @deprecated: LieScalar, LieVector and LieMatrix are obsolete in GTSAM 4.0 as
|
||||||
|
* we can directly add double, Vector, and Matrix into values now, because of
|
||||||
|
* gtsam::traits.
|
||||||
*/
|
*/
|
||||||
struct LieMatrix : public Matrix {
|
struct LieMatrix : public Matrix {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,9 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LieScalar is a wrapper around double to allow it to be a Lie type
|
* @deprecated: LieScalar, LieVector and LieMatrix are obsolete in GTSAM 4.0 as
|
||||||
|
* we can directly add double, Vector, and Matrix into values now, because of
|
||||||
|
* gtsam::traits.
|
||||||
*/
|
*/
|
||||||
struct GTSAM_EXPORT LieScalar {
|
struct GTSAM_EXPORT LieScalar {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,9 @@
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LieVector is a wrapper around vector to allow it to be a Lie type
|
* @deprecated: LieScalar, LieVector and LieMatrix are obsolete in GTSAM 4.0 as
|
||||||
|
* we can directly add double, Vector, and Matrix into values now, because of
|
||||||
|
* gtsam::traits.
|
||||||
*/
|
*/
|
||||||
struct LieVector : public Vector {
|
struct LieVector : public Vector {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue