Tenncor
|
#include "teq/iopfunc.hpp"
#include "eteq/generated/opcode.hpp"
#include "eteq/funcarg.hpp"
#include "eteq/constant.hpp"
#include "eteq/operator.hpp"
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... | |