mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
really fix stable norm compilation for older gcc
This commit is contained in:
@@ -35,8 +35,7 @@ template<typename MatrixType> void stable_norm(const MatrixType& m)
|
||||
|
||||
// Check the basic machine-dependent constants.
|
||||
{
|
||||
int nbig, ibeta, it, iemin, iemax, iexp;
|
||||
RealScalar abig, eps;
|
||||
int ibeta, it, iemin, iemax;
|
||||
|
||||
ibeta = std::numeric_limits<RealScalar>::radix; // base for floating-point numbers
|
||||
it = std::numeric_limits<RealScalar>::digits; // number of base-beta digits in mantissa
|
||||
|
||||
Reference in New Issue
Block a user