forked from pool/armadillo
Accepting request 347557 from home:badshah400:branches:devel:libraries:c_c++
- Update to version Version 6.300.2 (Flying Spaghetti Monster): + Expanded solve() to find approximate solutions for rank-deficient systems. + Faster handling of non-contiguous submatrix views in compound expressions. + Added .for_each() to Mat, Row, Col, Cube and field classes. + Added rcond() for estimating the reciprocal condition number. + Fixes for spsolve(), eigs_sym(), eigs_gen(), svds(). OBS-URL: https://build.opensuse.org/request/show/347557 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=165
This commit is contained in:
parent
f4d7a17caf
commit
51599a8252
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:346ecb98cadafcf13493f09c970a2843af58d47a7a801ebce0b5df5b5a39f416
|
||||
size 5442156
|
3
armadillo-6.300.2.tar.gz
Normal file
3
armadillo-6.300.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c9d98e309d3e95814668fa476d9fc91499743fe73a52e1a98362f382886f9d5
|
||||
size 5450435
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 11:09:18 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
- Update to version Version 6.300.2 (Flying Spaghetti Monster):
|
||||
+ Expanded solve() to find approximate solutions for
|
||||
rank-deficient systems.
|
||||
+ Faster handling of non-contiguous submatrix views in compound
|
||||
expressions.
|
||||
+ Added .for_each() to Mat, Row, Col, Cube and field classes.
|
||||
+ Added rcond() for estimating the reciprocal condition number.
|
||||
+ Fixes for spsolve(), eigs_sym(), eigs_gen(), svds().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 10:11:08 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define soname libarmadillo6
|
||||
|
||||
Name: armadillo
|
||||
Version: 6.200.4
|
||||
Version: 6.300.2
|
||||
Release: 0
|
||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user