dimension
parent
bce84ca4db
commit
f39c1d72f8
|
@ -111,4 +111,13 @@ namespace gtsam {
|
||||||
private:
|
private:
|
||||||
double d_;
|
double d_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template<>
|
||||||
|
struct is_manifold<LieScalar> : public std::true_type {
|
||||||
|
};
|
||||||
|
|
||||||
|
template<>
|
||||||
|
struct dimension<LieScalar> : public Dynamic {
|
||||||
|
};
|
||||||
|
|
||||||
} // \namespace gtsam
|
} // \namespace gtsam
|
||||||
|
|
Loading…
Reference in New Issue