1
0

Accepting request 158760 from home:Dmitry_R:branches:devel:libraries:c_c++

- Update to version 3.800.1
  * workaround for a bug in ATLAS 3.8 on 64 bit systems
  * faster matrix-vector multiply for small matrices

OBS-URL: https://build.opensuse.org/request/show/158760
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=69
This commit is contained in:
Ismail Dönmez
2013-03-12 21:17:00 +00:00
committed by Git OBS Bridge
parent 6c2a5c1d78
commit a90ad17a56
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Tue Mar 12 21:05:42 UTC 2013 - dmitry_r@opensuse.org
- Update to version 3.800.1
* workaround for a bug in ATLAS 3.8 on 64 bit systems
* faster matrix-vector multiply for small matrices
-------------------------------------------------------------------
Fri Mar 1 06:25:15 UTC 2013 - dmitry_r@opensuse.org
- Update to version 3.8.0
- Update to version 3.800.0
* Armadillo is now licensed using the Mozilla Public License 2.0
* added .imbue() for filling a matrix/cube with values provided
by a functor or lambda expression