forked from pool/armadillo
Accepting request 970600 from home:susnux:branches:devel:libraries:c_c++
- Update to version 11.0.1 OBS-URL: https://build.opensuse.org/request/show/970600 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=309
This commit is contained in:
parent
d1be580cb4
commit
2f0e24729e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89fdd898bf6bff75f6efc3a301817e4ede752b9a80927fb07ee358b13e353922
|
||||
size 6262832
|
3
armadillo-11.0.1.tar.xz
Normal file
3
armadillo-11.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43d4449376c1fc8b562095431bb82cf9c4ff98a791a22a25d0f96e5e7937c22
|
||||
size 6842520
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 14:43:41 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 11.0.1:
|
||||
* Added variants of inv() and inv_sympd() that provide reciprocal
|
||||
condition number
|
||||
* Expanded inv() and inv_sympd() with options inv_opts::tiny and
|
||||
inv_opts::allow_approx
|
||||
* stricter handling of singular matrices by inv() and inv_sympd()
|
||||
* stricter handling of non-sympd matrices by inv_sympd()
|
||||
* stricter handling of non-finite matrices by pinv()
|
||||
* more robust handling of rank deficient matrices by solve()
|
||||
* faster handling of diagonal matrices by rcond()
|
||||
* changed eigs_sym() and eigs_gen() to use higher quality RNG
|
||||
* quantile() and median() will now throw an exception if given
|
||||
matrices/vectors have NaN elements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 17:33:05 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname libarmadillo10
|
||||
%define soname libarmadillo11
|
||||
Name: armadillo
|
||||
Version: 10.8.2
|
||||
Version: 11.0.1
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
libarmadillo10
|
||||
libarmadillo11
|
||||
armadillo-devel
|
||||
requires -armadillo-<targettype>
|
||||
requires "libarmadillo10-<targettype> = <version>"
|
||||
requires "libarmadillo11-<targettype> = <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user