MyraMath
Classes | Functions
TernaryFunctionExpression.h File Reference

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

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

Go to the source code of this file.

Classes

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

Functions

template<class Function , int Arity>
TernaryFunctionExpression< Function, Arity > myra::detail::make_TernaryFunctionExpression (const Function &f, const Expression< Arity, typename Function::InputA > &A, const Expression< Arity, typename Function::InputB > &B, const Expression< Arity, typename Function::InputC > &C)
 

Detailed Description

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