aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicLinearAlgebraDecompositions.dox
diff options
context:
space:
mode:
authorGravatar Henry de Valence <hdevalence@hdevalence.ca>2014-03-08 00:44:56 -0500
committerGravatar Henry de Valence <hdevalence@hdevalence.ca>2014-03-08 00:44:56 -0500
commit033ee7f6d91286920d56de1003f582f4570ff5b3 (patch)
tree4b4eac7532a521a7a00fb4defef3285774ff00f9 /doc/TopicLinearAlgebraDecompositions.dox
parentba2f79e6800ca2762821fe5ab537bc5f10a1268a (diff)
Fix typo: 'explicitely' -> 'explicitly'
Diffstat (limited to 'doc/TopicLinearAlgebraDecompositions.dox')
-rw-r--r--doc/TopicLinearAlgebraDecompositions.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TopicLinearAlgebraDecompositions.dox b/doc/TopicLinearAlgebraDecompositions.dox
index 8649cc27b..77f2c92ab 100644
--- a/doc/TopicLinearAlgebraDecompositions.dox
+++ b/doc/TopicLinearAlgebraDecompositions.dox
@@ -249,7 +249,7 @@ For an introduction on linear solvers and decompositions, check this \link Tutor
<dt><b>Implicit Multi Threading (MT)</b></dt>
<dd>Means the algorithm can take advantage of multicore processors via OpenMP. "Implicit" means the algortihm itself is not parallelized, but that it relies on parallelized matrix-matrix product rountines.</dd>
<dt><b>Explicit Multi Threading (MT)</b></dt>
- <dd>Means the algorithm is explicitely parallelized to take advantage of multicore processors via OpenMP.</dd>
+ <dd>Means the algorithm is explicitly parallelized to take advantage of multicore processors via OpenMP.</dd>
<dt><b>Meta-unroller</b></dt>
<dd>Means the algorithm is automatically and explicitly unrolled for very small fixed size matrices.</dd>
<dt><b></b></dt>