Go to file
Michael Olbrich 1d3743d2c5 for dynamic size matrix (Rows|Cols)AtCompileTime is always EiDynamic and not
"(Rows|Cols)AtCompileTime - 1" which would be EiDynamic - 1 == -2
2007-09-30 20:23:24 +00:00
doc make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour 2007-09-29 08:28:36 +00:00
src for dynamic size matrix (Rows|Cols)AtCompileTime is always EiDynamic and not 2007-09-30 20:23:24 +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