23 #include <gtsam/dllexport.h> 78 void print(
const std::string&
s)
const;
172 static Matrix4
wedge(
const Vector7&
xi);
175 Matrix7 AdjointMap()
const;
194 inline static size_t Dim() {
return 7; }
197 inline size_t dim()
const {
return 7; }
void print(const Matrix &A, const string &s, ostream &stream)
static Vector7 Logmap(const Similarity3 &s, OptionalJacobian< 7, 7 > Hm={})
std::ostream & operator<<(std::ostream &os, const Dih6 &m)
static size_t Dim()
Dimensionality of tangent space = 7 DOF - used to autodetect sizes.
Rot3 rotation() const
Return a GTSAM rotation.
size_t dim() const
Dimensionality of tangent space = 7 DOF.
static Similarity3 Retract(const Vector7 &v, ChartJacobian H={})
Rot2 R(Rot2::fromAngle(0.1))
bool operator==(const Matrix &A, const Matrix &B)
Pose2_ Expmap(const Vector3_ &xi)
static Matrix4 wedge(const Vector7 &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
Rot3 is a 3D rotation represented as a rotation matrix if the preprocessor symbol GTSAM_USE_QUATERNIO...
EIGEN_DEVICE_FUNC const InverseReturnType inverse() const
static Vector7 Local(const Similarity3 &other, ChartJacobian H={})
Matrix wedge< Similarity3 >(const Vector &xi)
Matrix wedge(const Vector &x)
Point3_ transformFrom(const Pose3_ &x, const Point3_ &p)
Point3 translation() const
Return a GTSAM translation.
Base class and basic functions for Manifold types.
Array< int, Dynamic, 1 > v
Base class and basic functions for Lie types.
cout<< "The eigenvalues of A are:"<< endl<< ces.eigenvalues()<< endl;cout<< "The matrix of eigenvectors, V, is:"<< endl<< ces.eigenvectors()<< endl<< endl;complex< float > lambda
static Similarity3 Expmap(const Vector7 &v, OptionalJacobian< 7, 7 > Hm={})
ofstream os("timeSchurFactors.csv")
Both LieGroupTraits and Testable.
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
std::vector< Point3Pair > Point3Pairs
double scale() const
Return the scale.
3D rotation represented as a rotation matrix or quaternion
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...