Rev |
Age |
Author |
Path |
Log message |
Diff |
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 13 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 |
|
34 |
7334 d 13 h |
jab |
/branches/imesh-and-hmesh/ |
some slight changes. |
|
33 |
7338 d 7 h |
jab |
/branches/imesh-and-hmesh/ |
cleaned up makefiles a bit. There is know a NUMERICS macro which includes
lapack. |
|
32 |
7338 d 7 h |
jab |
/branches/imesh-and-hmesh/src/HMeshUtil/ |
updated the quadric_simplify prog. |
|