forked from pool/armadillo
Accepting request 155934 from devel:libraries:c_c++
- Update to version 3.6.3 * faster find() * minor fix for non-contiguous submatrix views to handle empty vectors of indices (forwarded request 155886 from Dmitry_R) OBS-URL: https://build.opensuse.org/request/show/155934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=35
This commit is contained in:
commit
fb7ce277fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca5e0542754b70b1fb3008cc5f66c9152008f78ed89cee24a2b8e2c894f27a0
|
||||
size 3015353
|
3
armadillo-3.6.3.tar.gz
Normal file
3
armadillo-3.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52da899a8569ffb8b504229eccdd1031a7eb28c888c4b5c3e256cb9f60ca5711
|
||||
size 3014934
|
@ -1,5 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 18:03:59 UTC 2012 - dmitry@roshchin.org
|
||||
Wed Feb 20 09:24:21 UTC 2013 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to version 3.6.3
|
||||
* faster find()
|
||||
* minor fix for non-contiguous submatrix views to handle
|
||||
empty vectors of indices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 09:24:54 UTC 2013 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to version 3.6.2
|
||||
* faster determinant for matrices marked as diagonal or triangular
|
||||
* more fine-grained handling of 64 bit integers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 18:03:59 UTC 2012 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to version 3.6.1
|
||||
Changes in 3.6.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package armadillo
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: armadillo
|
||||
Version: 3.6.1
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: LGPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user