MyraMath
|
Public Types | |
typedef Function::Input | Input |
typedef Function::Output | Output |
Public Member Functions | |
UnaryFunctionExpression (const Function &in_f, const Expression< Arity, Input > &in_A) | |
Protected Member Functions | |
virtual Index< Arity > | size () const |
Size inspector. | |
virtual Output | evaluate (Index< Arity > i) const |
Given an Index i, returns a Number. | |
virtual ExpressionBase< Arity, Output > * | clone () const |