forked from pool/armadillo
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:
parent
56f7b172b4
commit
10751c0044
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e7dc6f1e876b8243c27a003b037559663371b42885436b1087757e652db41cd
|
||||
size 4783480
|
3
armadillo-9.200.4.tar.xz
Normal file
3
armadillo-9.200.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10d1cc38503624bf1ad8c55c0d53b4feb80f04fcb3f5c3e6a69ba95d00f17966
|
||||
size 4786232
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo9
|
||||
Name: armadillo
|
||||
Version: 9.100.5
|
||||
Version: 9.200.4
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user