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

@@ -121,6 +121,7 @@ class EigenTest : public QObject
void testMiscMatrices();
void testSmallVectors();
void testMap();
void testCwiseops();
protected:
int m_repeat;
};