1
0
forked from pool/armadillo

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

Update to version 3.3.91 (3.4 Beta 1)

OBS-URL: https://build.opensuse.org/request/show/132233
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=51
This commit is contained in:
Ismail Dönmez 2012-09-01 08:21:22 +00:00 committed by Git OBS Bridge
parent 089438c398
commit f0be34281c
4 changed files with 16 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74b4fbaf6f70162243709a722851c49978a203b2d769ed4f475ddaa488609d51
size 3000822

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: armadillo
Version: 3.2.4
Version: 3.3.91
Release: 0
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
License: LGPL-3.0+
@ -132,6 +132,6 @@ rm -rf examples/lib_win32
%{_includedir}/armadillo
%{_includedir}/armadillo_bits/
%{_datadir}/Armadillo/
%doc README.txt index.html examples/ docs/
%doc README.txt index.html examples/ docs.html
%changelog