Go to file
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
doc Split Row and Column into separate files. 2007-10-01 07:45:30 +00:00
src Split Row and Column into separate files. 2007-10-01 07:45:30 +00:00
test temporarily remove division unit-tests. they caused div-by-zero's , reported by Michael Olbrich. 2007-09-30 16:45:40 +00:00
CMakeLists.txt make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour 2007-09-29 08:28:36 +00:00