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