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

- Update to version 9.200.4:
  + Faster handling of symmetric positive definite matrices by
    rcond().
  + Faster transpose of matrices with size ≥ 512x512.
  + Faster handling of compound sparse matrix expressions by
    accu(), diagmat(), trace().
  + Faster handling of sparse matrices by join_rows().
  + Added sinc().
  + Expanded sign() to handle scalar arguments.
  + Expanded operators (*, %, +, −) to handle sparse matrices with
    differing element types (eg. multiplication of complex matrix
    by real matrix).
  + Expanded conv_to() to allow conversion between sparse matrices
    with differing element types.
  + Expanded solve() to optionally allow keeping solutions of
    systems singular to working precision.

OBS-URL: https://build.opensuse.org/request/show/649321
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=240
This commit is contained in:
2018-11-16 20:04:02 +00:00
committed by Git OBS Bridge
parent 56f7b172b4
commit 10751c0044
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Nov 15 15:50:25 UTC 2018 - badshah400@gmail.com
- Update to version 9.200.4:
+ Faster handling of symmetric positive definite matrices by
rcond().
+ Faster transpose of matrices with size ≥ 512x512.
+ Faster handling of compound sparse matrix expressions by
accu(), diagmat(), trace().
+ Faster handling of sparse matrices by join_rows().
+ Added sinc().
+ Expanded sign() to handle scalar arguments.
+ Expanded operators (*, %, +, ) to handle sparse matrices with
differing element types (eg. multiplication of complex matrix
by real matrix).
+ Expanded conv_to() to allow conversion between sparse matrices
with differing element types.
+ Expanded solve() to optionally allow keeping solutions of
systems singular to working precision.
-------------------------------------------------------------------
Thu Aug 16 06:36:12 UTC 2018 - badshah400@gmail.com