-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Matlab-specific interface code from main library to Matlab interface repo #47
Comments
The MATLAB-specific code for the printing functions is
This should be placed into a header file, and then the |
To split out the interrupt routine for MATLAB from the main code, using a WIP branch, the interface will need to contain a C file with
Then set |
The MATLAB-specific memory management code is:
Which should be included into a header file and then the |
The merging of osqp/osqp#396 in the main OSQP library repo will allow us to move the Matlab-specific printing functions to the Matlab repo, removing the need to include the Matlab headers and code in the main library.
This is also possible to do with the memory allocation functions currently, and hopefully the timing/interrupt functions will move to this as well, so we can then move all Matlab-interface specific code to the interface and remove it from the main library repo - allowing us to then remove the Matlab CMake parts from the main library and only have it here in the interface.
The text was updated successfully, but these errors were encountered: