eigen/test
Benoit Jacob ee63e15e2c make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour
some reorganization, especially in MatrixStorage
start playing with loop unrolling, always_inline, and __restrict__
2007-09-29 08:28:36 +00:00
..
CMakeLists.txt Hello, World! 2007-09-05 10:42:15 +00:00
main.cpp Hello, World! 2007-09-05 10:42:15 +00:00
main.h Finish prefixing everything with "Ei" 2007-09-27 19:54:04 +00:00
matrixmanip.cpp Found a way to have eval() be a member function of class EiObject, instead of a global function. 2007-09-28 06:10:34 +00:00
matrixops.cpp make matrix multiplication do immediate evaluation; add lazyMul() for the old behaviour 2007-09-29 08:28:36 +00:00
vectorops.cpp Found a way to have eval() be a member function of class EiObject, instead of a global function. 2007-09-28 06:10:34 +00:00