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