mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -121,6 +121,7 @@ class EigenTest : public QObject
|
||||
void testMiscMatrices();
|
||||
void testSmallVectors();
|
||||
void testMap();
|
||||
void testCwiseops();
|
||||
protected:
|
||||
int m_repeat;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user