Functor that takes a matrix and multiplies every element by m. More...
Public Member Functions | |
MultiplyFunctor (double m) | |
Matrix | operator() (const Matrix &X, OptionalJacobian<-1,-1 > H=boost::none) const |
Private Attributes | |
double | m_ |
simple multiplier More... | |
Functor that takes a matrix and multiplies every element by m.
Definition at line 41 of file testFunctorizedFactor.cpp.
|
inline |
Definition at line 45 of file testFunctorizedFactor.cpp.
|
inline |
Definition at line 47 of file testFunctorizedFactor.cpp.
|
private |
simple multiplier
Definition at line 42 of file testFunctorizedFactor.cpp.