diff --git a/Eigen/src/KLUSupport/KLUSupport.h b/Eigen/src/KLUSupport/KLUSupport.h index 12cf6c2b2b344d54a9c32e1a5ba7ce81b21ef313..91960222d8b60a9b9488e828cb42dc263c71f664 100644 --- a/Eigen/src/KLUSupport/KLUSupport.h +++ b/Eigen/src/KLUSupport/KLUSupport.h @@ -150,7 +150,7 @@ class KLU : public SparseSolverBase > { factorize_impl(); } - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -182,7 +182,7 @@ class KLU : public SparseSolverBase > { /** Performs a numeric decomposition of \a matrix * - * The given matrix must has the same sparcity than the matrix on which the pattern anylysis has been performed. + * The given matrix must has 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 67c1167750d04edfacb9015895ec0965b9127dc5..c4ca6d385d6bfc9dcd1fb8582f9e634dd6a4a6b7 100644 --- a/Eigen/src/PardisoSupport/PardisoSupport.h +++ b/Eigen/src/PardisoSupport/PardisoSupport.h @@ -147,7 +147,7 @@ class PardisoImpl : public SparseSolverBase { * See the PARDISO manual to know how to use it. */ ParameterType& pardisoParameterArray() { return m_iparm; } - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -157,7 +157,7 @@ class PardisoImpl : public SparseSolverBase { /** Performs a numeric decomposition of \a matrix * - * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. + * The given matrix must has 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 3ccbb037e68e2953739e96b04098f15d8b44ae7d..d8e29447f0f4610013f026e1adc564ce0655ab41 100644 --- a/Eigen/src/SparseCholesky/SimplicialCholesky.h +++ b/Eigen/src/SparseCholesky/SimplicialCholesky.h @@ -406,7 +406,7 @@ class SimplicialLLT : public SimplicialCholeskyBase { derived().factorize(matrix); } - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -473,7 +473,7 @@ class SuperLU : public SuperLUBase > { ~SuperLU() {} - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -487,7 +487,7 @@ class SuperLU : public SuperLUBase > { /** Performs a numeric decomposition of \a matrix * - * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. + * The given matrix must has the same sparsity than the matrix on which the symbolic decomposition has been performed. * * \sa analyzePattern() */ @@ -781,7 +781,7 @@ class SuperILU : public SuperLUBase > { ~SuperILU() {} - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -791,7 +791,7 @@ class SuperILU : public SuperLUBase > { /** Performs a numeric decomposition of \a matrix * - * The given matrix must has the same sparcity than the matrix on which the symbolic decomposition has been performed. + * The given matrix must has 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 3fdcc1fd4414d68651c75df9a866d2ac8cf372da..1df8493d33b5d861145245bf7b7fb4149d117a57 100644 --- a/Eigen/src/UmfPackSupport/UmfPackSupport.h +++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h @@ -381,7 +381,7 @@ class UmfPackLU : public SparseSolverBase > { factorize_impl(); } - /** Performs a symbolic decomposition on the sparcity of \a matrix. + /** Performs a symbolic decomposition on the sparsity of \a matrix. * * This function is particularly useful when solving for several problems having the same structure. * @@ -425,7 +425,7 @@ class UmfPackLU : public SparseSolverBase > { /** Performs a numeric decomposition of \a matrix * - * The given matrix must has the same sparcity than the matrix on which the pattern anylysis has been performed. + * The given matrix must has the same sparsity than the matrix on which the pattern anylysis has been performed. * * \sa analyzePattern(), compute() */