| 1 | 1) g++-4 compatibility |
|---|
| 2 | ---> OK, JGD 21.12.2006 |
|---|
| 3 | |
|---|
| 4 | 2) full BLAS compatibility with documentations (at least examples of use with ATLAS, GOTO, MAC BLAS) |
|---|
| 5 | ---> Goto BLAS checked, Pascal. |
|---|
| 6 | ---> MAC blas ? |
|---|
| 7 | ---> lapack ? |
|---|
| 8 | ---> 2b) wrappers for clapack_dgetrf et clapack_dgetri |
|---|
| 9 | 4 possible solutions: |
|---|
| 10 | a) remove hybrid rational solver |
|---|
| 11 | b) keep it but it works only with ATLAS (thus correct test-smith-form using #ifdef LINBOX_HAVE_ATLAS) |
|---|
| 12 | c) Add a --with-lapack option which must find dgetrf AND dgetri in a classical lapack (we thus provide clapack_dgetri and clapack_dgetrf |
|---|
| 13 | within config-blas.h) or which finds clapack_dgetri AND clapack_dgetrf (e.g. in ATLAS). |
|---|
| 14 | d) For this to work directly with Goto: we provide dgetri using dgetrf and dtrtri and dtrsm of Goto. |
|---|
| 15 | ---> OK, JGD 13.01.2007 |
|---|
| 16 | ---> there remains to implement a dgetri for GotoBLAS in order to enable Zhendong's numerical solver |
|---|
| 17 | |
|---|
| 18 | 3) gmp++ must be totally independent of Linbox and Givaro, add in LinBox and Givaro files to handle differences |
|---|
| 19 | ---> OK, JGD 21.12.2006 |
|---|
| 20 | |
|---|
| 21 | 4) Install documentation with simple examples |
|---|
| 22 | |
|---|
| 23 | 5) Data in linbox examples |
|---|
| 24 | |
|---|
| 25 | 5b) One example for each solution |
|---|
| 26 | |
|---|
| 27 | 6) move complicated and large coded solutions to algorithms directory |
|---|
| 28 | |
|---|
| 29 | 7) add #else, at least, throwing LinboxError exception to every #ifdef __LINBOX_HAVE_??? |
|---|
| 30 | |
|---|
| 31 | 8) read/write matrices and vectors efficiently in a coherent manner for formats |
|---|
| 32 | |
|---|
| 33 | 9) document matrices and vectors formats (links to web tutorial, provide data examples) |
|---|
| 34 | |
|---|
| 35 | 10) uniformly distributed random integers ! (in checks) |
|---|
| 36 | ---> OK |
|---|
| 37 | |
|---|
| 38 | 11) add irreducibility test in added constructor of Givaro GFq |
|---|
| 39 | |
|---|
| 40 | 12) Maple interface and LinBox drivers |
|---|
| 41 | ---> OK, 18.01.2007, Pascal. |
|---|
| 42 | |
|---|
| 43 | 13) check valence solutions |
|---|
| 44 | |
|---|
| 45 | 14) check generic LU ? |
|---|
| 46 | 14b) Uniformize different eliminations (generic LU, sparse elim, dense etc.) |
|---|
| 47 | |
|---|
| 48 | 15) check blackbox rank when using extension fields |
|---|
| 49 | |
|---|
| 50 | NEW CODE (Algorithms, Solutions, Checks must be provided plus exceptions for non-handled cases) |
|---|
| 51 | 16) sigma base, polynomial matrix multiplication, sparse rational solver, block Hankel/Toeplitz blackbox |
|---|
| 52 | 16b) Parallel rank |
|---|
| 53 | 17) Smith form |
|---|
| 54 | |
|---|
| 55 | 18) hybrid determinant |
|---|
| 56 | ---> OK, Anna 10.01.2007 |
|---|