mloss.org Armadillo libraryhttp://mloss.orgUpdates and additions to Armadillo libraryenMon, 23 Apr 2018 17:29:44 -0000Armadillo library 8.500http://mloss.org/software/view/176/<html><p>Armadillo is a high quality C++ library for linear algebra &amp; scientific computing, aiming towards a good balance between speed and ease of use. </p> <p>Useful for algorithm development directly in C++, or quick conversion of research code into production environments (eg. software &amp; hardware products). </p> <p>Provides high-level syntax (API) deliberately similar to MATLAB. </p> <p>Provides efficient classes for vectors, matrices and cubes, as well as 200+ associated functions; integer, floating point and complex numbers are supported. </p> <p>Various matrix decompositions are provided through integration with LAPACK, or one of its high performance drop-in replacements (eg. multi-threaded Intel MKL or OpenBLAS). </p> <p>A sophisticated expression evaluator (based on template meta-programming) automatically combines several operations to increase speed and efficiency. </p> <p>Primarily developed by Conrad Sanderson, with contributions from around the world. </p></html>Conrad Sanderson, Ryan Curtin, many contributorsMon, 23 Apr 2018 17:29:44 -0000http://mloss.org/software/rss/comments/176http://mloss.org/software/view/176/matlabmatrix libraryatlaslapacklinear algebratemplates