From 033ee7f6d91286920d56de1003f582f4570ff5b3 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Sat, 8 Mar 2014 00:44:56 -0500 Subject: Fix typo: 'explicitely' -> 'explicitly' --- doc/TopicLinearAlgebraDecompositions.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TopicLinearAlgebraDecompositions.dox') 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
Implicit Multi Threading (MT)
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.
Explicit Multi Threading (MT)
-
Means the algorithm is explicitely parallelized to take advantage of multicore processors via OpenMP.
+
Means the algorithm is explicitly parallelized to take advantage of multicore processors via OpenMP.
Meta-unroller
Means the algorithm is automatically and explicitly unrolled for very small fixed size matrices.
-- cgit v1.2.3