mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove stupid assert in blue norm.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user