mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[wpimath] Add Eigen sparse matrix and iterative solver support (#4349)
These are useful for efficiently solving huge, but sparse systems of equations that occur often in optimization problems.
This commit is contained in:
@@ -56,10 +56,16 @@ def eigen_inclusions(dp, f):
|
||||
"Core",
|
||||
"Eigenvalues",
|
||||
"Householder",
|
||||
"IterativeLinearSolvers",
|
||||
"Jacobi",
|
||||
"LU",
|
||||
"OrderingMethods",
|
||||
"QR",
|
||||
"SVD",
|
||||
"SparseCholesky",
|
||||
"SparseCore",
|
||||
"SparseLU",
|
||||
"SparseQR",
|
||||
"StlSupport",
|
||||
"misc",
|
||||
"plugins",
|
||||
|
||||
Reference in New Issue
Block a user