forked from pool/armadillo
Accepting request 703944 from home:badshah400:branches:devel:libraries:c_c++
- Update to version 9.400.3: + Faster cov() and cor() + Added .as_col() and .as_row() + Expanded .shed_rows() / .shed_cols() / .shed_slices() to remove rows/columns/slices specified in a vector + Expanded vectorise() to handle sparse matrices + Expanded element-wise versions of max() and min() to handle sparse matrices + Optimised handling of sparse matrix expressions: sparse % (sparse +- scalar) and sparse / (sparse +- scalar) + Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(), sqrtmat_sympd(), inv_sympd() to print a warning if the given matrix is not symmetric + More consistent detection of vector expressions OBS-URL: https://build.opensuse.org/request/show/703944 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=248
This commit is contained in:
parent
65672f794c
commit
60334943a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:362541af7eb7f343bff893a3ac11fbb2c5cfc5966f0b6ed67f7f2779f5d256b4
|
||||
size 4792420
|
3
armadillo-9.400.3.tar.xz
Normal file
3
armadillo-9.400.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4c9ce4ee719e935f0046dcafb3fe40ffd8e1b80cc16a4d2c03332ea37d857a6
|
||||
size 4798164
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 12:48:45 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 9.400.3:
|
||||
+ Faster cov() and cor()
|
||||
+ Added .as_col() and .as_row()
|
||||
+ Expanded .shed_rows() / .shed_cols() / .shed_slices() to
|
||||
remove rows/columns/slices specified in a vector
|
||||
+ Expanded vectorise() to handle sparse matrices
|
||||
+ Expanded element-wise versions of max() and min() to handle
|
||||
sparse matrices
|
||||
+ Optimised handling of sparse matrix expressions: sparse %
|
||||
(sparse +- scalar) and sparse / (sparse +- scalar)
|
||||
+ Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(),
|
||||
sqrtmat_sympd(), inv_sympd() to print a warning if the given
|
||||
matrix is not symmetric
|
||||
+ More consistent detection of vector expressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 14:06:16 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname libarmadillo9
|
||||
Name: armadillo
|
||||
Version: 9.300.2
|
||||
Version: 9.400.3
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user