forked from pool/armadillo
Accepting request 693730 from home:badshah400:branches:devel:libraries:c_c++
- Update to version 9.300.2: + faster handling of compound complex matrix expressions by trace(). + more efficient handling of element access for inplace modifications in sparse matrices. + added .is_sympd() to check whether a matrix is symmetric/hermitian positive definite. + added interp2() for 2D data interpolation. + added expm1() and log1p(). + expanded .is_sorted() with options "strictascend" and "strictdescend". + expanded eig_gen() to optionally perform balancing prior to decomposition. OBS-URL: https://build.opensuse.org/request/show/693730 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=246
This commit is contained in:
parent
b65993c1db
commit
65672f794c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20e6d4dd5c71eeeb69963165868dc6de8ba347727d37bf50022bdfe9aa1cc25
|
||||
size 4788036
|
3
armadillo-9.300.2.tar.xz
Normal file
3
armadillo-9.300.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:362541af7eb7f343bff893a3ac11fbb2c5cfc5966f0b6ed67f7f2779f5d256b4
|
||||
size 4792420
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 14:06:16 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 9.300.2:
|
||||
+ faster handling of compound complex matrix expressions by
|
||||
trace().
|
||||
+ more efficient handling of element access for inplace
|
||||
modifications in sparse matrices.
|
||||
+ added .is_sympd() to check whether a matrix is
|
||||
symmetric/hermitian positive definite.
|
||||
+ added interp2() for 2D data interpolation.
|
||||
+ added expm1() and log1p().
|
||||
+ expanded .is_sorted() with options "strictascend" and
|
||||
"strictdescend".
|
||||
+ expanded eig_gen() to optionally perform balancing prior to
|
||||
decomposition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 16:46:42 UTC 2019 - badshah400@gmail.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo9
|
||||
Name: armadillo
|
||||
Version: 9.200.8
|
||||
Version: 9.300.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