All releases tagged Bugfixes


Release Notes: The software is now licensed under the Mozilla Public License 2.0. This release adds functions for filling and transforming matrices using functors and C++11 lambda expressions. It also contains fixes for handling non-square matrices by qr() and qr_econ().


Release Notes: This release adds a faster find() function. It als contains a fix for non-contiguous submatrix views to handle empty vectors of indices.


Release Notes: This release contains a faster trace operation for dense matrices. It also contains a fix for the sparse matrix dot product as well as various fixes for interactions between sparse and dense matrices.


Release Notes: This release contains fixes for handling sparse submatrix views. It also has minor speedups for sparse matrices.


Release Notes: This release contains fixes for handling empty sparse matrices and a workaround for a bug in the Mac OS X accelerate framework.


Release Notes: This release contains fixes for complex number versions of inplace transpose and economical singular value decomposition.


Release Notes: This release fixes several compilation errors and handling of diagonal matrices.


Release Notes: This release fixes minor issues in the qr() and syl() functions. The wall_clock timer class has been made more portable.


Release Notes: This release has improved documentation and fixes an issue in resizing empty matrices.


Release Notes: This release fixes an issue in vector initialization. It also adds a function for resizing matrices while preserving the layout of the data.