1
0
forked from pool/armadillo

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:
Ismail Dönmez 2018-05-16 08:18:09 +00:00 committed by Git OBS Bridge
parent 2b9f107755
commit e2fe7596b7
4 changed files with 21 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ace40efbe2df4b418ec713c71bbd20cedfa92a55015f810639319dec477aa12e
size 4772340

View File

@ -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

View File

@ -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