I am trying to work with someone else's code. He wrote Matlab code then parallelized using OpenMP and Armadillo. It might be easier to port the original matlab code to julia and use julia's parallel primitives. The ability to call code that was written in Matlab and then ported to C++ probably belongs pretty low on the development priority list. If anyone else has any experience, I am still curious.
On Wednesday, April 2, 2014 9:51:59 PM UTC-4, Steven G. Johnson wrote: > > What does Armadillo provide that is not already built in to Julia's > standard library? > > Calling C++ code from Julia is currently something of a pain, especially > STL-heavy code. >
