#include <functional.h>
Public Member Functions | |
Type | operator() (const Type &input) |
Compute the log of the input argument, and return the result. |
Definition at line 68 of file functional.h.
Type dlr::numeric::LogFunctor< Type >::operator() | ( | const Type & | input | ) | [inline] |
Compute the log of the input argument, and return the result.
input | The natural log of this argument will be computed. |
Definition at line 78 of file functional.h.