|
|
| GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< Rot3 >) |
|
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Rot3 >) |
| template<int D = 1> |
| static Matrix | QcqpValue (const Rot3 &value) |
| | Return a matrix-valued QCQP variable for Rot3.
|
| template<int D = 1> |
| static std::vector< std::pair< Matrix, double > > | QcqpConstraints () |
| | Return row-space QCQP equality constraints A, b such that trace(X' A X) = b.
|
| template<int D> |
| static Rot3 | FromQcqpValue (const Matrix &X) |
| | Project a D=1 vector or canonical 3-by-D lift back to Rot3.
|
|
static LieAlgebra | Hat (const TangentVector &v) |
|
static TangentVector | Vee (const LieAlgebra &X) |
|
static Eigen::Matrix< double, product(N, N), 1 > | Vec (const Rot3 &m, OptionalJacobian< product(N, N), LieGroupTraits< Rot3 >::dimension > H={}) |
| | Vectorize the matrix representation of a Lie group element.
|
|
static TangentVector | AdjointTranspose (const Rot3 &m, const TangentVector &x, ChartJacobian Hm={}, ChartJacobian Hx={}) |
|
static TangentVector | Adjoint (const Rot3 &m, const TangentVector &x, ChartJacobian Hm={}, ChartJacobian Hx={}) |
|
static Jacobian | adjointMap (const TangentVector &xi) |
|
static TangentVector | adjoint (const TangentVector &xi, const TangentVector &y, ChartJacobian Hxi={}, ChartJacobian H_y={}) |
|
static TangentVector | adjointTranspose (const TangentVector &xi, const TangentVector &y, ChartJacobian Hxi={}, ChartJacobian H_y={}) |
|
static TangentVector | Logmap (const Rot3 &m) |
|
static Rot3 | Expmap (const TangentVector &v) |
|
static Rot3 | Compose (const Rot3 &m1, const Rot3 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static Rot3 | Between (const Rot3 &m1, const Rot3 &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
|
static Rot3 | Inverse (const Rot3 &m, ChartJacobian H={}) |
|
static Eigen::Matrix< double, dimension, dimension > | AdjointMap (const Rot3 &m) |
|
static Rot3 | Identity () |
|
static TangentVector | Local (const Rot3 &origin, const Rot3 &other) |
|
static Rot3 | Retract (const Rot3 &origin, const TangentVector &v) |
|
static size_t | GetDimension (const Rot3 &m) |
|
static void | Print (const Rot3 &m, const std::string &str="") |
|
static bool | Equals (const Rot3 &m1, const Rot3 &m2, double tol=1e-8) |
|
static constexpr int | QcqpVectorDim = 10 |
| | Dimension of the D=1 homogenized QCQP vector.
|
|
static constexpr auto | dimension |
|
static constexpr auto | dimension |
|
using | LieAlgebra |
|
using | TangentVector |
|
using | Jacobian |
|
using | ChartJacobian |
|
typedef OptionalJacobian< dimension, dimension > | ChartJacobian |
|
typedef Rot3 | ManifoldType |
|
typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
|
using | Manifold |
|
using | structure_category |
|
using | group_flavor |
|
using | Jacobian |
|
typedef Rot3 | ManifoldType |
|
typedef manifold_tag | structure_category |
|
typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
|
typedef OptionalJacobian< dimension, dimension > | ChartJacobian |