Grammar fix "must has" --> "must have".

This commit is contained in:
Antonio Sanchez
2025-10-11 15:51:26 -07:00
committed by Rasmus Munk Larsen
parent 565db1c603
commit 52358cb93b
5 changed files with 18 additions and 10 deletions

View File

@@ -157,7 +157,8 @@ class PardisoImpl : public SparseSolverBase<Derived> {
/** Performs a numeric decomposition of \a matrix
*
* The given matrix must has the same sparsity than the matrix on which the symbolic decomposition has been performed.
* The given matrix must have the same sparsity than the matrix on which the symbolic decomposition has been
* performed.
*
* \sa analyzePattern()
*/