28 #include <gtsam/dllexport.h> 82 template <
class Archive>
85 ar &boost::serialization::make_nvp(
"Q11",
M(0, 0));
86 ar &boost::serialization::make_nvp(
"Q12",
M(0, 1));
87 ar &boost::serialization::make_nvp(
"Q13",
M(0, 2));
88 ar &boost::serialization::make_nvp(
"Q14",
M(0, 3));
90 ar &boost::serialization::make_nvp(
"Q21",
M(1, 0));
91 ar &boost::serialization::make_nvp(
"Q22",
M(1, 1));
92 ar &boost::serialization::make_nvp(
"Q23",
M(1, 2));
93 ar &boost::serialization::make_nvp(
"Q24",
M(1, 3));
95 ar &boost::serialization::make_nvp(
"Q31",
M(2, 0));
96 ar &boost::serialization::make_nvp(
"Q32",
M(2, 1));
97 ar &boost::serialization::make_nvp(
"Q33",
M(2, 2));
98 ar &boost::serialization::make_nvp(
"Q34",
M(2, 3));
100 ar &boost::serialization::make_nvp(
"Q41",
M(3, 0));
101 ar &boost::serialization::make_nvp(
"Q42",
M(3, 1));
102 ar &boost::serialization::make_nvp(
"Q43",
M(3, 2));
103 ar &boost::serialization::make_nvp(
"Q44",
M(3, 3));
static MatrixNN Hat(const TangentVector &xi)
Matrix< RealScalar, Dynamic, Dynamic > M
VectorN2 vec(OptionalJacobian< internal::NSquaredSO(N), dimension > H=boost::none) const
std::string serialize(const T &input)
serializes to a string
Concept check class for variable types with Group properties.
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate set rrange[*:*] noreverse nowriteback set trange[*:*] noreverse nowriteback set urange[*:*] noreverse nowriteback set vrange[*:*] noreverse nowriteback set xlabel matrix size set x2label set timefmt d m y n H
MatrixNN matrix_
Rotation matrix.
MatrixDD AdjointMap() const
Adjoint map.
Base class and basic functions for Manifold types.
GTSAM_EXPORT Matrix43 stiefel(const SO4 &Q, OptionalJacobian< 12, 6 > H)
GTSAM_EXPORT Matrix3 topLeft(const SO4 &Q, OptionalJacobian< 9, 6 > H)
Base class and basic functions for Lie types.
static SO Expmap(const TangentVector &omega, ChartJacobian H=boost::none)
Both LieGroupTraits and Testable.
static SO Retract(const TangentVector &xi, ChartJacobian H=boost::none)
The quaternion class used to represent 3D orientations and rotations.
static TangentVector Local(const SO &R, ChartJacobian H=boost::none)
The matrix class, also used for vectors and row-vectors.
static TangentVector Vee(const MatrixNN &X)
Inverse of Hat. See note about xi element order in Hat.
N*N matrix representation of SO(N). N can be Eigen::Dynamic.