Monday, September 30, 2013

Armadillo C++ Library 3.920

Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point, and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. A delayed evaluation approach, based on template meta-programming, is used (during compile time) to combine several operations into one and reduce or eliminate the need for temporaries.



RELEASE NOTES: This release adds functions for 2D fast Fourier transform and various speedups when using C++11.




RELEASE TAGS: Feature Enhancements, Speedups



TAGS: Scientific/Engineering, Mathematics, Software Development, Libraries, machine learning, Statistics



LICENSES: MPL 2.0
Full Post

No comments:

Post a Comment