MyraMath
Classes | Functions
BinaryFunctionExpression.h File Reference

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

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

Go to the source code of this file.

Classes

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

Functions

template<class Function , int Arity>
BinaryFunctionExpression< Function, Arity > myra::detail::make_BinaryFunctionExpression (const Function &f, const Expression< Arity, typename Function::InputA > &A, const Expression< Arity, typename Function::InputB > &B)
 

Detailed Description

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