1
0

Accepting request 201330 from home:badshah400:branches:devel:libraries:c_c++

Update to 3.920.1

OBS-URL: https://build.opensuse.org/request/show/201330
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=92
This commit is contained in:
Ismail Dönmez
2013-09-29 08:34:59 +00:00
committed by Git OBS Bridge
parent 6f522a621e
commit 3d0879beaa
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Sep 28 19:32:08 UTC 2013 - badshah400@gmail.com
- Update to version 3.920.1:
+ Fix ambigious overload
- Changes from version 3.920.0 (Agencia Nacional Stasi):
+ Faster .zeros()
+ Faster round(), exp2() and log2() when using C++11
+ Added signum function: sign()
+ Added move constructors when using C++11
+ Added 2D fast Fourier transform: fft2()
+ Added .tube() for easier extraction of vectors and subcubes
from cubes
+ Added specification of a fill type during construction of Mat,
Col, Row and Cube classes, eg. mat X(4, 5, fill::zeros).
-------------------------------------------------------------------
Wed Sep 11 15:16:31 UTC 2013 - badshah400@gmail.com