All releases tagged Speedups


Release Notes: This release has various speedups for handling of small vectors and fixed-size matrices.


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 adds a faster determinant operation for diagonal and triangular matrices. It also contains more fine-grained handling of 64 bit integers.


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 faster handling of submatrices and subcubes. It also expands the functionality of sparse matrices.


Release Notes: This release contains preliminary support for sparse matrices. It also adds economical QR decomposition and faster singular value decomposition.


Release Notes: This release contains faster singular value decomposition via optional use of the "divide and conquer" algorithm. It also adds economical QR decomposition and preliminary support for sparse matrices.


Release Notes: This release contains faster eigen decomposition as well as faster handling of diagonal views, fixed size vectors, and transposes.


Release Notes: This release contains faster eigen decomposition via optional use of the "divide and conquer" algorithm. It also contains faster transposition of vectors and compound expressions.


Release Notes: This release has a faster repmat() function and adds workarounds for non-conforming C++ compilers