MyraMath
Classes | Functions
UnaryFunctionExpression.h File Reference

Implementation detail for composing Expression's using unary functions, think f(A) More...

#include <myramath/expression/ExpressionBase.h>
#include <myramath/expression/Index2string.h>
#include <myramath/utility/eprintf.h>
Include dependency graph for UnaryFunctionExpression.h:

Go to the source code of this file.

Classes

class  myra::detail::UnaryFunctionExpression< Function, Arity >
 

Functions

template<class Function , int Arity>
UnaryFunctionExpression< Function, Arity > myra::detail::make_UnaryFunctionExpression (const Function &f, const Expression< Arity, typename Function::Input > &A)
 

Detailed Description

Implementation detail for composing Expression's using unary functions, think f(A)