https://github.com/linbox-team/fflas-ffpack

sort by:
Revision Author Date Message Commit Date
5d7941e Moved attic to branches for github import 01 July 2015, 12:09:10 UTC
6ba0272 protec define with  #ifndef 30 June 2015, 16:50:47 UTC
d0fe00d Fixed clang warnings 30 June 2015, 12:05:18 UTC
a5f6b97 add fix for OSX compatiblity with Givaro update (cast size_t to uint64_t for operation with integers) 30 June 2015, 09:32:58 UTC
d0805a2 Default to parallel code instead of default to sequential 29 June 2015, 16:39:27 UTC
2949425 include integer 29 June 2015, 13:06:03 UTC
494896e small bug in writecommand 24 June 2015, 13:26:05 UTC
4a485d0 FIxed missing include 19 June 2015, 09:44:31 UTC
6553c1f Fixed rmint namespace fd 19 June 2015, 09:39:58 UTC
18e45c9 Added Montgomery def to field traits 19 June 2015, 08:25:05 UTC
af0ba76 * New lighter helpers (for fields wihtout delayed reductions) * New default mode DefaultBounded, for those fields that are not modular<X> but which need to use the bounds of the boundedhelpers. 18 June 2015, 15:33:28 UTC
f4c4880 maxModulus --> maxCardinality 18 June 2015, 09:17:31 UTC
87928eb fix debug in rns_integer_mod 18 June 2015, 08:08:43 UTC
1824015 fix warnings in sparse matrices 18 June 2015, 08:06:10 UTC
2e93f4c Fix for linbox test-blas-matrix 16 June 2015, 09:40:50 UTC
2d7fbfc Replaced math.h with cmath and fixed benchmark-ppluq on non-openmp machines 16 June 2015, 09:29:42 UTC
2dcc194 Fixed warning and linbox test-solve 16 June 2015, 09:00:02 UTC
3ce0b98 new release 2.1 branch created 16 June 2015, 07:36:58 UTC
12752d7 fix typo 15 June 2015, 18:08:46 UTC
8196208 Removed or replaced constants literals to fit standard 15 June 2015, 14:08:31 UTC
09e5341 LL --> removed (non long long anymore) 15 June 2015, 12:42:21 UTC
0ff3fa0 Updated givaro version check 15 June 2015, 12:07:34 UTC
6ea1034 change long int -> int64_t 15 June 2015, 10:28:53 UTC
40e5409 ulong --> uint64 15 June 2015, 08:29:25 UTC
fc80807 ulong --> uint64 15 June 2015, 08:23:45 UTC
2e0d1a1 unsigned long --> uint64 15 June 2015, 08:11:00 UTC
b81cf4f fflas-ffpack-config.h before all (even iostream/stdlib, etc. for cygwin) unsigned long --> uint64_t 15 June 2015, 08:01:09 UTC
88df47f minor fix in test-fger 12 June 2015, 17:16:46 UTC
6caaf58 minor docs edits/updates 11 June 2015, 16:14:54 UTC
69e99c0 update changelog 11 June 2015, 15:38:16 UTC
d387f36 utf8 11 June 2015, 15:14:09 UTC
b6835e6 update info text files 11 June 2015, 15:09:31 UTC
0667f4c small fix 11 June 2015, 15:08:06 UTC
a4c6da3 patch cygwin 11 June 2015, 15:04:29 UTC
b915ad1 improves test-rankprofiles 11 June 2015, 14:56:45 UTC
846ed26 Replaced UnparametricRing to ZRing 11 June 2015, 10:17:27 UTC
87154d3 - add cache size computation for AMD procs (shamelessly stolen from Eigen) - still missing tlb size computation for AMD. Ignore it when not available 11 June 2015, 09:16:12 UTC
3b35683 - fix bug in igemm (causing test-rankprofile to fail) - improve switch int64 -> double 10 June 2015, 18:18:59 UTC
9b4a15d fix bug with include header for intrinsics 10 June 2015, 15:16:47 UTC
a210bc7 fix bug with lapack checking 10 June 2015, 15:03:13 UTC
1430ee8 size_t 10 June 2015, 13:12:51 UTC
61c0405 fix bug in test-fger 09 June 2015, 18:33:03 UTC
df1ff39 fix possible future bug with transposes in freivalds 09 June 2015, 15:35:17 UTC
1b0f178 change f.init -> freduce 09 June 2015, 15:34:55 UTC
ce4758b Removed test-modulararith (merged into Givaro) 09 June 2015, 14:50:51 UTC
9716171 Make fgemm work over Modular<rint<K> > 09 June 2015, 08:46:47 UTC
061a99d add test coverage for Modular<int64_t> + work on test-ftrtri 05 June 2015, 18:53:30 UTC
eb21e5c Partially fixed Modular<rint> issues 05 June 2015, 15:21:48 UTC
0135252 add -O0 to avx check otherwise some compiler will optimize the code 05 June 2015, 14:48:17 UTC
7430498 fix m4 bug with openmp 05 June 2015, 13:56:11 UTC
876433e test many more fields 05 June 2015, 12:14:23 UTC
ff1e9e8 fix bug in fgemv: test missing for the case where xdim=0 05 June 2015, 12:13:26 UTC
a7fe674 - fix bug in fger - add long long type to arg parser (for int64 types on 32 bits archs) 04 June 2015, 16:31:51 UTC
6100514 Revert to previous 04 June 2015, 14:52:56 UTC
d087b07 besoin de fzero 03 June 2015, 14:29:04 UTC
0e4ecde Fixed some assign/init usage 03 June 2015, 09:55:40 UTC
b40bf4b Added missing file to makefile 02 June 2015, 15:20:07 UTC
90a78ba fix bug and add a fall back for non SIMD archs 02 June 2015, 13:46:41 UTC
1a49039 fix bugs and leaks in freivalds 02 June 2015, 13:45:00 UTC
8766c98 revert to a previous version, fixing a bug. 02 June 2015, 13:43:53 UTC
509ef2a fix non-simd case 01 June 2015, 20:33:59 UTC
54d7ebf add fall back case when no SIMD integer instruction are available 01 June 2015, 20:06:35 UTC
a68e293 - fix bug in fger routine - fix incorrect field chooser in test-fger 01 June 2015, 17:41:35 UTC
0ff10cd - Fixes bugs (many of them!), including #20 bug on igemm - makes FFLAS work with ModularBalanced<int64_t> using igemm routines. 01 June 2015, 16:49:44 UTC
44d7c28 Minor fixes with multiprecision fields. 01 June 2015, 16:39:57 UTC
b4f04cd num iters 01 June 2015, 15:38:07 UTC
9f298ea config before all 31 May 2015, 21:26:43 UTC
c619744 Fixed wild using namespace RecInt 27 May 2015, 14:12:05 UTC
cdd4905 Fixed invalid write in randomNullSpaceVector 27 May 2015, 13:18:28 UTC
4b99311 ZRing !!!! 27 May 2015, 12:25:03 UTC
c57e51e Added left random nullspace vector algorithm 27 May 2015, 09:34:39 UTC
3f93e1e Quickly generalized randomNullspaceVector 26 May 2015, 14:39:39 UTC
e38d829 Added RandomNullSpaceVector 26 May 2015, 12:58:34 UTC
1661446 CblasTrans -> FflasTrans 22 May 2015, 14:26:19 UTC
5fe6366 Fixed export folder for paladin 18 May 2015, 10:03:24 UTC
a86cb96 Fix bug due to excessive checks that lda==0. Also add tests that dimensions ==0 earlier in the call stack. 15 May 2015, 07:33:00 UTC
e3f490e update default parameters to have larger dimensions and still reasonable running time. 13 May 2015, 13:11:52 UTC
fe4d5fb fixes to the echelon form computations: - mostly documentation - fixed one bug in RedEchelon without transformation matrix (which was not covered by the testsuite) - fixed interface mistake: extra permutation unused. 13 May 2015, 13:11:16 UTC
3035cf4 remove explicit dependency to OMP to use PALADin instead 13 May 2015, 08:53:39 UTC
d8199f3 remove benchmark-pftrsm.C (merged with benchmark-ftrsm.C) 13 May 2015, 07:54:39 UTC
598632a update svn:ignore info 13 May 2015, 07:52:17 UTC
cbd69ec merge benchmark_ftrsm and benchmark_pftrsm (and fix a few bugs in the process) 12 May 2015, 17:42:33 UTC
080da7a create folder paladin for all DSL macros and routines (lower case) 12 May 2015, 13:44:00 UTC
40c408d Restore JGD&ZSultan commit stack 1349-1357 12 May 2015, 13:32:38 UTC
b76f0df Rolled back to 1347 12 May 2015, 13:28:18 UTC
803c3b2 config before io for CYGWIN 11 May 2015, 15:43:10 UTC
e531a7a fix bug benchmark-pftrsm 11 May 2015, 15:33:51 UTC
9f49a00 config before iostream for CYGWIN 11 May 2015, 15:31:49 UTC
58a9e43 fflas-ffpack-config.h before everything (in particular iostream for CYGWIN) 11 May 2015, 15:19:25 UTC
a903b95 explicit casts 11 May 2015, 14:23:49 UTC
9f6a8d1 no const cast 11 May 2015, 14:18:39 UTC
8d06657 casts args 11 May 2015, 14:18:22 UTC
0f08a46 shadowed loop index 11 May 2015, 14:15:22 UTC
83f665c static cast double--size_t 11 May 2015, 14:15:05 UTC
321991c create folder PALADIn for all DSL macros and routines + update Makefiles 11 May 2015, 13:43:16 UTC
ebd5b2d update DSL 11 May 2015, 09:36:10 UTC
e5d0ed5 Removed print as it makes benchmark test on Jenkins fails 07 May 2015, 09:24:21 UTC
9f701ae fix bug 06 May 2015, 12:44:32 UTC
890f5a1 fix bug 06 May 2015, 08:03:48 UTC
8e8dd68 fix bug 05 May 2015, 14:14:20 UTC
back to top