Patch by Gael Guennebaud: coeff-wise binary operators.

This unifies + and - and moreover this patch introduces
coeff-wise * and / based on this. Also, corresponding test.
This commit is contained in:
Benoit Jacob
2008-02-29 14:35:14 +00:00
parent f12e9c53ac
commit a2f8d4be6a
9 changed files with 331 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ FIND_PACKAGE(Qt4 REQUIRED)
INCLUDE_DIRECTORIES( ${QT_INCLUDE_DIR} )
SET(test_SRCS
cwiseop.cpp
main.cpp
basicstuff.cpp
linearstructure.cpp