mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fixed typo sparcity -> sparsity
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
8a8fbc8f5e
commit
52fc978c6f
@@ -147,7 +147,7 @@ class PardisoImpl : public SparseSolverBase<Derived> {
|
||||
* 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<Derived> {
|
||||
|
||||
/** 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()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user