|
| static bool | Equals (const Product &m1, const Product &m2, double tol=1e-8) |
| |
| static void | Print (const Product &m, const string &s="") |
| |
| static TangentVector | Logmap (const Product &m, ChartJacobian Hm={}) |
| |
| static Product | Expmap (const TangentVector &v, ChartJacobian Hv={}) |
| |
| static Product | Compose (const Product &m1, const Product &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static Product | Between (const Product &m1, const Product &m2, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static Product | Inverse (const Product &m, ChartJacobian H={}) |
| |
| static Eigen::Matrix< double, dimension, dimension > | AdjointMap (const Product &m) |
| |
| static Product | Identity () |
| |
| static TangentVector | Local (const Product &origin, const Product &other, ChartJacobian H1={}, ChartJacobian H2={}) |
| |
| static Product | Retract (const Product &origin, const TangentVector &v, ChartJacobian H={}, ChartJacobian Hv={}) |
| |
| static int | GetDimension (const Product &) |
| |
Definition at line 37 of file testLie.cpp.