diff --git a/Eigen/src/KLUSupport/KLUSupport.h b/Eigen/src/KLUSupport/KLUSupport.h index 91960222d..21324ab74 100644 --- a/Eigen/src/KLUSupport/KLUSupport.h +++ b/Eigen/src/KLUSupport/KLUSupport.h @@ -182,7 +182,7 @@ class KLU : public SparseSolverBase > { /** 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() */ diff --git a/Eigen/src/PardisoSupport/PardisoSupport.h b/Eigen/src/PardisoSupport/PardisoSupport.h index c4ca6d385..2f5d83eeb 100644 --- a/Eigen/src/PardisoSupport/PardisoSupport.h +++ b/Eigen/src/PardisoSupport/PardisoSupport.h @@ -157,7 +157,8 @@ class PardisoImpl : public SparseSolverBase { /** 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() */ diff --git a/Eigen/src/SparseCholesky/SimplicialCholesky.h b/Eigen/src/SparseCholesky/SimplicialCholesky.h index d8e29447f..14147945a 100644 --- a/Eigen/src/SparseCholesky/SimplicialCholesky.h +++ b/Eigen/src/SparseCholesky/SimplicialCholesky.h @@ -416,7 +416,8 @@ class SimplicialLLT : public SimplicialCholeskyBase > { /** 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() */ @@ -791,7 +792,8 @@ class SuperILU : public SuperLUBase > { /** 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() */ diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h index 1df8493d3..22c701b97 100644 --- a/Eigen/src/UmfPackSupport/UmfPackSupport.h +++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h @@ -425,7 +425,7 @@ class UmfPackLU : public SparseSolverBase > { /** 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() */