Hi all,<br><br>My opinion (from an integration side).<br><br>Lapack and GSL need to be compiled as a library and linked to the code in order to be used.<br>They are huge and take a long time to compile. On linux they are already compiled on the machine so it&#39;s easy to use them.<br>
On windows we have to use pre-compiled libraries (so we have to add in the archive the .lib and .dll =&gt; Does we want to add 32/64 bits version.... ?)<br><br>For Eigen, we use it add a header library.<br>So when you compile your application the matrix liibrary and related fonction will be compiled on the fly. It makes the compilation more easy because the process is the same for all the platform.<br>
<br>I think Pascal &quot;black box&quot; idea is a good one.<br>=&gt; So code could be personalized for own purpose if someone want to do it.<br>A default solution is purposed by the way of (Eigen, ...).<br><br>PS : I add the reference over Eigen <a href="http://eigen.tuxfamily.org/">http://eigen.tuxfamily.org/</a><br>
<br>Regards,<br>Pierre<br><br>