forked from pool/armadillo
Accepting request 77716 from home:badshah400:branches:devel:libraries:c_c++
Update to version 2.2.1 OBS-URL: https://build.opensuse.org/request/show/77716 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=6
This commit is contained in:
parent
b9876e91ed
commit
d5f8322b30
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec2b489591cd08e0ebb72e951c1140e0a9b69e78e78afc646f285bcd043880e9
|
||||
size 2576760
|
3
armadillo-2.2.1.tar.bz2
Normal file
3
armadillo-2.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e36602a8003bbdb6bcd965012f2cde701713c047aa5a2ca9b9f31c49d73351
|
||||
size 2582839
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 17:08:49 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
- Update to version 2.2.1
|
||||
+ Faster multiplication of small matrices
|
||||
+ Faster trans()
|
||||
+ Faster handling of submatrices by norm()
|
||||
+ Added economical singular value decomposition: svd_thin()
|
||||
+ Added circ_toeplitz()
|
||||
+ Added .is_colvec() & .is_rowvec()
|
||||
+ Fixes for handling of complex numbers by cov(), cor(),
|
||||
running_stat_vec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 20:39:49 UTC 2011 - badshah400@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: armadillo
|
||||
Version: 2.0.2
|
||||
Version: 2.2.1
|
||||
Release: 1
|
||||
License: LGPLv3+
|
||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
@ -51,7 +51,8 @@ than another language like Matlab or Octave.
|
||||
License: LGPLv3+
|
||||
Summary: Shared libraries for armadillo
|
||||
Group: Development/Libraries/C and C++
|
||||
Obsoletes: libarmadillo1
|
||||
Provides: libarmadillo1 = %{version}
|
||||
Obsoletes: libarmadillo1 < %{version}
|
||||
|
||||
%description -n libarmadillo2
|
||||
Armadillo is a C++ linear algebra library (matrix maths)
|
||||
|
Loading…
Reference in New Issue
Block a user