22 #include <gtsam/dllexport.h> 77 void print(
const std::string&
s)
const;
165 Matrix4 AdjointMap()
const;
186 inline static size_t Dim() {
return 4; }
189 inline size_t dim()
const {
return 4; }
void print(const Matrix &A, const string &s, ostream &stream)
std::ostream & operator<<(std::ostream &os, const Dih6 &m)
size_t dim() const
Dimensionality of tangent space = 4 DOF.
Rot2 R(Rot2::fromAngle(0.1))
static Similarity2 Retract(const Vector4 &v, ChartJacobian H={})
bool operator==(const Matrix &A, const Matrix &B)
Pose2_ Expmap(const Vector3_ &xi)
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
Point2 operator*(double s, const Point2 &p)
multiply with scalar
EIGEN_DEVICE_FUNC const InverseReturnType inverse() const
std::vector< Point2Pair > Point2Pairs
Point3_ transformFrom(const Pose3_ &x, const Point3_ &p)
std::vector< Pose2Pair > Pose2Pairs
Point2 translation() const
Return a GTSAM translation.
Base class and basic functions for Manifold types.
Array< int, Dynamic, 1 > v
double scale() const
Return the scale.
static Vector4 Local(const Similarity2 &other, ChartJacobian H={})
Rot2 rotation() const
Return a GTSAM rotation.
Base class and basic functions for Lie types.
static Vector4 Logmap(const Similarity2 &S, OptionalJacobian< 4, 4 > Hm={})
ofstream os("timeSchurFactors.csv")
Both LieGroupTraits and Testable.
static size_t Dim()
Dimensionality of tangent space = 4 DOF - used to autodetect sizes.
static Similarity2 Expmap(const Vector4 &v, OptionalJacobian< 4, 4 > Hm={})
Exponential map at the identity.
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
static Similarity2 Align(const Point2Pairs &d_abPointPairs, const Rot2 &aRb, const Point2Pair ¢roids)
This method estimates the similarity transform from differences point pairs, given a known or estimat...