mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +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:
parent
023773beaa
commit
4241dddee9
@ -48,7 +48,6 @@ template<typename MatrixType1,
|
||||
a += b;
|
||||
a -= b + b;
|
||||
a *= s;
|
||||
b /= s;
|
||||
if(rows1 == cols1)
|
||||
{
|
||||
a *= b;
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user