mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-06 19:10:36 +08:00
Include SparseLU and SparseQR
This commit is contained in:
parent
5d1a74da0a
commit
f8addac4e1
@ -7,6 +7,8 @@
|
||||
* - SparseCore
|
||||
* - OrderingMethods
|
||||
* - SparseCholesky
|
||||
* - SparseLU
|
||||
* - SparseQR
|
||||
* - IterativeLinearSolvers
|
||||
*
|
||||
* \code
|
||||
@ -17,6 +19,8 @@
|
||||
#include "SparseCore"
|
||||
#include "OrderingMethods"
|
||||
#include "SparseCholesky"
|
||||
#include "SparseLU"
|
||||
#include "SparseQR"
|
||||
#include "IterativeLinearSolvers"
|
||||
|
||||
#endif // EIGEN_SPARSE_MODULE_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user