1
0
forked from pool/armadillo

Update to version 14.2.2.

This commit is contained in:
Atri Bhattacharya 2024-12-19 19:10:36 +05:30
parent 306862b873
commit bb5eed6cf5
4 changed files with 19 additions and 4 deletions

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

Binary file not shown.

View File

@ -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>

View File

@ -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