]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter7/figures/scalingNx25.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update
[book_gpu.git] / BookGPU / Chapters / chapter7 / figures / scalingNx25.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Darwin 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64.
3 %%Title: /Users/apek/SVN/bookgpu/Chapters/chapter7/figures/scalingNx25.eps
4 %%CreationDate: 11/27/2012  00:02:13
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox:    17   210   577   630
10 %%EndComments
11
12 %%BeginProlog
13 % MathWorks dictionary
14 /MathWorks 160 dict begin
15 % definition operators
16 /bdef {bind def} bind def
17 /ldef {load def} bind def
18 /xdef {exch def} bdef
19 /xstore {exch store} bdef
20 % operator abbreviations
21 /c  /clip ldef
22 /cc /concat ldef
23 /cp /closepath ldef
24 /gr /grestore ldef
25 /gs /gsave ldef
26 /mt /moveto ldef
27 /np /newpath ldef
28 /cm /currentmatrix ldef
29 /sm /setmatrix ldef
30 /rm /rmoveto ldef
31 /rl /rlineto ldef
32 /s {show newpath} bdef
33 /sc {setcmykcolor} bdef
34 /sr /setrgbcolor ldef
35 /sg /setgray ldef
36 /w /setlinewidth ldef
37 /j /setlinejoin ldef
38 /cap /setlinecap ldef
39 /rc {rectclip} bdef
40 /rf {rectfill} bdef
41 % page state control
42 /pgsv () def
43 /bpage {/pgsv save def} bdef
44 /epage {pgsv restore} bdef
45 /bplot /gsave ldef
46 /eplot {stroke grestore} bdef
47 % orientation switch
48 /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
49 % coordinate system mappings
50 /dpi2point 0 def
51 % font control
52 /FontSize 0 def
53 /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
54   makefont setfont} bdef
55 /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
56   exch dup 3 1 roll findfont dup length dict begin
57   { 1 index /FID ne {def}{pop pop} ifelse } forall
58   /Encoding exch def currentdict end definefont pop} bdef
59 /isroman {findfont /CharStrings get /Agrave known} bdef
60 /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
61   exch FMS} bdef
62 /csm {1 dpi2point div -1 dpi2point div scale neg translate
63  dup landscapeMode eq {pop -90 rotate}
64   {rotateMode eq {90 rotate} if} ifelse} bdef
65 % line types: solid, dotted, dashed, dotdash
66 /SO { [] 0 setdash } bdef
67 /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
68 /DA { [6 dpi2point mul] 0 setdash } bdef
69 /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
70   dpi2point mul] 0 setdash } bdef
71 % macros for lines and objects
72 /L {lineto stroke} bdef
73 /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
74 /AP {{rlineto} repeat} bdef
75 /PDlw -1 def
76 /W {/PDlw currentlinewidth def setlinewidth} def
77 /PP {closepath eofill} bdef
78 /DP {closepath stroke} bdef
79 /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
80   neg 0 exch rlineto closepath} bdef
81 /FR {MR stroke} bdef
82 /PR {MR fill} bdef
83 /L1i {{currentfile picstr readhexstring pop} image} bdef
84 /tMatrix matrix def
85 /MakeOval {newpath tMatrix currentmatrix pop translate scale
86 0 0 1 0 360 arc tMatrix setmatrix} bdef
87 /FO {MakeOval stroke} bdef
88 /PO {MakeOval fill} bdef
89 /PD {currentlinewidth 2 div 0 360 arc fill
90    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
91 /FA {newpath tMatrix currentmatrix pop translate scale
92   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
93 /PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
94   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
95 /FAn {newpath tMatrix currentmatrix pop translate scale
96   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
97 /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
98   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
99 /vradius 0 def /hradius 0 def /lry 0 def
100 /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101 /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104   tMatrix setmatrix lrx hradius sub uly vradius add translate
105   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106   lrx hradius sub lry vradius sub translate hradius vradius scale
107   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109   closepath} bdef
110 /FRR {MRR stroke } bdef
111 /PRR {MRR fill } bdef
112 /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116   closepath} bdef
117 /FlrRR {MlrRR stroke } bdef
118 /PlrRR {MlrRR fill } bdef
119 /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123   closepath} bdef
124 /FtbRR {MtbRR stroke } bdef
125 /PtbRR {MtbRR fill } bdef
126 /stri 6 array def /dtri 6 array def
127 /smat 6 array def /dmat 6 array def
128 /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129 /asub {/ind2 exch def /ind1 exch def dup dup
130   ind1 get exch ind2 get sub exch } bdef
131 /tri_to_matrix {
132   2 0 asub 3 1 asub 4 0 asub 5 1 asub
133   dup 0 get exch 1 get 7 -1 roll astore } bdef
134 /compute_transform {
135   dmat dtri tri_to_matrix tmat1 invertmatrix 
136   smat stri tri_to_matrix tmat2 concatmatrix } bdef
137 /ds {stri astore pop} bdef
138 /dt {dtri astore pop} bdef
139 /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140   currentfile 
141   3 index 0 eq {/ASCIIHexDecode filter}
142   {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143   ifelse exch readstring pop
144   dup 0 3 index getinterval /rbmap xdef
145   dup 2 index dup getinterval /gbmap xdef
146   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
147 /it {gs np dtri aload pop moveto lineto lineto cp c
148   cols rows 8 compute_transform 
149   rbmap gbmap bbmap true 3 colorimage gr}bdef
150 /il {newpath moveto lineto stroke}bdef
151 currentdict end def
152 %%EndProlog
153
154 %%BeginSetup
155 MathWorks begin
156
157 0 cap
158
159 end
160 %%EndSetup
161
162 %%Page: 1 1
163 %%BeginPageSetup
164 %%PageBoundingBox:    17   210   577   630
165 MathWorks begin
166 bpage
167 %%EndPageSetup
168
169 %%BeginObject: obj1
170 bplot
171
172 /dpi2point 12 def
173 portraitMode 0204 7560 csm
174
175     0     0  6723  5040 rc
176 85 dict begin %Colortable dictionary
177 /c0 { 0.000000 0.000000 0.000000 sr} bdef
178 /c1 { 1.000000 1.000000 1.000000 sr} bdef
179 /c2 { 0.900000 0.000000 0.000000 sr} bdef
180 /c3 { 0.000000 0.820000 0.000000 sr} bdef
181 /c4 { 0.000000 0.000000 0.800000 sr} bdef
182 /c5 { 0.910000 0.820000 0.320000 sr} bdef
183 /c6 { 1.000000 0.260000 0.820000 sr} bdef
184 /c7 { 0.000000 0.820000 0.820000 sr} bdef
185 c0
186 1 j
187 1 sg
188    0    0 6724 5041 rf
189 24 w
190 0 4108 5210 0 0 -4108 874 4486 4 MP
191 PP
192 -5210 0 0 4108 5210 0 0 -4108 874 4486 5 MP stroke
193 16 w
194 DO
195 SO
196 24 w
197 0 sg
198  874 4486 mt 6084 4486 L
199  874  378 mt 6084  378 L
200  874 4486 mt  874  378 L
201 6084 4486 mt 6084  378 L
202  874 4486 mt 6084 4486 L
203  874 4486 mt  874  378 L
204  874 4486 mt  874 4433 L
205  874  378 mt  874  430 L
206 %%IncludeResource: font Helvetica
207 /Helvetica /ISOLatin1Encoding 168 FMSR
208
209  730 4676 mt 
210 (-1) s
211 2176 4486 mt 2176 4433 L
212 2176  378 mt 2176  430 L
213 1962 4676 mt 
214 (-0.5) s
215 3479 4486 mt 3479 4433 L
216 3479  378 mt 3479  430 L
217 3433 4676 mt 
218 (0) s
219 4781 4486 mt 4781 4433 L
220 4781  378 mt 4781  430 L
221 4665 4676 mt 
222 (0.5) s
223 6084 4486 mt 6084 4433 L
224 6084  378 mt 6084  430 L
225 6038 4676 mt 
226 (1) s
227  874 4486 mt  926 4486 L
228 6084 4486 mt 6031 4486 L
229  746 4548 mt 
230 (0) s
231  874 4075 mt  926 4075 L
232 6084 4075 mt 6031 4075 L
233  606 4137 mt 
234 (0.1) s
235  874 3664 mt  926 3664 L
236 6084 3664 mt 6031 3664 L
237  606 3726 mt 
238 (0.2) s
239  874 3253 mt  926 3253 L
240 6084 3253 mt 6031 3253 L
241  606 3315 mt 
242 (0.3) s
243  874 2842 mt  926 2842 L
244 6084 2842 mt 6031 2842 L
245  606 2904 mt 
246 (0.4) s
247  874 2432 mt  926 2432 L
248 6084 2432 mt 6031 2432 L
249  606 2494 mt 
250 (0.5) s
251  874 2021 mt  926 2021 L
252 6084 2021 mt 6031 2021 L
253  606 2083 mt 
254 (0.6) s
255  874 1610 mt  926 1610 L
256 6084 1610 mt 6031 1610 L
257  606 1672 mt 
258 (0.7) s
259  874 1199 mt  926 1199 L
260 6084 1199 mt 6031 1199 L
261  606 1261 mt 
262 (0.8) s
263  874  788 mt  926  788 L
264 6084  788 mt 6031  788 L
265  606  850 mt 
266 (0.9) s
267  874  378 mt  926  378 L
268 6084  378 mt 6031  378 L
269  746  440 mt 
270 (1) s
271  874 4486 mt 6084 4486 L
272  874  378 mt 6084  378 L
273  874 4486 mt  874  378 L
274 6084 4486 mt 6084  378 L
275 gs 874 378 5211 4109 rc
276 0 -4108 874 4486 2 MP stroke
277 -20 -216 -20 -216 -20 -216 -20 -216 -20 -217 -20 -216 -20 -216 -20 -216 
278 -20 -216 -20 -217 -20 -216 -20 -216 -21 -216 -20 -216 -20 -217 -20 -216 
279 -20 -216 -20 -216 -20 -217 1472 4486 20 MP stroke
280 -35 -216 -34 -216 -35 -216 -35 -216 -35 -217 -35 -216 -35 -216 -35 -216 
281 -35 -216 -35 -217 -35 -216 -35 -216 -35 -216 -34 -216 -35 -217 -35 -216 
282 -35 -216 -35 -216 -35 -217 1971 4486 20 MP stroke
283 -45 -216 -45 -216 -45 -216 -45 -216 -45 -217 -45 -216 -45 -216 -45 -216 
284 -45 -216 -45 -217 -45 -216 -45 -216 -45 -216 -45 -216 -45 -217 -45 -216 
285 -45 -216 -45 -216 -45 -217 2380 4486 20 MP stroke
286 -51 -216 -50 -216 -51 -216 -51 -216 -51 -217 -51 -216 -50 -216 -51 -216 
287 -51 -216 -51 -217 -50 -216 -51 -216 -51 -216 -51 -216 -51 -217 -50 -216 
288 -51 -216 -51 -216 -51 -217 2707 4486 20 MP stroke
289 -53 -216 -52 -216 -53 -216 -53 -216 -53 -217 -52 -216 -53 -216 -53 -216 
290 -53 -216 -53 -217 -52 -216 -53 -216 -53 -216 -53 -216 -52 -217 -53 -216 
291 -53 -216 -53 -216 -52 -217 2961 4486 20 MP stroke
292 -51 -216 -52 -216 -51 -216 -52 -216 -51 -217 -51 -216 -52 -216 -51 -216 
293 -52 -216 -51 -217 -52 -216 -51 -216 -51 -216 -52 -216 -51 -217 -52 -216 
294 -51 -216 -51 -216 -52 -217 3153 4486 20 MP stroke
295 -47 -216 -48 -216 -47 -216 -47 -216 -47 -217 -47 -216 -48 -216 -47 -216 
296 -47 -216 -47 -217 -47 -216 -48 -216 -47 -216 -47 -216 -47 -217 -47 -216 
297 -48 -216 -47 -216 -47 -217 3290 4486 20 MP stroke
298 -41 -216 -40 -216 -41 -216 -41 -216 -40 -217 -41 -216 -41 -216 -40 -216 
299 -41 -216 -40 -217 -41 -216 -41 -216 -40 -216 -41 -216 -41 -217 -40 -216 
300 -41 -216 -40 -216 -41 -217 3382 4486 20 MP stroke
301 -32 -216 -33 -216 -32 -216 -32 -216 -32 -217 -32 -216 -32 -216 -32 -216 
302 -32 -216 -33 -217 -32 -216 -32 -216 -32 -216 -32 -216 -32 -217 -32 -216 
303 -33 -216 -32 -216 -32 -217 3438 4486 20 MP stroke
304 -23 -216 -22 -216 -22 -216 -22 -216 -22 -217 -23 -216 -22 -216 -22 -216 
305 -22 -216 -22 -217 -23 -216 -22 -216 -22 -216 -22 -216 -23 -217 -22 -216 
306 -22 -216 -22 -216 -22 -217 3466 4486 20 MP stroke
307 -12 -216 -11 -216 -11 -216 -12 -216 -11 -217 -11 -216 -12 -216 -11 -216 
308 -12 -216 -11 -217 -11 -216 -12 -216 -11 -216 -11 -216 -12 -217 -11 -216 
309 -11 -216 -12 -216 -11 -217 3477 4486 20 MP stroke
310 0 -4108 3479 4486 2 MP stroke
311 12 -216 11 -216 11 -216 12 -216 11 -217 11 -216 12 -216 11 -216 
312 12 -216 11 -217 11 -216 12 -216 11 -216 11 -216 12 -217 11 -216 
313 11 -216 12 -216 11 -217 3480 4486 20 MP stroke
314 23 -216 22 -216 22 -216 22 -216 22 -217 23 -216 22 -216 22 -216 
315 22 -216 22 -217 23 -216 22 -216 22 -216 22 -216 23 -217 22 -216 
316 22 -216 22 -216 22 -217 3491 4486 20 MP stroke
317 32 -216 33 -216 32 -216 32 -216 32 -217 32 -216 32 -216 32 -216 
318 32 -216 33 -217 32 -216 32 -216 32 -216 32 -216 32 -217 32 -216 
319 33 -216 32 -216 32 -217 3519 4486 20 MP stroke
320 41 -216 40 -216 41 -216 41 -216 40 -217 41 -216 41 -216 40 -216 
321 41 -216 40 -217 41 -216 41 -216 40 -216 41 -216 41 -217 40 -216 
322 41 -216 40 -216 41 -217 3575 4486 20 MP stroke
323 47 -216 48 -216 47 -216 47 -216 47 -217 47 -216 48 -216 47 -216 
324 47 -216 47 -217 47 -216 48 -216 47 -216 47 -216 47 -217 47 -216 
325 48 -216 47 -216 47 -217 3667 4486 20 MP stroke
326 51 -216 52 -216 51 -216 52 -216 51 -217 51 -216 52 -216 51 -216 
327 52 -216 51 -217 52 -216 51 -216 51 -216 52 -216 51 -217 52 -216 
328 51 -216 51 -216 52 -217 3804 4486 20 MP stroke
329 53 -216 52 -216 53 -216 53 -216 53 -217 52 -216 53 -216 53 -216 
330 53 -216 53 -217 52 -216 53 -216 53 -216 53 -216 52 -217 53 -216 
331 53 -216 53 -216 52 -217 3996 4486 20 MP stroke
332 51 -216 50 -216 51 -216 51 -216 51 -217 51 -216 50 -216 51 -216 
333 51 -216 51 -217 50 -216 51 -216 51 -216 51 -216 51 -217 50 -216 
334 51 -216 51 -216 51 -217 4250 4486 20 MP stroke
335 45 -216 45 -216 45 -216 45 -216 45 -217 45 -216 45 -216 45 -216 
336 45 -216 45 -217 45 -216 45 -216 45 -216 45 -216 45 -217 45 -216 
337 45 -216 45 -216 45 -217 4577 4486 20 MP stroke
338 35 -216 34 -216 35 -216 35 -216 35 -217 35 -216 35 -216 35 -216 
339 35 -216 35 -217 35 -216 35 -216 35 -216 34 -216 35 -217 35 -216 
340 35 -216 35 -216 35 -217 4986 4486 20 MP stroke
341 20 -216 20 -216 20 -216 20 -216 20 -217 20 -216 20 -216 20 -216 
342 20 -216 20 -217 20 -216 20 -216 21 -216 20 -216 20 -217 20 -216 
343 20 -216 20 -216 20 -217 5485 4486 20 MP stroke
344 0 -4108 6084 4486 2 MP stroke
345 gr
346
347 3436 4854 mt 
348 (x) s
349  514 2480 mt  -90 rotate
350 (a) s
351 90 rotate
352
353 end %%Color Dict
354
355 eplot
356 %%EndObject
357
358 epage
359 end
360
361 showpage
362
363 %%Trailer
364 %%EOF