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