Difference of functions functor: f(x) - g(x).
More...
#include <MathUtils_FunctorScalar.hxx>
Difference of functions functor: f(x) - g(x).
- Template Parameters
-
| F | first function type |
| G | second function type |
◆ Difference()
Constructor from two functions.
- Parameters
-
| theF | first function (minuend) |
| theG | second function (subtrahend) |
◆ Value()
Evaluates difference f(theX) - g(theX).
- Parameters
-
| [in] | theX | input value |
| [out] | theY | difference value |
- Returns
- false if either evaluation fails
The documentation for this class was generated from the following file: