forked from pool/armadillo
Accepting request 137525 from devel:libraries:c_c++
- Update to version 3.4.3: + Fix for aliasing issue in diagmat() + Fix for speye() signature + Fixes for handling empty sparse matrices + Minor fixes for handling sparse submatrix views + Minor speedups for sparse matrices + Workaround for a bug in the Mac OS X accelerate framework + Added documentation for saving & loading matrices in HDF5 format + Faster dot() and cdot() for complex numbers. (forwarded request 137517 from badshah400) OBS-URL: https://build.opensuse.org/request/show/137525 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=31
This commit is contained in:
commit
2550c64df1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35a0d6caf3e0e4759dd8172f488e24e76c336740cddbf6c8f5b3dfbb3ff33a64
|
||||
size 3006742
|
3
armadillo-3.4.3.tar.gz
Normal file
3
armadillo-3.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cde0a99dcee23086617791163e2c6d7527b45e450ca653e67fbb60eefa8487f5
|
||||
size 3006815
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 23:53:46 UTC 2012 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.4.3:
|
||||
+ Fix for aliasing issue in diagmat()
|
||||
+ Fix for speye() signature
|
||||
+ Fixes for handling empty sparse matrices
|
||||
+ Minor fixes for handling sparse submatrix views
|
||||
+ Minor speedups for sparse matrices
|
||||
+ Workaround for a bug in the Mac OS X accelerate framework
|
||||
+ Added documentation for saving & loading matrices in HDF5
|
||||
format
|
||||
+ Faster dot() and cdot() for complex numbers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 05:25:05 UTC 2012 - badshah400@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: armadillo
|
||||
Version: 3.4.2
|
||||
Version: 3.4.3
|
||||
Release: 0
|
||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: LGPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user