~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/gmath/TODO

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TODO
 
2
Date_ 2009-10-03
 
3
* Add ATLAS wrapper for blas level 2 and level 3 functions.
 
4
* Inlcude the HAVE_ATLAS definition in the configure system
 
5
* Replace the lu-solver in lu.c with the one from the ccmath library
 
6
  and patch all modules using lu.c
 
7
* Implement a robust parallelizable LU solver with pivoting
 
8
* Move the band matrix cholesky decomposition solver from the lidar library
 
9
  (TcholBand.c) into the gmath library and make it available for other numerical
 
10
  programs (Integration in the common solver structure)
 
11
 
 
12
 
 
13
TODO
2
14
Date: 2006-11-20
3
15
 
4
16
http://www.netlib.org/lapack/
32
44
row2: 28.26  34.82  38.27  40.1 38.27 23.7
33
45
row3: 10.54  16.35  23.7   38.98 40.1 38.98
34
46
 
35
 
-----------------------------------------------------------------------
36
 
eigen.c/jacobi.c:
37
 
 there are two conflicting
38
 
  egvorder(), egvorder2()
39
 
  transpose(), transpose2()
40
 
 both used in i.pca and i.cca. Header different, functionality identical.
41
 
 To be merged.
42
 
 -> some cleanup done by Glynn