[upstream_utils] Upgrade Eigen to fix warning suppression upstream (#6923)

This commit is contained in:
Tyler Veness
2024-08-03 22:17:17 -07:00
committed by GitHub
parent ed37bd5ab1
commit 712db6711a
49 changed files with 222 additions and 219 deletions

View File

@@ -54,7 +54,7 @@
* \note Some of these methods (like AMD or METIS), need the sparsity pattern
* of the input matrix to be symmetric. When the matrix is structurally unsymmetric,
* Eigen computes internally the pattern of \f$A^T*A\f$ before calling the method.
* If your matrix is already symmetric (at leat in structure), you can avoid that
* If your matrix is already symmetric (at least in structure), you can avoid that
* by calling the method with a SelfAdjointView type.
*
* \code