Skip to content
Snippets Groups Projects
Commit 708a86bf authored by Aidan Chalk's avatar Aidan Chalk
Browse files

New first version of the plots, old version still available as .old files

parent be009de7
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Linux 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64.
%%Title: figures/BH_scaling.eps
%%CreationDate: 10/27/2014 10:44:42
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 29 20 872 325
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 29 20 872 325
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0216 4008 csm
143 101 10108 3660 rc
85 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 10369 3802 rf
6 w
0 3041 3111 0 0 -3041 310 3421 4 MP
PP
-3111 0 0 3041 3111 0 0 -3041 310 3421 5 MP stroke
4 w
DO
SO
6 w
0 sg
310 3421 mt 3421 3421 L
310 380 mt 3421 380 L
310 3421 mt 310 380 L
3421 3421 mt 3421 380 L
310 3421 mt 3421 3421 L
310 3421 mt 310 380 L
755 3421 mt 755 3389 L
755 380 mt 755 411 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
689 3566 mt
(10) s
1248 3421 mt 1248 3389 L
1248 380 mt 1248 411 L
1182 3566 mt
(20) s
1742 3421 mt 1742 3389 L
1742 380 mt 1742 411 L
1676 3566 mt
(30) s
2236 3421 mt 2236 3389 L
2236 380 mt 2236 411 L
2170 3566 mt
(40) s
2729 3421 mt 2729 3389 L
2729 380 mt 2729 411 L
2663 3566 mt
(50) s
3223 3421 mt 3223 3389 L
3223 380 mt 3223 411 L
3157 3566 mt
(60) s
310 2986 mt 342 2986 L
3421 2986 mt 3389 2986 L
143 3030 mt
(10) s
310 2503 mt 342 2503 L
3421 2503 mt 3389 2503 L
143 2547 mt
(20) s
310 2021 mt 342 2021 L
3421 2021 mt 3389 2021 L
143 2065 mt
(30) s
310 1538 mt 342 1538 L
3421 1538 mt 3389 1538 L
143 1582 mt
(40) s
310 1055 mt 342 1055 L
3421 1055 mt 3389 1055 L
143 1099 mt
(50) s
310 573 mt 342 573 L
3421 573 mt 3389 573 L
143 617 mt
(60) s
310 3421 mt 3421 3421 L
310 380 mt 3421 380 L
310 3421 mt 310 380 L
3421 3421 mt 3421 380 L
gs 311 380 3111 3042 rc
24 w
50 -10 49 -5 50 -34 49 -54 49 -6 50 -3 49 -43 49 -21
50 -25 49 -27 50 -38 49 -2 49 -38 50 -31 49 -20 49 -29
50 -27 49 -17 49 -56 50 1 49 -51 50 -26 49 -22 49 -21
50 -32 49 -27 49 -23 50 -25 49 -45 49 -16 50 -24 49 -38
50 -41 49 -48 49 -48 50 -44 49 -43 49 -51 50 -47 49 -38
49 -58 50 -46 49 -44 50 -44 49 -45 49 -45 50 -41 49 -48
49 -44 50 -47 49 -48 49 -48 50 -47 49 -48 50 -47 49 -47
49 -48 50 -48 49 -49 49 -47 50 -48 49 -48 49 -49 311 3421 64 MP stroke
DD
50 75 49 -23 50 -20 49 9 49 299 50 -13 49 -223 49 183
50 13 49 -77 50 7 49 15 49 -32 50 -2 49 -4 49 -11
50 -13 49 -11 49 -18 50 -20 49 -5 50 -23 49 -6 49 -16
50 -23 49 -4 49 -16 50 -21 49 -2 49 -11 50 5 49 -28
50 29 49 -50 49 40 50 -20 49 -24 49 -47 50 -4 49 -36
49 -8 50 -18 49 -19 50 -9 49 -23 49 -22 50 -15 49 -10
49 -40 50 -4 49 -15 49 -18 50 -22 49 -13 50 -28 49 -5
49 -33 50 -21 49 -20 49 -18 50 -25 49 -22 4 -3 356 3422 64 MP stroke
gr
24 w
DD
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR
2964 1101 mt
(323ms) s
2964 2501 mt
(811ms) s
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
1638 3709 mt
(nr. cores) s
gs 311 380 3111 3042 rc
DO
16.8 w
3110 -3041 311 3421 2 MP stroke
gr
16.8 w
DO
1288 285 mt
(Speedup Barnes-Hut) s
SO
6 w
1 sg
0 3041 6221 0 0 -3041 3940 3421 4 MP
PP
-6221 0 0 3041 6221 0 0 -3041 3940 3421 5 MP stroke
4 w
DO
SO
6 w
0 sg
3940 3421 mt 10161 3421 L
3940 380 mt 10161 380 L
3940 3421 mt 3940 380 L
10161 3421 mt 10161 380 L
3940 3421 mt 10161 3421 L
3940 3421 mt 3940 380 L
4828 3421 mt 4828 3358 L
4828 380 mt 4828 442 L
4762 3566 mt
(10) s
5816 3421 mt 5816 3358 L
5816 380 mt 5816 442 L
5750 3566 mt
(20) s
6803 3421 mt 6803 3358 L
6803 380 mt 6803 442 L
6737 3566 mt
(30) s
7791 3421 mt 7791 3358 L
7791 380 mt 7791 442 L
7725 3566 mt
(40) s
8778 3421 mt 8778 3358 L
8778 380 mt 8778 442 L
8712 3566 mt
(50) s
9766 3421 mt 9766 3358 L
9766 380 mt 9766 442 L
9700 3566 mt
(60) s
3940 3421 mt 4002 3421 L
10161 3421 mt 10098 3421 L
3839 3465 mt
(0) s
3940 2868 mt 4002 2868 L
10161 2868 mt 10098 2868 L
3739 2912 mt
(0.2) s
3940 2315 mt 4002 2315 L
10161 2315 mt 10098 2315 L
3739 2359 mt
(0.4) s
3940 1762 mt 4002 1762 L
10161 1762 mt 10098 1762 L
3739 1806 mt
(0.6) s
3940 1209 mt 4002 1209 L
10161 1209 mt 10098 1209 L
3739 1253 mt
(0.8) s
3940 656 mt 4002 656 L
10161 656 mt 10098 656 L
3839 700 mt
(1) s
3940 3421 mt 10161 3421 L
3940 380 mt 10161 380 L
3940 3421 mt 3940 380 L
10161 3421 mt 10161 380 L
gs 3940 380 6222 3042 rc
24 w
99 23 99 30 99 4 98 -16 99 29 99 34 99 -5 98 18
99 14 99 12 99 2 98 40 99 1 99 10 99 24 98 13
99 17 99 29 99 -19 98 54 99 -11 99 21 99 29 98 30
99 17 99 23 99 32 98 31 99 1 99 48 99 37 98 15
99 11 99 -2 99 -3 98 7 99 6 99 -7 99 -2 98 21
99 -26 99 1 99 6 98 10 99 7 99 6 99 20 98 -3
99 14 99 6 99 -3 98 1 99 1 99 4 99 3 98 7
99 -2 99 1 99 -2 98 8 99 -2 99 5 98 2 3940 656 64 MP stroke
DD
99 147 99 -22 99 -17 98 35 99 572 99 5 99 -397 98 379
99 57 99 -123 99 46 98 64 99 -36 99 32 99 26 98 12
99 7 99 12 99 -3 98 -10 99 30 99 -17 99 29 98 1
99 -17 99 35 99 2 98 -10 99 46 99 19 99 73 98 -31
99 163 99 -110 99 217 98 3 99 -14 99 -112 99 65 98 -74
99 53 99 5 99 5 98 60 99 -18 99 -9 99 26 98 72
99 -138 99 117 99 48 98 31 99 -2 99 90 99 -74 98 220
99 -145 99 22 99 53 98 132 99 -17 99 78 98 74 3940 656 64 MP stroke
gr
24 w
DD
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR
9853 1168 mt
(75%) s
9853 2253 mt
(36%) s
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
6822 3709 mt
(nr. cores) s
6243 285 mt
(Parallel Efficiency Barnes-Hut) s
3923 3464 mt
( ) s
10145 422 mt
( ) s
gs 3940 380 6222 3042 rc
DO
16.8 w
6221 0 3940 656 2 MP stroke
SO
6 w
gr
6 w
SO
1 sg
0 334 1151 0 0 -334 3999 3362 4 MP
PP
-1151 0 0 334 1151 0 0 -334 3999 3362 5 MP stroke
4 w
DO
SO
6 w
0 sg
3999 3362 mt 5150 3362 L
3999 3028 mt 5150 3028 L
3999 3362 mt 3999 3028 L
5150 3362 mt 5150 3028 L
3999 3362 mt 5150 3362 L
3999 3362 mt 3999 3028 L
3999 3362 mt 5150 3362 L
3999 3028 mt 5150 3028 L
3999 3362 mt 3999 3028 L
5150 3362 mt 5150 3028 L
4454 3162 mt
(QuickSched) s
gs 3999 3028 1152 335 rc
24 w
350 0 4068 3119 2 MP stroke
gr
24 w
4454 3313 mt
(Gadget2) s
gs 3999 3028 1152 335 rc
DD
350 0 4068 3270 2 MP stroke
SO
6 w
gr
6 w
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF
File added
This diff is collapsed.
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Linux 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64.
%%Title: figures/QR_scaling.eps
%%CreationDate: 11/12/2013 22:26:21
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 25 16 791 297
%%EndComments
%%BeginProlog
% MathWorks dictionary
/MathWorks 160 dict begin
% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef
% operator abbreviations
/c /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rm /rmoveto ldef
/rl /rlineto ldef
/s {show newpath} bdef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef
% orientation switch
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
% coordinate system mappings
/dpi2point 0 def
% font control
/FontSize 0 def
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
makefont setfont} bdef
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
exch dup 3 1 roll findfont dup length dict begin
{ 1 index /FID ne {def}{pop pop} ifelse } forall
/Encoding exch def currentdict end definefont pop} bdef
/isroman {findfont /CharStrings get /Agrave known} bdef
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
exch FMS} bdef
/csm {1 dpi2point div -1 dpi2point div scale neg translate
dup landscapeMode eq {pop -90 rotate}
{rotateMode eq {90 rotate} if} ifelse} bdef
% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
dpi2point mul] 0 setdash } bdef
% macros for lines and objects
/L {lineto stroke} bdef
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
/AP {{rlineto} repeat} bdef
/PDlw -1 def
/W {/PDlw currentlinewidth def setlinewidth} def
/PP {closepath eofill} bdef
/DP {closepath stroke} bdef
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto
neg 0 exch rlineto closepath} bdef
/FR {MR stroke} bdef
/PR {MR fill} bdef
/L1i {{currentfile picstr readhexstring pop} image} bdef
/tMatrix matrix def
/MakeOval {newpath tMatrix currentmatrix pop translate scale
0 0 1 0 360 arc tMatrix setmatrix} bdef
/FO {MakeOval stroke} bdef
/PO {MakeOval fill} bdef
/PD {currentlinewidth 2 div 0 360 arc fill
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
/FA {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
/FAn {newpath tMatrix currentmatrix pop translate scale
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
/vradius 0 def /hradius 0 def /lry 0 def
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
vradius add translate hradius vradius scale 0 0 1 180 270 arc
tMatrix setmatrix lrx hradius sub uly vradius add translate
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
lrx hradius sub lry vradius sub translate hradius vradius scale
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
closepath} bdef
/FRR {MRR stroke } bdef
/PRR {MRR fill } bdef
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
closepath} bdef
/FlrRR {MlrRR stroke } bdef
/PlrRR {MlrRR fill } bdef
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
closepath} bdef
/FtbRR {MtbRR stroke } bdef
/PtbRR {MtbRR fill } bdef
/stri 6 array def /dtri 6 array def
/smat 6 array def /dmat 6 array def
/tmat1 6 array def /tmat2 6 array def /dif 3 array def
/asub {/ind2 exch def /ind1 exch def dup dup
ind1 get exch ind2 get sub exch } bdef
/tri_to_matrix {
2 0 asub 3 1 asub 4 0 asub 5 1 asub
dup 0 get exch 1 get 7 -1 roll astore } bdef
/compute_transform {
dmat dtri tri_to_matrix tmat1 invertmatrix
smat stri tri_to_matrix tmat2 concatmatrix } bdef
/ds {stri astore pop} bdef
/dt {dtri astore pop} bdef
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
currentfile
3 index 0 eq {/ASCIIHexDecode filter}
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
ifelse exch readstring pop
dup 0 3 index getinterval /rbmap xdef
dup 2 index dup getinterval /gbmap xdef
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
/it {gs np dtri aload pop moveto lineto lineto cp c
cols rows 8 compute_transform
rbmap gbmap bbmap true 3 colorimage gr}bdef
/il {newpath moveto lineto stroke}bdef
currentdict end def
%%EndProlog
%%BeginSetup
MathWorks begin
0 cap
end
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 25 16 791 297
MathWorks begin
bpage
%%EndPageSetup
%%BeginObject: obj1
bplot
/dpi2point 12 def
portraitMode 0192 3636 csm
114 65 9191 3375 rc
85 dict begin %Colortable dictionary
/c0 { 0.000000 0.000000 0.000000 sr} bdef
/c1 { 1.000000 1.000000 1.000000 sr} bdef
/c2 { 0.900000 0.000000 0.000000 sr} bdef
/c3 { 0.000000 0.820000 0.000000 sr} bdef
/c4 { 0.000000 0.000000 0.800000 sr} bdef
/c5 { 0.910000 0.820000 0.320000 sr} bdef
/c6 { 1.000000 0.260000 0.820000 sr} bdef
/c7 { 0.000000 0.820000 0.820000 sr} bdef
c0
1 j
1 sg
0 0 9404 3445 rf
6 w
0 2756 2821 0 0 -2756 282 3100 4 MP
PP
-2821 0 0 2756 2821 0 0 -2756 282 3100 5 MP stroke
4 w
DO
SO
6 w
0 sg
282 3100 mt 3103 3100 L
282 344 mt 3103 344 L
282 3100 mt 282 344 L
3103 3100 mt 3103 344 L
282 3100 mt 3103 3100 L
282 3100 mt 282 344 L
685 3100 mt 685 3071 L
685 344 mt 685 372 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
619 3245 mt
(10) s
1132 3100 mt 1132 3071 L
1132 344 mt 1132 372 L
1066 3245 mt
(20) s
1580 3100 mt 1580 3071 L
1580 344 mt 1580 372 L
1514 3245 mt
(30) s
2028 3100 mt 2028 3071 L
2028 344 mt 2028 372 L
1962 3245 mt
(40) s
2476 3100 mt 2476 3071 L
2476 344 mt 2476 372 L
2410 3245 mt
(50) s
2923 3100 mt 2923 3071 L
2923 344 mt 2923 372 L
2857 3245 mt
(60) s
282 3100 mt 310 3100 L
3103 3100 mt 3074 3100 L
181 3144 mt
(0) s
282 2669 mt 310 2669 L
3103 2669 mt 3074 2669 L
114 2713 mt
(10) s
282 2238 mt 310 2238 L
3103 2238 mt 3074 2238 L
114 2282 mt
(20) s
282 1808 mt 310 1808 L
3103 1808 mt 3074 1808 L
114 1852 mt
(30) s
282 1377 mt 310 1377 L
3103 1377 mt 3074 1377 L
114 1421 mt
(40) s
282 946 mt 310 946 L
3103 946 mt 3074 946 L
114 990 mt
(50) s
282 516 mt 310 516 L
3103 516 mt 3074 516 L
114 560 mt
(60) s
282 3100 mt 3103 3100 L
282 344 mt 3103 344 L
282 3100 mt 282 344 L
3103 3100 mt 3103 344 L
gs 282 344 2822 2757 rc
24 w
45 10 45 -16 45 -36 45 -14 44 -36 45 -2 45 2 45 -8
44 -79 45 21 45 -53 45 -20 45 -20 44 -32 45 -2 45 -23
45 -18 44 -26 45 -33 45 -16 45 -35 45 -29 44 -34 45 -15
45 -24 45 -27 44 -52 45 -27 45 -24 45 -49 45 -17 44 -27
45 -6 45 -52 45 -43 44 -37 45 -43 45 -4 45 -46 45 -34
44 -52 45 -37 45 -42 45 -37 44 -20 45 -53 45 -37 45 -28
45 -51 44 -38 45 -33 45 -40 45 -40 44 -51 45 -42 45 -40
45 -39 45 -43 44 -37 45 -44 45 -41 45 -43 44 -42 282 3056 64 MP stroke
DA
45 -42 45 94 45 -40 45 -78 44 51 45 -83 45 -27 45 40
44 -85 45 -59 45 9 45 42 45 -110 44 57 45 -113 45 -15
45 -13 44 4 45 -5 45 -49 45 -33 45 -5 44 -49 45 -7
45 -12 45 -45 44 -17 45 -45 45 -10 45 -78 45 0 44 -31
45 -26 45 3 45 -43 44 -24 45 -7 45 -50 45 -12 45 -40
44 -36 45 -47 45 -12 45 -47 44 -32 45 -37 45 -16 45 -48
45 -32 44 -38 45 -24 45 -51 45 -21 44 -49 45 -24 45 -43
45 -37 45 -36 44 -33 45 -46 45 -31 45 -44 44 -31 282 3059 64 MP stroke
gr
24 w
DA
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR
2648 1059 mt
(233ms) s
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
1464 3388 mt
(nr. cores) s
gs 282 344 2822 2757 rc
DO
16.8 w
2821 -2712 282 3056 2 MP stroke
gr
16.8 w
DO
942 249 mt
(Speedup QR decomposition) s
SO
6 w
1 sg
0 2757 5642 0 0 -2757 3573 3100 4 MP
PP
-5642 0 0 2757 5642 0 0 -2757 3573 3100 5 MP stroke
4 w
DO
SO
6 w
0 sg
3573 3100 mt 9215 3100 L
3573 343 mt 9215 343 L
3573 3100 mt 3573 343 L
9215 3100 mt 9215 343 L
3573 3100 mt 9215 3100 L
3573 3100 mt 3573 343 L
4379 3100 mt 4379 3043 L
4379 344 mt 4379 400 L
4313 3245 mt
(10) s
5274 3100 mt 5274 3043 L
5274 344 mt 5274 400 L
5208 3245 mt
(20) s
6170 3100 mt 6170 3043 L
6170 344 mt 6170 400 L
6104 3245 mt
(30) s
7065 3100 mt 7065 3043 L
7065 344 mt 7065 400 L
6999 3245 mt
(40) s
7961 3100 mt 7961 3043 L
7961 344 mt 7961 400 L
7895 3245 mt
(50) s
8856 3100 mt 8856 3043 L
8856 344 mt 8856 400 L
8790 3245 mt
(60) s
3573 3100 mt 3629 3100 L
9215 3100 mt 9158 3100 L
3472 3144 mt
(0) s
3573 2598 mt 3629 2598 L
9215 2598 mt 9158 2598 L
3372 2642 mt
(0.2) s
3573 2097 mt 3629 2097 L
9215 2097 mt 9158 2097 L
3372 2141 mt
(0.4) s
3573 1596 mt 3629 1596 L
9215 1596 mt 9158 1596 L
3372 1640 mt
(0.6) s
3573 1095 mt 3629 1095 L
9215 1095 mt 9158 1095 L
3372 1139 mt
(0.8) s
3573 594 mt 3629 594 L
9215 594 mt 9158 594 L
3472 638 mt
(1) s
3573 3100 mt 9215 3100 L
3573 343 mt 9215 343 L
3573 3100 mt 3573 343 L
9215 3100 mt 9215 343 L
gs 3573 344 5643 2757 rc
24 w
90 38 90 14 89 -3 90 17 89 -3 90 30 89 36 90 26
89 -48 90 59 90 -21 89 16 90 15 89 3 90 39 89 14
90 22 89 11 90 4 90 26 89 2 90 10 89 4 90 32
89 18 90 18 89 -24 90 17 90 23 89 -20 90 38 89 20
90 62 89 -25 90 -7 89 6 90 -9 90 78 89 -12 90 16
89 -30 90 9 89 -5 90 10 89 61 90 -38 90 13 89 45
90 -34 89 13 90 35 89 11 90 11 89 -52 90 0 90 8
89 25 90 -12 89 55 90 -19 89 33 90 -20 89 26 3573 594 64 MP stroke
DA
90 -12 90 115 89 -10 90 -47 89 79 90 -53 89 3 90 72
89 -57 90 -31 90 41 89 81 90 -90 89 101 90 -96 89 18
90 21 89 43 90 34 90 -22 89 -3 90 38 89 -25 90 36
89 31 90 -19 89 24 90 -19 90 38 89 -78 90 57 89 4
90 13 89 71 90 -19 89 22 90 58 90 -31 89 54 90 -10
89 -3 90 -29 89 63 90 -30 89 10 90 -3 90 69 89 -40
90 15 89 -8 90 56 89 -62 90 77 89 -66 90 86 90 -38
89 3 90 14 89 45 90 -104 89 105 90 -159 89 290 3573 733 64 MP stroke
gr
24 w
DA
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 144 FMSR
8909 1149 mt
(73%) s
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 120 FMSR
6166 3388 mt
(nr. cores) s
5412 249 mt
(Parallel Efficiency QR decomposition) s
3556 3143 mt
( ) s
9199 386 mt
( ) s
gs 3573 344 5643 2757 rc
DO
16.8 w
5642 0 3573 594 2 MP stroke
SO
6 w
gr
6 w
SO
1 sg
0 334 1150 0 0 -334 3633 3041 4 MP
PP
-1150 0 0 334 1150 0 0 -334 3633 3041 5 MP stroke
4 w
DO
SO
6 w
0 sg
3633 3041 mt 4783 3041 L
3633 2707 mt 4783 2707 L
3633 3041 mt 3633 2707 L
4783 3041 mt 4783 2707 L
3633 3041 mt 4783 3041 L
3633 3041 mt 3633 2707 L
3633 3041 mt 4783 3041 L
3633 2707 mt 4783 2707 L
3633 3041 mt 3633 2707 L
4783 3041 mt 4783 2707 L
4087 2841 mt
(QuickSched) s
gs 3633 2707 1151 335 rc
24 w
350 0 3702 2798 2 MP stroke
gr
24 w
4087 2992 mt
(OmpSs) s
gs 3633 2707 1151 335 rc
DA
350 0 3702 2949 2 MP stroke
SO
6 w
gr
6 w
end %%Color Dict
eplot
%%EndObject
epage
end
showpage
%%Trailer
%%EOF
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment