gtsam 4.1.1
gtsam
|
4*4 matrix representation of SO(4) More...
Go to the source code of this file.
Classes | |
struct | gtsam::traits< SO4 > |
struct | gtsam::traits< const SO4 > |
Namespaces | |
namespace | gtsam |
Global functions in a separate testing namespace. | |
Typedefs | |
using | gtsam::SO4 = SO< 4 > |
Functions | |
GTSAM_EXPORT Matrix3 | gtsam::topLeft (const SO4 &Q, OptionalJacobian< 9, 6 > H=boost::none) |
Project to top-left 3*3 matrix. More... | |
GTSAM_EXPORT Matrix43 | gtsam::stiefel (const SO4 &Q, OptionalJacobian< 12, 6 > H=boost::none) |
Project to Stiefel manifold of 4*3 orthonormal 3-frames in R^4, i.e., pi(Q) -> S \in St(3,4). | |
template<class Archive > | |
void | gtsam::serialize (Archive &ar, SO4 &Q, const unsigned int) |
Serialization function. | |
4*4 matrix representation of SO(4)