dimension
parent
9a3d2747b8
commit
e71f9edd37
|
|
@ -174,4 +174,12 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
template<>
|
||||||
|
struct is_manifold<LieMatrix> : public std::true_type {
|
||||||
|
};
|
||||||
|
|
||||||
|
template<>
|
||||||
|
struct dimension<LieMatrix> : public Dynamic {
|
||||||
|
};
|
||||||
|
|
||||||
} // \namespace gtsam
|
} // \namespace gtsam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue