forked from pool/armadillo
Accepting request 744040 from home:badshah400:branches:devel:libraries:c_c++
- Update to version 9.800.1: * Faster solve() in default operation; iterative refinement is no longer applied by default; use solve_opts::refine to explicitly enable refinement. * Faster expmat(). * Faster handling of triangular matrices by rcond(). * Added .front() and .back(). * Added .is_trimatu() and .is_trimatl(). * Added .is_diagmat(). OBS-URL: https://build.opensuse.org/request/show/744040 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=256
This commit is contained in:
parent
adc01b278e
commit
8751d554e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
|
||||
size 4710256
|
3
armadillo-9.800.1.tar.xz
Normal file
3
armadillo-9.800.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebcf57e031465848d2110d2d9f0b09a3bfd31d7e117327e6142935f2e783daee
|
||||
size 4713172
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 09:43:40 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 9.800.1:
|
||||
* Faster solve() in default operation; iterative refinement is
|
||||
no longer applied by default; use solve_opts::refine to
|
||||
explicitly enable refinement.
|
||||
* Faster expmat().
|
||||
* Faster handling of triangular matrices by rcond().
|
||||
* Added .front() and .back().
|
||||
* Added .is_trimatu() and .is_trimatl().
|
||||
* Added .is_diagmat().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 09:35:57 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo9
|
||||
Name: armadillo
|
||||
Version: 9.700.2
|
||||
Version: 9.800.1
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user