diff --git a/Eigen/src/KLUSupport/KLUSupport.h b/Eigen/src/KLUSupport/KLUSupport.h index 91960222d8b60a9b9488e828cb42dc263c71f664..21324ab743c1ca67e3ee7252149d138dc956bd83 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 c4ca6d385d6bfc9dcd1fb8582f9e634dd6a4a6b7..2f5d83eebfaa2ed9eb5b4bc1525ef6c2a5290248 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 d8e29447f0f4610013f026e1adc564ce0655ab41..14147945aef3b9d308b42789ff99050019754981 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 1df8493d33b5d861145245bf7b7fb4149d117a57..22c701b975c3c31444f6d420462f5936fb3a9ca5 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() */