aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-04-18 10:09:46 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-04-18 10:09:46 +0200
commit5cab18976bc2be4f9568777ed81db3d7ed4aba5a (patch)
tree5ef7a2f2360730fdcb2c38539f9e3d9001640003 /Eigen/src/QR
parent1198ca02845e34db7c1da27fb3beb96743d2d0ee (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.h2
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);\