Tenncor
Classes | Namespaces | Functions
functor.hpp File Reference
#include "teq/iopfunc.hpp"
#include "eteq/generated/opcode.hpp"
#include "eteq/funcarg.hpp"
#include "eteq/constant.hpp"
#include "eteq/operator.hpp"
Include dependency graph for functor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  eteq::Functor< T >
 Functor implementation of operable functor of Eigen operators. More...
 
struct  eteq::FunctorNode< T >
 Functor's node wrapper. More...
 

Namespaces

 eteq
 

Functions

template<typename T >
NodeptrT< T > eteq::make_functor (teq::Opcode opcode, ArgsT< T > args)
 Return functor node given opcode and node arguments. More...