mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
temporarily remove division unit-tests. they caused div-by-zero's , reported by Michael Olbrich.
The solution will consist in adding a real Traits system.
This commit is contained in:
@@ -47,7 +47,6 @@ template<typename VectorType> void vectorOps(const VectorType& v)
|
||||
a += b;
|
||||
a -= b + b;
|
||||
a *= s;
|
||||
b /= s;
|
||||
a += (a + a).eval();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user