Accepting request 715667 from home:badshah400:branches:devel:libraries:c_c++

- Update to version 9.600.4:
  * faster handling of sparse submatrices.
  * faster handling of sparse diagonal views.
  * faster handling of sparse matrices by symmatu() and symmatl().
  * faster handling of sparse matrices by join_cols().
  * expanded clamp() to handle sparse matrices.
  * added .clean() to replace elements below a threshold with
    zeros; can be used to sparsify matrices.

OBS-URL: https://build.opensuse.org/request/show/715667
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=252
This commit is contained in:
2019-07-19 14:41:03 +00:00
committed by Git OBS Bridge
parent a767024c07
commit 956ea9b520
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 16 11:39:07 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 9.600.4:
* faster handling of sparse submatrices.
* faster handling of sparse diagonal views.
* faster handling of sparse matrices by symmatu() and symmatl().
* faster handling of sparse matrices by join_cols().
* expanded clamp() to handle sparse matrices.
* added .clean() to replace elements below a threshold with
zeros; can be used to sparsify matrices.
-------------------------------------------------------------------
Tue Jun 25 09:56:07 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>