| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | |
| | |
| |
|
| | #include "../../Eigen/Sparse" |
| |
|
| | #include "../../Eigen/src/Core/util/DisableStupidWarnings.h" |
| |
|
| | #include <vector> |
| | #include <map> |
| | #include <cstdlib> |
| | #include <cstring> |
| | #include <algorithm> |
| | #include <fstream> |
| | #include <sstream> |
| |
|
| | |
| | #include <google/dense_hash_map> |
| | |
| |
|
| | |
| | * \defgroup SparseExtra_Module SparseExtra module |
| | * |
| | * This module contains some experimental features extending the sparse module. |
| | * |
| | * \code |
| | * #include <Eigen/SparseExtra> |
| | * \endcode |
| | */ |
| |
|
| |
|
| | #include "src/SparseExtra/DynamicSparseMatrix.h" |
| | #include "src/SparseExtra/BlockOfDynamicSparseMatrix.h" |
| | #include "src/SparseExtra/RandomSetter.h" |
| |
|
| | #include "src/SparseExtra/MarketIO.h" |
| |
|
| | |
| | #include <dirent.h> |
| | #include "src/SparseExtra/MatrixMarketIterator.h" |
| | |
| |
|
| | #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h" |
| |
|
| | |
| |
|