forked from pool/armadillo
Accepting request 132234 from devel:libraries:c_c++
Update to version 3.3.91 (3.4 Beta 1) (forwarded request 132233 from badshah400) OBS-URL: https://build.opensuse.org/request/show/132234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=28
This commit is contained in:
commit
8431ecafb2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed5160b779d60ddc5bbe64620c53097b4a65082b9d5739ff24a89de17349f7a2
|
|
||||||
size 2932867
|
|
3
armadillo-3.3.91.tar.gz
Normal file
3
armadillo-3.3.91.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74b4fbaf6f70162243709a722851c49978a203b2d769ed4f475ddaa488609d51
|
||||||
|
size 3000822
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 1 03:47:24 UTC 2012 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.3.91 (3.4 Beta 1):
|
||||||
|
+ Faster singular value decomposition via "divide and conquer"
|
||||||
|
algorithm
|
||||||
|
+ Added economical QR decomposition: qr_econ()
|
||||||
|
+ Added .each_col() & .each_row() for vector operations repeated
|
||||||
|
on each column or row
|
||||||
|
+ Added preliminary support for sparse matrices.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 11 15:44:44 UTC 2012 - badshah400@gmail.com
|
Wed Jul 11 15:44:44 UTC 2012 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 3.2.4
|
Version: 3.3.91
|
||||||
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: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
@ -132,6 +132,6 @@ rm -rf examples/lib_win32
|
|||||||
%{_includedir}/armadillo
|
%{_includedir}/armadillo
|
||||||
%{_includedir}/armadillo_bits/
|
%{_includedir}/armadillo_bits/
|
||||||
%{_datadir}/Armadillo/
|
%{_datadir}/Armadillo/
|
||||||
%doc README.txt index.html examples/ docs/
|
%doc README.txt index.html examples/ docs.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user