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 6383 d 20 h jab /trunk/ some bug fixes  
342 6408 d 3 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 7167 d 18 h jab /trunk/src/CGLA/ Accepts smaller eigenvalues ... is that good  
58 7188 d 9 h jab /trunk/ minor changes. Fixed a bug in LinAlg/Matrix.h  
54 7213 d 6 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 7221 d 8 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 7351 d 1 h jab /trunk/ NaN initialization is now ok. I also updated the README.  
2 7353 d 8 h bj /trunk/ initsl commit with a single app project