MCPcopy Create free account
hub / github.com/casadi/casadi / get_function

Method get_function

casadi/core/function_internal.cpp:3706–3709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers 1

finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected