Skip to content

Commit

Permalink
ENH: Generate julia code for delay differential equations.
Browse files Browse the repository at this point in the history
[test julia]
  • Loading branch information
WarrenWeckesser committed Sep 30, 2024
1 parent 1baeb5a commit 55fdce5
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 19 deletions.
1 change: 1 addition & 0 deletions src/vf.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class VectorField : public Symbol

void PrintJuliaFuncStart(std::ofstream &fout);
void PrintJulia(std::map<std::string,std::string> options);
void PrintJuliaDelay(std::map<std::string,std::string> options);

void PrintMATCONT(/* std::map<std::string,std::string> options */);
void PrintMATLAB(std::map<std::string,std::string> options);
Expand Down
Loading

0 comments on commit 55fdce5

Please sign in to comment.