forked from pool/armadillo
Accepting request 945648 from home:badshah400:branches:devel:libraries:c_c++
Update to version 10.8.0. OBS-URL: https://build.opensuse.org/request/show/945648 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=306
This commit is contained in:
parent
18c5ff3b95
commit
eded78a06d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc7933d27aba9bf0965eb52b4794bc44e5a953a125cef8b37c0d2851008e9dc1
|
||||
size 6261860
|
3
armadillo-10.8.0.tar.xz
Normal file
3
armadillo-10.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c5d2fd4bba095733829f7fe03d4a74e732b81c75dd4d40001163487c967d5bc
|
||||
size 6265772
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 18:39:06 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 10.8.0:
|
||||
* Faster handling of symmetric matrices by pinv() and rank().
|
||||
* Faster handling of diagonal matrices by inv_sympd(), pinv(),
|
||||
rank().
|
||||
* Expanded norm() to handle integer vectors and matrices.
|
||||
* Added datum::tau to replace 2pi.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 31 18:00:35 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package armadillo
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo10
|
||||
Name: armadillo
|
||||
Version: 10.7.6
|
||||
Version: 10.8.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