forked from pool/armadillo
Update to version 14.2.2.
This commit is contained in:
parent
306862b873
commit
bb5eed6cf5
BIN
armadillo-14.0.1.tar.xz
(Stored with Git LFS)
BIN
armadillo-14.0.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
armadillo-14.2.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
armadillo-14.2.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 13:31:49 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 14.2.2:
|
||||
* No release notes.
|
||||
- Changes from version 14.2.0:
|
||||
* faster handling of symmetric matrices by inv(), rcond(),
|
||||
powmat().
|
||||
* faster handling of hermitian matrices by inv(), rcond(),
|
||||
powmat(), cond(), pinv(), rank().
|
||||
* added solve_opts::force_sym option to solve() to force use of
|
||||
the symmetric/hermitian solver (not limited to sympd
|
||||
matrices).
|
||||
* more efficient handling of compound expressions by solve().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 19:50:54 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo14
|
||||
Name: armadillo
|
||||
Version: 14.0.1
|
||||
Version: 14.2.2
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user