mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
This commit is contained in:
@@ -54,6 +54,7 @@ enum {
|
||||
};
|
||||
|
||||
#include "../../Eigen/src/misc/Solve.h"
|
||||
#include "../../Eigen/src/misc/SparseSolve.h"
|
||||
|
||||
#include "src/SparseExtra/DynamicSparseMatrix.h"
|
||||
#include "src/SparseExtra/BlockOfDynamicSparseMatrix.h"
|
||||
@@ -61,10 +62,6 @@ enum {
|
||||
|
||||
#include "src/SparseExtra/MarketIO.h"
|
||||
|
||||
#include "src/SparseExtra/Solve.h"
|
||||
#include "src/SparseExtra/Amd.h"
|
||||
#include "src/SparseExtra/SimplicialCholesky.h"
|
||||
|
||||
#include "src/SparseExtra/SparseLLT.h"
|
||||
#include "src/SparseExtra/SparseLDLTLegacy.h"
|
||||
#include "src/SparseExtra/SparseLU.h"
|
||||
|
||||
Reference in New Issue
Block a user