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

@@ -425,7 +425,7 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<MatrixType_> > {
/** Performs a numeric decomposition of \a matrix
*
* The given matrix must has the same sparsity than the matrix on which the pattern anylysis has been performed.
* The given matrix must have the same sparsity than the matrix on which the pattern anylysis has been performed.
*
* \sa analyzePattern(), compute()
*/