mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
remove stupid assert in blue norm.
This commit is contained in:
parent
5433986f5a
commit
06d2fe453d
@ -131,7 +131,6 @@ MatrixBase<Derived>::blueNorm() const
|
|||||||
abig = internal::sqrt(abig);
|
abig = internal::sqrt(abig);
|
||||||
if(abig > overfl)
|
if(abig > overfl)
|
||||||
{
|
{
|
||||||
eigen_assert(false && "overflow");
|
|
||||||
return rbig;
|
return rbig;
|
||||||
}
|
}
|
||||||
if(amed > RealScalar(0))
|
if(amed > RealScalar(0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user