| 3704 | } |
| 3705 | |
| 3706 | std::vector<std::string> FunctionInternal::get_function() const { |
| 3707 | // No functions |
| 3708 | return std::vector<std::string>(); |
| 3709 | } |
| 3710 | |
| 3711 | const Function& FunctionInternal::get_function(const std::string &name) const { |
| 3712 | casadi_error("'get_function' not defined for " + class_name()); |