SHA256
1
0
forked from pool/fflas-ffpack

- Update to new upstream release 2.1.0

OBS-URL: https://build.opensuse.org/package/show/science/fflas-ffpack?expand=0&rev=7
This commit is contained in:
2015-11-14 10:53:05 +00:00
committed by Git OBS Bridge
parent bf4d04faee
commit 6ac96cb17e
5 changed files with 23 additions and 61 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Nov 14 10:36:30 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.1.0
* New features include: parallel PLUQ
* computation of rank profiles and rank profile matrices
* echelon and reduced echelon forms form both LUdivine and PLUQ
* getters to the forms and the transformation matrices
* igemm routine for BLAS like gemm on 64-bit ints
* support of Modular<int64_t> and ModularBalanced<int64_t> using
igemm, to support fields of bitsize between 25 and 31
* support of Modular<rint<K> > for Z/pZ with p of size > 32 bit
(based on Givaro's RecInt multiprecision integers)
* support of RNS based gaussian elimination on multiprecision fields
* Paladin: DSL for parallel programming adressing OMP, TBB and Kaapi
-------------------------------------------------------------------
Mon Dec 29 17:49:09 UTC 2014 - jengelh@inai.de