mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
compilation fix for gcc 4.2
This commit is contained in:
parent
f8683c409f
commit
dad19c4173
@ -87,7 +87,7 @@ MatrixBase<Derived>::blueNorm() const
|
|||||||
static RealScalar b1, b2, s1m, s2m, overfl, rbig, relerr;
|
static RealScalar b1, b2, s1m, s2m, overfl, rbig, relerr;
|
||||||
if(nmax <= 0)
|
if(nmax <= 0)
|
||||||
{
|
{
|
||||||
Index nbig, ibeta, it, iemin, iemax, iexp;
|
int nbig, ibeta, it, iemin, iemax, iexp;
|
||||||
RealScalar abig, eps;
|
RealScalar abig, eps;
|
||||||
// This program calculates the machine-dependent constants
|
// This program calculates the machine-dependent constants
|
||||||
// bl, b2, slm, s2m, relerr overfl, nmax
|
// bl, b2, slm, s2m, relerr overfl, nmax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user