forked from pool/armadillo
Accepting request 455733 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/455733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=105
This commit is contained in:
commit
672c1d7bef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6790d5e6b41fcac6733632a9c3775239806d00178886226dec3f986a884f4c2d
|
||||
size 3997004
|
3
armadillo-7.700.0.tar.xz
Normal file
3
armadillo-7.700.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9029490f7edfb7029e117961db6307c2c3ee368691ed15e4fc58d06c9115d94
|
||||
size 3999612
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 13:58:57 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Update to version 7.700.0:
|
||||
+ Added polyfit() and polyval().
|
||||
+ Added second form of log_det() to directly return the result
|
||||
as a complex number.
|
||||
+ Added range() to statistics functions.
|
||||
+ Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle
|
||||
sparse matrices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 16:04:39 UTC 2016 - badshah400@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package armadillo
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 libarmadillo7
|
||||
Name: armadillo
|
||||
Version: 7.600.2
|
||||
Version: 7.700.0
|
||||
Release: 0
|
||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user