forked from pool/armadillo
Accepting request 977063 from home:badshah400:branches:devel:libraries:c_c++
Update to version 11.1.0 OBS-URL: https://build.opensuse.org/request/show/977063 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=311
This commit is contained in:
parent
2f0e24729e
commit
7586887325
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43d4449376c1fc8b562095431bb82cf9c4ff98a791a22a25d0f96e5e7937c22
|
||||
size 6842520
|
3
armadillo-11.1.0.tar.xz
Normal file
3
armadillo-11.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbb8f518300df9717f8ec04dcadcf80f1e8e928012e43cd058ecad91d69fe7bc
|
||||
size 6848656
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 13 13:24:37 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 11.1.0:
|
||||
* Added inv_opts::no_ugly option to inv() and inv_sympd() to
|
||||
disallow inverses of poorly conditioned matrices.
|
||||
* More efficient handling of rank-deficient matrices via
|
||||
inv_opts::allow_approx option in inv() and inv_sympd().
|
||||
* Better detection of rank deficient matrices by solve().
|
||||
* Faster handling of symmetric and diagonal matrices by cond().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 14:43:41 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo11
|
||||
Name: armadillo
|
||||
Version: 11.0.1
|
||||
Version: 11.1.0
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user