1
0
forked from pool/armadillo

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

Update to version 3.930.1

OBS-URL: https://build.opensuse.org/request/show/210285
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=94
This commit is contained in:
Ismail Dönmez 2013-12-10 09:42:06 +00:00 committed by Git OBS Bridge
parent 3d0879beaa
commit 1d14a5e225
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:696fa8f84029b10fc7271ee1e96983e830f0b19a0e603f974d415f1ee5746141
size 3237301

3
armadillo-3.930.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:221baada1bc571273881dd73ef1968dd838b538a639807bd5e1d3a2ae4b5cfd3
size 3273899

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 10 07:44:43 UTC 2013 - badshah400@gmail.com
- Update to version 3.930.1:
+ Changes not documented upstream.
-------------------------------------------------------------------
Tue Dec 10 02:45:09 UTC 2013 - badshah400@gmail.com
- Update to version 3.930.0 (Dragon's Back):
+ added divide-and-conquer variant of svd_econ(), for faster SVD
+ added divide-and-conquer variant of pinv(), for faster
pseudo-inverse
+ added element-wise variants of min() and max()
+ added size() based specifications of submatrix view sizes
+ added randi() for generating matrices with random integer
values
+ added inplace_trans() for memory efficient in-place transposes
(contributed by Alexandre Drouin)
+ added more intuitive specification of sort direction in sort()
and sort_index()
+ added more intuitive specification of method in det(), .i(),
inv() and solve()
+ added more precise timer for the wall_clock class when using
C++11
-------------------------------------------------------------------
Sat Sep 28 19:32:08 UTC 2013 - badshah400@gmail.com

View File

@ -17,7 +17,7 @@
Name: armadillo
Version: 3.920.1
Version: 3.930.1
Release: 0
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
License: MPL-2.0
@ -153,7 +153,7 @@ rm -rf examples/lib_win32
%files doc
%defattr(-,root,root)
%doc armadillo_nicta_2010.pdf
%doc rcpp_armadillo_csda_2013.pdf
%doc rcpp_armadillo_csda_2014.pdf
%doc LICENSE.txt README.txt index.html examples/ docs.html
%files devel