Math à la LaTeX
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 15:32:19 +0000 (16:32 +0100)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 15:32:19 +0000 (16:32 +0100)
pipstransfo.tex

index f24434a..65ecf0b 100644 (file)
 
 \item[loop unrolling]{
   is a loop transformation.
 
 \item[loop unrolling]{
   is a loop transformation.
-  Unrolling a loop by a factor of $n$ consists in the substitution of a loop
-  body by itself, replicated $n$ times. A prelude and/or postlude are
+  Unrolling a loop by a factor of \(n\) consists in the substitution of a loop
+  body by itself, replicated \(n\) times. A prelude and/or postlude are
   added to preserve the number of iteration.}
 
 \item[loop fusion]{
   added to preserve the number of iteration.}
 
 \item[loop fusion]{
   operator by its expanded form.}
 
 \item[n address code generation]{is the process of splitting
   operator by its expanded form.}
 
 \item[n address code generation]{is the process of splitting
-  complex expression in simpler ones that take at most $n$ operands.}
+  complex expression in simpler ones that take at most \(n\) operands.}
 
 \item[memory footprint reduction]{is the process of tiling a loop
   to make sure the iteration over the tile has a memory footprint bounded by
 
 \item[memory footprint reduction]{is the process of tiling a loop
   to make sure the iteration over the tile has a memory footprint bounded by