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

Method export_code

casadi/core/function.cpp:1265–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263 }
1264
1265 void Function::export_code(const std::string& lang,
1266 std::ostream &stream, const Dict& options) const {
1267 return (*this)->export_code(lang, stream, options);
1268 }
1269
1270 void Function::export_code(const std::string& lang,
1271 const std::string &fname, const Dict& options) const {

Callers 2

export_code_bodyMethod · 0.45
nfactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected