1
0
forked from pool/armadillo

Accepting request 970746 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/970746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=161
This commit is contained in:
Dominique Leuenberger 2022-04-20 14:55:00 +00:00 committed by Git OBS Bridge
commit 3ac15f0659
5 changed files with 24 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e43d4449376c1fc8b562095431bb82cf9c4ff98a791a22a25d0f96e5e7937c22
size 6842520

View File

@ -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>

View File

@ -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

View File

@ -1,4 +1,4 @@
libarmadillo10
libarmadillo11
armadillo-devel
requires -armadillo-<targettype>
requires "libarmadillo10-<targettype> = <version>"
requires "libarmadillo11-<targettype> = <version>"