Go to file
Benoit Jacob 628b1a8f6d implement scalar operators separately for each type using a macro.
This is required e.g. to allow "2 * m" with m a matrix of doubles.
2007-09-27 07:42:12 +00:00
doc implement scalar operators separately for each type using a macro. 2007-09-27 07:42:12 +00:00
src implement scalar operators separately for each type using a macro. 2007-09-27 07:42:12 +00:00
test fix bugs caused by default copy constructors being called. valgrind, 2007-09-26 14:06:32 +00:00
CMakeLists.txt add operator *= between matrices, with automatic aliasing. 2007-09-07 08:18:21 +00:00