Linear functors. More...
#include "../defs.h"
#include <functional>
Go to the source code of this file.
Classes | |
class | UnaryLinear< T > |
Linear functor. More... | |
Functions | |
template<typename T > | |
UnaryLinear< T > | unary_linear (const T a, const T b) |
Convenience function for constructing a UnaryLinear . | |
template<typename T > | |
UnaryLinear< T > | unary_linear () |
Convenience function for constructing a UnaryLinear . |
Linear functors.