From f0be34281ceb8debce6e2a2c78b39e0784c2aff6b1c3613daf2a12a5bf473868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 1 Sep 2012 08:21:22 +0000 Subject: [PATCH] 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 --- armadillo-3.2.4.tar.gz | 3 --- armadillo-3.3.91.tar.gz | 3 +++ armadillo.changes | 11 +++++++++++ armadillo.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 armadillo-3.2.4.tar.gz create mode 100644 armadillo-3.3.91.tar.gz diff --git a/armadillo-3.2.4.tar.gz b/armadillo-3.2.4.tar.gz deleted file mode 100644 index 9a9d2ee..0000000 --- a/armadillo-3.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed5160b779d60ddc5bbe64620c53097b4a65082b9d5739ff24a89de17349f7a2 -size 2932867 diff --git a/armadillo-3.3.91.tar.gz b/armadillo-3.3.91.tar.gz new file mode 100644 index 0000000..d9f5147 --- /dev/null +++ b/armadillo-3.3.91.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b4fbaf6f70162243709a722851c49978a203b2d769ed4f475ddaa488609d51 +size 3000822 diff --git a/armadillo.changes b/armadillo.changes index 2d7ede7..81d59b1 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -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 diff --git a/armadillo.spec b/armadillo.spec index f8cf0b0..0025027 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -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