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
128 7221 d 19 h jab /branches/vc2005beta-branch/src/HMesh/ redundancy removed.  
127 7222 d 4 h jrf /branches/vc2005beta-branch/src/HMeshUtil/ replaced to 0s with NULL_HALFEDGE_ITERs  
126 7222 d 4 h jrf /branches/vc2005beta-branch/src/Util/ added a NULL_RRLIST_ITER  
123 7223 d 0 h jab /branches/vc2005beta-branch/src/CGLA/ Changed some constants to call to inline functions.  
122 7223 d 0 h jab /branches/vc2005beta-branch/src/HMesh/ Moved the get null iter functions to inline functions  
121 7223 d 1 h jab /branches/vc2005beta-branch/src/HMesh/ Reorganized things slightly.  
120 7223 d 3 h jab /branches/vc2005beta-branch/src/HMesh/ some changes to allow visual studio 2005 beta to work  
119 7224 d 1 h /branches/vc2005beta-branch/ This commit was manufactured by cvs2svn to create branch
'vc2005beta-branch'.
 
94 7236 d 0 h bj /branches/MPC/ merged main  
90 7236 d 2 h /branches/MPC/ This commit was manufactured by cvs2svn to create branch 'MPC'.  
76 7242 d 7 h bj /branches/MPC/ works with -ti specifications from command line  
75 7242 d 7 h bj /branches/MPC/ removed old vcproj files  
74 7242 d 8 h bj /branches/MPC/ works with -ti specifications from command line  
73 7243 d 3 h bj /branches/MPC/ builds...  
72 7243 d 3 h bj /branches/MPC/ builds...  
71 7243 d 7 h bj /branches/MPC/MPC/ upgrade to ver 3.3.0 of MPC  
69 7244 d 2 h bj /branches/MPC/ updated workspace file  
68 7244 d 2 h bj /branches/MPC/ added MPC  
67 7244 d 2 h /branches/MPC/ This commit was manufactured by cvs2svn to create branch 'MPC'.  
42 7280 d 2 h jab /branches/imesh-and-hmesh/ minor changes.  
41 7280 d 2 h jab /branches/imesh-and-hmesh/src/CGLA/ Fixed a problem with MATRIX *= SCALAR. The scalar was converted to a matrix
and MATRIX *= MATRIX was used. This conversion is now prevented using an
explicit constructor. Also we had to repeat the scalar *= in ArithSqMatFloat
 
38 7314 d 3 h jab /branches/imesh-and-hmesh/ very few changes. Some improved documentation and simplified makefiles.  
37 7314 d 4 h bj /branches/imesh-and-hmesh/ integrated clapack  
36 7319 d 6 h jrf /branches/imesh-and-hmesh/apps/CGLA-test/ Testing all functionalities of Vec2d, Vec2f, Vec2i, Vec3i, Vecf3, Vec3d  
35 7319 d 6 h jrf /branches/vector/apps/CGLA-test/ Testing all funtionalities of Vec2d, Vec2f, Vec2i, Vec3f, Vec3d  
34 7330 d 6 h jab /branches/imesh-and-hmesh/ some slight changes.  
33 7334 d 1 h jab /branches/imesh-and-hmesh/ cleaned up makefiles a bit. There is know a NUMERICS macro which includes
lapack.
 
32 7334 d 1 h jab /branches/imesh-and-hmesh/src/HMeshUtil/ updated the quadric_simplify prog.  
31 7334 d 1 h jab /branches/imesh-and-hmesh/src/Geometry/ QEM changed to use the linalg package made by Henrik Aan�s.  
30 7334 d 2 h jab /branches/imesh-and-hmesh/src/LinAlg/ Added Henrik Aan�s' linear algebra package in a version that is somewhat
compatible with CGLA. This package depends only on lapack it would appear.

The contents is very simple
- a numerical matrix and vector classes
- lapack function wrappers that work with these classes for solving linear
systems, SVD, and factorization.
- stream output
 
29 7335 d 3 h bj /branches/imesh-and-hmesh/ runs in debug mode under MSVC  
28 7336 d 2 h bj /branches/imesh-and-hmesh/ added Install build mode which copies header files to %GELEXT%include and builds libs to %GELEXT%lib\windows  
27 7336 d 2 h jab /branches/imesh-and-hmesh/src/Util/ slight change to ensure win/linux compatibility  
26 7336 d 3 h bj /branches/imesh-and-hmesh/ comiles under visual studio in release mode.
still minor problems in debug mode
 
25 7347 d 22 h jab /branches/imesh-and-hmesh/src/ added a lot of stuff. Especially IMesh and HMesh and the required
pieces and the apps.
 
24 7347 d 22 h jab /branches/imesh-and-hmesh/src/ added a lot of stuff. Especially IMesh and HMesh and the required
pieces and the apps.
 
23 7347 d 22 h jab /branches/imesh-and-hmesh/ added a lot of stuff. Especially IMesh and HMesh and the required
pieces and the apps.
 
22 7379 d 7 h /branches/imesh-and-hmesh/ This commit was manufactured by cvs2svn to create branch
'imesh-and-hmesh'.
 
20 7403 d 0 h jrf /branches/vector/apps/CGLA-test/ *** empty log message ***  
19 7407 d 2 h jrf /branches/vector/src/CGLA/ Most for-loops replaced with standard library algorithms