root / branches / linbox-2.0.0 / TODO-1.1

Revision 2561, 2.1 kB (checked in by dumas, 2 years ago)

added 1.0.3 tar.gz

Line 
11) g++-4 compatibility
2---> OK, JGD 21.12.2006
3
42) 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
183) 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
214) Install documentation with simple examples
22
235) Data in linbox examples
24
255b) One example for each solution
26
276) move complicated and large coded solutions to algorithms directory
28
297) add #else, at least, throwing LinboxError exception to every #ifdef __LINBOX_HAVE_???
30
318) read/write matrices and vectors efficiently in a coherent manner for formats
32
339) document matrices and vectors formats (links to web tutorial, provide data examples)
34
3510) uniformly distributed random integers ! (in checks)
36---> OK
37
3811) add irreducibility test in added constructor of Givaro GFq
39
4012) Maple interface and LinBox drivers
41---> OK, 18.01.2007, Pascal.
42
4313) check valence solutions
44
4514) check generic LU ?
4614b) Uniformize different eliminations (generic LU, sparse elim, dense etc.)
47
4815) check blackbox rank when using extension fields
49
50NEW CODE (Algorithms, Solutions, Checks must be provided plus exceptions for non-handled cases)
5116) sigma base, polynomial matrix multiplication, sparse rational solver, block Hankel/Toeplitz blackbox
5216b) Parallel rank
5317) Smith form
54
5518) hybrid determinant
56---> OK, Anna 10.01.2007
Note: See TracBrowser for help on using the browser.