[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:
Tyler Veness
2022-08-13 18:32:02 -07:00
committed by GitHub
parent 44abc8dfa6
commit c5db23f296
68 changed files with 19777 additions and 0 deletions

View File

@@ -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",