1
0

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

- Update to version 6.500.4 (Gourmet Electron Jumper):
  + Added conv2() for 2D convolution.
  + Added stand-alone kmeans() function for clustering data.
  + Added trunc().
  + Extended conv() to optionally provide central convolution.
  + Faster handling of multiply-and-accumulate by accu() when
    using Intel MKL, ATLAS or OpenBLAS.

OBS-URL: https://build.opensuse.org/request/show/356407
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=168
This commit is contained in:
Ismail Dönmez
2016-01-28 08:02:03 +00:00
committed by Git OBS Bridge
parent 2a98f798fb
commit 218a2da728
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 27 23:28:38 UTC 2016 - badshah400@gmail.com
- Update to version 6.500.4 (Gourmet Electron Jumper):
+ Added conv2() for 2D convolution.
+ Added stand-alone kmeans() function for clustering data.
+ Added trunc().
+ Extended conv() to optionally provide central convolution.
+ Faster handling of multiply-and-accumulate by accu() when
using Intel MKL, ATLAS or OpenBLAS.
-------------------------------------------------------------------
Tue Dec 15 12:53:57 UTC 2015 - badshah400@gmail.com