forked from pool/armadillo
Accepting request 210318 from devel:libraries:c_c++
Update to version 3.930.1 (forwarded request 210285 from badshah400) OBS-URL: https://build.opensuse.org/request/show/210318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=50
This commit is contained in:
commit
61a24e426c
@ -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
3
armadillo-3.930.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:221baada1bc571273881dd73ef1968dd838b538a639807bd5e1d3a2ae4b5cfd3
|
||||||
|
size 3273899
|
@ -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
|
Sat Sep 28 19:32:08 UTC 2013 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 3.920.1
|
Version: 3.930.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
|
||||||
@ -153,7 +153,7 @@ rm -rf examples/lib_win32
|
|||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc armadillo_nicta_2010.pdf
|
%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
|
%doc LICENSE.txt README.txt index.html examples/ docs.html
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user