#include <functional.h>
Public Member Functions | |
Type | operator() (const Type &input) |
Take the square root of the input argument, and return the result. |
Definition at line 120 of file functional.h.
Type dlr::numeric::SquareRootFunctor< Type >::operator() | ( | const Type & | input | ) | [inline] |
Take the square root of the input argument, and return the result.
input | This argument will be passed to a square root function. |
Definition at line 130 of file functional.h.
References dlr::numeric::sqrt().