Accepting request 609019 from home:badshah400:branches:devel:libraries:c_c++
- Update to version 8.500.1: + Faster handling of sparse matrices by kron() and repmat(). + Faster transpose of sparse matrices. + Faster element access in sparse matrices. + Faster row iterators for sparse matrices. + Faster handling of compound expressions by trace(). + More efficient handling of aliasing in submatrix views. + Expanded normalise() to handle sparse matrices. + Expanded .transform() and .for_each() to handle sparse matrices. + Added reverse() for reversing order of elements. + Added repelem() for replicating elements. + Added roots() for finding the roots of a polynomial. OBS-URL: https://build.opensuse.org/request/show/609019 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=236
This commit is contained in:
parent
2b9f107755
commit
e2fe7596b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b
|
||||
size 4596860
|
3
armadillo-8.500.1.tar.xz
Normal file
3
armadillo-8.500.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ace40efbe2df4b418ec713c71bbd20cedfa92a55015f810639319dec477aa12e
|
||||
size 4772340
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 07:44:11 UTC 2018 - badshah400@gmail.com
|
||||
|
||||
- Update to version 8.500.1:
|
||||
+ Faster handling of sparse matrices by kron() and repmat().
|
||||
+ Faster transpose of sparse matrices.
|
||||
+ Faster element access in sparse matrices.
|
||||
+ Faster row iterators for sparse matrices.
|
||||
+ Faster handling of compound expressions by trace().
|
||||
+ More efficient handling of aliasing in submatrix views.
|
||||
+ Expanded normalise() to handle sparse matrices.
|
||||
+ Expanded .transform() and .for_each() to handle sparse
|
||||
matrices.
|
||||
+ Added reverse() for reversing order of elements.
|
||||
+ Added repelem() for replicating elements.
|
||||
+ Added roots() for finding the roots of a polynomial.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 14:53:47 UTC 2018 - badshah400@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo8
|
||||
Name: armadillo
|
||||
Version: 8.400.0
|
||||
Version: 8.500.1
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user