cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, MarketIO needs iostream

This commit is contained in:
Gael Guennebaud
2012-04-18 10:09:46 +02:00
parent 1198ca0284
commit 5cab18976b
9 changed files with 20 additions and 11 deletions

View File

@@ -26,6 +26,8 @@
#ifndef EIGEN_SPARSE_MARKET_IO_H
#define EIGEN_SPARSE_MARKET_IO_H
#include <iostream>
namespace Eigen {
namespace internal
@@ -117,7 +119,7 @@ namespace internal
out << value.real << " " << value.imag()<< "\n";
}
}
} // end namepsace internal
inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector)
{