MyraMath
|
Public Types | |
typedef Function::Output | Output |
Public Member Functions | |
NullaryFunctionExpression (const Function &in_f, Index< Arity > in_fsize) | |
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 |