Differences between revisions 1 and 2
Revision 1 as of 2008-05-20 04:27:25
Size: 296
Editor: was
Comment:
Revision 2 as of 2008-05-20 16:12:09
Size: 648
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
  * Grebory Bard   * Gregory Bard
Line 15: Line 15:

== GF(2) ==
 * Implement Strassen (variant) for dense matrix reduction. The result should be faster than anything else available. Greg has two strategies in mind. We'll implement both and compare their speed.
 * Improve/implement multi-core matrix multiplication and if feasible multi-core reduction
 * If there is time: sparse matrix techniques

Dev Days 1: Exact Linear Algebra

  • Michael Abshoff
  • Martin Albrecht
  • Nick Alexander
  • Gregory Bard
  • Rob Beezer
  • Tom Boothby
  • Craig Citro
  • Burcin Erocal
  • David Roe (p-adic linear algebra?)
  • Arne Storjohann
  • William Stein
  • Ralf-Philipp Weinmann

GF(2)

  • Implement Strassen (variant) for dense matrix reduction. The result should be faster than anything else available. Greg has two strategies in mind. We'll implement both and compare their speed.
  • Improve/implement multi-core matrix multiplication and if feasible multi-core reduction
  • If there is time: sparse matrix techniques

dev1/linalg (last edited 2008-11-14 13:41:56 by anonymous)