|
INET Framework for OMNeT++/OMNEST
|
#include "inet/common/math/IFunction.h"Classes | |
| class | inet::math::FunctionBase< R, D > |
| Useful base class for most IFunction implementations with some default behavior. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| inet::math | |
| Support functions for mathematical operations. | |
Variables | |
| template<typename R , typename D > | |
| class INET_API | inet::math::ConstantFunction |
| template<typename R , typename D > | |
| class INET_API | inet::math::AddedFunction |
| template<typename R , typename D > | |
| class INET_API | inet::math::SubtractedFunction |
| template<typename R , typename D > | |
| class INET_API | inet::math::MultipliedFunction |
| template<typename R , typename D > | |
| class INET_API | inet::math::DividedFunction |