c++ - MATLAB Coder: sparse matrix -


matlab coder seems fancy , can speed matlab code converting code c/c++ or mex.. seems not support sparse matrix, or matlab function sparse essential code. have idea how overcome problem? many thanks!

the eigen library can used handle matlab function sparse , in c language.

as said "libill", generate mex code portions of matlab code doesn't use sparse speed portions up.

and sparse part use above library.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -