Scaled function functor: c * f(x).
More...
#include <MathUtils_FunctorScalar.hxx>
template<
typename F>
class MathUtils::Scaled< F >
Scaled function functor: c * f(x).
- Template Parameters
-
◆ Scaled()
Constructor from function and scale factor.
- Parameters
-
| theF | function to scale |
| theScale | scale factor |
◆ Value()
Evaluates scaled function c * f(theX).
- Parameters
-
| [in] | theX | input value |
| [out] | theY | scaled value |
- Returns
- false if evaluation fails
The documentation for this class was generated from the following file: