I'm trying to take a matrix from c++ and import it to Matlab to run bintprog on this matrix, call it m. My c++ code generates these matrices of a certain type, and I need to run bintprog on them quickly, and with ideally millions of matrices.
So any of the following would be great: A way to import a bunch of matrices at once so I can run a lot of iterations thru my Matlab code. Or If I could implement Matlab code right in c++ nicely.
If this is not clear leave me comments and I'll update what I can.