mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-23 06:43:13 +08:00
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…
x
Reference in New Issue
Block a user