forked from pool/armadillo
Accepting request 712232 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/712232 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=127
This commit is contained in:
commit
24a2fda9ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4c9ce4ee719e935f0046dcafb3fe40ffd8e1b80cc16a4d2c03332ea37d857a6
|
||||
size 4798164
|
3
armadillo-9.500.2.tar.xz
Normal file
3
armadillo-9.500.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e
|
||||
size 4803768
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 09:56:07 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 9.500.2:
|
||||
* expanded solve() with solve_opts::likely_sympd to indicate
|
||||
that the given matrix is likely positive definite
|
||||
* more robust automatic detection of positive definite matrices
|
||||
by solve() and inv()
|
||||
* faster handling of sparse submatrices
|
||||
* expanded eigs_sym() to print a warning if the given matrix is
|
||||
not symmetric
|
||||
* extended LAPACK function prototypes to follow Fortran passing
|
||||
conventions for so-called "hidden arguments", in order to
|
||||
address GCC Bug 90329;
|
||||
* to use previous LAPACK function prototypes without the "hidden
|
||||
arguments", #define ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS before
|
||||
#include <armadillo>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 12:48:45 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo9
|
||||
Name: armadillo
|
||||
Version: 9.400.3
|
||||
Version: 9.500.2
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user