Go to file
Michael Olbrich 2d823d8ef6 Generic loop unrolling with template metaprograms. It seems to be as fast as
manually unrolling.
TODO: decide when to stop unrolling (speed vs. code size).
      maybe only unroll one loop for larger matixes.
2007-09-30 20:38:09 +00:00
doc make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour 2007-09-29 08:28:36 +00:00
src Generic loop unrolling with template metaprograms. It seems to be as fast as 2007-09-30 20:38:09 +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