Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
351 6382 d 21 h jab /trunk/ some bug fixes  
342 6407 d 5 h jab /trunk/src/CGLA/ The power eigensolution method was slightly broken. It seems to work now. The test program has been improved. However, it is a simple method, and only robust on small matrices but that is what CGLA is all about  
116 7166 d 20 h jab /trunk/src/CGLA/ Accepts smaller eigenvalues ... is that good  
58 7187 d 11 h jab /trunk/ minor changes. Fixed a bug in LinAlg/Matrix.h  
54 7212 d 8 h jab /trunk/ The Makefiles have been changed. There is now a "make install" target, and
make install installs the header files (by default INSTALL_PREFIX=/usr/local)
in e.g. ${INSTALL_PREFIX}/GEL/CGLA and likewise for the other directories.

The libraries for the active target er stored in /usr/local/lib/GEL_release or
/usr/local/lib/GEL_debug. The libraries are prefixed with GEL_ in order to
prevent name clashes.

Applications are put in /usr/local/bin
 
45 7220 d 10 h jab /trunk/src/CGLA/ In many places in CGLA, int could very well be replaced with unsigned int. This
is a good idea since it makes input checking simpler.
 
12 7350 d 2 h jab /trunk/ NaN initialization is now ok. I also updated the README.  
2 7352 d 10 h bj /trunk/ initsl commit with a single app project