You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we move more code from Matlab to C, we have to ensure it behaves the same.
We also need a way how to test the error checking and how to detect memory leaks.
Use the loadlibrary function from Matlab to test the correctness of the results against the pure Matlab implementation.
As we move more code from Matlab to C, we have to ensure it behaves the same.
We also need a way how to test the error checking and how to detect memory leaks.