Accepting request 224306 from home:badshah400:branches:devel:libraries:c_c++
Update to version 4.100.0 OBS-URL: https://build.opensuse.org/request/show/224306 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=101
This commit is contained in:
parent
1ad80f309d
commit
e81a345d84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b31fc8f4217c1c0a73a61ef53f39f6aefa2fcd58d6893f696f9c8ea89ff28ad
|
|
||||||
size 5470215
|
|
3
armadillo-4.100.0.tar.gz
Normal file
3
armadillo-4.100.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04b5565a0edad466219fbfc84491a4840bf6d57ed75af71e48521e87cadd63a9
|
||||||
|
size 5478142
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 22:11:56 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 4.100 (Dirt Cruiser)
|
||||||
|
+ added normalise() for normalising vectors to unit p-norm
|
||||||
|
+ extended the field class to handle 3D layout
|
||||||
|
+ extended eigs_sym() and eigs_gen() to obtain eigenvalues of
|
||||||
|
various forms (eg. largest or smallest magnitude)
|
||||||
|
+ automatic SIMD vectorisation of elementary expressions
|
||||||
|
(eg. matrix addition) when using Clang 3.4+ with -O3
|
||||||
|
optimisation
|
||||||
|
+ faster handling of sparse submatrix views
|
||||||
|
+ workaround for a bug in LAPACK 3.4
|
||||||
|
- Changes from version 4.000.4:
|
||||||
|
+ fix for randi() generating out-of-interval values
|
||||||
|
+ fix for saving field objects
|
||||||
|
+ workaround for a bug in the Intel compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 20:33:40 UTC 2014 - badshah400@gmail.com
|
Fri Jan 17 20:33:40 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define soname libarmadillo4
|
%define soname libarmadillo4
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 4.000.2
|
Version: 4.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user