16template <
typename Argument,
typename Result>
29 virtual bool GetValueAt(
const Argument& argument, Result& result)
const = 0;
36 virtual Result
GetValueAt(
const Argument& argument)
const = 0;
Template interface for any mathematical function.
virtual bool GetValueAt(const Argument &argument, Result &result) const =0
Get function value for specified argument value.
virtual Result GetValueAt(const Argument &argument) const =0
Get function value for specified argument value.
Base interface for all used interfaces and implementations.
Package with mathematical functions and algebraical primitives.
TIMathFunction< double, double > IDoubleFunction