#include <switchVariableSigmoid.h>
Public Member Functions | |
SwitchVariableSigmoid | between (const SwitchVariableSigmoid &l2, boost::optional< gtsam::Matrix & > H1=boost::none, boost::optional< gtsam::Matrix & > H2=boost::none) const |
SwitchVariableSigmoid | compose (const SwitchVariableSigmoid &p) const |
size_t | dim () const |
bool | equals (const SwitchVariableSigmoid &expected, double tol=1e-5) const |
SwitchVariableSigmoid | inverse () const |
gtsam::Vector | localCoordinates (const SwitchVariableSigmoid &t2) const |
void | print (const std::string &name="") const |
SwitchVariableSigmoid | retract (const gtsam::Vector &v) const |
SwitchVariableSigmoid () | |
SwitchVariableSigmoid (double d) | |
double | value () const |
Static Public Member Functions | |
static size_t | Dim () |
static SwitchVariableSigmoid | Expmap (const gtsam::Vector &v) |
static SwitchVariableSigmoid | identity () |
static gtsam::Vector | Logmap (const SwitchVariableSigmoid &p) |
Private Attributes | |
double | d_ |
SwitchVariableSigmoid is a wrapper around double to allow it to be a Lie type
Definition at line 21 of file switchVariableSigmoid.h.
|
inline |
default constructor
Definition at line 24 of file switchVariableSigmoid.h.
|
inline |
wrap a double
Definition at line 27 of file switchVariableSigmoid.h.
|
inline |
between operation
Definition at line 77 of file switchVariableSigmoid.h.
|
inline |
compose with another object
Definition at line 72 of file switchVariableSigmoid.h.
|
inline |
Returns dimensionality of the tangent space
Definition at line 48 of file switchVariableSigmoid.h.
|
inlinestatic |
Definition at line 49 of file switchVariableSigmoid.h.
|
inline |
equality up to tolerance
Definition at line 41 of file switchVariableSigmoid.h.
|
inlinestatic |
Expmap around identity
Definition at line 93 of file switchVariableSigmoid.h.
|
inlinestatic |
identity
Definition at line 67 of file switchVariableSigmoid.h.
|
inline |
invert the object and yield a new one
Definition at line 86 of file switchVariableSigmoid.h.
|
inline |
Definition at line 62 of file switchVariableSigmoid.h.
|
inlinestatic |
Logmap around identity - just returns with default cast back
Definition at line 96 of file switchVariableSigmoid.h.
|
inline |
s | optional string naming the object |
Definition at line 36 of file switchVariableSigmoid.h.
|
inline |
Update the SwitchVariableSigmoid with a tangent space update
Definition at line 52 of file switchVariableSigmoid.h.
|
inline |
access the underlying value
Definition at line 33 of file switchVariableSigmoid.h.
|
private |
Definition at line 99 of file switchVariableSigmoid.h.