gtsam
4.0.0
gtsam
|
Helper class that computes the derivative of f w.r.t.
x1, centered about x1_, as a function of x2
Public Member Functions | |
G_x1 (const boost::function< double(const X1 &, const X2 &)> &f, const X1 &x1, double delta) | |
Vector | operator() (const X2 &x2) |
Public Types | |
typedef internal::FixedSizeMatrix< X1 >::type | Vector |