forked from pool/armadillo
Accepting request 201349 from devel:libraries:c_c++
Update to 3.920.1 (forwarded request 201330 from badshah400) OBS-URL: https://build.opensuse.org/request/show/201349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=49
This commit is contained in:
commit
ff635ef322
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2c9c12780a1d15e7dfa94af3330b0960ea89f7eaa73dd9ae238b9536c5026c5
|
|
||||||
size 3231693
|
|
3
armadillo-3.920.1.tar.gz
Normal file
3
armadillo-3.920.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:696fa8f84029b10fc7271ee1e96983e830f0b19a0e603f974d415f1ee5746141
|
||||||
|
size 3237301
|
@ -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
|
Wed Sep 11 15:16:31 UTC 2013 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 3.910.1
|
Version: 3.920.1
|
||||||
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