forked from pool/armadillo
Accepting request 245586 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/245586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=61
This commit is contained in:
commit
7ef5a93f01
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f670c164b3d26331ad1b8da39db3e06ef0e3ad8de33176903de0623ca2b11c9
|
|
||||||
size 5321312
|
|
3
armadillo-4.400.1.tar.gz
Normal file
3
armadillo-4.400.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af50951dd2b17562df93cfe0d5d73e9b9b008b7b2145a5c9b39687ef8e985996
|
||||||
|
size 5340780
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 20 18:31:39 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 4.400.1:
|
||||||
|
+ No changes documented
|
||||||
|
- Changes from version 4.400 (Winter Shark Alley):
|
||||||
|
+ Faster handling of subvectors by dot()
|
||||||
|
+ Faster handling of aliasing by submatrix views
|
||||||
|
+ Expanded batch insertion constructors for sparse matrices to
|
||||||
|
add values at repeated locations
|
||||||
|
+ Added clamp() for clamping values to be between lower and
|
||||||
|
upper limits
|
||||||
|
+ Added gmm_diag class for statistical modelling using Gaussian
|
||||||
|
Mixture Models (GMM);
|
||||||
|
+ Includes multi-threaded implementation of k-means and
|
||||||
|
Expectation-Maximisation (EM) for parameter estimation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 2 20:17:08 UTC 2014 - badshah400@gmail.com
|
Wed Jul 2 20:17:08 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define soname libarmadillo4
|
%define soname libarmadillo4
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 4.320.0
|
Version: 4.400.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user