|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
#include <Group.h>


Public Member Functions | |
| DirectSum () | |
| Default constructor yields identity. | |
| DirectSum (const G &g, const H &h) | |
| DirectSum | operator+ (const DirectSum &other) const |
| DirectSum | operator- (const DirectSum &other) const |
| DirectSum | operator- () const |
Static Public Member Functions | |
| static DirectSum | Identity () |
Template to construct the direct sum of two additive groups Assumes existence of three additive operators for both groups
1.8.13