eigen/doc
Benoit Jacob 96524fc573 Split Row and Column into separate files.
Introduce a notion of RowVector (typedef for Matriw with 1 row)
Make row() return a row vector instead of a "column vector"
Introduce operator[] to access elements of row/column vectors uniformly
Remove default arguments in operator(), these were for vectors, now use operator[] instead
2007-10-01 07:45:30 +00:00
..
CMakeLists.txt add example to the documentation 2007-09-28 06:17:36 +00:00
example.cpp make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour 2007-09-29 08:28:36 +00:00
tutorial.cpp Split Row and Column into separate files. 2007-10-01 07:45:30 +00:00