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

sort by:
Revision Author Date Message Commit Date
ac7f991 smaller default bench 31 May 2017, 12:15:54 UTC
0af6ee1 Merge branch 'autotune_charpoly' of https://github.com/linbox-team/fflas-ffpack into autotune_charpoly 31 May 2017, 12:01:20 UTC
bda32bb fix uninitialized charpoly in multiprecision 31 May 2017, 12:00:59 UTC
e873aaf tmp var unused 31 May 2017, 11:45:24 UTC
4823a00 Merge branch 'autotune_charpoly' of https://github.com/linbox-team/fflas-ffpack into autotune_charpoly 31 May 2017, 11:34:32 UTC
e391b9e Merge branch 'autotune_charpoly' of https://github.com/linbox-team/fflas-ffpack into autotune_charpoly 31 May 2017, 11:34:04 UTC
fb9a7a4 not irrelevant 31 May 2017, 11:34:00 UTC
fc6c440 fix benchmark charpoly 31 May 2017, 11:33:50 UTC
43ad72c Merge branch 'autotune_charpoly' of github.com:linbox-team/fflas-ffpack into autotune_charpoly 31 May 2017, 11:30:11 UTC
cd35240 tmp var not used 31 May 2017, 11:30:03 UTC
b4a2523 fix autotuning of charpoly 31 May 2017, 11:28:32 UTC
bba8d96 fix read_matrix 31 May 2017, 11:21:11 UTC
6cab1d7 Merge branch 'autotune_charpoly' of https://github.com/linbox-team/fflas-ffpack into autotune_charpoly 31 May 2017, 11:13:00 UTC
c3b4a4c add missing arithprog.C 31 May 2017, 11:12:45 UTC
c617f4e Merge branch 'master' into autotune_charpoly 31 May 2017, 11:12:11 UTC
97dc570 gflops not irrelevant 31 May 2017, 11:08:12 UTC
d50e0ff add another missing file 31 May 2017, 09:45:00 UTC
484c98c add missing file 31 May 2017, 09:43:11 UTC
9ad8c68 Merge pull request #97 from linbox-team/matvect_minpoly MatVecMinPoly new API 31 May 2017, 09:31:49 UTC
16afe52 Merge pull request #96 from linbox-team/reader_writer Reader writer 30 May 2017, 09:01:44 UTC
c8b7b74 CharPoly now takes a Polynomial Ring as input arg, to be able to handle polynomials. 24 May 2017, 19:34:35 UTC
9bb30b4 description of design options for handling polynomials in LinBox and FFLAS 24 May 2017, 05:06:05 UTC
77d787a update precompiled interfaces 22 May 2017, 06:03:41 UTC
52dab4a add an autotuner for arithprog block size 19 May 2017, 15:58:21 UTC
4a0bc4d clean up interface and thresholds 19 May 2017, 13:26:00 UTC
04a113d fix charpoly autotune 19 May 2017, 09:15:47 UTC
f6812a0 fix bugs in Makefile.am's 19 May 2017, 06:20:44 UTC
34992f1 fix bugs for benchmark-charpoly 19 May 2017, 06:08:27 UTC
0de844e done debugging charpoly and det over ZZ and the corresponding testsuite 18 May 2017, 16:31:28 UTC
e775e0b Removed semicolon for SageMath output 18 May 2017, 08:38:17 UTC
334a9e5 Merge pull request #98 from linbox-team/memory_leak_in_bench_fsyrk Freed previously unfreed matrices 18 May 2017, 07:53:08 UTC
d487de9 Merge branch 'master' into autotune_charpoly 17 May 2017, 13:21:32 UTC
d30fc87 Merge branch 'reader_writer' of https://github.com/linbox-team/fflas-ffpack into reader_writer 17 May 2017, 12:32:59 UTC
c7bd891 Freed previously unfreed matrices 17 May 2017, 11:38:24 UTC
0a84cce MatVecMinPoly exposed to the public API now takes a matrix A and a vector v. It calls a Protected::MatVecMinPoly which also takes as out argument the Krylov matrix K and a in/out vector v. LUKrylov directly calls the protected version for optimization. 15 May 2017, 15:37:59 UTC
fc3461e add modular<integer> 15 May 2017, 12:01:53 UTC
bd26891 Merge pull request #95 from linbox-team/test-minpoly New test for minpoly 12 May 2017, 16:01:47 UTC
c24d6b2 Requested changes 12 May 2017, 14:58:25 UTC
2222196 Merge branch 'master' into reader_writer 12 May 2017, 07:50:15 UTC
2354c17 fix last write_fields 12 May 2017, 07:40:30 UTC
0b65896 clean up test-lu: remove tests for LUpdate which were commented out as LUpdate is nowhere to be found. 12 May 2017, 06:25:41 UTC
e949ab9 more write_fields->WriteMatrix 12 May 2017, 06:21:11 UTC
0e0dc9b forgot these ones 11 May 2017, 20:10:37 UTC
9a5699c more write_field -> WriteMatrix 11 May 2017, 20:03:55 UTC
acca33e write_field -> WriteMatrix in progress 11 May 2017, 15:47:31 UTC
588af60 Replace read_field -> ReadMatrix 11 May 2017, 08:33:57 UTC
c485d86 add documentation 10 May 2017, 15:26:22 UTC
20c5174 Removed horner's scheme, some final cleanup, enabled tests on all available Fields 10 May 2017, 13:46:02 UTC
2ca3a65 Merge pull request #89 from linbox-team/ftrmv add a ftrmv routine + a test suite 09 May 2017, 11:34:22 UTC
d0eeec8 Merge branch 'master' of https://github.com/linbox-team/fflas-ffpack 09 May 2017, 07:55:19 UTC
f0c7318 remove duplicate RandInt 09 May 2017, 07:55:07 UTC
f91060a Merge pull request #88 from linbox-team/documentation_improvement Some improvements for ffpack documentation 05 May 2017, 13:13:19 UTC
cb9da34 disable gcc aligned attribute warning with gcc-6 03 May 2017, 12:48:58 UTC
b2ce311 Explicited short enum parameters 27 April 2017, 13:26:30 UTC
00ccbbe Some fixes 14 April 2017, 08:24:00 UTC
f913882 Fixes in minimality test 14 April 2017, 08:04:07 UTC
c83df4f Added more fields for testing 14 April 2017, 07:41:34 UTC
d810769 Replaced Horner calls by direct computation using Krylov matrix 13 April 2017, 09:23:24 UTC
d94ba83 Working test 12 April 2017, 14:28:12 UTC
4eae501 Working minP factorization 12 April 2017, 08:11:25 UTC
6d5f77f Horner mat-vec is now a function 10 April 2017, 06:28:08 UTC
0992087 add missing include 07 April 2017, 14:50:25 UTC
c174633 fix bug in computing delayeddim in fdot 07 April 2017, 13:06:25 UTC
3484842 remove duplicate write_field 07 April 2017, 08:18:10 UTC
cbdaed7 fix an "unused variable" warning 07 April 2017, 08:17:46 UTC
06d4694 remove -pg option, since when combined with -O2, it causes clang to produce binaries that always segfault. 07 April 2017, 08:05:56 UTC
d227fe1 Krylov matrix computation 07 April 2017, 06:57:52 UTC
981f7ce Merge pull request #90 from linbox-team/fix-ftrsm-mp Ok then, everything's in order. 06 April 2017, 12:42:54 UTC
0b3195a Update code to fix issue #67 06 April 2017, 12:23:50 UTC
62dd599 coarser instance for benchmark (avoiding inf Gfops make jenkins fail) 06 April 2017, 08:55:10 UTC
bba2b59 revert field 05 April 2017, 15:59:37 UTC
90f23f3 write binary files in compact mode 05 April 2017, 15:06:30 UTC
ea7cfb3 Debugged minP(A)V = 0 check 05 April 2017, 14:22:53 UTC
0cc6bc5 fix bug #29 on ftrsm with small modulus 05 April 2017, 12:32:28 UTC
5aaa723 Fully working mu(A)v = 0 test 04 April 2017, 12:19:24 UTC
6270b45 sms dens and binary readers tested 03 April 2017, 20:15:25 UTC
1b5e193 floats 03 April 2017, 14:30:06 UTC
b6fe90c new In/Out routines to read/write/print from dense/sms/binary/Maple/Sage formats 02 April 2017, 11:28:03 UTC
d9780b6 add a ftrmv routine + a test suite 31 March 2017, 15:45:15 UTC
2b6b4c8 Merge pull request #87 from linbox-team/other_ftrsv I removed the use of std::array. Otherwise, looks good to me. 31 March 2017, 15:13:45 UTC
c2a8e60 get rid of the std::array: the fact that they will store elements in a continuous way depends on the ContinuousContainer requirement which is a C++17 novelty. Not sure that the tutorial is a good place to encourage people playing around with bleeding edge language novelties that are still very little documented. 31 March 2017, 15:06:28 UTC
14eadf8 debug still in progress 31 March 2017, 14:24:28 UTC
597cf7b Merge pull request #86 from linbox-team/test-ftrmm Test suite for ftrmm 31 March 2017, 13:51:58 UTC
eaa95a7 fix bug with sequential test-det-check 31 March 2017, 13:51:22 UTC
6089ceb Merge branch 'master' into test-ftrmm 31 March 2017, 13:34:28 UTC
ad4aa53 Added in/out tags, fixed some typos 31 March 2017, 13:32:11 UTC
67ee752 Merge pull request #73 from linbox-team/detcheck Works fine for me. Merging. 31 March 2017, 13:26:06 UTC
be1ac2a add a note on the future of this checker 31 March 2017, 13:22:33 UTC
3ba8f00 remove debugging comments 31 March 2017, 13:15:52 UTC
f8cc5c2 fixes on the transposed applyP and trmm 31 March 2017, 13:15:04 UTC
ceff7c8 final fast ftrsv 31 March 2017, 12:18:24 UTC
01b6cc0 Defined every parameter in ffpack.h 31 March 2017, 12:04:07 UTC
920d281 fast Upper Trans 31 March 2017, 11:51:54 UTC
86ab4df Merge branch 'master' into detcheck 31 March 2017, 11:50:59 UTC
2d01f04 no comment 31 March 2017, 11:18:48 UTC
4cb08c5 fix merge conflict 31 March 2017, 11:18:05 UTC
f74696b oups indexes 31 March 2017, 11:15:41 UTC
5399901 Merge branch 'master' into test-ftrmm 31 March 2017, 11:12:36 UTC
a3b3fd5 add a test suite for ftrmm 31 March 2017, 11:09:03 UTC
fcbce3a oups lines 31 March 2017, 10:12:13 UTC
back to top