Include SparseLU and SparseQR
This commit is contained in:
parent
5d1a74da0a
commit
f8addac4e1
@ -7,6 +7,8 @@
|
|||||||
* - SparseCore
|
* - SparseCore
|
||||||
* - OrderingMethods
|
* - OrderingMethods
|
||||||
* - SparseCholesky
|
* - SparseCholesky
|
||||||
|
* - SparseLU
|
||||||
|
* - SparseQR
|
||||||
* - IterativeLinearSolvers
|
* - IterativeLinearSolvers
|
||||||
*
|
*
|
||||||
* \code
|
* \code
|
||||||
@ -17,6 +19,8 @@
|
|||||||
#include "SparseCore"
|
#include "SparseCore"
|
||||||
#include "OrderingMethods"
|
#include "OrderingMethods"
|
||||||
#include "SparseCholesky"
|
#include "SparseCholesky"
|
||||||
|
#include "SparseLU"
|
||||||
|
#include "SparseQR"
|
||||||
#include "IterativeLinearSolvers"
|
#include "IterativeLinearSolvers"
|
||||||
|
|
||||||
#endif // EIGEN_SPARSE_MODULE_H
|
#endif // EIGEN_SPARSE_MODULE_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user