forked from pool/armadillo
Accepting request 895001 from home:badshah400:branches:devel:libraries:c_c++
Update to version 10.5.0. Note: Build failures for openSUSE_Factory have nothing to do with changes in current sr. OBS-URL: https://build.opensuse.org/request/show/895001 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=292
This commit is contained in:
parent
e8541fb4f5
commit
32c6d9371c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5a451e055de5f8b0484acd5cab2ec5dbad6de28737b5cc72510d892ec69a580
|
|
||||||
size 6220808
|
|
3
armadillo-10.5.0.tar.xz
Normal file
3
armadillo-10.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea990c34dc6d70d7c95b4354d9f3b0819bde257dbb67796348e91e196082cb87
|
||||||
|
size 6220848
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 23 00:07:09 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 10.5.0:
|
||||||
|
* Added .clamp() member function.
|
||||||
|
* Expanded the standalone clamp() function to handle complex
|
||||||
|
values.
|
||||||
|
* More efficient use of OpenMP.
|
||||||
|
* vector, matrix and cube constructors now initialise elements
|
||||||
|
to zero by default; use the fill::none specifier, eg. mat
|
||||||
|
X(4,5,fill::none), to disable element initialisation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 8 14:31:13 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
Sat May 8 14:31:13 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname libarmadillo10
|
%define soname libarmadillo10
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 10.4.1
|
Version: 10.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user