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={}) const | 
| Private Attributes | |
| double | m_ | 
| simple multiplier  More... | |
Functor that takes a matrix and multiplies every element by m.
Definition at line 43 of file testFunctorizedFactor.cpp.
| 
 | inline | 
Definition at line 47 of file testFunctorizedFactor.cpp.
| 
 | inline | 
Definition at line 49 of file testFunctorizedFactor.cpp.
| 
 | private | 
simple multiplier
Definition at line 44 of file testFunctorizedFactor.cpp.