patrickfletcher / clODE

clODE is an OpenCL based tool for solving ordinary differential equations (ODEs)
https://patrickfletcher.github.io/clODE/
MIT License
0 stars 1 forks source link

[Feature Request] GNU Octave support #12

Open tangjinchuan opened 1 year ago

tangjinchuan commented 1 year ago

Dear Patrick, Thank you very much for sharing this fantastic work. Since the project provides Matlab interface, I am just wondering if it supports GNU Octave also. If it does not, could you please kindly make this happen? This would definitely benefit opensource community and the people who could do creative work to help human race but don't have access to MATLAB.

Thank you very much!

Best wishes, Jinchuan Tang

patrickfletcher commented 1 year ago

Dear Jinchuan Tang,

I don't have any experience with Octave, but we will be moving to a Python interface soon instead of Matlab.

Patrick

patrickfletcher commented 1 year ago

Once the python and C++ APIs have stabilized a bit, I will look into updated the Matlab interface - at that time I'll also take a look at Octave and see what would be involved with supporting Octave.

Thanks for your interest!