mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add read/write routines for sparse matrices in the Market format
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef EIGEN_GOOGLEHASH_SUPPORT
|
||||
#include <google/dense_hash_map>
|
||||
@@ -54,6 +56,9 @@ enum {
|
||||
#include "../../Eigen/src/misc/Solve.h"
|
||||
|
||||
#include "src/SparseExtra/RandomSetter.h"
|
||||
|
||||
#include "src/SparseExtra/MarketIO.h"
|
||||
|
||||
#include "src/SparseExtra/Solve.h"
|
||||
#include "src/SparseExtra/Amd.h"
|
||||
#include "src/SparseExtra/SimplicialCholesky.h"
|
||||
|
||||
Reference in New Issue
Block a user