Rev |
Age |
Author |
Path |
Log message |
Diff |
54 |
7275 d 11 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 |
|
53 |
7277 d 10 h |
jrf |
/trunk/apps/CGLA-test/ |
now using Util/Timer.h |
|
52 |
7277 d 12 h |
jab |
/trunk/src/CGLA/ |
junk -removed. |
|
51 |
7277 d 12 h |
jrf |
/trunk/src/CGLA/ |
now compiling ... |
|
50 |
7282 d 8 h |
jrf |
/trunk/src/CGLA/ |
invert_ortho has been added |
|
49 |
7282 d 8 h |
jrf |
/trunk/src/CGLA/ |
all inline |
|
48 |
7282 d 9 h |
jrf |
/trunk/src/CGLA/ |
float and double precision qauternions. An apply_unit has been added and q.make_rot(vec1, vec2) has been optimized. |
|
47 |
7283 d 12 h |
jab |
/trunk/src/LinAlg/ |
Some template constructors used to convert CGLA matrices and vectors to
the HAA Lapack wrapper library had to be updated. |
|
46 |
7283 d 12 h |
jrf |
/trunk/src/CGLA/ |
an overloaded
outer_product(vert_vec, hori_vec, mat, operation)
has been added, to give the possibility of making an outer product using an arbitrary binary operation. |
|
45 |
7283 d 13 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. |
|
44 |
7283 d 14 h |
jrf |
/trunk/src/CGLA/ |
Scope resolution problem wrt. the operator*= has been solved |
|
43 |
7283 d 14 h |
jrf |
/trunk/src/CGLA/ |
Replacement of for-loops with STL algorithms.
The for-loops that weren't obviously replaceable still remain. |
|
42 |
7284 d 9 h |
jab |
/branches/imesh-and-hmesh/ |
minor changes. |
|
41 |
7284 d 9 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 |
|
40 |
7298 d 14 h |
bdl |
/trunk/apps/ |
no message |
|
39 |
7305 d 15 h |
bj |
/trunk/ |
Merged from imesh-and-hmesh
added README_MSVC with building instuctions for visual studio |
|
38 |
7318 d 10 h |
jab |
/branches/imesh-and-hmesh/ |
very few changes. Some improved documentation and simplified makefiles. |
|
37 |
7318 d 11 h |
bj |
/branches/imesh-and-hmesh/ |
integrated clapack |
|
36 |
7323 d 12 h |
jrf |
/branches/imesh-and-hmesh/apps/CGLA-test/ |
Testing all functionalities of Vec2d, Vec2f, Vec2i, Vec3i, Vecf3, Vec3d |
|
35 |
7323 d 13 h |
jrf |
/branches/vector/apps/CGLA-test/ |
Testing all funtionalities of Vec2d, Vec2f, Vec2i, Vec3f, Vec3d |
|