Defines a symbolic representation of a function at runtime. More...
#include <ostream>#include <sstream>#include "viennamath/forwards.h"#include "viennamath/expression.hpp"#include "viennamath/compiletime/ct_function_symbol.hpp"#include "viennamath/runtime/expression_interface.hpp"Go to the source code of this file.
Data Structures | |
| class | rt_function_symbol< InterfaceType > |
| A function symbol. Can be used for unknown functions, test functions, etc. Cannot be evaluated, but substituted with an evaluable object. More... | |
Namespaces | |
| namespace | viennamath |
The main ViennaMath namespace. All types and functions for the user reside here. | |
Functions | |
| template<typename InterfaceType > | |
| std::ostream & | operator<< (std::ostream &stream, rt_function_symbol< InterfaceType > const &v) |
Defines a symbolic representation of a function at runtime.
1.7.1