diff options
author | Gael Guennebaud <g.gael@free.fr> | 2012-04-18 10:09:46 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2012-04-18 10:09:46 +0200 |
commit | 5cab18976bc2be4f9568777ed81db3d7ed4aba5a (patch) | |
tree | 5ef7a2f2360730fdcb2c38539f9e3d9001640003 /Eigen/src/QR | |
parent | 1198ca02845e34db7c1da27fb3beb96743d2d0ee (diff) |
cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, MarketIO needs iostream
Diffstat (limited to 'Eigen/src/QR')
-rw-r--r-- | Eigen/src/QR/ColPivHouseholderQR_MKL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/QR/ColPivHouseholderQR_MKL.h b/Eigen/src/QR/ColPivHouseholderQR_MKL.h index 645f309eb..0ad66d3f8 100644 --- a/Eigen/src/QR/ColPivHouseholderQR_MKL.h +++ b/Eigen/src/QR/ColPivHouseholderQR_MKL.h @@ -58,7 +58,7 @@ ColPivHouseholderQR<Matrix<EIGTYPE, Dynamic, Dynamic, EIGCOLROW, Dynamic, Dynami m_hCoeffs.resize(size);\ \ m_colsTranspositions.resize(cols);\ - Index number_of_transpositions = 0;\ + /*Index number_of_transpositions = 0;*/ \ \ m_nonzero_pivots = 0; \ m_maxpivot = RealScalar(0);\ |