1
0
forked from pool/armadillo

Accepting request 578730 from home:badshah400:branches:devel:libraries:c_c++

- Update to version 8.400.0:
  + Faster handling of sparse matrices by repmat()
  + Faster loading of CSV files
  + Expanded kron() to handle sparse matrices
  + Expanded index_min() and index_max() to handle cubes
  + Expanded randi(), randu(), randn(), randg() to output single
    scalars
  + Added submatrix & subcube iterators
  + Added normcdf()
  + Added mvnrnd()
  + Added chi2rnd()
  + Added wishrnd() and iwishrnd()

OBS-URL: https://build.opensuse.org/request/show/578730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=234
This commit is contained in:
Ismail Dönmez 2018-02-21 15:02:13 +00:00 committed by Git OBS Bridge
parent b1bea31bc2
commit 2b9f107755
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:493653bccbfcb65234ed569b765771c3d947d614091ef857927d41ac542a97b5
size 4594764

3
armadillo-8.400.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b
size 4596860

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 21 14:53:47 UTC 2018 - badshah400@gmail.com
- Update to version 8.400.0:
+ Faster handling of sparse matrices by repmat()
+ Faster loading of CSV files
+ Expanded kron() to handle sparse matrices
+ Expanded index_min() and index_max() to handle cubes
+ Expanded randi(), randu(), randn(), randg() to output single
scalars
+ Added submatrix & subcube iterators
+ Added normcdf()
+ Added mvnrnd()
+ Added chi2rnd()
+ Added wishrnd() and iwishrnd()
-------------------------------------------------------------------
Tue Jan 9 15:02:12 UTC 2018 - badshah400@gmail.com

View File

@ -18,7 +18,7 @@
%define soname libarmadillo8
Name: armadillo
Version: 8.300.3
Version: 8.400.0
Release: 0
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0