mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-09 18:29:03 +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;
|
||||||
a -= b + b;
|
a -= b + b;
|
||||||
a *= s;
|
a *= s;
|
||||||
b /= s;
|
|
||||||
if(rows1 == cols1)
|
if(rows1 == cols1)
|
||||||
{
|
{
|
||||||
a *= b;
|
a *= b;
|
||||||
|
@ -47,7 +47,6 @@ template<typename VectorType> void vectorOps(const VectorType& v)
|
|||||||
a += b;
|
a += b;
|
||||||
a -= b + b;
|
a -= b + b;
|
||||||
a *= s;
|
a *= s;
|
||||||
b /= s;
|
|
||||||
a += (a + a).eval();
|
a += (a + a).eval();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user