Benoit Jacob
|
89f468671d
|
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
* fix some "unused variable" warnings in the tests; there remains a libstdc++ "deprecated"
warning which I haven't looked much into
|
2008-12-17 14:30:01 +00:00 |
|
Gael Guennebaud
|
703539110b
|
add the missing templated version of block for sub-vectors
|
2008-09-09 09:30:23 +00:00 |
|
Gael Guennebaud
|
172000aaeb
|
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Documentation:
* add an overview for each module.
* add an example for .all() and Cwise::operator<
|
2008-07-22 10:54:42 +00:00 |
|
Benoit Jacob
|
75de41a00b
|
big changes in Doxygen configuration; work around bug with doxygen parsing of
initialized enum values showing the last word the initializer instead of the actual
enum value's name; add some more docs.
|
2008-06-02 20:08:37 +00:00 |
|
Gael Guennebaud
|
310f7aa096
|
moved purely "array" related stuff to a new module Array.
This include:
- cwise Pow,Sin,Cos,Exp...
- cwise Greater and other comparison operators
- .any(), .all() and partial reduction
- random
|
2008-05-31 18:11:48 +00:00 |
|