diff --git a/docs/pdf/datastruct.tex b/docs/pdf/datastruct.tex index 1deb38ba..e63e6153 100644 --- a/docs/pdf/datastruct.tex +++ b/docs/pdf/datastruct.tex @@ -92,8 +92,7 @@ Specified as: an allocatable integer array of rank one. global identifier of the local variable $i$.\\ Specified as: an allocatable integer array of rank one. \item[{\bf glob\_to\_loc, glb\_lc, hashv}] Contain a mapping from - global to local indices. The mapping may be stored in two different - formats depending on the size of the index space. + global to local indices. \end{description} The Fortran95 definition for \verb|psb_desc_type| structures is as follows: @@ -129,6 +128,15 @@ state, which can take the following values: the associated sparse matrix, such as matrix-vector products, are only possible in this state. \end{description} +The global to local index mapping may be stored in two different +formats: the first is simpler but more expensive, as it requires on +each process an amount of memory proportional to the global size of +the index space; the second is more complex, but only requires memory +proportional to the local index space size. The choice is made at the +time of the initialization according to a threshold; this threshold +may be queried and set using the functions in +sec.~\ref{sec:dataquery}. + \subsubsection{Named Constants} \label{sec:cd_constants} \begin{description} @@ -154,7 +162,6 @@ state, which can take the following values: \end{description} - \subsection{Sparse Matrix data structure} \label{sec:spmat} The \hypertarget{spdata}{{\tt psb\_spmat\_type}} data structure @@ -455,6 +462,31 @@ Specified as: a structured data of type \descdata. \end{description} +\subsubroutine{psb\_cd\_get\_large\_threshold}{Get threshold for + index mapping switch} +\syntax{ith = psb\_cd\_get\_large\_threshold}{} + +\begin{description} +\item[\bf On Return] +\item[Function value] The current value for the size threshold. + +\end{description} + + + +\subsubroutine{psb\_cd\_set\_large\_threshold}{Set threshold for + index mapping switch} +\syntax{call psb\_cd\_set\_large\_threshold}{ith} + +\begin{description} +\item[\bf On Entry] +\item[ith] the new threshold for communication descriptors.\\ +Scope: {\bf global}.\\ +Type: {\bf required}.\\ +Intent: {\bf in}.\\ +Specified as: an integer value greater than zero. +\end{description} + \subsubroutine{psb\_sp\_get\_nrows}{Get number of rows in a sparse matrix} diff --git a/docs/pdf/userguide.tex b/docs/pdf/userguide.tex index 53a642e9..ead3e914 100644 --- a/docs/pdf/userguide.tex +++ b/docs/pdf/userguide.tex @@ -50,9 +50,10 @@ \newcommand{\examplename}{Example} \newcommand{\syntaxname}{Syntax} \def\syntax{\@ifstar{\@ssyntax}{\@syntax}}% -\def\@syntax{\section*{\syntaxname}% +\def\@syntax{\nobreak\section*{\syntaxname}% \@ssyntax}% \def\@ssyntax#1#2{% + \nobreak \setbox\@tempboxa\hbox{#1\ {\em $($#2$)$}}% \ifdim \wd\@tempboxa >\hsize \setbox\@tempboxa\hbox{\em $($#2$)$} diff --git a/docs/userguide.pdf b/docs/userguide.pdf index f6883c41..9a4afd02 100644 --- a/docs/userguide.pdf +++ b/docs/userguide.pdf @@ -117,481 +117,493 @@ endobj << /S /GoTo /D (section*.12) >> endobj 84 0 obj -(psb\137sp\137get\137nrows) +(psb\137cd\137get\137large\137threshold) endobj 85 0 obj << /S /GoTo /D (section*.14) >> endobj 88 0 obj -(psb\137sp\137get\137ncols) +(psb\137cd\137set\137large\137threshold) endobj 89 0 obj << /S /GoTo /D (section*.16) >> endobj 92 0 obj -(psb\137sp\137get\137nnzeros) +(psb\137sp\137get\137nrows) endobj 93 0 obj -<< /S /GoTo /D (section.4) >> +<< /S /GoTo /D (section*.18) >> endobj 96 0 obj -(4 Computational routines) +(psb\137sp\137get\137ncols) endobj 97 0 obj -<< /S /GoTo /D (section*.19) >> +<< /S /GoTo /D (section*.20) >> endobj 100 0 obj -(psb\137geaxpby) +(psb\137sp\137get\137nnzeros) endobj 101 0 obj -<< /S /GoTo /D (section*.21) >> +<< /S /GoTo /D (section.4) >> endobj 104 0 obj -(psb\137gedot) +(4 Computational routines) endobj 105 0 obj << /S /GoTo /D (section*.23) >> endobj 108 0 obj -(psb\137gedots) +(psb\137geaxpby) endobj 109 0 obj << /S /GoTo /D (section*.25) >> endobj 112 0 obj -(psb\137geamax) +(psb\137gedot) endobj 113 0 obj << /S /GoTo /D (section*.27) >> endobj 116 0 obj -(psb\137geamaxs) +(psb\137gedots) endobj 117 0 obj << /S /GoTo /D (section*.29) >> endobj 120 0 obj -(psb\137geasum) +(psb\137geamax) endobj 121 0 obj << /S /GoTo /D (section*.31) >> endobj 124 0 obj -(psb\137geasums) +(psb\137geamaxs) endobj 125 0 obj << /S /GoTo /D (section*.33) >> endobj 128 0 obj -(psb\137genrm2) +(psb\137geasum) endobj 129 0 obj << /S /GoTo /D (section*.35) >> endobj 132 0 obj -(psb\137genrm2s) +(psb\137geasums) endobj 133 0 obj << /S /GoTo /D (section*.37) >> endobj 136 0 obj -(psb\137spnrmi) +(psb\137genrm2) endobj 137 0 obj << /S /GoTo /D (section*.39) >> endobj 140 0 obj -(psb\137spmm) +(psb\137genrm2s) endobj 141 0 obj << /S /GoTo /D (section*.41) >> endobj 144 0 obj -(psb\137spsm) +(psb\137spnrmi) endobj 145 0 obj -<< /S /GoTo /D (section.5) >> +<< /S /GoTo /D (section*.43) >> endobj 148 0 obj -(5 Communication routines) +(psb\137spmm) endobj 149 0 obj -<< /S /GoTo /D (section*.43) >> +<< /S /GoTo /D (section*.45) >> endobj 152 0 obj -(psb\137halo) +(psb\137spsm) endobj 153 0 obj -<< /S /GoTo /D (section*.46) >> +<< /S /GoTo /D (section.5) >> endobj 156 0 obj -(psb\137ovrl) +(5 Communication routines) endobj 157 0 obj -<< /S /GoTo /D (section*.50) >> +<< /S /GoTo /D (section*.47) >> endobj 160 0 obj -(psb\137gather) +(psb\137halo) endobj 161 0 obj -<< /S /GoTo /D (section*.53) >> +<< /S /GoTo /D (section*.50) >> endobj 164 0 obj -(psb\137scatter) +(psb\137ovrl) endobj 165 0 obj -<< /S /GoTo /D (section.6) >> +<< /S /GoTo /D (section*.54) >> endobj 168 0 obj -(6 Data management routines) +(psb\137gather) endobj 169 0 obj -<< /S /GoTo /D (section*.56) >> +<< /S /GoTo /D (section*.57) >> endobj 172 0 obj -(psb\137cdall) +(psb\137scatter) endobj 173 0 obj -<< /S /GoTo /D (section*.59) >> +<< /S /GoTo /D (section.6) >> endobj 176 0 obj -(psb\137cdins) +(6 Data management routines) endobj 177 0 obj -<< /S /GoTo /D (section*.62) >> +<< /S /GoTo /D (section*.60) >> endobj 180 0 obj -(psb\137cdasb) +(psb\137cdall) endobj 181 0 obj -<< /S /GoTo /D (section*.65) >> +<< /S /GoTo /D (section*.63) >> endobj 184 0 obj -(psb\137cdcpy) +(psb\137cdins) endobj 185 0 obj -<< /S /GoTo /D (section*.67) >> +<< /S /GoTo /D (section*.66) >> endobj 188 0 obj -(psb\137cdfree) +(psb\137cdasb) endobj 189 0 obj << /S /GoTo /D (section*.69) >> endobj 192 0 obj -(psb\137cdbldext) +(psb\137cdcpy) endobj 193 0 obj -<< /S /GoTo /D (section*.72) >> +<< /S /GoTo /D (section*.71) >> endobj 196 0 obj -(psb\137spall) +(psb\137cdfree) endobj 197 0 obj -<< /S /GoTo /D (section*.75) >> +<< /S /GoTo /D (section*.73) >> endobj 200 0 obj -(psb\137spins) +(psb\137cdbldext) endobj 201 0 obj -<< /S /GoTo /D (section*.78) >> +<< /S /GoTo /D (section*.76) >> endobj 204 0 obj -(psb\137spasb) +(psb\137spall) endobj 205 0 obj -<< /S /GoTo /D (section*.81) >> +<< /S /GoTo /D (section*.79) >> endobj 208 0 obj -(psb\137spfree) +(psb\137spins) endobj 209 0 obj -<< /S /GoTo /D (section*.83) >> +<< /S /GoTo /D (section*.82) >> endobj 212 0 obj -(psb\137sprn) +(psb\137spasb) endobj 213 0 obj -<< /S /GoTo /D (section*.86) >> +<< /S /GoTo /D (section*.85) >> endobj 216 0 obj -(psb\137geall) +(psb\137spfree) endobj 217 0 obj -<< /S /GoTo /D (section*.88) >> +<< /S /GoTo /D (section*.87) >> endobj 220 0 obj -(psb\137geins) +(psb\137sprn) endobj 221 0 obj -<< /S /GoTo /D (section*.91) >> +<< /S /GoTo /D (section*.90) >> endobj 224 0 obj -(psb\137geasb) +(psb\137geall) endobj 225 0 obj -<< /S /GoTo /D (section*.93) >> +<< /S /GoTo /D (section*.92) >> endobj 228 0 obj -(psb\137gefree) +(psb\137geins) endobj 229 0 obj << /S /GoTo /D (section*.95) >> endobj 232 0 obj -(psb\137gelp) +(psb\137geasb) endobj 233 0 obj << /S /GoTo /D (section*.97) >> endobj 236 0 obj -(psb\137glob\137to\137loc) +(psb\137gefree) endobj 237 0 obj -<< /S /GoTo /D (section*.100) >> +<< /S /GoTo /D (section*.99) >> endobj 240 0 obj -(psb\137loc\137to\137glob) +(psb\137gelp) endobj 241 0 obj -<< /S /GoTo /D (section*.102) >> +<< /S /GoTo /D (section*.101) >> endobj 244 0 obj -(psb\137get\137boundary) +(psb\137glob\137to\137loc) endobj 245 0 obj -<< /S /GoTo /D (section*.105) >> +<< /S /GoTo /D (section*.104) >> endobj 248 0 obj -(psb\137get\137overlap) +(psb\137loc\137to\137glob) endobj 249 0 obj -<< /S /GoTo /D (section*.108) >> +<< /S /GoTo /D (section*.106) >> endobj 252 0 obj -(psb\137sp\137getrow) +(psb\137get\137boundary) endobj 253 0 obj -<< /S /GoTo /D (section*.111) >> +<< /S /GoTo /D (section*.109) >> endobj 256 0 obj -(psb\137sizeof) +(psb\137get\137overlap) endobj 257 0 obj -<< /S /GoTo /D (section.7) >> +<< /S /GoTo /D (section*.112) >> endobj 260 0 obj -(7 Parallel environment routines) +(psb\137sp\137getrow) endobj 261 0 obj -<< /S /GoTo /D (section*.113) >> +<< /S /GoTo /D (section*.115) >> endobj 264 0 obj -(psb\137init) +(psb\137sizeof) endobj 265 0 obj -<< /S /GoTo /D (section*.116) >> +<< /S /GoTo /D (section.7) >> endobj 268 0 obj -(psb\137info) +(7 Parallel environment routines) endobj 269 0 obj -<< /S /GoTo /D (section*.119) >> +<< /S /GoTo /D (section*.117) >> endobj 272 0 obj -(psb\137exit) +(psb\137init) endobj 273 0 obj -<< /S /GoTo /D (section*.122) >> +<< /S /GoTo /D (section*.120) >> endobj 276 0 obj -(psb\137get\137mpicomm) +(psb\137info) endobj 277 0 obj -<< /S /GoTo /D (section*.124) >> +<< /S /GoTo /D (section*.123) >> endobj 280 0 obj -(psb\137get\137rank) +(psb\137exit) endobj 281 0 obj << /S /GoTo /D (section*.126) >> endobj 284 0 obj -(psb\137wtime) +(psb\137get\137mpicomm) endobj 285 0 obj << /S /GoTo /D (section*.128) >> endobj 288 0 obj -(psb\137barrier) +(psb\137get\137rank) endobj 289 0 obj << /S /GoTo /D (section*.130) >> endobj 292 0 obj -(psb\137abort) +(psb\137wtime) endobj 293 0 obj << /S /GoTo /D (section*.132) >> endobj 296 0 obj -(psb\137bcast) +(psb\137barrier) endobj 297 0 obj << /S /GoTo /D (section*.134) >> endobj 300 0 obj -(psb\137sum) +(psb\137abort) endobj 301 0 obj -<< /S /GoTo /D (section*.137) >> +<< /S /GoTo /D (section*.136) >> endobj 304 0 obj -(psb\137max) +(psb\137bcast) endobj 305 0 obj -<< /S /GoTo /D (section*.140) >> +<< /S /GoTo /D (section*.138) >> endobj 308 0 obj -(psb\137min) +(psb\137sum) endobj 309 0 obj -<< /S /GoTo /D (section*.143) >> +<< /S /GoTo /D (section*.141) >> endobj 312 0 obj -(psb\137amx) +(psb\137max) endobj 313 0 obj -<< /S /GoTo /D (section*.146) >> +<< /S /GoTo /D (section*.144) >> endobj 316 0 obj -(psb\137amn) +(psb\137min) endobj 317 0 obj -<< /S /GoTo /D (section*.149) >> +<< /S /GoTo /D (section*.147) >> endobj 320 0 obj -(psb\137snd) +(psb\137amx) endobj 321 0 obj -<< /S /GoTo /D (section*.151) >> +<< /S /GoTo /D (section*.150) >> endobj 324 0 obj -(psb\137rcv) +(psb\137amn) endobj 325 0 obj -<< /S /GoTo /D (section.8) >> +<< /S /GoTo /D (section*.153) >> endobj 328 0 obj -(8 Error handling) +(psb\137snd) endobj 329 0 obj -<< /S /GoTo /D (section*.153) >> +<< /S /GoTo /D (section*.155) >> endobj 332 0 obj -(psb\137errpush) +(psb\137rcv) endobj 333 0 obj -<< /S /GoTo /D (section*.155) >> +<< /S /GoTo /D (section.8) >> endobj 336 0 obj -(psb\137error) +(8 Error handling) endobj 337 0 obj << /S /GoTo /D (section*.157) >> endobj 340 0 obj -(psb\137set\137errverbosity) +(psb\137errpush) endobj 341 0 obj << /S /GoTo /D (section*.159) >> endobj 344 0 obj -(psb\137set\137erraction) +(psb\137error) endobj 345 0 obj << /S /GoTo /D (section*.161) >> endobj 348 0 obj -(psb\137errcomm) +(psb\137set\137errverbosity) endobj 349 0 obj -<< /S /GoTo /D (section.9) >> +<< /S /GoTo /D (section*.163) >> endobj 352 0 obj -(9 Utilities) +(psb\137set\137erraction) endobj 353 0 obj -<< /S /GoTo /D (section*.163) >> +<< /S /GoTo /D (section*.165) >> endobj 356 0 obj -(hb\137read) +(psb\137errcomm) endobj 357 0 obj -<< /S /GoTo /D (section*.165) >> +<< /S /GoTo /D (section.9) >> endobj 360 0 obj -(hb\137write) +(9 Utilities) endobj 361 0 obj << /S /GoTo /D (section*.167) >> endobj 364 0 obj -(mm\137mat\137read) +(hb\137read) endobj 365 0 obj << /S /GoTo /D (section*.169) >> endobj 368 0 obj -(mm\137mat\137write) +(hb\137write) endobj 369 0 obj -<< /S /GoTo /D (section.10) >> +<< /S /GoTo /D (section*.171) >> endobj 372 0 obj -(10 Preconditioner routines) +(mm\137mat\137read) endobj 373 0 obj -<< /S /GoTo /D (section*.171) >> +<< /S /GoTo /D (section*.173) >> endobj 376 0 obj -(psb\137precinit) +(mm\137mat\137write) endobj 377 0 obj -<< /S /GoTo /D (section*.174) >> +<< /S /GoTo /D (section.10) >> endobj 380 0 obj -(psb\137precbld) +(10 Preconditioner routines) endobj 381 0 obj -<< /S /GoTo /D (section*.176) >> +<< /S /GoTo /D (section*.175) >> endobj 384 0 obj -(psb\137precaply) +(psb\137precinit) endobj 385 0 obj << /S /GoTo /D (section*.178) >> endobj 388 0 obj -(psb\137prec\137descr) +(psb\137precbld) endobj 389 0 obj -<< /S /GoTo /D (section.11) >> +<< /S /GoTo /D (section*.180) >> endobj 392 0 obj -(11 Iterative Methods) +(psb\137precaply) endobj 393 0 obj -<< /S /GoTo /D (section*.180) >> +<< /S /GoTo /D (section*.182) >> endobj 396 0 obj -(psb\137krylov ) +(psb\137prec\137descr) endobj 397 0 obj -<< /S /GoTo /D [398 0 R /Fit ] >> +<< /S /GoTo /D (section.11) >> +endobj +400 0 obj +(11 Iterative Methods) +endobj +401 0 obj +<< /S /GoTo /D (section*.184) >> +endobj +404 0 obj +(psb\137krylov ) +endobj +405 0 obj +<< /S /GoTo /D [406 0 R /Fit ] >> endobj -400 0 obj << -/Length 1171 +408 0 obj << +/Length 1168 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -636,7 +648,7 @@ ET 0 g 0 G 1 0 0 1 -350.8992 -402.6932 cm BT -/F29 9.9626 Tf 355.8805 402.6932 Td[(b)32(y)-383(Sal)-1(v)64(ator)1(e)-384(Fili)-1(pp)-32(on)1(e)]TJ 12.8891 -18.5969 Td[(and)-383(A)-1(lfredo)-383(Butt)-1(ar)1(i)]TJ/F8 9.9626 Tf -115.3393 -25.2387 Td[(\134T)83(or)-333(V)83(ergata")-333(Un)1(iv)28(e)-1(r)1(s)-1(it)28(y)-333(of)-333(Rome)-1(.)-444(Ma)28(y)-333(31,)-333(2007)]TJ +/F29 9.9626 Tf 355.8805 402.6932 Td[(b)32(y)-383(Sal)-1(v)64(ator)1(e)-384(Fili)-1(pp)-32(on)1(e)]TJ 12.8891 -18.5969 Td[(and)-383(A)-1(lfredo)-383(Butt)-1(ar)1(i)]TJ/F8 9.9626 Tf -111.88 -25.2387 Td[(\134T)83(or)-333(V)83(ergata")-333(Un)1(iv)28(e)-1(r)1(s)-1(it)28(y)-333(of)-333(Rome)-1(.)-444(Ju)1(ne)-334(1,)-333(2007)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -644,27 +656,27 @@ ET 0 g 0 G endstream endobj -398 0 obj << +406 0 obj << /Type /Page -/Contents 400 0 R -/Resources 399 0 R +/Contents 408 0 R +/Resources 407 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R +/Parent 423 0 R >> endobj -401 0 obj << -/D [398 0 R /XYZ 99.8954 740.9981 null] +409 0 obj << +/D [406 0 R /XYZ 99.8954 740.9981 null] >> endobj -402 0 obj << -/D [398 0 R /XYZ 99.8954 716.0915 null] +410 0 obj << +/D [406 0 R /XYZ 99.8954 716.0915 null] >> endobj 6 0 obj << -/D [398 0 R /XYZ 99.8954 716.0915 null] +/D [406 0 R /XYZ 99.8954 716.0915 null] >> endobj -399 0 obj << -/Font << /F18 405 0 R /F20 408 0 R /F29 411 0 R /F8 414 0 R >> +407 0 obj << +/Font << /F18 413 0 R /F20 416 0 R /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -418 0 obj << +426 0 obj << /Length 218 >> stream @@ -682,22 +694,22 @@ ET 0 g 0 G endstream endobj -417 0 obj << +425 0 obj << /Type /Page -/Contents 418 0 R -/Resources 416 0 R +/Contents 426 0 R +/Resources 424 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R +/Parent 423 0 R >> endobj -419 0 obj << -/D [417 0 R /XYZ 150.7049 740.9981 null] +427 0 obj << +/D [425 0 R /XYZ 150.7049 740.9981 null] >> endobj -416 0 obj << -/Font << /F8 414 0 R >> +424 0 obj << +/Font << /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -422 0 obj << -/Length 29588 +430 0 obj << +/Length 32016 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -708,249 +720,249 @@ stream BT /F18 14.3462 Tf 99.8954 706.1289 Td[(Co)-1(n)31(te)-1(n)32(t)-1(s)]TJ ET -1 0 0 1 99.8954 681.4654 cm +1 0 0 1 99.8954 682.4882 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -99.8954 -681.4654 cm +1 0 0 1 -99.8954 -682.4882 cm BT -/F29 9.9626 Tf 99.8954 681.4654 Td[(1)-925(In)32(tro)-32(duction)]TJ +/F29 9.9626 Tf 99.8954 682.4882 Td[(1)-925(In)32(tro)-32(duction)]TJ ET -1 0 0 1 178.005 681.4654 cm +1 0 0 1 178.005 682.4882 cm 0 g 0 G -1 0 0 1 -178.005 -681.4654 cm +1 0 0 1 -178.005 -682.4882 cm BT -/F29 9.9626 Tf 437.878 681.4654 Td[(1)]TJ +/F29 9.9626 Tf 437.878 682.4882 Td[(1)]TJ ET -1 0 0 1 99.8954 656.802 cm +1 0 0 1 99.8954 658.8475 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -99.8954 -656.802 cm +1 0 0 1 -99.8954 -658.8475 cm BT -/F29 9.9626 Tf 99.8954 656.802 Td[(2)-925(General)-384(o)32(v)32(er)1(vi)-1(ew)]TJ +/F29 9.9626 Tf 99.8954 658.8475 Td[(2)-925(General)-384(o)32(v)32(er)1(vi)-1(ew)]TJ ET -1 0 0 1 201.8667 656.802 cm +1 0 0 1 201.8667 658.8475 cm 0 g 0 G -1 0 0 1 -201.8667 -656.802 cm +1 0 0 1 -201.8667 -658.8475 cm BT -/F29 9.9626 Tf 437.878 656.802 Td[(2)]TJ +/F29 9.9626 Tf 437.878 658.8475 Td[(2)]TJ ET -1 0 0 1 114.8394 643.1995 cm +1 0 0 1 114.8394 645.8586 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -643.1995 cm +1 0 0 1 -114.8394 -645.8586 cm BT -/F8 9.9626 Tf 114.8394 643.1995 Td[(2.1)-1022(Bas)-1(ic)-333(Nom)-1(enclatu)1(re)]TJ +/F8 9.9626 Tf 114.8394 645.8586 Td[(2.1)-1022(Bas)-1(ic)-333(Nom)-1(enclatu)1(re)]TJ ET -1 0 0 1 224.8714 643.1995 cm +1 0 0 1 224.8714 645.8586 cm 0 g 0 G -1 0 0 1 -224.8714 -643.1995 cm +1 0 0 1 -224.8714 -645.8586 cm BT -/F8 9.9626 Tf 234.1123 643.1995 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 234.1123 645.8586 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 438.6251 643.1995 cm +1 0 0 1 438.6251 645.8586 cm 0 g 0 G -1 0 0 1 -438.6251 -643.1995 cm +1 0 0 1 -438.6251 -645.8586 cm BT -/F8 9.9626 Tf 438.6251 643.1995 Td[(3)]TJ +/F8 9.9626 Tf 438.6251 645.8586 Td[(3)]TJ ET -1 0 0 1 443.6065 643.1995 cm +1 0 0 1 443.6065 645.8586 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -629.5969 cm +1 0 0 1 -114.8394 -632.8697 cm BT -/F8 9.9626 Tf 114.8394 629.5969 Td[(2.2)-1022(Lib)1(rary)-333(con)28(ten)28(ts)]TJ +/F8 9.9626 Tf 114.8394 632.8697 Td[(2.2)-1022(Lib)1(rary)-333(con)28(ten)28(ts)]TJ ET -1 0 0 1 209.6784 629.5969 cm +1 0 0 1 209.6784 632.8697 cm 0 g 0 G -1 0 0 1 -209.6784 -629.5969 cm +1 0 0 1 -209.6784 -632.8697 cm BT -/F8 9.9626 Tf 218.6151 629.5969 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 218.6151 632.8697 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ ET -1 0 0 1 438.6251 629.5969 cm +1 0 0 1 438.6251 632.8697 cm 0 g 0 G -1 0 0 1 -438.6251 -629.5969 cm +1 0 0 1 -438.6251 -632.8697 cm BT -/F8 9.9626 Tf 438.6251 629.5969 Td[(5)]TJ +/F8 9.9626 Tf 438.6251 632.8697 Td[(5)]TJ ET -1 0 0 1 443.6065 629.5969 cm +1 0 0 1 443.6065 632.8697 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -615.9944 cm +1 0 0 1 -114.8394 -619.8808 cm BT -/F8 9.9626 Tf 114.8394 615.9944 Td[(2.3)-1022(App)1(lication)-333(stru)1(c)-1(tu)1(re)]TJ +/F8 9.9626 Tf 114.8394 619.8808 Td[(2.3)-1022(App)1(lication)-333(stru)1(c)-1(tu)1(re)]TJ ET -1 0 0 1 231.1258 615.9944 cm +1 0 0 1 231.1258 619.8808 cm 0 g 0 G -1 0 0 1 -231.1258 -615.9944 cm +1 0 0 1 -231.1258 -619.8808 cm BT -/F8 9.9626 Tf 234.1123 615.9944 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 234.1123 619.8808 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 438.6251 615.9944 cm +1 0 0 1 438.6251 619.8808 cm 0 g 0 G -1 0 0 1 -438.6251 -615.9944 cm +1 0 0 1 -438.6251 -619.8808 cm BT -/F8 9.9626 Tf 438.6251 615.9944 Td[(6)]TJ +/F8 9.9626 Tf 438.6251 619.8808 Td[(6)]TJ ET -1 0 0 1 443.6065 615.9944 cm +1 0 0 1 443.6065 619.8808 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -602.3919 cm +1 0 0 1 -114.8394 -606.8919 cm BT -/F8 9.9626 Tf 114.8394 602.3919 Td[(2.4)-1022(Pr)1(ogramm)-1(i)1(ng)-333(m)-1(o)-27(del)]TJ +/F8 9.9626 Tf 114.8394 606.8919 Td[(2.4)-1022(Pr)1(ogramm)-1(i)1(ng)-333(m)-1(o)-27(del)]TJ ET -1 0 0 1 226.781 602.3919 cm +1 0 0 1 226.781 606.8919 cm 0 g 0 G -1 0 0 1 -226.781 -602.3919 cm +1 0 0 1 -226.781 -606.8919 cm BT -/F8 9.9626 Tf 234.1123 602.3919 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 234.1123 606.8919 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 438.6251 602.3919 cm +1 0 0 1 438.6251 606.8919 cm 0 g 0 G -1 0 0 1 -438.6251 -602.3919 cm +1 0 0 1 -438.6251 -606.8919 cm BT -/F8 9.9626 Tf 438.6251 602.3919 Td[(8)]TJ +/F8 9.9626 Tf 438.6251 606.8919 Td[(8)]TJ ET -1 0 0 1 443.6065 602.3919 cm +1 0 0 1 443.6065 606.8919 cm 0 g 0 G -1 0 0 1 -343.7111 -24.6634 cm +1 0 0 1 -343.7111 -23.6407 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -99.8954 -577.7285 cm +1 0 0 1 -99.8954 -583.2512 cm BT -/F29 9.9626 Tf 99.8954 577.7284 Td[(3)-925(Data)-384(S)1(t)-1(r)1(uctures)]TJ +/F29 9.9626 Tf 99.8954 583.2512 Td[(3)-925(Data)-384(S)1(t)-1(r)1(uctures)]TJ ET -1 0 0 1 195.344 577.7284 cm +1 0 0 1 195.344 583.2512 cm 0 g 0 G -1 0 0 1 -195.344 -577.7284 cm +1 0 0 1 -195.344 -583.2512 cm BT -/F29 9.9626 Tf 437.878 577.7284 Td[(9)]TJ +/F29 9.9626 Tf 437.878 583.2512 Td[(9)]TJ ET -1 0 0 1 114.8394 564.1259 cm +1 0 0 1 114.8394 570.2623 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -564.1259 cm +1 0 0 1 -114.8394 -570.2623 cm BT -/F8 9.9626 Tf 114.8394 564.1259 Td[(3.1)-1022(Des)-1(crip)1(tor)-333(data)-333(stru)1(c)-1(tu)1(re)]TJ +/F8 9.9626 Tf 114.8394 570.2623 Td[(3.1)-1022(Des)-1(crip)1(tor)-333(data)-333(stru)1(c)-1(tu)1(re)]TJ ET -1 0 0 1 248.5327 564.1259 cm +1 0 0 1 248.5327 570.2623 cm 0 g 0 G -1 0 0 1 -248.5327 -564.1259 cm +1 0 0 1 -248.5327 -570.2623 cm BT -/F8 9.9626 Tf 257.3581 564.1259 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 257.3581 570.2623 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 438.6251 564.1259 cm +1 0 0 1 438.6251 570.2623 cm 0 g 0 G -1 0 0 1 -438.6251 -564.1259 cm +1 0 0 1 -438.6251 -570.2623 cm BT -/F8 9.9626 Tf 438.6251 564.1259 Td[(9)]TJ +/F8 9.9626 Tf 438.6251 570.2623 Td[(9)]TJ ET -1 0 0 1 443.6065 564.1259 cm +1 0 0 1 443.6065 570.2623 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9888 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -550.5234 cm +1 0 0 1 -137.7535 -557.2735 cm BT -/F8 9.9626 Tf 137.7535 550.5234 Td[(3.1.1)-1144(Name)-1(d)-333(Con)1(s)-1(tan)28(t)1(s)]TJ +/F8 9.9626 Tf 137.7535 557.2735 Td[(3.1.1)-1144(Name)-1(d)-333(Con)1(s)-1(tan)28(t)1(s)]TJ ET -1 0 0 1 247.232 550.5234 cm +1 0 0 1 247.232 557.2735 cm 0 g 0 G -1 0 0 1 -247.232 -550.5234 cm +1 0 0 1 -247.232 -557.2735 cm BT -/F8 9.9626 Tf 257.3581 550.5234 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 257.3581 557.2735 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 550.5234 cm +1 0 0 1 433.6438 557.2735 cm 0 g 0 G -1 0 0 1 -433.6438 -550.5234 cm +1 0 0 1 -433.6438 -557.2735 cm BT -/F8 9.9626 Tf 433.6438 550.5234 Td[(10)]TJ +/F8 9.9626 Tf 433.6438 557.2735 Td[(11)]TJ ET -1 0 0 1 443.6065 550.5234 cm +1 0 0 1 443.6065 557.2735 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -536.9208 cm +1 0 0 1 -114.8394 -544.2846 cm BT -/F8 9.9626 Tf 114.8394 536.9208 Td[(3.2)-1022(Sp)1(arse)-334(Matr)1(ix)-333(data)-333(structu)1(re)]TJ +/F8 9.9626 Tf 114.8394 544.2846 Td[(3.2)-1022(Sp)1(arse)-334(Matr)1(ix)-333(data)-333(structu)1(re)]TJ ET -1 0 0 1 264.7221 536.9208 cm +1 0 0 1 264.7221 544.2846 cm 0 g 0 G -1 0 0 1 -264.7221 -536.9208 cm +1 0 0 1 -264.7221 -544.2846 cm BT -/F8 9.9626 Tf 272.8553 536.9208 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 272.8553 544.2846 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 536.9208 cm +1 0 0 1 433.6438 544.2846 cm 0 g 0 G -1 0 0 1 -433.6438 -536.9208 cm +1 0 0 1 -433.6438 -544.2846 cm BT -/F8 9.9626 Tf 433.6438 536.9208 Td[(11)]TJ +/F8 9.9626 Tf 433.6438 544.2846 Td[(11)]TJ ET -1 0 0 1 443.6065 536.9208 cm +1 0 0 1 443.6065 544.2846 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -523.3183 cm +1 0 0 1 -137.7535 -531.2957 cm BT -/F8 9.9626 Tf 137.7535 523.3183 Td[(3.2.1)-1144(Name)-1(d)-333(Con)1(s)-1(tan)28(t)1(s)]TJ +/F8 9.9626 Tf 137.7535 531.2957 Td[(3.2.1)-1144(Name)-1(d)-333(Con)1(s)-1(tan)28(t)1(s)]TJ ET -1 0 0 1 247.232 523.3183 cm +1 0 0 1 247.232 531.2957 cm 0 g 0 G -1 0 0 1 -247.232 -523.3183 cm +1 0 0 1 -247.232 -531.2957 cm BT -/F8 9.9626 Tf 257.3581 523.3183 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 257.3581 531.2957 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 523.3183 cm +1 0 0 1 433.6438 531.2957 cm 0 g 0 G -1 0 0 1 -433.6438 -523.3183 cm +1 0 0 1 -433.6438 -531.2957 cm BT -/F8 9.9626 Tf 433.6438 523.3183 Td[(12)]TJ +/F8 9.9626 Tf 433.6438 531.2957 Td[(13)]TJ ET -1 0 0 1 443.6065 523.3183 cm +1 0 0 1 443.6065 531.2957 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -509.7158 cm +1 0 0 1 -114.8394 -518.3068 cm BT -/F8 9.9626 Tf 114.8394 509.7158 Td[(3.3)-1022(Pr)1(e)-1(cond)1(ition)1(e)-1(r)-333(d)1(ata)-334(stru)1(c)-1(t)1(ure)]TJ +/F8 9.9626 Tf 114.8394 518.3068 Td[(3.3)-1022(Pr)1(e)-1(cond)1(ition)1(e)-1(r)-333(d)1(ata)-334(stru)1(c)-1(t)1(ure)]TJ ET -1 0 0 1 267.019 509.7158 cm +1 0 0 1 267.019 518.3068 cm 0 g 0 G -1 0 0 1 -267.019 -509.7158 cm +1 0 0 1 -267.019 -518.3068 cm BT -/F8 9.9626 Tf 272.8553 509.7158 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 272.8553 518.3068 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 509.7158 cm +1 0 0 1 433.6438 518.3068 cm 0 g 0 G -1 0 0 1 -433.6438 -509.7158 cm +1 0 0 1 -433.6438 -518.3068 cm BT -/F8 9.9626 Tf 433.6438 509.7158 Td[(13)]TJ +/F8 9.9626 Tf 433.6438 518.3068 Td[(13)]TJ ET -1 0 0 1 443.6065 509.7158 cm +1 0 0 1 443.6065 518.3068 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -496.1132 cm +1 0 0 1 -114.8394 -505.3179 cm BT -/F8 9.9626 Tf 114.8394 496.1132 Td[(3.4)-1022(Data)-333(s)-1(t)1(ructur)1(e)-334(qu)1(e)-1(r)1(y)-334(r)1(outin)1(e)-1(s)]TJ +/F8 9.9626 Tf 114.8394 505.3179 Td[(3.4)-1022(Data)-333(s)-1(t)1(ructur)1(e)-334(qu)1(e)-1(r)1(y)-334(r)1(outin)1(e)-1(s)]TJ ET -1 0 0 1 267.9046 496.1132 cm +1 0 0 1 267.9046 505.3179 cm 0 g 0 G -1 0 0 1 -267.9046 -496.1132 cm +1 0 0 1 -267.9046 -505.3179 cm BT -/F8 9.9626 Tf 272.8553 496.1132 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 272.8553 505.3179 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 496.1132 cm +1 0 0 1 433.6438 505.3179 cm 0 g 0 G -1 0 0 1 -433.6438 -496.1132 cm +1 0 0 1 -433.6438 -505.3179 cm BT -/F8 9.9626 Tf 433.6438 496.1132 Td[(13)]TJ +/F8 9.9626 Tf 433.6438 505.3179 Td[(13)]TJ ET -1 0 0 1 443.6065 496.1132 cm +1 0 0 1 443.6065 505.3179 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -482.5107 cm +1 0 0 1 -137.7535 -492.329 cm BT -/F8 9.9626 Tf 137.7535 482.5107 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 492.329 Td[(psb)]TJ ET -1 0 0 1 153.3506 482.5107 cm +1 0 0 1 153.3506 492.329 cm q []0 d 0 J @@ -959,11 +971,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -482.5107 cm +1 0 0 1 -153.3506 -492.329 cm BT -/F8 9.9626 Tf 156.3394 482.5107 Td[(cd)]TJ +/F8 9.9626 Tf 156.3394 492.329 Td[(cd)]TJ ET -1 0 0 1 166.8998 482.5107 cm +1 0 0 1 166.8998 492.329 cm q []0 d 0 J @@ -972,11 +984,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.8998 -482.5107 cm +1 0 0 1 -166.8998 -492.329 cm BT -/F8 9.9626 Tf 169.8886 482.5107 Td[(get)]TJ +/F8 9.9626 Tf 169.8886 492.329 Td[(get)]TJ ET -1 0 0 1 183.7699 482.5107 cm +1 0 0 1 183.7699 492.329 cm q []0 d 0 J @@ -985,11 +997,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.7699 -482.5107 cm +1 0 0 1 -183.7699 -492.329 cm BT -/F8 9.9626 Tf 186.7587 482.5107 Td[(lo)-28(cal)]TJ +/F8 9.9626 Tf 186.7587 492.329 Td[(lo)-28(cal)]TJ ET -1 0 0 1 207.5585 482.5107 cm +1 0 0 1 207.5585 492.329 cm q []0 d 0 J @@ -998,31 +1010,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -207.5585 -482.5107 cm +1 0 0 1 -207.5585 -492.329 cm BT -/F8 9.9626 Tf 210.5473 482.5107 Td[(ro)28(ws)]TJ +/F8 9.9626 Tf 210.5473 492.329 Td[(ro)28(ws)]TJ ET -1 0 0 1 230.2789 482.5107 cm +1 0 0 1 230.2789 492.329 cm 0 g 0 G -1 0 0 1 -230.2789 -482.5107 cm +1 0 0 1 -230.2789 -492.329 cm BT -/F8 9.9626 Tf 234.1123 482.5107 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 234.1123 492.329 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 482.5107 cm +1 0 0 1 433.6438 492.329 cm 0 g 0 G -1 0 0 1 -433.6438 -482.5107 cm +1 0 0 1 -433.6438 -492.329 cm BT -/F8 9.9626 Tf 433.6438 482.5107 Td[(13)]TJ +/F8 9.9626 Tf 433.6438 492.329 Td[(13)]TJ ET -1 0 0 1 443.6065 482.5107 cm +1 0 0 1 443.6065 492.329 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9888 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -468.9082 cm +1 0 0 1 -137.7535 -479.3402 cm BT -/F8 9.9626 Tf 137.7535 468.9082 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 479.3402 Td[(psb)]TJ ET -1 0 0 1 153.3506 468.9082 cm +1 0 0 1 153.3506 479.3402 cm q []0 d 0 J @@ -1031,11 +1043,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -468.9082 cm +1 0 0 1 -153.3506 -479.3402 cm BT -/F8 9.9626 Tf 156.3394 468.9082 Td[(cd)]TJ +/F8 9.9626 Tf 156.3394 479.3402 Td[(cd)]TJ ET -1 0 0 1 166.8998 468.9082 cm +1 0 0 1 166.8998 479.3402 cm q []0 d 0 J @@ -1044,11 +1056,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.8998 -468.9082 cm +1 0 0 1 -166.8998 -479.3402 cm BT -/F8 9.9626 Tf 169.8886 468.9082 Td[(get)]TJ +/F8 9.9626 Tf 169.8886 479.3402 Td[(get)]TJ ET -1 0 0 1 183.7699 468.9082 cm +1 0 0 1 183.7699 479.3402 cm q []0 d 0 J @@ -1057,11 +1069,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.7699 -468.9082 cm +1 0 0 1 -183.7699 -479.3402 cm BT -/F8 9.9626 Tf 186.7587 468.9082 Td[(lo)-28(cal)]TJ +/F8 9.9626 Tf 186.7587 479.3402 Td[(lo)-28(cal)]TJ ET -1 0 0 1 207.5585 468.9082 cm +1 0 0 1 207.5585 479.3402 cm q []0 d 0 J @@ -1070,31 +1082,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -207.5585 -468.9082 cm +1 0 0 1 -207.5585 -479.3402 cm BT -/F8 9.9626 Tf 210.5473 468.9082 Td[(cols)]TJ +/F8 9.9626 Tf 210.5473 479.3402 Td[(cols)]TJ ET -1 0 0 1 226.6536 468.9082 cm +1 0 0 1 226.6536 479.3402 cm 0 g 0 G -1 0 0 1 -226.6536 -468.9082 cm +1 0 0 1 -226.6536 -479.3402 cm BT -/F8 9.9626 Tf 234.1123 468.9082 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 234.1123 479.3402 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 468.9082 cm +1 0 0 1 433.6438 479.3402 cm 0 g 0 G -1 0 0 1 -433.6438 -468.9082 cm +1 0 0 1 -433.6438 -479.3402 cm BT -/F8 9.9626 Tf 433.6438 468.9082 Td[(14)]TJ +/F8 9.9626 Tf 433.6438 479.3402 Td[(14)]TJ ET -1 0 0 1 443.6065 468.9082 cm +1 0 0 1 443.6065 479.3402 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -455.3057 cm +1 0 0 1 -137.7535 -466.3513 cm BT -/F8 9.9626 Tf 137.7535 455.3057 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 466.3513 Td[(psb)]TJ ET -1 0 0 1 153.3506 455.3057 cm +1 0 0 1 153.3506 466.3513 cm q []0 d 0 J @@ -1103,11 +1115,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -455.3057 cm +1 0 0 1 -153.3506 -466.3513 cm BT -/F8 9.9626 Tf 156.3394 455.3057 Td[(cd)]TJ +/F8 9.9626 Tf 156.3394 466.3513 Td[(cd)]TJ ET -1 0 0 1 166.8998 455.3057 cm +1 0 0 1 166.8998 466.3513 cm q []0 d 0 J @@ -1116,11 +1128,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.8998 -455.3057 cm +1 0 0 1 -166.8998 -466.3513 cm BT -/F8 9.9626 Tf 169.8886 455.3057 Td[(get)]TJ +/F8 9.9626 Tf 169.8886 466.3513 Td[(get)]TJ ET -1 0 0 1 183.7699 455.3057 cm +1 0 0 1 183.7699 466.3513 cm q []0 d 0 J @@ -1129,11 +1141,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.7699 -455.3057 cm +1 0 0 1 -183.7699 -466.3513 cm BT -/F8 9.9626 Tf 186.7587 455.3057 Td[(glob)1(al)]TJ +/F8 9.9626 Tf 186.7587 466.3513 Td[(glob)1(al)]TJ ET -1 0 0 1 213.3701 455.3057 cm +1 0 0 1 213.3701 466.3513 cm q []0 d 0 J @@ -1142,31 +1154,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -213.3701 -455.3057 cm +1 0 0 1 -213.3701 -466.3513 cm BT -/F8 9.9626 Tf 216.3589 455.3057 Td[(ro)28(ws)]TJ +/F8 9.9626 Tf 216.3589 466.3513 Td[(ro)28(ws)]TJ ET -1 0 0 1 236.0905 455.3057 cm +1 0 0 1 236.0905 466.3513 cm 0 g 0 G -1 0 0 1 -236.0905 -455.3057 cm +1 0 0 1 -236.0905 -466.3513 cm BT -/F8 9.9626 Tf 241.8609 455.3057 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 241.8609 466.3513 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 455.3057 cm +1 0 0 1 433.6438 466.3513 cm 0 g 0 G -1 0 0 1 -433.6438 -455.3057 cm +1 0 0 1 -433.6438 -466.3513 cm BT -/F8 9.9626 Tf 433.6438 455.3057 Td[(14)]TJ +/F8 9.9626 Tf 433.6438 466.3513 Td[(14)]TJ ET -1 0 0 1 443.6065 455.3057 cm +1 0 0 1 443.6065 466.3513 cm 0 g 0 G -1 0 0 1 -305.853 -13.6026 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -441.7031 cm +1 0 0 1 -137.7535 -453.3624 cm BT -/F8 9.9626 Tf 137.7535 441.7031 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 453.3624 Td[(psb)]TJ ET -1 0 0 1 153.3506 441.7031 cm +1 0 0 1 153.3506 453.3624 cm q []0 d 0 J @@ -1175,11 +1187,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -441.7031 cm +1 0 0 1 -153.3506 -453.3624 cm BT -/F8 9.9626 Tf 156.3394 441.7031 Td[(cd)]TJ +/F8 9.9626 Tf 156.3394 453.3624 Td[(cd)]TJ ET -1 0 0 1 166.8998 441.7031 cm +1 0 0 1 166.8998 453.3624 cm q []0 d 0 J @@ -1188,11 +1200,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.8998 -441.7031 cm +1 0 0 1 -166.8998 -453.3624 cm BT -/F8 9.9626 Tf 169.8886 441.7031 Td[(get)]TJ +/F8 9.9626 Tf 169.8886 453.3624 Td[(get)]TJ ET -1 0 0 1 183.7699 441.7031 cm +1 0 0 1 183.7699 453.3624 cm q []0 d 0 J @@ -1201,11 +1213,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.7699 -441.7031 cm +1 0 0 1 -183.7699 -453.3624 cm BT -/F8 9.9626 Tf 186.7587 441.7031 Td[(glob)1(al)]TJ +/F8 9.9626 Tf 186.7587 453.3624 Td[(glob)1(al)]TJ ET -1 0 0 1 213.3701 441.7031 cm +1 0 0 1 213.3701 453.3624 cm q []0 d 0 J @@ -1214,31 +1226,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -213.3701 -441.7031 cm +1 0 0 1 -213.3701 -453.3624 cm BT -/F8 9.9626 Tf 216.3589 441.7031 Td[(cols)]TJ +/F8 9.9626 Tf 216.3589 453.3624 Td[(cols)]TJ ET -1 0 0 1 232.4652 441.7031 cm +1 0 0 1 232.4652 453.3624 cm 0 g 0 G -1 0 0 1 -232.4652 -441.7031 cm +1 0 0 1 -232.4652 -453.3624 cm BT -/F8 9.9626 Tf 241.8609 441.7031 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 241.8609 453.3624 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 441.7031 cm +1 0 0 1 433.6438 453.3624 cm 0 g 0 G -1 0 0 1 -433.6438 -441.7031 cm +1 0 0 1 -433.6438 -453.3624 cm BT -/F8 9.9626 Tf 433.6438 441.7031 Td[(15)]TJ +/F8 9.9626 Tf 433.6438 453.3624 Td[(15)]TJ ET -1 0 0 1 443.6065 441.7031 cm +1 0 0 1 443.6065 453.3624 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -428.1006 cm +1 0 0 1 -137.7535 -440.3735 cm BT -/F8 9.9626 Tf 137.7535 428.1006 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 440.3735 Td[(psb)]TJ ET -1 0 0 1 153.3506 428.1006 cm +1 0 0 1 153.3506 440.3735 cm q []0 d 0 J @@ -1247,11 +1259,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -428.1006 cm +1 0 0 1 -153.3506 -440.3735 cm BT -/F8 9.9626 Tf 156.3394 428.1006 Td[(cd)]TJ +/F8 9.9626 Tf 156.3394 440.3735 Td[(cd)]TJ ET -1 0 0 1 166.8998 428.1006 cm +1 0 0 1 166.8998 440.3735 cm q []0 d 0 J @@ -1260,11 +1272,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.8998 -428.1006 cm +1 0 0 1 -166.8998 -440.3735 cm BT -/F8 9.9626 Tf 169.8886 428.1006 Td[(get)]TJ +/F8 9.9626 Tf 169.8886 440.3735 Td[(get)]TJ ET -1 0 0 1 183.7699 428.1006 cm +1 0 0 1 183.7699 440.3735 cm q []0 d 0 J @@ -1273,31 +1285,44 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.7699 -428.1006 cm +1 0 0 1 -183.7699 -440.3735 cm BT -/F8 9.9626 Tf 186.7587 428.1006 Td[(con)28(te)-1(x)1(t)]TJ +/F8 9.9626 Tf 186.7587 440.3735 Td[(con)28(te)-1(x)1(t)]TJ ET -1 0 0 1 218.8606 428.1006 cm +1 0 0 1 218.8606 440.3735 cm 0 g 0 G -1 0 0 1 -218.8606 -428.1006 cm +1 0 0 1 -218.8606 -440.3735 cm BT -/F8 9.9626 Tf 226.3637 428.1006 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 226.3637 440.3735 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 428.1006 cm +1 0 0 1 433.6438 440.3735 cm 0 g 0 G -1 0 0 1 -433.6438 -428.1006 cm +1 0 0 1 -433.6438 -440.3735 cm BT -/F8 9.9626 Tf 433.6438 428.1006 Td[(15)]TJ +/F8 9.9626 Tf 433.6438 440.3735 Td[(15)]TJ ET -1 0 0 1 443.6065 428.1006 cm +1 0 0 1 443.6065 440.3735 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -414.4981 cm +1 0 0 1 -137.7535 -427.3846 cm +BT +/F8 9.9626 Tf 137.7535 427.3846 Td[(psb)]TJ +ET +1 0 0 1 153.3506 427.3846 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -153.3506 -427.3846 cm BT -/F8 9.9626 Tf 137.7535 414.4981 Td[(psb)]TJ +/F8 9.9626 Tf 156.3394 427.3846 Td[(cd)]TJ ET -1 0 0 1 153.3506 414.4981 cm +1 0 0 1 166.8998 427.3846 cm q []0 d 0 J @@ -1306,11 +1331,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -414.4981 cm +1 0 0 1 -166.8998 -427.3846 cm BT -/F8 9.9626 Tf 156.3394 414.4981 Td[(sp)]TJ +/F8 9.9626 Tf 169.8886 427.3846 Td[(get)]TJ ET -1 0 0 1 166.4017 414.4981 cm +1 0 0 1 183.7699 427.3846 cm q []0 d 0 J @@ -1319,11 +1344,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.4017 -414.4981 cm +1 0 0 1 -183.7699 -427.3846 cm BT -/F8 9.9626 Tf 169.3905 414.4981 Td[(get)]TJ +/F8 9.9626 Tf 186.7587 427.3846 Td[(lar)1(ge)]TJ ET -1 0 0 1 183.2718 414.4981 cm +1 0 0 1 208.4164 427.3846 cm q []0 d 0 J @@ -1332,31 +1357,44 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.2718 -414.4981 cm +1 0 0 1 -208.4164 -427.3846 cm BT -/F8 9.9626 Tf 186.2606 414.4981 Td[(nr)1(o)28(w)-1(s)]TJ +/F8 9.9626 Tf 211.4052 427.3846 Td[(th)1(re)-1(shol)1(d)]TJ ET -1 0 0 1 211.527 414.4981 cm +1 0 0 1 251.8924 427.3846 cm 0 g 0 G -1 0 0 1 -211.527 -414.4981 cm +1 0 0 1 -251.8924 -427.3846 cm BT -/F8 9.9626 Tf 218.6151 414.4981 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 257.3581 427.3846 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 414.4981 cm +1 0 0 1 433.6438 427.3846 cm 0 g 0 G -1 0 0 1 -433.6438 -414.4981 cm +1 0 0 1 -433.6438 -427.3846 cm BT -/F8 9.9626 Tf 433.6438 414.4981 Td[(15)]TJ +/F8 9.9626 Tf 433.6438 427.3846 Td[(16)]TJ ET -1 0 0 1 443.6065 414.4981 cm +1 0 0 1 443.6065 427.3846 cm 0 g 0 G -1 0 0 1 -305.853 -13.6026 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -400.8955 cm +1 0 0 1 -137.7535 -414.3958 cm +BT +/F8 9.9626 Tf 137.7535 414.3958 Td[(psb)]TJ +ET +1 0 0 1 153.3506 414.3958 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -153.3506 -414.3958 cm BT -/F8 9.9626 Tf 137.7535 400.8955 Td[(psb)]TJ +/F8 9.9626 Tf 156.3394 414.3958 Td[(cd)]TJ ET -1 0 0 1 153.3506 400.8955 cm +1 0 0 1 166.8998 414.3958 cm q []0 d 0 J @@ -1365,11 +1403,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -400.8955 cm +1 0 0 1 -166.8998 -414.3958 cm BT -/F8 9.9626 Tf 156.3394 400.8955 Td[(sp)]TJ +/F8 9.9626 Tf 169.8886 414.3958 Td[(se)-1(t)]TJ ET -1 0 0 1 166.4017 400.8955 cm +1 0 0 1 182.7183 414.3958 cm q []0 d 0 J @@ -1378,11 +1416,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.4017 -400.8955 cm +1 0 0 1 -182.7183 -414.3958 cm BT -/F8 9.9626 Tf 169.3905 400.8955 Td[(get)]TJ +/F8 9.9626 Tf 185.7071 414.3958 Td[(lar)1(ge)]TJ ET -1 0 0 1 183.2718 400.8955 cm +1 0 0 1 207.3648 414.3958 cm q []0 d 0 J @@ -1391,31 +1429,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.2718 -400.8955 cm +1 0 0 1 -207.3648 -414.3958 cm BT -/F8 9.9626 Tf 186.2606 400.8955 Td[(ncols)]TJ +/F8 9.9626 Tf 210.3536 414.3958 Td[(th)1(re)-1(shol)1(d)]TJ ET -1 0 0 1 207.9017 400.8955 cm +1 0 0 1 250.8407 414.3958 cm 0 g 0 G -1 0 0 1 -207.9017 -400.8955 cm +1 0 0 1 -250.8407 -414.3958 cm BT -/F8 9.9626 Tf 210.8665 400.8955 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 257.3581 414.3958 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 400.8955 cm +1 0 0 1 433.6438 414.3958 cm 0 g 0 G -1 0 0 1 -433.6438 -400.8955 cm +1 0 0 1 -433.6438 -414.3958 cm BT -/F8 9.9626 Tf 433.6438 400.8955 Td[(16)]TJ +/F8 9.9626 Tf 433.6438 414.3958 Td[(16)]TJ ET -1 0 0 1 443.6065 400.8955 cm +1 0 0 1 443.6065 414.3958 cm 0 g 0 G -1 0 0 1 -305.853 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -137.7535 -387.293 cm +1 0 0 1 -137.7535 -401.4069 cm BT -/F8 9.9626 Tf 137.7535 387.293 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 401.4069 Td[(psb)]TJ ET -1 0 0 1 153.3506 387.293 cm +1 0 0 1 153.3506 401.4069 cm q []0 d 0 J @@ -1424,11 +1462,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -153.3506 -387.293 cm +1 0 0 1 -153.3506 -401.4069 cm BT -/F8 9.9626 Tf 156.3394 387.293 Td[(sp)]TJ +/F8 9.9626 Tf 156.3394 401.4069 Td[(sp)]TJ ET -1 0 0 1 166.4017 387.293 cm +1 0 0 1 166.4017 401.4069 cm q []0 d 0 J @@ -1437,11 +1475,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -166.4017 -387.293 cm +1 0 0 1 -166.4017 -401.4069 cm BT -/F8 9.9626 Tf 169.3905 387.293 Td[(get)]TJ +/F8 9.9626 Tf 169.3905 401.4069 Td[(get)]TJ ET -1 0 0 1 183.2718 387.293 cm +1 0 0 1 183.2718 401.4069 cm q []0 d 0 J @@ -1450,43 +1488,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -183.2718 -387.293 cm +1 0 0 1 -183.2718 -401.4069 cm BT -/F8 9.9626 Tf 186.2606 387.293 Td[(nn)1(z)-1(eros)]TJ +/F8 9.9626 Tf 186.2606 401.4069 Td[(nr)1(o)28(w)-1(s)]TJ ET -1 0 0 1 218.999 387.293 cm +1 0 0 1 211.527 401.4069 cm 0 g 0 G -1 0 0 1 -218.999 -387.293 cm +1 0 0 1 -211.527 -401.4069 cm BT -/F8 9.9626 Tf 226.3637 387.293 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 218.6151 401.4069 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 387.293 cm +1 0 0 1 433.6438 401.4069 cm 0 g 0 G -1 0 0 1 -433.6438 -387.293 cm +1 0 0 1 -433.6438 -401.4069 cm BT -/F8 9.9626 Tf 433.6438 387.293 Td[(16)]TJ +/F8 9.9626 Tf 433.6438 401.4069 Td[(16)]TJ ET -1 0 0 1 443.6065 387.293 cm +1 0 0 1 443.6065 401.4069 cm 0 g 0 G -1 0 0 1 -343.7111 -24.6634 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -99.8954 -362.6296 cm +1 0 0 1 -137.7535 -388.418 cm BT -/F29 9.9626 Tf 99.8954 362.6295 Td[(4)-925(Computati)-1(on)1(al)-384(routines)]TJ +/F8 9.9626 Tf 137.7535 388.418 Td[(psb)]TJ ET -1 0 0 1 234.032 362.6295 cm -0 g 0 G -1 0 0 1 -234.032 -362.6295 cm -BT -/F29 9.9626 Tf 432.1495 362.6295 Td[(18)]TJ -ET -1 0 0 1 114.8394 349.027 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -349.027 cm -BT -/F8 9.9626 Tf 114.8394 349.027 Td[(psb)]TJ -ET -1 0 0 1 130.4364 349.027 cm +1 0 0 1 153.3506 388.418 cm q []0 d 0 J @@ -1495,31 +1521,24 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -349.027 cm -BT -/F8 9.9626 Tf 133.4253 349.027 Td[(geaxpb)28(y)]TJ -ET -1 0 0 1 169.1248 349.027 cm -0 g 0 G -1 0 0 1 -169.1248 -349.027 cm -BT -/F8 9.9626 Tf 172.1235 349.027 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ -ET -1 0 0 1 433.6438 349.027 cm -0 g 0 G -1 0 0 1 -433.6438 -349.027 cm +1 0 0 1 -153.3506 -388.418 cm BT -/F8 9.9626 Tf 433.6438 349.027 Td[(19)]TJ +/F8 9.9626 Tf 156.3394 388.418 Td[(sp)]TJ ET -1 0 0 1 443.6065 349.027 cm -0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -335.4245 cm +1 0 0 1 166.4017 388.418 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -166.4017 -388.418 cm BT -/F8 9.9626 Tf 114.8394 335.4245 Td[(psb)]TJ +/F8 9.9626 Tf 169.3905 388.418 Td[(get)]TJ ET -1 0 0 1 130.4364 335.4245 cm +1 0 0 1 183.2718 388.418 cm q []0 d 0 J @@ -1528,31 +1547,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -335.4245 cm +1 0 0 1 -183.2718 -388.418 cm BT -/F8 9.9626 Tf 133.4253 335.4245 Td[(gedot)]TJ +/F8 9.9626 Tf 186.2606 388.418 Td[(ncols)]TJ ET -1 0 0 1 157.225 335.4245 cm +1 0 0 1 207.9017 388.418 cm 0 g 0 G -1 0 0 1 -157.225 -335.4245 cm +1 0 0 1 -207.9017 -388.418 cm BT -/F8 9.9626 Tf 164.3749 335.4245 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 210.8665 388.418 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 335.4245 cm +1 0 0 1 433.6438 388.418 cm 0 g 0 G -1 0 0 1 -433.6438 -335.4245 cm +1 0 0 1 -433.6438 -388.418 cm BT -/F8 9.9626 Tf 433.6438 335.4245 Td[(21)]TJ +/F8 9.9626 Tf 433.6438 388.418 Td[(17)]TJ ET -1 0 0 1 443.6065 335.4245 cm +1 0 0 1 443.6065 388.418 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -305.853 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -321.822 cm +1 0 0 1 -137.7535 -375.4291 cm BT -/F8 9.9626 Tf 114.8394 321.822 Td[(psb)]TJ +/F8 9.9626 Tf 137.7535 375.4291 Td[(psb)]TJ ET -1 0 0 1 130.4364 321.822 cm +1 0 0 1 153.3506 375.4291 cm q []0 d 0 J @@ -1561,31 +1580,168 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -321.822 cm +1 0 0 1 -153.3506 -375.4291 cm BT -/F8 9.9626 Tf 133.4253 321.822 Td[(gedots)]TJ +/F8 9.9626 Tf 156.3394 375.4291 Td[(sp)]TJ ET -1 0 0 1 161.1547 321.822 cm -0 g 0 G -1 0 0 1 -161.1547 -321.822 cm -BT -/F8 9.9626 Tf 164.3749 321.822 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +1 0 0 1 166.4017 375.4291 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -166.4017 -375.4291 cm +BT +/F8 9.9626 Tf 169.3905 375.4291 Td[(get)]TJ +ET +1 0 0 1 183.2718 375.4291 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -183.2718 -375.4291 cm +BT +/F8 9.9626 Tf 186.2606 375.4291 Td[(nn)1(z)-1(eros)]TJ +ET +1 0 0 1 218.999 375.4291 cm +0 g 0 G +1 0 0 1 -218.999 -375.4291 cm +BT +/F8 9.9626 Tf 226.3637 375.4291 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +ET +1 0 0 1 433.6438 375.4291 cm +0 g 0 G +1 0 0 1 -433.6438 -375.4291 cm +BT +/F8 9.9626 Tf 433.6438 375.4291 Td[(17)]TJ +ET +1 0 0 1 443.6065 375.4291 cm +0 g 0 G +1 0 0 1 -343.7111 -23.6407 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -99.8954 -351.7884 cm +BT +/F29 9.9626 Tf 99.8954 351.7884 Td[(4)-925(Computati)-1(on)1(al)-384(routines)]TJ +ET +1 0 0 1 234.032 351.7884 cm +0 g 0 G +1 0 0 1 -234.032 -351.7884 cm +BT +/F29 9.9626 Tf 432.1495 351.7884 Td[(18)]TJ +ET +1 0 0 1 114.8394 338.7995 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -114.8394 -338.7995 cm +BT +/F8 9.9626 Tf 114.8394 338.7995 Td[(psb)]TJ +ET +1 0 0 1 130.4364 338.7995 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -130.4364 -338.7995 cm +BT +/F8 9.9626 Tf 133.4253 338.7995 Td[(geaxpb)28(y)]TJ +ET +1 0 0 1 169.1248 338.7995 cm +0 g 0 G +1 0 0 1 -169.1248 -338.7995 cm +BT +/F8 9.9626 Tf 172.1235 338.7995 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +ET +1 0 0 1 433.6438 338.7995 cm +0 g 0 G +1 0 0 1 -433.6438 -338.7995 cm +BT +/F8 9.9626 Tf 433.6438 338.7995 Td[(19)]TJ +ET +1 0 0 1 443.6065 338.7995 cm +0 g 0 G +1 0 0 1 -328.7671 -12.9888 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -114.8394 -325.8107 cm +BT +/F8 9.9626 Tf 114.8394 325.8107 Td[(psb)]TJ +ET +1 0 0 1 130.4364 325.8107 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -130.4364 -325.8107 cm +BT +/F8 9.9626 Tf 133.4253 325.8107 Td[(gedot)]TJ +ET +1 0 0 1 157.225 325.8107 cm +0 g 0 G +1 0 0 1 -157.225 -325.8107 cm +BT +/F8 9.9626 Tf 164.3749 325.8107 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +ET +1 0 0 1 433.6438 325.8107 cm +0 g 0 G +1 0 0 1 -433.6438 -325.8107 cm +BT +/F8 9.9626 Tf 433.6438 325.8107 Td[(21)]TJ +ET +1 0 0 1 443.6065 325.8107 cm +0 g 0 G +1 0 0 1 -328.7671 -12.9889 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -114.8394 -312.8218 cm +BT +/F8 9.9626 Tf 114.8394 312.8218 Td[(psb)]TJ +ET +1 0 0 1 130.4364 312.8218 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -130.4364 -312.8218 cm +BT +/F8 9.9626 Tf 133.4253 312.8218 Td[(gedots)]TJ +ET +1 0 0 1 161.1547 312.8218 cm +0 g 0 G +1 0 0 1 -161.1547 -312.8218 cm +BT +/F8 9.9626 Tf 164.3749 312.8218 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 321.822 cm +1 0 0 1 433.6438 312.8218 cm 0 g 0 G -1 0 0 1 -433.6438 -321.822 cm +1 0 0 1 -433.6438 -312.8218 cm BT -/F8 9.9626 Tf 433.6438 321.822 Td[(23)]TJ +/F8 9.9626 Tf 433.6438 312.8218 Td[(23)]TJ ET -1 0 0 1 443.6065 321.822 cm +1 0 0 1 443.6065 312.8218 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -308.2194 cm +1 0 0 1 -114.8394 -299.8329 cm BT -/F8 9.9626 Tf 114.8394 308.2194 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 299.8329 Td[(psb)]TJ ET -1 0 0 1 130.4364 308.2194 cm +1 0 0 1 130.4364 299.8329 cm q []0 d 0 J @@ -1594,31 +1750,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -308.2194 cm +1 0 0 1 -130.4364 -299.8329 cm BT -/F8 9.9626 Tf 133.4253 308.2194 Td[(geam)-1(ax)]TJ +/F8 9.9626 Tf 133.4253 299.8329 Td[(geam)-1(ax)]TJ ET -1 0 0 1 166.3574 308.2194 cm +1 0 0 1 166.3574 299.8329 cm 0 g 0 G -1 0 0 1 -166.3574 -308.2194 cm +1 0 0 1 -166.3574 -299.8329 cm BT -/F8 9.9626 Tf 172.1235 308.2194 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 299.8329 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 308.2194 cm +1 0 0 1 433.6438 299.8329 cm 0 g 0 G -1 0 0 1 -433.6438 -308.2194 cm +1 0 0 1 -433.6438 -299.8329 cm BT -/F8 9.9626 Tf 433.6438 308.2194 Td[(25)]TJ +/F8 9.9626 Tf 433.6438 299.8329 Td[(25)]TJ ET -1 0 0 1 443.6065 308.2194 cm +1 0 0 1 443.6065 299.8329 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -294.6169 cm +1 0 0 1 -114.8394 -286.844 cm BT -/F8 9.9626 Tf 114.8394 294.6169 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 286.844 Td[(psb)]TJ ET -1 0 0 1 130.4364 294.6169 cm +1 0 0 1 130.4364 286.844 cm q []0 d 0 J @@ -1627,31 +1783,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -294.6169 cm +1 0 0 1 -130.4364 -286.844 cm BT -/F8 9.9626 Tf 133.4253 294.6169 Td[(geam)-1(axs)]TJ +/F8 9.9626 Tf 133.4253 286.844 Td[(geam)-1(axs)]TJ ET -1 0 0 1 170.2871 294.6169 cm +1 0 0 1 170.2871 286.844 cm 0 g 0 G -1 0 0 1 -170.2871 -294.6169 cm +1 0 0 1 -170.2871 -286.844 cm BT -/F8 9.9626 Tf 179.8721 294.6169 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 179.8721 286.844 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 294.6169 cm +1 0 0 1 433.6438 286.844 cm 0 g 0 G -1 0 0 1 -433.6438 -294.6169 cm +1 0 0 1 -433.6438 -286.844 cm BT -/F8 9.9626 Tf 433.6438 294.6169 Td[(26)]TJ +/F8 9.9626 Tf 433.6438 286.844 Td[(26)]TJ ET -1 0 0 1 443.6065 294.6169 cm +1 0 0 1 443.6065 286.844 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -281.0144 cm +1 0 0 1 -114.8394 -273.8551 cm BT -/F8 9.9626 Tf 114.8394 281.0144 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 273.8551 Td[(psb)]TJ ET -1 0 0 1 130.4364 281.0144 cm +1 0 0 1 130.4364 273.8551 cm q []0 d 0 J @@ -1660,31 +1816,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -281.0144 cm +1 0 0 1 -130.4364 -273.8551 cm BT -/F8 9.9626 Tf 133.4253 281.0144 Td[(geas)-1(u)1(m)]TJ +/F8 9.9626 Tf 133.4253 273.8551 Td[(geas)-1(u)1(m)]TJ ET -1 0 0 1 165.5825 281.0144 cm +1 0 0 1 165.5825 273.8551 cm 0 g 0 G -1 0 0 1 -165.5825 -281.0144 cm +1 0 0 1 -165.5825 -273.8551 cm BT -/F8 9.9626 Tf 172.1235 281.0144 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 273.8551 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 281.0144 cm +1 0 0 1 433.6438 273.8551 cm 0 g 0 G -1 0 0 1 -433.6438 -281.0144 cm +1 0 0 1 -433.6438 -273.8551 cm BT -/F8 9.9626 Tf 433.6438 281.0144 Td[(27)]TJ +/F8 9.9626 Tf 433.6438 273.8551 Td[(27)]TJ ET -1 0 0 1 443.6065 281.0144 cm +1 0 0 1 443.6065 273.8551 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -267.4118 cm +1 0 0 1 -114.8394 -260.8662 cm BT -/F8 9.9626 Tf 114.8394 267.4118 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 260.8662 Td[(psb)]TJ ET -1 0 0 1 130.4364 267.4118 cm +1 0 0 1 130.4364 260.8662 cm q []0 d 0 J @@ -1693,31 +1849,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -267.4118 cm +1 0 0 1 -130.4364 -260.8662 cm BT -/F8 9.9626 Tf 133.4253 267.4118 Td[(geas)-1(u)1(m)-1(s)]TJ +/F8 9.9626 Tf 133.4253 260.8662 Td[(geas)-1(u)1(m)-1(s)]TJ ET -1 0 0 1 169.5122 267.4118 cm +1 0 0 1 169.5122 260.8662 cm 0 g 0 G -1 0 0 1 -169.5122 -267.4118 cm +1 0 0 1 -169.5122 -260.8662 cm BT -/F8 9.9626 Tf 172.1235 267.4118 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 260.8662 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 267.4118 cm +1 0 0 1 433.6438 260.8662 cm 0 g 0 G -1 0 0 1 -433.6438 -267.4118 cm +1 0 0 1 -433.6438 -260.8662 cm BT -/F8 9.9626 Tf 433.6438 267.4118 Td[(28)]TJ +/F8 9.9626 Tf 433.6438 260.8662 Td[(28)]TJ ET -1 0 0 1 443.6065 267.4118 cm +1 0 0 1 443.6065 260.8662 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -253.8093 cm +1 0 0 1 -114.8394 -247.8773 cm BT -/F8 9.9626 Tf 114.8394 253.8093 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 247.8773 Td[(psb)]TJ ET -1 0 0 1 130.4364 253.8093 cm +1 0 0 1 130.4364 247.8773 cm q []0 d 0 J @@ -1726,31 +1882,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -253.8093 cm +1 0 0 1 -130.4364 -247.8773 cm BT -/F8 9.9626 Tf 133.4253 253.8093 Td[(genrm2)]TJ +/F8 9.9626 Tf 133.4253 247.8773 Td[(genrm2)]TJ ET -1 0 0 1 165.5549 253.8093 cm +1 0 0 1 165.5549 247.8773 cm 0 g 0 G -1 0 0 1 -165.5549 -253.8093 cm +1 0 0 1 -165.5549 -247.8773 cm BT -/F8 9.9626 Tf 172.1235 253.8093 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 247.8773 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 253.8093 cm +1 0 0 1 433.6438 247.8773 cm 0 g 0 G -1 0 0 1 -433.6438 -253.8093 cm +1 0 0 1 -433.6438 -247.8773 cm BT -/F8 9.9626 Tf 433.6438 253.8093 Td[(30)]TJ +/F8 9.9626 Tf 433.6438 247.8773 Td[(30)]TJ ET -1 0 0 1 443.6065 253.8093 cm +1 0 0 1 443.6065 247.8773 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -240.2068 cm +1 0 0 1 -114.8394 -234.8885 cm BT -/F8 9.9626 Tf 114.8394 240.2068 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 234.8885 Td[(psb)]TJ ET -1 0 0 1 130.4364 240.2068 cm +1 0 0 1 130.4364 234.8885 cm q []0 d 0 J @@ -1759,31 +1915,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -240.2068 cm +1 0 0 1 -130.4364 -234.8885 cm BT -/F8 9.9626 Tf 133.4253 240.2068 Td[(genrm2s)]TJ +/F8 9.9626 Tf 133.4253 234.8885 Td[(genrm2s)]TJ ET -1 0 0 1 169.4846 240.2068 cm +1 0 0 1 169.4846 234.8885 cm 0 g 0 G -1 0 0 1 -169.4846 -240.2068 cm +1 0 0 1 -169.4846 -234.8885 cm BT -/F8 9.9626 Tf 172.1235 240.2068 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 234.8885 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 240.2068 cm +1 0 0 1 433.6438 234.8885 cm 0 g 0 G -1 0 0 1 -433.6438 -240.2068 cm +1 0 0 1 -433.6438 -234.8885 cm BT -/F8 9.9626 Tf 433.6438 240.2068 Td[(31)]TJ +/F8 9.9626 Tf 433.6438 234.8885 Td[(31)]TJ ET -1 0 0 1 443.6065 240.2068 cm +1 0 0 1 443.6065 234.8885 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -226.6042 cm +1 0 0 1 -114.8394 -221.8996 cm BT -/F8 9.9626 Tf 114.8394 226.6042 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 221.8996 Td[(psb)]TJ ET -1 0 0 1 130.4364 226.6042 cm +1 0 0 1 130.4364 221.8996 cm q []0 d 0 J @@ -1792,31 +1948,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -226.6042 cm +1 0 0 1 -130.4364 -221.8996 cm BT -/F8 9.9626 Tf 133.4253 226.6042 Td[(spnr)1(m)-1(i)]TJ +/F8 9.9626 Tf 133.4253 221.8996 Td[(spnr)1(m)-1(i)]TJ ET -1 0 0 1 163.3963 226.6042 cm +1 0 0 1 163.3963 221.8996 cm 0 g 0 G -1 0 0 1 -163.3963 -226.6042 cm +1 0 0 1 -163.3963 -221.8996 cm BT -/F8 9.9626 Tf 172.1235 226.6042 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ +/F8 9.9626 Tf 172.1235 221.8996 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)]TJ ET -1 0 0 1 433.6438 226.6042 cm +1 0 0 1 433.6438 221.8996 cm 0 g 0 G -1 0 0 1 -433.6438 -226.6042 cm +1 0 0 1 -433.6438 -221.8996 cm BT -/F8 9.9626 Tf 433.6438 226.6042 Td[(33)]TJ +/F8 9.9626 Tf 433.6438 221.8996 Td[(33)]TJ ET -1 0 0 1 443.6065 226.6042 cm +1 0 0 1 443.6065 221.8996 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -213.0017 cm +1 0 0 1 -114.8394 -208.9107 cm BT -/F8 9.9626 Tf 114.8394 213.0017 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 208.9107 Td[(psb)]TJ ET -1 0 0 1 130.4364 213.0017 cm +1 0 0 1 130.4364 208.9107 cm q []0 d 0 J @@ -1825,31 +1981,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -213.0017 cm +1 0 0 1 -130.4364 -208.9107 cm BT -/F8 9.9626 Tf 133.4253 213.0017 Td[(spmm)]TJ +/F8 9.9626 Tf 133.4253 208.9107 Td[(spmm)]TJ ET -1 0 0 1 159.4942 213.0017 cm +1 0 0 1 159.4942 208.9107 cm 0 g 0 G -1 0 0 1 -159.4942 -213.0017 cm +1 0 0 1 -159.4942 -208.9107 cm BT -/F8 9.9626 Tf 164.3749 213.0017 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 164.3749 208.9107 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 213.0017 cm +1 0 0 1 433.6438 208.9107 cm 0 g 0 G -1 0 0 1 -433.6438 -213.0017 cm +1 0 0 1 -433.6438 -208.9107 cm BT -/F8 9.9626 Tf 433.6438 213.0017 Td[(34)]TJ +/F8 9.9626 Tf 433.6438 208.9107 Td[(34)]TJ ET -1 0 0 1 443.6065 213.0017 cm +1 0 0 1 443.6065 208.9107 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -199.3992 cm +1 0 0 1 -114.8394 -195.9218 cm BT -/F8 9.9626 Tf 114.8394 199.3992 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 195.9218 Td[(psb)]TJ ET -1 0 0 1 130.4364 199.3992 cm +1 0 0 1 130.4364 195.9218 cm q []0 d 0 J @@ -1858,43 +2014,43 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -199.3992 cm +1 0 0 1 -130.4364 -195.9218 cm BT -/F8 9.9626 Tf 133.4253 199.3992 Td[(spsm)]TJ +/F8 9.9626 Tf 133.4253 195.9218 Td[(spsm)]TJ ET -1 0 0 1 155.1217 199.3992 cm +1 0 0 1 155.1217 195.9218 cm 0 g 0 G -1 0 0 1 -155.1217 -199.3992 cm +1 0 0 1 -155.1217 -195.9218 cm BT -/F8 9.9626 Tf 164.3749 199.3992 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 164.3749 195.9218 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 199.3992 cm +1 0 0 1 433.6438 195.9218 cm 0 g 0 G -1 0 0 1 -433.6438 -199.3992 cm +1 0 0 1 -433.6438 -195.9218 cm BT -/F8 9.9626 Tf 433.6438 199.3992 Td[(37)]TJ +/F8 9.9626 Tf 433.6438 195.9218 Td[(37)]TJ ET -1 0 0 1 443.6065 199.3992 cm +1 0 0 1 443.6065 195.9218 cm 0 g 0 G -1 0 0 1 -343.7111 -24.6634 cm +1 0 0 1 -343.7111 -23.6407 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -99.8954 -174.7358 cm +1 0 0 1 -99.8954 -172.2811 cm BT -/F29 9.9626 Tf 99.8954 174.7357 Td[(5)-925(Comm)32(unic)-1(ation)-384(r)1(outi)-1(nes)]TJ +/F29 9.9626 Tf 99.8954 172.2811 Td[(5)-925(Comm)32(unic)-1(ation)-384(r)1(outi)-1(nes)]TJ ET -1 0 0 1 238.3284 174.7357 cm +1 0 0 1 238.3284 172.2811 cm 0 g 0 G -1 0 0 1 -238.3284 -174.7357 cm +1 0 0 1 -238.3284 -172.2811 cm BT -/F29 9.9626 Tf 432.1495 174.7357 Td[(40)]TJ +/F29 9.9626 Tf 432.1495 172.2811 Td[(40)]TJ ET -1 0 0 1 114.8394 161.1332 cm +1 0 0 1 114.8394 159.2922 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -161.1332 cm +1 0 0 1 -114.8394 -159.2923 cm BT -/F8 9.9626 Tf 114.8394 161.1332 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 159.2923 Td[(psb)]TJ ET -1 0 0 1 130.4364 161.1332 cm +1 0 0 1 130.4364 159.2923 cm q []0 d 0 J @@ -1903,31 +2059,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -161.1332 cm +1 0 0 1 -130.4364 -159.2923 cm BT -/F8 9.9626 Tf 133.4253 161.1332 Td[(hal)1(o)]TJ +/F8 9.9626 Tf 133.4253 159.2923 Td[(hal)1(o)]TJ ET -1 0 0 1 151.6902 161.1332 cm +1 0 0 1 151.6902 159.2923 cm 0 g 0 G -1 0 0 1 -151.6902 -161.1332 cm +1 0 0 1 -151.6902 -159.2923 cm BT -/F8 9.9626 Tf 156.6262 161.1332 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 156.6262 159.2923 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 161.1332 cm +1 0 0 1 433.6438 159.2923 cm 0 g 0 G -1 0 0 1 -433.6438 -161.1332 cm +1 0 0 1 -433.6438 -159.2923 cm BT -/F8 9.9626 Tf 433.6438 161.1332 Td[(41)]TJ +/F8 9.9626 Tf 433.6438 159.2923 Td[(41)]TJ ET -1 0 0 1 443.6065 161.1332 cm +1 0 0 1 443.6065 159.2923 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -147.5307 cm +1 0 0 1 -114.8394 -146.3034 cm BT -/F8 9.9626 Tf 114.8394 147.5307 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 146.3034 Td[(psb)]TJ ET -1 0 0 1 130.4364 147.5307 cm +1 0 0 1 130.4364 146.3034 cm q []0 d 0 J @@ -1936,31 +2092,31 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -147.5307 cm +1 0 0 1 -130.4364 -146.3034 cm BT -/F8 9.9626 Tf 133.4253 147.5307 Td[(o)28(vrl)]TJ +/F8 9.9626 Tf 133.4253 146.3034 Td[(o)28(vrl)]TJ ET -1 0 0 1 150.0574 147.5307 cm +1 0 0 1 150.0574 146.3034 cm 0 g 0 G -1 0 0 1 -150.0574 -147.5307 cm +1 0 0 1 -150.0574 -146.3034 cm BT -/F8 9.9626 Tf 156.6262 147.5307 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ +/F8 9.9626 Tf 156.6262 146.3034 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)]TJ ET -1 0 0 1 433.6438 147.5307 cm +1 0 0 1 433.6438 146.3034 cm 0 g 0 G -1 0 0 1 -433.6438 -147.5307 cm +1 0 0 1 -433.6438 -146.3034 cm BT -/F8 9.9626 Tf 433.6438 147.5307 Td[(45)]TJ +/F8 9.9626 Tf 433.6438 146.3034 Td[(45)]TJ ET -1 0 0 1 443.6065 147.5307 cm +1 0 0 1 443.6065 146.3034 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6026 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -114.8394 -133.9281 cm +1 0 0 1 -114.8394 -133.3145 cm BT -/F8 9.9626 Tf 114.8394 133.9281 Td[(psb)]TJ +/F8 9.9626 Tf 114.8394 133.3145 Td[(psb)]TJ ET -1 0 0 1 130.4364 133.9281 cm +1 0 0 1 130.4364 133.3145 cm q []0 d 0 J @@ -1969,25 +2125,25 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -130.4364 -133.9281 cm +1 0 0 1 -130.4364 -133.3145 cm BT -/F8 9.9626 Tf 133.4253 133.9281 Td[(gath)1(e)-1(r)]TJ +/F8 9.9626 Tf 133.4253 133.3145 Td[(gath)1(e)-1(r)]TJ ET -1 0 0 1 161.127 133.9281 cm +1 0 0 1 161.127 133.3145 cm 0 g 0 G -1 0 0 1 -161.127 -133.9281 cm +1 0 0 1 -161.127 -133.3145 cm BT -/F8 9.9626 Tf 164.3749 133.9281 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ +/F8 9.9626 Tf 164.3749 133.3145 Td[(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-499(.)]TJ ET -1 0 0 1 433.6438 133.9281 cm +1 0 0 1 433.6438 133.3145 cm 0 g 0 G -1 0 0 1 -433.6438 -133.9281 cm +1 0 0 1 -433.6438 -133.3145 cm BT -/F8 9.9626 Tf 433.6438 133.9281 Td[(49)]TJ +/F8 9.9626 Tf 433.6438 133.3145 Td[(49)]TJ ET -1 0 0 1 443.6065 133.9281 cm +1 0 0 1 443.6065 133.3145 cm 0 g 0 G -1 0 0 1 -328.7671 -13.6025 cm +1 0 0 1 -328.7671 -12.9889 cm 0 0 1 rg 0 0 1 RG 1 0 0 1 -114.8394 -120.3256 cm BT @@ -2030,298 +2186,312 @@ ET 0 g 0 G endstream endobj -421 0 obj << +429 0 obj << /Type /Page -/Contents 422 0 R -/Resources 420 0 R +/Contents 430 0 R +/Resources 428 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R -/Annots [ 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R ] +/Parent 423 0 R +/Annots [ 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R ] >> endobj -425 0 obj << +433 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.8991 680.4692 179.0012 689.3802] +/Rect [98.8991 681.4919 179.0012 690.4029] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj -426 0 obj << +434 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.8991 655.8057 202.863 664.7168] +/Rect [98.8991 657.8512 202.863 666.7622] /Subtype /Link /A << /S /GoTo /D (section.2) >> >> endobj -427 0 obj << +435 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 642.2032 225.8677 651.1142] +/Rect [113.8431 644.8623 225.8677 653.7734] /Subtype /Link /A << /S /GoTo /D (subsection.2.1) >> >> endobj -428 0 obj << +436 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 626.6635 210.6746 637.5117] +/Rect [113.8431 629.9363 210.6746 640.7845] /Subtype /Link /A << /S /GoTo /D (subsection.2.2) >> >> endobj -429 0 obj << +437 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 613.0609 232.122 623.9092] +/Rect [113.8431 616.9474 232.122 627.7956] /Subtype /Link /A << /S /GoTo /D (subsection.2.3) >> >> endobj -430 0 obj << +438 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 599.4584 227.7773 610.3066] +/Rect [113.8431 603.9585 227.7773 614.8067] /Subtype /Link /A << /S /GoTo /D (subsection.2.4) >> >> endobj -431 0 obj << +439 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.8991 576.7322 196.3402 585.5602] +/Rect [98.8991 582.255 196.3402 591.083] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj -432 0 obj << +440 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 561.1924 249.529 572.0407] +/Rect [113.8431 567.3289 249.529 578.1771] /Subtype /Link /A << /S /GoTo /D (subsection.3.1) >> >> endobj -433 0 obj << +441 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 549.5271 248.2283 558.4381] +/Rect [136.7572 556.2772 248.2283 565.1883] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj -434 0 obj << +442 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 533.9874 265.7183 544.8356] +/Rect [113.8431 541.3512 265.7183 552.1994] /Subtype /Link /A << /S /GoTo /D (subsection.3.2) >> >> endobj -435 0 obj << +443 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 522.322 248.2283 531.2331] +/Rect [136.7572 530.2995 248.2283 539.2105] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.1) >> >> endobj -436 0 obj << +444 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 508.7195 268.0153 517.6305] +/Rect [113.8431 517.3106 268.0153 526.2216] /Subtype /Link /A << /S /GoTo /D (subsection.3.3) >> >> endobj -437 0 obj << +445 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 493.1798 268.9008 503.9173] +/Rect [113.8431 502.3845 268.9008 513.122] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj -438 0 obj << +446 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 479.5773 231.2752 490.4255] +/Rect [136.7572 489.3956 231.2752 500.2438] /Subtype /Link /A << /S /GoTo /D (section*.2) >> >> endobj -439 0 obj << +447 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 465.9747 227.6499 476.8229] +/Rect [136.7572 476.4068 227.6499 487.255] /Subtype /Link /A << /S /GoTo /D (section*.4) >> >> endobj -440 0 obj << +448 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 452.3722 237.0868 463.2204] +/Rect [136.7572 463.4179 237.0868 474.2661] /Subtype /Link /A << /S /GoTo /D (section*.6) >> >> endobj -441 0 obj << +449 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 438.7697 233.4615 449.6179] +/Rect [136.7572 450.429 233.4615 461.2772] /Subtype /Link /A << /S /GoTo /D (section*.8) >> >> endobj -442 0 obj << +450 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 425.1671 219.8569 436.0153] +/Rect [136.7572 437.4401 219.8569 448.2883] /Subtype /Link /A << /S /GoTo /D (section*.10) >> >> endobj -443 0 obj << +451 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 411.5646 212.5232 422.4128] +/Rect [136.7572 424.4512 252.8886 435.2994] /Subtype /Link /A << /S /GoTo /D (section*.12) >> >> endobj -444 0 obj << +452 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 397.9621 208.898 408.8103] +/Rect [136.7572 411.4623 251.837 422.3105] /Subtype /Link /A << /S /GoTo /D (section*.14) >> >> endobj -445 0 obj << +453 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.7572 384.3595 219.9952 395.2077] +/Rect [136.7572 398.4735 212.5232 409.3217] /Subtype /Link /A << /S /GoTo /D (section*.16) >> >> endobj -446 0 obj << +454 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.8991 359.6961 235.0283 370.5443] +/Rect [136.7572 385.4846 208.898 396.3328] /Subtype /Link -/A << /S /GoTo /D (section.4) >> +/A << /S /GoTo /D (section*.18) >> >> endobj -447 0 obj << +455 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 346.0936 170.1211 356.9418] +/Rect [136.7572 372.4957 219.9952 383.3439] /Subtype /Link -/A << /S /GoTo /D (section*.19) >> +/A << /S /GoTo /D (section*.20) >> >> endobj -448 0 obj << +456 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 332.491 158.2212 343.3392] +/Rect [98.8991 348.855 235.0283 359.7032] /Subtype /Link -/A << /S /GoTo /D (section*.21) >> +/A << /S /GoTo /D (section.4) >> >> endobj -449 0 obj << +457 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 318.8885 162.1509 329.7367] +/Rect [113.8431 335.8661 170.1211 346.7143] /Subtype /Link /A << /S /GoTo /D (section*.23) >> >> endobj -450 0 obj << +458 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 305.286 167.3537 316.1342] +/Rect [113.8431 322.8772 158.2212 333.7254] /Subtype /Link /A << /S /GoTo /D (section*.25) >> >> endobj -451 0 obj << +459 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 291.6835 171.2834 302.5317] +/Rect [113.8431 309.8883 162.1509 320.7366] /Subtype /Link /A << /S /GoTo /D (section*.27) >> >> endobj -452 0 obj << +460 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 278.0809 166.5788 288.9291] +/Rect [113.8431 296.8995 167.3537 307.7477] /Subtype /Link /A << /S /GoTo /D (section*.29) >> >> endobj -453 0 obj << +461 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 264.4784 170.5085 275.3266] +/Rect [113.8431 283.9106 171.2834 294.7588] /Subtype /Link /A << /S /GoTo /D (section*.31) >> >> endobj -454 0 obj << +462 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 250.8759 166.5511 261.7241] +/Rect [113.8431 270.9217 166.5788 281.7699] /Subtype /Link /A << /S /GoTo /D (section*.33) >> >> endobj -455 0 obj << +463 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 237.2733 170.4808 248.1215] +/Rect [113.8431 257.9328 170.5085 268.781] /Subtype /Link /A << /S /GoTo /D (section*.35) >> >> endobj -456 0 obj << +464 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 223.6708 164.3925 234.519] +/Rect [113.8431 244.9439 166.5511 255.7921] /Subtype /Link /A << /S /GoTo /D (section*.37) >> >> endobj -457 0 obj << +465 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 210.0683 160.4905 220.9165] +/Rect [113.8431 231.955 170.4808 242.8032] /Subtype /Link /A << /S /GoTo /D (section*.39) >> >> endobj -458 0 obj << +466 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 196.4657 156.118 207.3139] +/Rect [113.8431 218.9662 164.3925 229.8144] /Subtype /Link /A << /S /GoTo /D (section*.41) >> >> endobj -459 0 obj << +467 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.8991 173.7395 239.3247 182.6505] +/Rect [113.8431 205.9773 160.4905 216.8255] /Subtype /Link -/A << /S /GoTo /D (section.5) >> +/A << /S /GoTo /D (section*.43) >> >> endobj -460 0 obj << +468 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 158.1998 152.6864 169.048] +/Rect [113.8431 192.9884 156.118 203.8366] /Subtype /Link -/A << /S /GoTo /D (section*.43) >> +/A << /S /GoTo /D (section*.45) >> >> endobj -461 0 obj << +469 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 144.5972 151.0537 155.4454] +/Rect [98.8991 171.2849 239.3247 180.1959] /Subtype /Link -/A << /S /GoTo /D (section*.46) >> +/A << /S /GoTo /D (section.5) >> >> endobj -462 0 obj << +470 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.8431 156.3588 152.6864 167.207] +/Subtype /Link +/A << /S /GoTo /D (section*.47) >> +>> endobj +471 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.8431 130.9947 162.1233 141.8429] +/Rect [113.8431 143.3699 151.0537 154.2181] /Subtype /Link /A << /S /GoTo /D (section*.50) >> >> endobj -463 0 obj << +472 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [113.8431 130.3811 162.1233 141.2293] +/Subtype /Link +/A << /S /GoTo /D (section*.54) >> +>> endobj +473 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 117.3922 163.839 128.2404] /Subtype /Link -/A << /S /GoTo /D (section*.53) >> +/A << /S /GoTo /D (section*.57) >> >> endobj -423 0 obj << -/D [421 0 R /XYZ 99.8954 740.9981 null] +431 0 obj << +/D [429 0 R /XYZ 99.8954 740.9981 null] >> endobj -424 0 obj << -/D [421 0 R /XYZ 99.8954 695.081 null] +432 0 obj << +/D [429 0 R /XYZ 99.8954 695.5213 null] >> endobj -420 0 obj << -/Font << /F18 405 0 R /F29 411 0 R /F8 414 0 R >> +428 0 obj << +/Font << /F18 413 0 R /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -466 0 obj << +476 0 obj << /Length 36954 >> stream @@ -3937,344 +4107,344 @@ ET 0 g 0 G endstream endobj -465 0 obj << +475 0 obj << /Type /Page -/Contents 466 0 R -/Resources 464 0 R +/Contents 476 0 R +/Resources 474 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R -/Annots [ 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R ] +/Parent 423 0 R +/Annots [ 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R ] >> endobj -468 0 obj << +478 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.7086 703.1954 302.5804 714.0436] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj -469 0 obj << +479 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 690.6382 205.7098 701.4864] /Subtype /Link -/A << /S /GoTo /D (section*.56) >> +/A << /S /GoTo /D (section*.60) >> >> endobj -470 0 obj << +480 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 678.081 207.4256 688.9292] /Subtype /Link -/A << /S /GoTo /D (section*.59) >> +/A << /S /GoTo /D (section*.63) >> >> endobj -471 0 obj << +481 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 665.5237 209.6395 676.3719] /Subtype /Link -/A << /S /GoTo /D (section*.62) >> +/A << /S /GoTo /D (section*.66) >> >> endobj -472 0 obj << +482 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 652.9665 210.1376 663.8147] /Subtype /Link -/A << /S /GoTo /D (section*.65) >> +/A << /S /GoTo /D (section*.69) >> >> endobj -473 0 obj << +483 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 640.4093 210.9955 651.2575] /Subtype /Link -/A << /S /GoTo /D (section*.67) >> +/A << /S /GoTo /D (section*.71) >> >> endobj -474 0 obj << +484 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 627.8521 222.591 638.7003] /Subtype /Link -/A << /S /GoTo /D (section*.69) >> +/A << /S /GoTo /D (section*.73) >> >> endobj -475 0 obj << +485 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 615.2948 205.2117 626.143] /Subtype /Link -/A << /S /GoTo /D (section*.72) >> +/A << /S /GoTo /D (section*.76) >> >> endobj -476 0 obj << +486 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 602.7376 206.9275 613.5858] /Subtype /Link -/A << /S /GoTo /D (section*.75) >> +/A << /S /GoTo /D (section*.79) >> >> endobj -477 0 obj << +487 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 590.1804 209.1414 601.0286] /Subtype /Link -/A << /S /GoTo /D (section*.78) >> +/A << /S /GoTo /D (section*.82) >> >> endobj -478 0 obj << +488 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 577.6232 210.4974 588.4714] /Subtype /Link -/A << /S /GoTo /D (section*.81) >> +/A << /S /GoTo /D (section*.85) >> >> endobj -479 0 obj << +489 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 565.0659 204.1324 575.9141] /Subtype /Link -/A << /S /GoTo /D (section*.83) >> +/A << /S /GoTo /D (section*.87) >> >> endobj -480 0 obj << +490 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 552.5087 205.1563 563.3569] /Subtype /Link -/A << /S /GoTo /D (section*.86) >> +/A << /S /GoTo /D (section*.90) >> >> endobj -481 0 obj << +491 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 539.9515 206.8721 550.7997] /Subtype /Link -/A << /S /GoTo /D (section*.88) >> +/A << /S /GoTo /D (section*.92) >> >> endobj -482 0 obj << +492 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 527.3943 209.086 538.2425] /Subtype /Link -/A << /S /GoTo /D (section*.91) >> +/A << /S /GoTo /D (section*.95) >> >> endobj -483 0 obj << +493 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 514.837 210.442 525.6852] /Subtype /Link -/A << /S /GoTo /D (section*.93) >> +/A << /S /GoTo /D (section*.97) >> >> endobj -484 0 obj << +494 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 502.2798 202.9424 513.128] /Subtype /Link -/A << /S /GoTo /D (section*.95) >> +/A << /S /GoTo /D (section*.99) >> >> endobj -485 0 obj << +495 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 489.7226 231.978 500.5708] /Subtype /Link -/A << /S /GoTo /D (section*.97) >> +/A << /S /GoTo /D (section*.101) >> >> endobj -486 0 obj << +496 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 477.1653 231.978 488.0135] /Subtype /Link -/A << /S /GoTo /D (section*.100) >> +/A << /S /GoTo /D (section*.104) >> >> endobj -487 0 obj << +497 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 464.6081 243.6399 475.4563] /Subtype /Link -/A << /S /GoTo /D (section*.102) >> +/A << /S /GoTo /D (section*.106) >> >> endobj -488 0 obj << +498 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 452.0509 233.4005 462.8991] /Subtype /Link -/A << /S /GoTo /D (section*.105) >> +/A << /S /GoTo /D (section*.109) >> >> endobj -489 0 obj << +499 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 439.4937 227.3675 450.3419] /Subtype /Link -/A << /S /GoTo /D (section*.108) >> +/A << /S /GoTo /D (section*.112) >> >> endobj -490 0 obj << +500 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 426.9364 208.8093 437.7846] /Subtype /Link -/A << /S /GoTo /D (section*.111) >> +/A << /S /GoTo /D (section*.115) >> >> endobj -491 0 obj << +501 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.7086 405.9524 315.6771 414.8634] /Subtype /Link /A << /S /GoTo /D (section.7) >> >> endobj -492 0 obj << +502 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 391.458 200.175 402.3062] /Subtype /Link -/A << /S /GoTo /D (section*.113) >> +/A << /S /GoTo /D (section*.117) >> >> endobj -493 0 obj << +503 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 378.9007 201.5587 389.7489] /Subtype /Link -/A << /S /GoTo /D (section*.116) >> +/A << /S /GoTo /D (section*.120) >> >> endobj -494 0 obj << +504 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 366.3435 201.5587 377.1917] /Subtype /Link -/A << /S /GoTo /D (section*.119) >> +/A << /S /GoTo /D (section*.123) >> >> endobj -495 0 obj << +505 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 353.7863 244.7192 364.6345] /Subtype /Link -/A << /S /GoTo /D (section*.122) >> +/A << /S /GoTo /D (section*.126) >> >> endobj -496 0 obj << +506 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 341.2291 221.7774 352.0773] /Subtype /Link -/A << /S /GoTo /D (section*.124) >> +/A << /S /GoTo /D (section*.128) >> >> endobj -497 0 obj << +507 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 328.6718 211.7981 339.52] /Subtype /Link -/A << /S /GoTo /D (section*.126) >> +/A << /S /GoTo /D (section*.130) >> >> endobj -498 0 obj << +508 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 316.1146 214.6485 326.9628] /Subtype /Link -/A << /S /GoTo /D (section*.128) >> +/A << /S /GoTo /D (section*.132) >> >> endobj -499 0 obj << +509 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 303.5574 208.7816 314.4056] /Subtype /Link -/A << /S /GoTo /D (section*.130) >> +/A << /S /GoTo /D (section*.134) >> >> endobj -500 0 obj << +510 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 291.0001 208.2558 301.8484] /Subtype /Link -/A << /S /GoTo /D (section*.132) >> +/A << /S /GoTo /D (section*.136) >> >> endobj -501 0 obj << +511 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 278.4429 202.9977 289.2911] /Subtype /Link -/A << /S /GoTo /D (section*.134) >> +/A << /S /GoTo /D (section*.138) >> >> endobj -502 0 obj << +512 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 265.8857 203.7726 276.7339] /Subtype /Link -/A << /S /GoTo /D (section*.137) >> +/A << /S /GoTo /D (section*.141) >> >> endobj -503 0 obj << +513 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 253.3285 201.8354 264.1767] /Subtype /Link -/A << /S /GoTo /D (section*.140) >> +/A << /S /GoTo /D (section*.144) >> >> endobj -504 0 obj << +514 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 240.7712 203.7726 251.6194] /Subtype /Link -/A << /S /GoTo /D (section*.143) >> +/A << /S /GoTo /D (section*.147) >> >> endobj -505 0 obj << +515 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 228.214 204.0494 239.0622] /Subtype /Link -/A << /S /GoTo /D (section*.146) >> +/A << /S /GoTo /D (section*.150) >> >> endobj -506 0 obj << +516 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 215.6568 200.2303 226.505] /Subtype /Link -/A << /S /GoTo /D (section*.149) >> +/A << /S /GoTo /D (section*.153) >> >> endobj -507 0 obj << +517 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 203.0996 198.819 213.9478] /Subtype /Link -/A << /S /GoTo /D (section*.151) >> +/A << /S /GoTo /D (section*.155) >> >> endobj -508 0 obj << +518 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.7086 180.1783 240.9978 191.0265] /Subtype /Link /A << /S /GoTo /D (section.8) >> >> endobj -509 0 obj << +519 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 167.6211 217.9971 178.4693] /Subtype /Link -/A << /S /GoTo /D (section*.153) >> +/A << /S /GoTo /D (section*.157) >> >> endobj -510 0 obj << +520 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 155.0639 206.3463 165.9121] /Subtype /Link -/A << /S /GoTo /D (section*.155) >> +/A << /S /GoTo /D (section*.159) >> >> endobj -511 0 obj << +521 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 142.5066 252.9383 153.3548] /Subtype /Link -/A << /S /GoTo /D (section*.157) >> +/A << /S /GoTo /D (section*.161) >> >> endobj -512 0 obj << +522 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 129.9494 239.8485 140.7976] /Subtype /Link -/A << /S /GoTo /D (section*.159) >> +/A << /S /GoTo /D (section*.163) >> >> endobj -513 0 obj << +523 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.6526 117.3922 223.4765 128.2404] /Subtype /Link -/A << /S /GoTo /D (section*.161) >> +/A << /S /GoTo /D (section*.165) >> >> endobj -467 0 obj << -/D [465 0 R /XYZ 150.7049 740.9981 null] +477 0 obj << +/D [475 0 R /XYZ 150.7049 740.9981 null] >> endobj -464 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +474 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -516 0 obj << +526 0 obj << /Length 8646 >> stream @@ -4664,106 +4834,106 @@ ET 0 g 0 G endstream endobj -515 0 obj << +525 0 obj << /Type /Page -/Contents 516 0 R -/Resources 514 0 R +/Contents 526 0 R +/Resources 524 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R -/Annots [ 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R ] +/Parent 423 0 R +/Annots [ 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R ] >> endobj -518 0 obj << +528 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [98.8991 705.1326 156.061 714.0436] /Subtype /Link /A << /S /GoTo /D (section.9) >> >> endobj -519 0 obj << +529 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 693.1774 149.0611 702.0885] /Subtype /Link -/A << /S /GoTo /D (section*.163) >> +/A << /S /GoTo /D (section*.167) >> >> endobj -520 0 obj << +530 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 681.2223 152.382 690.1333] /Subtype /Link -/A << /S /GoTo /D (section*.165) >> +/A << /S /GoTo /D (section*.169) >> >> endobj -521 0 obj << +531 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 669.2671 175.6172 678.1781] /Subtype /Link -/A << /S /GoTo /D (section*.167) >> +/A << /S /GoTo /D (section*.171) >> >> endobj -522 0 obj << +532 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 657.3119 178.938 665.9581] /Subtype /Link -/A << /S /GoTo /D (section*.169) >> +/A << /S /GoTo /D (section*.173) >> >> endobj -523 0 obj << +533 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [98.8991 635.3941 234.4749 644.3051] /Subtype /Link /A << /S /GoTo /D (section.10) >> >> endobj -524 0 obj << +534 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 621.5018 167.6581 632.35] /Subtype /Link -/A << /S /GoTo /D (section*.171) >> +/A << /S /GoTo /D (section*.175) >> >> endobj -525 0 obj << +535 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 609.5466 166.5511 620.3948] /Subtype /Link -/A << /S /GoTo /D (section*.174) >> +/A << /S /GoTo /D (section*.178) >> >> endobj -526 0 obj << +536 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 597.5914 171.2557 608.4396] /Subtype /Link -/A << /S /GoTo /D (section*.176) >> +/A << /S /GoTo /D (section*.180) >> >> endobj -527 0 obj << +537 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 585.6362 178.5229 596.4845] /Subtype /Link -/A << /S /GoTo /D (section*.178) >> +/A << /S /GoTo /D (section*.182) >> >> endobj -528 0 obj << +538 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [98.8991 565.6556 206.4896 574.5666] /Subtype /Link /A << /S /GoTo /D (section.11) >> >> endobj -529 0 obj << +539 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.8431 551.7633 164.8907 562.6115] /Subtype /Link -/A << /S /GoTo /D (section*.180) >> +/A << /S /GoTo /D (section*.184) >> >> endobj -517 0 obj << -/D [515 0 R /XYZ 99.8954 740.9981 null] +527 0 obj << +/D [525 0 R /XYZ 99.8954 740.9981 null] >> endobj -514 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +524 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -532 0 obj << +542 0 obj << /Length 219 >> stream @@ -4781,21 +4951,21 @@ ET 0 g 0 G endstream endobj -531 0 obj << +541 0 obj << /Type /Page -/Contents 532 0 R -/Resources 530 0 R +/Contents 542 0 R +/Resources 540 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 415 0 R +/Parent 423 0 R >> endobj -533 0 obj << -/D [531 0 R /XYZ 150.7049 740.9981 null] +543 0 obj << +/D [541 0 R /XYZ 150.7049 740.9981 null] >> endobj -530 0 obj << -/Font << /F8 414 0 R >> +540 0 obj << +/Font << /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -536 0 obj << +546 0 obj << /Length 11301 >> stream @@ -4901,57 +5071,57 @@ ET 0 g 0 G endstream endobj -535 0 obj << +545 0 obj << /Type /Page -/Contents 536 0 R -/Resources 534 0 R +/Contents 546 0 R +/Resources 544 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R -/Annots [ 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R ] +/Parent 557 0 R +/Annots [ 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R ] >> endobj -537 0 obj << +547 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [171.3412 553.3761 183.2964 561.789] /Subtype /Link /A << /S /GoTo /D (cite.metcalf) >> >> endobj -538 0 obj << +548 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [269.5509 541.4209 281.5061 549.8338] /Subtype /Link /A << /S /GoTo /D (cite.machiels) >> >> endobj -539 0 obj << +549 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [205.9381 409.914 217.8933 418.3269] /Subtype /Link /A << /S /GoTo /D (cite.sblas97) >> >> endobj -540 0 obj << +550 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [222.41 409.914 234.3652 418.3269] /Subtype /Link /A << /S /GoTo /D (cite.sblas02) >> >> endobj -541 0 obj << +551 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [212.2243 397.9589 219.1982 406.3718] /Subtype /Link /A << /S /GoTo /D (cite.BLAS1) >> >> endobj -542 0 obj << +552 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [223.294 397.9589 230.2678 406.3718] /Subtype /Link /A << /S /GoTo /D (cite.BLAS2) >> >> endobj -543 0 obj << +553 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [234.3636 397.9589 241.3374 406.3718] @@ -4959,13 +5129,13 @@ endobj /A << /S /GoTo /D (cite.BLAS3) >> >> endobj 10 0 obj << -/D [535 0 R /XYZ 99.8954 716.0915 null] +/D [545 0 R /XYZ 99.8954 716.0915 null] >> endobj -534 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R >> +544 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R >> /ProcSet [ /PDF /Text ] >> endobj -558 0 obj << +568 0 obj << /Length 11758 >> stream @@ -5064,43 +5234,43 @@ ET 0 g 0 G endstream endobj -557 0 obj << +567 0 obj << /Type /Page -/Contents 558 0 R -/Resources 556 0 R +/Contents 568 0 R +/Resources 566 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R -/Annots [ 562 0 R 563 0 R 564 0 R 568 0 R 569 0 R ] +/Parent 557 0 R +/Annots [ 572 0 R 573 0 R 574 0 R 578 0 R 579 0 R ] >> endobj -562 0 obj << +572 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [308.6924 584.1419 315.6663 594.9901] /Subtype /Link /A << /S /GoTo /D (figure.1) >> >> endobj -563 0 obj << +573 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [283.1608 514.3481 295.116 522.761] /Subtype /Link /A << /S /GoTo /D (cite.BLACS) >> >> endobj -564 0 obj << +574 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [387.982 439.2714 394.9559 451.2266] /Subtype /Link /A << /S /GoTo /D (section.7) >> >> endobj -568 0 obj << +578 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [328.7403 212.9039 340.6955 221.3168] /Subtype /Link /A << /S /GoTo /D (cite.METIS) >> >> endobj -569 0 obj << +579 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [265.4353 138.3807 271.8971 150.42] @@ -5108,16 +5278,16 @@ endobj /A << /S /GoTo /D (Hfootnote.1) >> >> endobj 14 0 obj << -/D [557 0 R /XYZ 150.7049 716.0915 null] +/D [567 0 R /XYZ 150.7049 716.0915 null] >> endobj -576 0 obj << -/D [557 0 R /XYZ 165.9479 129.7901 null] +586 0 obj << +/D [567 0 R /XYZ 165.9479 129.7901 null] >> endobj -556 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F19 546 0 R /F32 567 0 R /F7 572 0 R /F34 575 0 R /F33 579 0 R >> +566 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F19 556 0 R /F32 577 0 R /F7 582 0 R /F34 585 0 R /F33 589 0 R >> /ProcSet [ /PDF /Text ] >> endobj -585 0 obj << +595 0 obj << /Length 3789 >> stream @@ -5173,27 +5343,27 @@ ET 0 g 0 G endstream endobj -584 0 obj << +594 0 obj << /Type /Page -/Contents 585 0 R -/Resources 583 0 R +/Contents 595 0 R +/Resources 593 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R +/Parent 557 0 R >> endobj -555 0 obj << +565 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/psblas.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 593 0 R +/PTEX.InfoDict 603 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 612.00000000 792.00000000] /Resources << /ProcSet [ /PDF /Text ] -/Font << /R7 594 0 R >> +/Font << /R7 604 0 R >> >> -/Length 595 0 R +/Length 605 0 R /Filter /FlateDecode >> stream @@ -5204,38 +5374,38 @@ Q*G ˇî=$ó•!j¦¼Á<I79€‡œIè󖂔Ц¹l¢AåyMQ‰Q" 1à¶Éòf°‹±‚¤Å‡ ­oˆ Љ5¬³ÉÕ*tT„=R|/ݬ“£g«,ß'õ¤ë©3ÒI‘ÊчˆÅp[Åà=Ô/†<­—´$uLÓùجú¢“I!l‘åÎêŒtVg¤³zÖ™šÌF;«Ï~Ñ‚ÕgÇ]cuŽ‹­²|,«ã.ãAguF:5!³89ô‚šÈd³Ë!¯?óuVïùëú@uô­Sû0íóóñXtîU½7–ƒ¬þýÍ=-…&áC™€fÊŒñŠ€n©À؇…Â!1©RŠ&wV¡ÖÒž9Àéuõ‚¤š>iŽIàC¦}~> Þ;ó}±ìMàó™{ÈéÎH‡ LåWôé¢ #'MŒÊWLµ(—ü¦ÕdJ­dRŸ‘>†6džC«FΛìc(“kÏÓ/#ÂëÚä6†2Â~uJgÏY'ÏVYž ë¸Ï,™“ ‡Æ![>¼¾¹¯6뻫Ï×ù3Á ÎcM'ÂN*–Ï,o“úólÅ[rCHùÄÚ—˜ŸV³‹£[yÌøb™ò…½NˆP+äËíÓíííúr+ÎÖ··W×—ù9 R)Lè÷>ôœž½{%Î>œ¾RÊö=#ÿþE¶Vendstream endobj -593 0 obj +603 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070116154150) /ModDate (D:20070116154150) >> endobj -594 0 obj +604 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -595 0 obj +605 0 obj 1319 endobj -586 0 obj << -/D [584 0 R /XYZ 99.8954 740.9981 null] +596 0 obj << +/D [594 0 R /XYZ 99.8954 740.9981 null] >> endobj -580 0 obj << -/D [584 0 R /XYZ 207.8931 339.7695 null] +590 0 obj << +/D [594 0 R /XYZ 207.8931 339.7695 null] >> endobj 18 0 obj << -/D [584 0 R /XYZ 99.8954 279.2186 null] +/D [594 0 R /XYZ 99.8954 279.2186 null] >> endobj -583 0 obj << -/Font << /F8 414 0 R /F18 405 0 R /F11 561 0 R /F19 546 0 R /F10 589 0 R /F14 592 0 R /F29 411 0 R >> -/XObject << /Im1 555 0 R >> +593 0 obj << +/Font << /F8 422 0 R /F18 413 0 R /F11 571 0 R /F19 556 0 R /F10 599 0 R /F14 602 0 R /F29 419 0 R >> +/XObject << /Im1 565 0 R >> /ProcSet [ /PDF /Text ] >> endobj -599 0 obj << +609 0 obj << /Length 8102 >> stream @@ -5345,85 +5515,85 @@ ET 0 g 0 G endstream endobj -598 0 obj << +608 0 obj << /Type /Page -/Contents 599 0 R -/Resources 597 0 R +/Contents 609 0 R +/Resources 607 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R -/Annots [ 601 0 R 602 0 R ] +/Parent 557 0 R +/Annots [ 611 0 R 612 0 R ] >> endobj -596 0 obj << +606 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/points.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 604 0 R +/PTEX.InfoDict 614 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 274.00000000 308.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 605 0 R ->>/Font << /R8 606 0 R >> +/R7 615 0 R +>>/Font << /R8 616 0 R >> >> -/Length 607 0 R +/Length 617 0 R /Filter /FlateDecode >> stream xœÝYËŽ5Ý÷Wô’ q±Ën»ï6 – 󣄠¹3ÊBü=®§«æ±bA‡HŒ}Ï©c·í²»?­é”ׄÿäïÍeùö]_?ü¾¤Ó©d êwßGüðaù´d"®òçæ²¾¾ä}ÍíëÕûe4­ß ,äýÔ×sÿ»º,_ýx÷Ç/w×·¯®~[¾»ZÞ.ø›Œ1¸ð™âuóâ¯ïÿ¼ûùúáoO*žþx/þÃõí½Î22Tø<ᜇd†&Âoî/×ïV˜âÿõèCê1V^õd¨æõãR ¬Û9ŸÎç¶^–ºµÓ¾ÍšÚýÝz¦zõ¯7‹!€S®ûj짔êJÚR¿–ðWZSöN•m˜´ ide«3çûfyÿõROÛú×|J_F¿~]~z2ò–}×òVÐÕämë¦Î€sQ<I<³¦uiüd¸r͵9.Ö¤¢ÆR’ÉÑãY~ОÐCÑÝ¥Ÿ}öçÙ^â<3LA ‰c‹YÒ¶®ôçY¯qž&mCÙØâÌû懣ç—Ñ#|H–_rƧšÇÒ³,wš0s>}yüÇ5ÒNóË p%U¤ –ðW@E’§$§•|¡pxõE`&ÆøåU ™¤ó«›%AÝIUÍ0Gš]ý‘&ûÖM’ î Jšx÷¬…T.ù)~¼C²8˜}~‚­ÛÍWÛ¢íÁvKÑö¶K,8ÛÍ—&†`[C*—ü¨ONÔÇs­ƒ ½m‚ê ò9؆Áu¶!×`{P9¦m‚êKI7oÛB*—ü¨O샹~ñ̳·Ç'­¡Á^ÝIaÏvRy!œzw'ó¤`Íx"0.Ѥb'…iÄù|ùÌs¼žP:-%X/[´^º“#Àa°há…dÞPÓY/)Z‡Ýqˆ&-VŠÖ½ON¬Çtnƒ®G±À¹ÍY–& é›Ë’וB¿Ìœ¤¡¹M…ÁnngäŽ%¤Ò#ØœÃÉÙÇ‚"d;’Àô)ùÃ(˜\X‹³Ž¥²£0}Z¡pø#`Ó†Sò‹%Hvt§Ð̧f£`ú`-Î+”ÐŽQ4ó9ƒ…Ç,x›O/,îf,z»âißn«ªÝìv«$½úæ-ÜŒå`?›“禩™|,ˆ7cïó™;Ìñº@!osõé]Š¦?ݲta0€yýÒ¥¤Zdy›«OïRÜ<%9­äƒ€[}拇ú6m8uõIPžþhǃf>m))…YÞæê“ Ò<%9­äƒ€[}ækçÿÜæ“WO’rõ= A} £ Ñ0'Ë 9‘S,irêÕ÷+\_ã­uâÝ¿›ÑÆE?æóé{¦ƒÙÇá'È‹ÎB#4_²$&†`[–’qq‘‘&/> Mõ5^_'†`[Bý˜OõºÖÁ–%©¡ ª/]07o[šqq ’&/M Íõ5^_'nÞ¶†4.ú1Ÿ6ØsýÜ¥%]Š!ƒCÞgVe@Ù–‹’…$)š5-ƒÃØ5}‡ä²?ÖLg+‡ |>{é>hO‘jøX5~,ê>–0àxÕ},1’š¬ác ”ø±ŠûX€5‹ûXb$3òø³ Ú…t¡í¡=Å>tpº8Õ‡’Ô$iÎ>´-ö¡Ç%ÀšTÔXJR#ÞgL¼í“-J/0®jãȶw.Þâªick£Z,”Ô¤š^”Ñk·ì«éUÝ ‹¯WjÇ‚µÛçƒ.ÁºUE³zÉgýãPˆ,é"›Ñe±ûÌ‹:t˜!*%~ Ö *«QÊÒ@emPMÓ1:¾Þ’àX¼÷(˜®4æ ¤Nƒ¾]þÎJ¦'endstream endobj -604 0 obj +614 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070123225315) /ModDate (D:20070123225315) >> endobj -605 0 obj +615 0 obj << /Type /ExtGState /OPM 1 >> endobj -606 0 obj +616 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -607 0 obj +617 0 obj 1397 endobj -601 0 obj << +611 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [342.5691 470.4801 349.5429 478.893] /Subtype /Link /A << /S /GoTo /D (cite.PARA04) >> >> endobj -602 0 obj << +612 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] /Rect [353.6387 470.4801 365.5939 478.893] /Subtype /Link /A << /S /GoTo /D (cite.APNUM06) >> >> endobj -600 0 obj << -/D [598 0 R /XYZ 150.7049 740.9981 null] +610 0 obj << +/D [608 0 R /XYZ 150.7049 740.9981 null] >> endobj -603 0 obj << -/D [598 0 R /XYZ 303.5622 179.4548 null] +613 0 obj << +/D [608 0 R /XYZ 303.5622 179.4548 null] >> endobj -597 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F19 546 0 R /F14 592 0 R /F11 561 0 R /F10 589 0 R >> -/XObject << /Im2 596 0 R >> +607 0 obj << +/Font << /F8 422 0 R /F29 419 0 R /F19 556 0 R /F14 602 0 R /F11 571 0 R /F10 599 0 R >> +/XObject << /Im2 606 0 R >> /ProcSet [ /PDF /Text ] >> endobj -612 0 obj << +622 0 obj << /Length 11099 >> stream @@ -5753,39 +5923,39 @@ ET 0 g 0 G endstream endobj -611 0 obj << +621 0 obj << /Type /Page -/Contents 612 0 R -/Resources 610 0 R +/Contents 622 0 R +/Resources 620 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R -/Annots [ 614 0 R 615 0 R ] +/Parent 557 0 R +/Annots [ 624 0 R 625 0 R ] >> endobj -614 0 obj << +624 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [406.3576 265.3521 413.3315 277.3073] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj -615 0 obj << +625 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.8633 234.3732 180.8371 246.3284] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj -613 0 obj << -/D [611 0 R /XYZ 99.8954 740.9981 null] +623 0 obj << +/D [621 0 R /XYZ 99.8954 740.9981 null] >> endobj 22 0 obj << -/D [611 0 R /XYZ 99.8954 716.0915 null] +/D [621 0 R /XYZ 99.8954 716.0915 null] >> endobj -610 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F29 411 0 R /F14 592 0 R /F32 567 0 R >> +620 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F29 419 0 R /F14 602 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -618 0 obj << +628 0 obj << /Length 11521 >> stream @@ -5903,48 +6073,48 @@ ET 0 g 0 G endstream endobj -617 0 obj << +627 0 obj << /Type /Page -/Contents 618 0 R -/Resources 616 0 R +/Contents 628 0 R +/Resources 626 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 547 0 R +/Parent 557 0 R >> endobj -619 0 obj << -/D [617 0 R /XYZ 150.7049 740.9981 null] +629 0 obj << +/D [627 0 R /XYZ 150.7049 740.9981 null] >> endobj 26 0 obj << -/D [617 0 R /XYZ 150.7049 716.0915 null] +/D [627 0 R /XYZ 150.7049 716.0915 null] >> endobj -623 0 obj << -/D [617 0 R /XYZ 150.7049 285.2785 null] +633 0 obj << +/D [627 0 R /XYZ 150.7049 285.2785 null] >> endobj -624 0 obj << -/D [617 0 R /XYZ 150.7049 264.776 null] +634 0 obj << +/D [627 0 R /XYZ 150.7049 264.776 null] >> endobj -625 0 obj << -/D [617 0 R /XYZ 150.7049 243.9968 null] +635 0 obj << +/D [627 0 R /XYZ 150.7049 243.9968 null] >> endobj -626 0 obj << -/D [617 0 R /XYZ 150.7049 223.2176 null] +636 0 obj << +/D [627 0 R /XYZ 150.7049 223.2176 null] >> endobj -627 0 obj << -/D [617 0 R /XYZ 150.7049 190.4832 null] +637 0 obj << +/D [627 0 R /XYZ 150.7049 190.4832 null] >> endobj -628 0 obj << -/D [617 0 R /XYZ 150.7049 169.7118 null] +638 0 obj << +/D [627 0 R /XYZ 150.7049 169.7118 null] >> endobj -629 0 obj << -/D [617 0 R /XYZ 150.7049 150.854 null] +639 0 obj << +/D [627 0 R /XYZ 150.7049 150.854 null] >> endobj -630 0 obj << -/D [617 0 R /XYZ 150.7049 134.4868 null] +640 0 obj << +/D [627 0 R /XYZ 150.7049 134.4868 null] >> endobj -616 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F32 567 0 R /F9 622 0 R /F19 546 0 R >> +626 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F32 577 0 R /F9 632 0 R /F19 556 0 R >> /ProcSet [ /PDF /Text ] >> endobj -633 0 obj << +643 0 obj << /Length 10125 >> stream @@ -6118,60 +6288,60 @@ ET 0 g 0 G endstream endobj -632 0 obj << +642 0 obj << /Type /Page -/Contents 633 0 R -/Resources 631 0 R +/Contents 643 0 R +/Resources 641 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R +/Parent 658 0 R >> endobj -634 0 obj << -/D [632 0 R /XYZ 99.8954 740.9981 null] +644 0 obj << +/D [642 0 R /XYZ 99.8954 740.9981 null] >> endobj -635 0 obj << -/D [632 0 R /XYZ 99.8954 716.0915 null] +645 0 obj << +/D [642 0 R /XYZ 99.8954 716.0915 null] >> endobj -636 0 obj << -/D [632 0 R /XYZ 99.8954 685.5349 null] +646 0 obj << +/D [642 0 R /XYZ 99.8954 685.5349 null] >> endobj -637 0 obj << -/D [632 0 R /XYZ 99.8954 613.5113 null] +647 0 obj << +/D [642 0 R /XYZ 99.8954 613.5113 null] >> endobj -638 0 obj << -/D [632 0 R /XYZ 99.8954 588.4296 null] +648 0 obj << +/D [642 0 R /XYZ 99.8954 588.4296 null] >> endobj -639 0 obj << -/D [632 0 R /XYZ 99.8954 563.6247 null] +649 0 obj << +/D [642 0 R /XYZ 99.8954 563.6247 null] >> endobj -640 0 obj << -/D [632 0 R /XYZ 99.8954 526.8646 null] +650 0 obj << +/D [642 0 R /XYZ 99.8954 526.8646 null] >> endobj -641 0 obj << -/D [632 0 R /XYZ 99.8954 502.0596 null] +651 0 obj << +/D [642 0 R /XYZ 99.8954 502.0596 null] >> endobj -642 0 obj << -/D [632 0 R /XYZ 99.8954 477.2547 null] +652 0 obj << +/D [642 0 R /XYZ 99.8954 477.2547 null] >> endobj -643 0 obj << -/D [632 0 R /XYZ 99.8954 449.5141 null] +653 0 obj << +/D [642 0 R /XYZ 99.8954 449.5141 null] >> endobj -644 0 obj << -/D [632 0 R /XYZ 99.8954 419.1788 null] +654 0 obj << +/D [642 0 R /XYZ 99.8954 419.1788 null] >> endobj -645 0 obj << -/D [632 0 R /XYZ 99.8954 388.5669 null] +655 0 obj << +/D [642 0 R /XYZ 99.8954 388.5669 null] >> endobj -646 0 obj << -/D [632 0 R /XYZ 99.8954 369.9101 null] +656 0 obj << +/D [642 0 R /XYZ 99.8954 369.9101 null] >> endobj -647 0 obj << -/D [632 0 R /XYZ 99.8954 351.53 null] +657 0 obj << +/D [642 0 R /XYZ 99.8954 351.53 null] >> endobj -631 0 obj << -/Font << /F8 414 0 R /F32 567 0 R >> +641 0 obj << +/Font << /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -651 0 obj << +661 0 obj << /Length 3003 >> stream @@ -6217,24 +6387,24 @@ ET 0 g 0 G endstream endobj -650 0 obj << +660 0 obj << /Type /Page -/Contents 651 0 R -/Resources 649 0 R +/Contents 661 0 R +/Resources 659 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R +/Parent 658 0 R >> endobj -652 0 obj << -/D [650 0 R /XYZ 150.7049 740.9981 null] +662 0 obj << +/D [660 0 R /XYZ 150.7049 740.9981 null] >> endobj 30 0 obj << -/D [650 0 R /XYZ 150.7049 716.0915 null] +/D [660 0 R /XYZ 150.7049 716.0915 null] >> endobj -649 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F14 592 0 R /F32 567 0 R >> +659 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F14 602 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -655 0 obj << +665 0 obj << /Length 11173 >> stream @@ -6526,76 +6696,76 @@ ET 0 g 0 G endstream endobj -654 0 obj << +664 0 obj << /Type /Page -/Contents 655 0 R -/Resources 653 0 R +/Contents 665 0 R +/Resources 663 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R -/Annots [ 658 0 R 659 0 R ] +/Parent 658 0 R +/Annots [ 668 0 R 669 0 R ] >> endobj -658 0 obj << +668 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [355.7293 515.5543 362.7032 526.4025] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj -659 0 obj << +669 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.9336 503.5991 326.6562 514.4473] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj -656 0 obj << -/D [654 0 R /XYZ 99.8954 740.9981 null] +666 0 obj << +/D [664 0 R /XYZ 99.8954 740.9981 null] >> endobj 34 0 obj << -/D [654 0 R /XYZ 99.8954 716.0915 null] +/D [664 0 R /XYZ 99.8954 716.0915 null] >> endobj 38 0 obj << -/D [654 0 R /XYZ 99.8954 608.6634 null] +/D [664 0 R /XYZ 99.8954 608.6634 null] >> endobj -657 0 obj << -/D [654 0 R /XYZ 342.4274 566.3084 null] +667 0 obj << +/D [664 0 R /XYZ 342.4274 566.3084 null] >> endobj -660 0 obj << -/D [654 0 R /XYZ 99.8954 387.1114 null] +670 0 obj << +/D [664 0 R /XYZ 99.8954 387.1114 null] >> endobj -661 0 obj << -/D [654 0 R /XYZ 99.8954 371.1926 null] +671 0 obj << +/D [664 0 R /XYZ 99.8954 371.1926 null] >> endobj -662 0 obj << -/D [654 0 R /XYZ 99.8954 355.2738 null] +672 0 obj << +/D [664 0 R /XYZ 99.8954 355.2738 null] >> endobj -663 0 obj << -/D [654 0 R /XYZ 99.8954 339.3551 null] +673 0 obj << +/D [664 0 R /XYZ 99.8954 339.3551 null] >> endobj -664 0 obj << -/D [654 0 R /XYZ 99.8954 323.4363 null] +674 0 obj << +/D [664 0 R /XYZ 99.8954 323.4363 null] >> endobj -665 0 obj << -/D [654 0 R /XYZ 99.8954 196.0004 null] +675 0 obj << +/D [664 0 R /XYZ 99.8954 196.0004 null] >> endobj -666 0 obj << -/D [654 0 R /XYZ 99.8954 180.0817 null] +676 0 obj << +/D [664 0 R /XYZ 99.8954 180.0817 null] >> endobj -667 0 obj << -/D [654 0 R /XYZ 99.8954 164.1629 null] +677 0 obj << +/D [664 0 R /XYZ 99.8954 164.1629 null] >> endobj -668 0 obj << -/D [654 0 R /XYZ 99.8954 148.2442 null] +678 0 obj << +/D [664 0 R /XYZ 99.8954 148.2442 null] >> endobj -669 0 obj << -/D [654 0 R /XYZ 99.8954 132.3254 null] +679 0 obj << +/D [664 0 R /XYZ 99.8954 132.3254 null] >> endobj -653 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R /F29 411 0 R >> +663 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -672 0 obj << -/Length 8997 +682 0 obj << +/Length 9157 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -6606,13 +6776,13 @@ stream BT /F8 9.9626 Tf 175.6115 706.1289 Td[(The)-313(list)-313(ma)28(y)-313(con)28(tain)-312(an)-312(arb)1(itrar)1(y)-313(n)28(u)1(m)27(b)-27(er)-313(of)-312(grou)1(ps;)-320(it)1(s)-314(end)-312(is)-313(mark)28(ed)-313(b)29(y)]TJ 0 -11.9552 Td[(a)-333(-)-1(1.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ ET -1 0 0 1 145.7235 661.7533 cm +1 0 0 1 145.7235 660.8011 cm 0 g 0 G -1 0 0 1 -145.7235 -661.7533 cm +1 0 0 1 -145.7235 -660.8011 cm BT -/F29 9.9626 Tf 150.7049 661.7533 Td[(o)32(vrlap)]TJ +/F29 9.9626 Tf 150.7049 660.8011 Td[(o)32(vrlap)]TJ ET -1 0 0 1 182.6844 661.7533 cm +1 0 0 1 182.6844 660.8011 cm q []0 d 0 J @@ -6621,47 +6791,47 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -182.6844 -661.7533 cm +1 0 0 1 -182.6844 -660.8011 cm BT -/F29 9.9626 Tf 186.1216 661.7533 Td[(el)-1(em)]TJ +/F29 9.9626 Tf 186.1216 660.8011 Td[(el)-1(em)]TJ ET -1 0 0 1 209.3538 661.7533 cm +1 0 0 1 209.3538 660.8011 cm 0 g 0 G -1 0 0 1 -209.3538 -661.7533 cm +1 0 0 1 -209.3538 -660.8011 cm BT -/F8 9.9626 Tf 214.3351 661.7533 Td[(F)84(or)-333(all)-333(o)27(v)28(erl)1(ap)-333(p)-28(oi)1(n)28(ts)-334(b)-27(e)-1(lon)1(gin)1(g)-334(to)-333(th)-333(ec)-1(u)1(rren)28(t)-333(pr)1(o)-28(ce)-1(ss)-1(:)]TJ +/F8 9.9626 Tf 214.3351 660.8011 Td[(F)84(or)-333(all)-333(o)27(v)28(erl)1(ap)-333(p)-28(oi)1(n)28(ts)-334(b)-27(e)-1(lon)1(gin)1(g)-334(to)-333(th)-333(ec)-1(u)1(rren)28(t)-333(pr)1(o)-28(ce)-1(ss)-1(:)]TJ ET -1 0 0 1 175.6115 641.288 cm +1 0 0 1 175.6115 639.3836 cm 0 g 0 G -1 0 0 1 -175.6115 -641.288 cm +1 0 0 1 -175.6115 -639.3836 cm BT -/F8 9.9626 Tf 184.7992 641.288 Td[(1.)]TJ +/F8 9.9626 Tf 184.7992 639.3836 Td[(1.)]TJ ET -1 0 0 1 192.548 641.288 cm +1 0 0 1 192.548 639.3836 cm 0 g 0 G -1 0 0 1 -192.548 -641.288 cm +1 0 0 1 -192.548 -639.3836 cm BT -/F8 9.9626 Tf 197.5293 641.288 Td[(Ov)28(erlap)-333(p)-27(oin)29(t)-334(i)1(ndex;)]TJ +/F8 9.9626 Tf 197.5293 639.3836 Td[(Ov)28(erlap)-333(p)-27(oin)29(t)-334(i)1(ndex;)]TJ ET -1 0 0 1 175.6115 625.0778 cm +1 0 0 1 175.6115 622.6973 cm 0 g 0 G -1 0 0 1 -175.6115 -625.0778 cm +1 0 0 1 -175.6115 -622.6973 cm BT -/F8 9.9626 Tf 184.7992 625.0778 Td[(2.)]TJ +/F8 9.9626 Tf 184.7992 622.6973 Td[(2.)]TJ ET -1 0 0 1 192.548 625.0778 cm +1 0 0 1 192.548 622.6973 cm 0 g 0 G -1 0 0 1 -192.548 -625.0778 cm +1 0 0 1 -192.548 -622.6973 cm BT -/F8 9.9626 Tf 197.5293 625.0778 Td[(Num)28(b)-27(e)-1(r)-333(of)-333(p)1(ro)-28(ce)-1(ss)-1(es)-334(shar)1(ing)-333(that)-333(o)28(v)28(e)-1(r)1(lap)-333(p)-27(oin)28(ts;)]TJ -21.9178 -20.4652 Td[(The)-313(list)-313(ma)28(y)-313(con)28(tain)-312(an)-312(arb)1(itrar)1(y)-313(n)28(u)1(m)27(b)-27(er)-313(of)-312(grou)1(ps;)-320(it)1(s)-314(end)-312(is)-313(mark)28(ed)-313(b)29(y)]TJ 0 -11.9552 Td[(a)-333(-)-1(1.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ +/F8 9.9626 Tf 197.5293 622.6973 Td[(Num)28(b)-27(e)-1(r)-333(of)-333(p)1(ro)-28(ce)-1(ss)-1(es)-334(shar)1(ing)-333(that)-333(o)28(v)28(e)-1(r)1(lap)-333(p)-27(oin)28(ts;)]TJ -21.9178 -21.4175 Td[(The)-313(list)-313(ma)28(y)-313(con)28(tain)-312(an)-312(arb)1(itrar)1(y)-313(n)28(u)1(m)27(b)-27(er)-313(of)-312(grou)1(ps;)-320(it)1(s)-314(end)-312(is)-313(mark)28(ed)-313(b)29(y)]TJ 0 -11.9552 Td[(a)-333(-)-1(1.)]TJ 0 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ ET -1 0 0 1 145.7235 560.237 cm +1 0 0 1 145.7235 555.952 cm 0 g 0 G -1 0 0 1 -145.7235 -560.237 cm +1 0 0 1 -145.7235 -555.952 cm BT -/F29 9.9626 Tf 150.7049 560.237 Td[(lo)-32(c)]TJ +/F29 9.9626 Tf 150.7049 555.952 Td[(lo)-32(c)]TJ ET -1 0 0 1 165.7135 560.237 cm +1 0 0 1 165.7135 555.952 cm q []0 d 0 J @@ -6670,11 +6840,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -165.7135 -560.237 cm +1 0 0 1 -165.7135 -555.952 cm BT -/F29 9.9626 Tf 169.1506 560.237 Td[(to)]TJ +/F29 9.9626 Tf 169.1506 555.952 Td[(to)]TJ ET -1 0 0 1 180.0219 560.237 cm +1 0 0 1 180.0219 555.952 cm q []0 d 0 J @@ -6683,23 +6853,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -180.0219 -560.237 cm +1 0 0 1 -180.0219 -555.952 cm BT -/F29 9.9626 Tf 183.4591 560.237 Td[(glob)]TJ +/F29 9.9626 Tf 183.4591 555.952 Td[(glob)]TJ ET -1 0 0 1 204.4635 560.237 cm +1 0 0 1 204.4635 555.952 cm 0 g 0 G -1 0 0 1 -204.4635 -560.237 cm +1 0 0 1 -204.4635 -555.952 cm BT -/F8 9.9626 Tf 209.4448 560.237 Td[(eac)27(h)-362(e)-1(leme)-1(n)28(t)]TJ/F11 9.9626 Tf 59.8081 0 Td[(i)]TJ/F8 9.9626 Tf 7.0459 0 Td[(of)-362(this)-363(ar)1(ra)28(y)-363(con)28(tain)1(s)-363(global)-362(iden)28(ti)1(\014er)-363(of)-362(the)-363(lo)-27(c)-1(al)]TJ -100.6873 -11.9552 Td[(v)56(ariab)1(le)]TJ/F11 9.9626 Tf 37.3876 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(.)]TJ -40.8199 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ +/F8 9.9626 Tf 209.4448 555.952 Td[(eac)27(h)-362(e)-1(leme)-1(n)28(t)]TJ/F11 9.9626 Tf 59.8081 0 Td[(i)]TJ/F8 9.9626 Tf 7.0459 0 Td[(of)-362(this)-363(ar)1(ra)28(y)-363(con)28(tain)1(s)-363(global)-362(iden)28(ti)1(\014er)-363(of)-362(the)-363(lo)-27(c)-1(al)]TJ -100.6873 -11.9552 Td[(v)56(ariab)1(le)]TJ/F11 9.9626 Tf 37.3876 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(.)]TJ -40.8199 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ ET -1 0 0 1 145.7235 515.8614 cm +1 0 0 1 145.7235 510.6242 cm 0 g 0 G -1 0 0 1 -145.7235 -515.8614 cm +1 0 0 1 -145.7235 -510.6242 cm BT -/F29 9.9626 Tf 150.7049 515.8614 Td[(glob)]TJ +/F29 9.9626 Tf 150.7049 510.6242 Td[(glob)]TJ ET -1 0 0 1 172.3967 515.8614 cm +1 0 0 1 172.3967 510.6242 cm q []0 d 0 J @@ -6708,11 +6878,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -172.3967 -515.8614 cm +1 0 0 1 -172.3967 -510.6242 cm BT -/F29 9.9626 Tf 175.8338 515.8614 Td[(to)]TJ +/F29 9.9626 Tf 175.8338 510.6242 Td[(to)]TJ ET -1 0 0 1 186.7052 515.8614 cm +1 0 0 1 186.7052 510.6242 cm q []0 d 0 J @@ -6721,11 +6891,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -186.7052 -515.8614 cm +1 0 0 1 -186.7052 -510.6242 cm BT -/F29 9.9626 Tf 190.1423 515.8614 Td[(lo)-32(c,)-384(gl)-1(b)]TJ +/F29 9.9626 Tf 190.1423 510.6242 Td[(lo)-32(c,)-384(gl)-1(b)]TJ ET -1 0 0 1 227.4283 515.8614 cm +1 0 0 1 227.4283 510.6242 cm q []0 d 0 J @@ -6734,17 +6904,17 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -227.4283 -515.8614 cm +1 0 0 1 -227.4283 -510.6242 cm BT -/F29 9.9626 Tf 230.8655 515.8614 Td[(lc)-1(,)-383(hash)32(v)]TJ +/F29 9.9626 Tf 230.8655 510.6242 Td[(lc)-1(,)-383(hash)32(v)]TJ ET -1 0 0 1 274.6884 515.8614 cm +1 0 0 1 274.6884 510.6242 cm 0 g 0 G -1 0 0 1 -274.6884 -515.8614 cm +1 0 0 1 -274.6884 -510.6242 cm BT -/F8 9.9626 Tf 279.6697 515.8614 Td[(Con)28(tain)-431(a)-431(mapp)1(ing)-431(f)1(rom)-432(glob)1(al)-431(to)-431(lo)-28(cal)-431(ind)1(ic)-1(es.)]TJ -104.0582 -11.9552 Td[(The)-430(m)-1(ap)1(pin)1(g)-430(ma)27(y)-430(b)-27(e)-430(s)-1(tor)1(e)-1(d)-429(in)-430(t)28(w)28(o)-430(di\013e)-1(r)1(e)-1(n)29(t)-430(formats)-430(dep)-28(end)1(ing)-430(on)-429(the)]TJ 0 -11.9551 Td[(siz)-1(e)-333(of)-333(the)-334(i)1(nd)1(e)-1(x)-333(space)-1(.)]TJ -24.9066 -20.3303 Td[(The)-334(F)84(ortr)1(an95)-333(de\014n)1(ition)-333(f)1(or)]TJ/F32 9.9626 Tf 126.1383 0 Td[(psb_desc_type)]TJ/F8 9.9626 Tf 71.3153 0 Td[(structu)1(re)-1(s)-333(is)-334(as)-334(f)1(ollo)28(ws)-1(:)]TJ +/F8 9.9626 Tf 279.6697 510.6242 Td[(Con)28(tain)-333(a)-333(mapp)1(ing)-333(fr)1(om)-334(glob)1(al)-333(to)-334(l)1(o)-28(c)-1(al)-333(in)1(di)1(c)-1(es)-1(.)]TJ -128.9648 -21.0444 Td[(The)-334(F)84(ortr)1(an95)-333(de\014n)1(ition)-333(f)1(or)]TJ/F32 9.9626 Tf 126.1383 0 Td[(psb_desc_type)]TJ/F8 9.9626 Tf 71.3153 0 Td[(structu)1(re)-1(s)-333(is)-334(as)-334(f)1(ollo)28(ws)-1(:)]TJ ET -1 0 0 1 150.7049 457.1817 cm +1 0 0 1 150.7049 474.6646 cm 0 g 0 G 1 0 0 1 2.1762 -60.8385 cm 0 g 0 G @@ -6758,7 +6928,7 @@ q 329.396 0.1992 l S Q -1 0 0 1 0 -95.9734 cm +1 0 0 1 0 -95.9735 cm q []0 d 0 J @@ -6767,14 +6937,14 @@ q 0.1992 95.9734 l S Q -1 0 0 1 3.3873 81.915 cm +1 0 0 1 3.3873 81.9151 cm 0 g 0 G 0 g 0 G -1 0 0 1 -161.2497 -432.7622 cm +1 0 0 1 -161.2497 -450.2451 cm BT -/F32 9.9626 Tf 166.231 432.7622 Td[(type)-525(psb_desc_type)]TJ 15.6911 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(matrix_data\050:\051,)-525(halo_index\050:\051)]TJ 0 -11.9551 Td[(integer,)-525(allocatable)-525(::)-525(ext_index\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(overlap_elem\050:\051,)-525(overlap_index\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(loc_to_glob\050:\051,)-525(glob_to_loc\050:\051)]TJ 0 -11.9551 Td[(integer,)-525(allocatable)-525(::)-525(hashv\050:\051,)-525(glb_lc\050:,:\051)]TJ -15.6911 -11.9552 Td[(end)-525(type)-525(psb_desc_type)]TJ +/F32 9.9626 Tf 166.231 450.2451 Td[(type)-525(psb_desc_type)]TJ 15.6911 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(matrix_data\050:\051,)-525(halo_index\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(ext_index\050:\051)]TJ 0 -11.9551 Td[(integer,)-525(allocatable)-525(::)-525(overlap_elem\050:\051,)-525(overlap_index\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(loc_to_glob\050:\051,)-525(glob_to_loc\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(hashv\050:\051,)-525(glb_lc\050:,:\051)]TJ -15.6911 -11.9551 Td[(end)-525(type)-525(psb_desc_type)]TJ ET -1 0 0 1 486.8599 350.8472 cm +1 0 0 1 486.8599 368.33 cm q []0 d 0 J @@ -6792,47 +6962,112 @@ q 329.396 0.1992 l S Q -1 0 0 1 -157.8624 -350.4487 cm +1 0 0 1 -157.8624 -367.9315 cm BT -/F8 9.9626 Tf 150.7049 322.6086 Td[(Figu)1(re)-464(3:)-705(T)-1(h)1(e)-465(P)1(SBLAS)-463(de\014ned)-463(data)-464(t)28(yp)-27(e)-464(that)-464(con)28(tai)1(ns)-464(the)-464(c)-1(omm)27(u)1(ni)1(c)-1(ation)]TJ 0 -11.9551 Td[(desc)-1(ri)1(ptor)1(.)]TJ +/F8 9.9626 Tf 150.7049 340.0915 Td[(Figu)1(re)-464(3:)-705(T)-1(h)1(e)-465(P)1(SBLAS)-463(de\014ned)-463(data)-464(t)28(yp)-27(e)-464(that)-464(con)28(tai)1(ns)-464(the)-464(c)-1(omm)27(u)1(ni)1(c)-1(ation)]TJ 0 -11.9552 Td[(desc)-1(ri)1(ptor)1(.)]TJ ET -1 0 0 1 150.7049 308.7163 cm +1 0 0 1 150.7049 326.1991 cm 0 g 0 G -1 0 0 1 -150.7049 -308.7163 cm +1 0 0 1 -150.7049 -326.1991 cm BT -/F8 9.9626 Tf 165.6488 286.6149 Td[(A)-445(com)-1(m)28(un)1(ic)-1(at)1(ion)-445(d)1(e)-1(sc)-1(r)1(iptor)-444(as)-1(so)-28(ciate)-1(d)-444(with)-445(a)-445(spar)1(s)-1(e)-445(matrix)-445(h)1(as)-446(a)-445(state,)]TJ -14.9439 -11.9552 Td[(whic)28(h)-333(c)-1(an)-332(tak)28(e)-334(the)-333(foll)1(o)27(win)1(g)-334(v)56(alu)1(e)-1(s:)]TJ +/F8 9.9626 Tf 165.6488 303.3836 Td[(A)-445(com)-1(m)28(un)1(ic)-1(at)1(ion)-445(d)1(e)-1(sc)-1(r)1(iptor)-444(as)-1(so)-28(ciate)-1(d)-444(with)-445(a)-445(spar)1(s)-1(e)-445(matrix)-445(h)1(as)-446(a)-445(state,)]TJ -14.9439 -11.9552 Td[(whic)28(h)-333(c)-1(an)-332(tak)28(e)-334(the)-333(foll)1(o)27(win)1(g)-334(v)56(alu)1(e)-1(s:)]TJ ET -1 0 0 1 145.7235 254.3295 cm +1 0 0 1 145.7235 270.384 cm 0 g 0 G -1 0 0 1 -145.7235 -254.3295 cm +1 0 0 1 -145.7235 -270.384 cm BT -/F29 9.9626 Tf 150.7049 254.3295 Td[(Buil)-1(d:)]TJ +/F29 9.9626 Tf 150.7049 270.384 Td[(Buil)-1(d:)]TJ ET -1 0 0 1 181.1323 254.3295 cm +1 0 0 1 181.1323 270.384 cm 0 g 0 G -1 0 0 1 -181.1323 -254.3295 cm +1 0 0 1 -181.1323 -270.384 cm BT -/F8 9.9626 Tf 186.1136 254.3295 Td[(St)1(ate)-307(en)28(tere)-1(d)-305(after)-306(th)1(e)-307(\014r)1(s)-1(t)-306(al)1(lo)-28(cation,)-311(and)-305(b)-28(efor)1(e)-307(th)1(e)-307(\014)1(rs)-1(t)-306(ass)-1(em)27(b)1(ly;)-315(i)1(n)]TJ -10.5021 -11.9552 Td[(th)1(is)-224(s)-1(tate)-224(i)1(t)-224(is)-224(p)-27(oss)-1(ib)1(le)-224(to)-224(ad)1(d)-223(c)-1(omm)27(u)1(nication)-223(r)1(e)-1(qu)1(irem)-1(en)28(ts)-224(among)-223(di\013eren)28(t)]TJ 0 -11.9552 Td[(pr)1(o)-28(ce)-1(ss)-1(es)-1(.)]TJ +/F8 9.9626 Tf 186.1136 270.384 Td[(St)1(ate)-307(en)28(tere)-1(d)-305(after)-306(th)1(e)-307(\014r)1(s)-1(t)-306(al)1(lo)-28(cation,)-311(and)-305(b)-28(efor)1(e)-307(th)1(e)-307(\014)1(rs)-1(t)-306(ass)-1(em)27(b)1(ly;)-315(i)1(n)]TJ -10.5021 -11.9552 Td[(th)1(is)-224(s)-1(tate)-224(i)1(t)-224(is)-224(p)-27(oss)-1(ib)1(le)-224(to)-224(ad)1(d)-223(c)-1(omm)27(u)1(nication)-223(r)1(e)-1(qu)1(irem)-1(en)28(ts)-224(among)-223(di\013eren)28(t)]TJ 0 -11.9551 Td[(pr)1(o)-28(ce)-1(ss)-1(es)-1(.)]TJ ET -1 0 0 1 145.7235 209.9539 cm +1 0 0 1 145.7235 225.0562 cm 0 g 0 G -1 0 0 1 -145.7235 -209.9539 cm +1 0 0 1 -145.7235 -225.0562 cm BT -/F29 9.9626 Tf 150.7049 209.9539 Td[(Assem)32(ble)-1(d)1(:)]TJ +/F29 9.9626 Tf 150.7049 225.0562 Td[(Assem)32(ble)-1(d)1(:)]TJ ET -1 0 0 1 207.2315 209.9539 cm +1 0 0 1 207.2315 225.0562 cm +0 g 0 G +1 0 0 1 -207.2315 -225.0562 cm +BT +/F8 9.9626 Tf 212.2128 225.0562 Td[(St)1(ate)-352(en)28(tered)-351(af)1(ter)-351(th)1(e)-352(ass)-1(em)27(b)1(ly;)-359(com)-1(p)1(utati)1(ons)-351(using)-350(the)-351(ass)-1(o)-28(ci-)]TJ -36.6013 -11.9552 Td[(ated)-391(s)-1(p)1(ars)-1(e)-392(matr)1(ix,)-406(suc)27(h)-391(as)-392(matr)1(ix-v)28(e)-1(ctor)-391(pro)-27(du)1(c)-1(ts,)-406(are)-392(on)1(ly)-391(p)-28(oss)-1(i)1(ble)-392(in)]TJ 0 -11.9551 Td[(th)1(is)-334(state)-1(.)]TJ -24.9066 -21.0444 Td[(The)-344(glob)1(al)-344(to)-344(lo)-27(c)-1(al)-343(ind)1(e)-1(x)-343(m)-1(ap)1(pin)1(g)-344(ma)27(y)-343(b)-28(e)-344(stored)-344(i)1(n)-344(t)28(w)28(o)-344(di\013ere)-1(n)29(t)-344(for)1(m)-1(ats:)-465(the)]TJ 0 -11.9552 Td[(\014r)1(s)-1(t)-322(is)-324(simpl)1(e)-1(r)-322(but)-322(m)-1(or)1(e)-324(exp)-27(e)-1(n)1(s)-1(i)1(v)28(e)-1(,)-325(as)-323(it)-322(re)-1(q)1(uir)1(e)-1(s)-323(on)-322(e)-1(ac)27(h)-322(pr)1(o)-28(ce)-1(ss)-324(an)-322(amoun)28(t)-323(of)]TJ 0 -11.9552 Td[(me)-1(mory)-367(prop)-27(orti)1(onal)-368(to)-367(the)-368(global)-367(s)-1(i)1(z)-1(e)-368(of)-368(th)1(e)-368(ind)1(e)-1(x)-368(space;)-385(the)-368(s)-1(ec)-1(on)1(d)-368(i)1(s)-369(more)]TJ 0 -11.9551 Td[(com)-1(p)1(le)-1(x)1(,)-376(bu)1(t)-368(onl)1(y)-368(r)1(e)-1(qu)1(ires)-368(m)-1(emory)-367(prop)-27(orti)1(onal)-367(to)-368(th)1(e)-368(lo)-28(cal)-368(in)1(dex)-368(space)-368(s)-1(i)1(z)-1(e.)]TJ 0 -11.9552 Td[(The)-409(c)27(h)1(oic)-1(e)-409(is)-409(m)-1(ad)1(e)-410(at)-408(the)-409(time)-410(of)-408(the)-409(in)1(itiali)1(z)-1(ation)-408(ac)-1(cord)1(ing)-409(t)1(o)-409(a)-409(threshold)1(;)]TJ 0 -11.9552 Td[(th)1(is)-334(th)1(re)-1(shol)1(d)-333(m)-1(a)28(y)-333(b)-27(e)-334(qu)1(e)-1(r)1(ie)-1(d)-333(an)1(d)-333(s)-1(et)-333(using)-333(th)1(e)-334(fu)1(nction)1(s)-334(in)-333(se)-1(c.)]TJ +ET +1 0 0 1 435.8582 120.3256 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -435.8582 -120.3256 cm +BT +/F8 9.9626 Tf 435.8582 120.3256 Td[(3.4)]TJ +ET +1 0 0 1 448.5883 120.3256 cm +0 g 0 G +1 0 0 1 -448.5883 -120.3256 cm +BT +/F8 9.9626 Tf 448.5883 120.3256 Td[(.)]TJ +ET +1 0 0 1 150.7049 90.4377 cm +0 g 0 G +1 0 0 1 -150.7049 -90.4377 cm +BT +/F8 9.9626 Tf 317.5791 90.4377 Td[(10)]TJ +ET +1 0 0 1 494.4159 90.4377 cm +0 g 0 G +endstream +endobj +681 0 obj << +/Type /Page +/Contents 682 0 R +/Resources 680 0 R +/MediaBox [0 0 595.2756 841.8898] +/Parent 658 0 R +/Annots [ 687 0 R ] +>> endobj +687 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.862 117.3922 449.5846 128.2404] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.4) >> +>> endobj +683 0 obj << +/D [681 0 R /XYZ 150.7049 740.9981 null] +>> endobj +684 0 obj << +/D [681 0 R /XYZ 150.7049 651.7672 null] +>> endobj +685 0 obj << +/D [681 0 R /XYZ 150.7049 635.0808 null] +>> endobj +686 0 obj << +/D [681 0 R /XYZ 198.2214 352.0467 null] +>> endobj +680 0 obj << +/Font << /F8 422 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +690 0 obj << +/Length 11948 +>> +stream +1 0 0 1 99.8954 740.9981 cm +0 g 0 G +1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -207.2315 -209.9539 cm +1 0 0 1 -443.6065 -740.9981 cm BT -/F8 9.9626 Tf 212.2128 209.9539 Td[(St)1(ate)-352(en)28(tered)-351(af)1(ter)-351(th)1(e)-352(ass)-1(em)27(b)1(ly;)-359(com)-1(p)1(utati)1(ons)-351(using)-350(the)-351(ass)-1(o)-28(ci-)]TJ -36.6013 -11.9552 Td[(ated)-391(s)-1(p)1(ars)-1(e)-392(matr)1(ix,)-406(suc)27(h)-391(as)-392(matr)1(ix-v)28(e)-1(ctor)-391(pro)-27(du)1(c)-1(ts,)-406(are)-392(on)1(ly)-391(p)-28(oss)-1(i)1(ble)-392(in)]TJ 0 -11.9551 Td[(th)1(is)-334(state)-1(.)]TJ/F29 9.9626 Tf -24.9066 -26.6121 Td[(3.1.)-1(1)-1150(Named)-384(C)1(onstan)32(ts)]TJ +/F29 9.9626 Tf 99.8954 706.1289 Td[(3.1.)-1(1)-1150(Named)-384(C)1(onstan)32(ts)]TJ ET -1 0 0 1 145.7235 140.7909 cm +1 0 0 1 94.9141 687.7395 cm 0 g 0 G -1 0 0 1 -145.7235 -140.7909 cm +1 0 0 1 -94.9141 -687.7395 cm BT -/F29 9.9626 Tf 150.7049 140.7909 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 687.7395 Td[(ps)1(b)]TJ ET -1 0 0 1 168.6413 140.7909 cm +1 0 0 1 117.8319 687.7395 cm q []0 d 0 J @@ -6841,11 +7076,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -168.6413 -140.7909 cm +1 0 0 1 -117.8319 -687.7395 cm BT -/F29 9.9626 Tf 172.0785 140.7909 Td[(none)]TJ +/F29 9.9626 Tf 121.269 687.7395 Td[(none)]TJ ET -1 0 0 1 196.4754 140.7909 cm +1 0 0 1 145.666 687.7395 cm q []0 d 0 J @@ -6856,17 +7091,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -199.9125 -140.7909 cm +1 0 0 1 -149.1031 -687.7395 cm BT -/F8 9.9626 Tf 204.8939 140.7909 Td[(Generic)-333(no-op;)]TJ +/F8 9.9626 Tf 154.0844 687.7395 Td[(Generic)-333(no-op;)]TJ ET -1 0 0 1 145.7235 120.3256 cm +1 0 0 1 94.9141 667.877 cm 0 g 0 G -1 0 0 1 -145.7235 -120.3256 cm +1 0 0 1 -94.9141 -667.877 cm BT -/F29 9.9626 Tf 150.7049 120.3256 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 667.877 Td[(ps)1(b)]TJ ET -1 0 0 1 168.6413 120.3256 cm +1 0 0 1 117.8319 667.877 cm q []0 d 0 J @@ -6875,11 +7110,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -168.6413 -120.3256 cm +1 0 0 1 -117.8319 -667.877 cm BT -/F29 9.9626 Tf 172.0785 120.3256 Td[(nohalo)]TJ +/F29 9.9626 Tf 121.269 667.877 Td[(nohalo)]TJ ET -1 0 0 1 205.7046 120.3256 cm +1 0 0 1 154.8952 667.877 cm q []0 d 0 J @@ -6890,61 +7125,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -209.1417 -120.3256 cm +1 0 0 1 -158.3323 -667.877 cm BT -/F8 9.9626 Tf 214.1231 120.3256 Td[(Do)-333(not)-333(fetc)27(h)-332(halo)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-1(;)]TJ +/F8 9.9626 Tf 163.3136 667.877 Td[(Do)-333(not)-333(fetc)27(h)-332(halo)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-1(;)]TJ ET -1 0 0 1 150.7049 90.4377 cm -0 g 0 G -1 0 0 1 -150.7049 -90.4377 cm -BT -/F8 9.9626 Tf 317.5791 90.4377 Td[(10)]TJ -ET -1 0 0 1 494.4159 90.4377 cm -0 g 0 G -endstream -endobj -671 0 obj << -/Type /Page -/Contents 672 0 R -/Resources 670 0 R -/MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R ->> endobj -673 0 obj << -/D [671 0 R /XYZ 150.7049 740.9981 null] ->> endobj -674 0 obj << -/D [671 0 R /XYZ 150.7049 653.4335 null] ->> endobj -675 0 obj << -/D [671 0 R /XYZ 150.7049 637.2233 null] ->> endobj -676 0 obj << -/D [671 0 R /XYZ 198.2214 334.5638 null] ->> endobj -42 0 obj << -/D [671 0 R /XYZ 150.7049 171.5216 null] ->> endobj -670 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -679 0 obj << -/Length 11718 ->> -stream -1 0 0 1 99.8954 740.9981 cm -0 g 0 G -1 0 0 1 343.7111 0 cm -0 g 0 G -1 0 0 1 -348.6924 -34.8692 cm +1 0 0 1 94.9141 648.0145 cm 0 g 0 G -1 0 0 1 -94.9141 -706.1289 cm +1 0 0 1 -94.9141 -648.0145 cm BT -/F29 9.9626 Tf 99.8954 706.1289 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 648.0145 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 706.1289 cm +1 0 0 1 117.8319 648.0145 cm q []0 d 0 J @@ -6953,11 +7144,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -706.1289 cm +1 0 0 1 -117.8319 -648.0145 cm BT -/F29 9.9626 Tf 121.269 706.1289 Td[(halo)]TJ +/F29 9.9626 Tf 121.269 648.0145 Td[(halo)]TJ ET -1 0 0 1 142.8017 706.1289 cm +1 0 0 1 142.8017 648.0145 cm q []0 d 0 J @@ -6968,17 +7159,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -146.2388 -706.1289 cm +1 0 0 1 -146.2388 -648.0145 cm BT -/F8 9.9626 Tf 151.2201 706.1289 Td[(F)84(e)-1(tc)28(h)-333(halo)-333(ele)-1(men)28(ts)-334(f)1(rom)-334(n)1(e)-1(igh)29(b)-28(ou)1(rin)1(g)-334(p)1(ro)-28(ce)-1(sse)-1(s;)]TJ +/F8 9.9626 Tf 151.2201 648.0145 Td[(F)84(e)-1(tc)28(h)-333(halo)-333(ele)-1(men)28(ts)-334(f)1(rom)-334(n)1(e)-1(igh)29(b)-28(ou)1(rin)1(g)-334(p)1(ro)-28(ce)-1(sse)-1(s;)]TJ ET -1 0 0 1 94.9141 686.0896 cm +1 0 0 1 94.9141 628.1521 cm 0 g 0 G -1 0 0 1 -94.9141 -686.0896 cm +1 0 0 1 -94.9141 -628.1521 cm BT -/F29 9.9626 Tf 99.8954 686.0896 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 628.1521 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 686.0896 cm +1 0 0 1 117.8319 628.1521 cm q []0 d 0 J @@ -6987,11 +7178,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -686.0896 cm +1 0 0 1 -117.8319 -628.1521 cm BT -/F29 9.9626 Tf 121.269 686.0896 Td[(su)1(m)]TJ +/F29 9.9626 Tf 121.269 628.1521 Td[(su)1(m)]TJ ET -1 0 0 1 142.388 686.0896 cm +1 0 0 1 142.388 628.1521 cm q []0 d 0 J @@ -7002,17 +7193,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -145.8251 -686.0896 cm +1 0 0 1 -145.8251 -628.1521 cm BT -/F8 9.9626 Tf 150.8064 686.0896 Td[(Su)1(m)-334(o)28(v)28(erlap)1(p)-28(ed)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)]TJ +/F8 9.9626 Tf 150.8064 628.1521 Td[(Su)1(m)-334(o)28(v)28(erlap)1(p)-28(ed)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)]TJ ET -1 0 0 1 94.9141 666.0504 cm +1 0 0 1 94.9141 608.2896 cm 0 g 0 G -1 0 0 1 -94.9141 -666.0504 cm +1 0 0 1 -94.9141 -608.2896 cm BT -/F29 9.9626 Tf 99.8954 666.0504 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 608.2896 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 666.0504 cm +1 0 0 1 117.8319 608.2896 cm q []0 d 0 J @@ -7021,11 +7212,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -666.0504 cm +1 0 0 1 -117.8319 -608.2896 cm BT -/F29 9.9626 Tf 121.269 666.0504 Td[(a)32(vg)]TJ +/F29 9.9626 Tf 121.269 608.2896 Td[(a)32(vg)]TJ ET -1 0 0 1 138.9827 666.0504 cm +1 0 0 1 138.9827 608.2896 cm q []0 d 0 J @@ -7036,11 +7227,11 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -142.4198 -666.0504 cm +1 0 0 1 -142.4198 -608.2896 cm BT -/F8 9.9626 Tf 147.4011 666.0504 Td[(Av)28(erage)-334(o)28(v)28(e)-1(r)1(lapp)-27(ed)-333(e)-1(l)1(e)-1(me)-1(n)28(t)1(s)]TJ/F18 11.9552 Tf -47.5057 -28.0395 Td[(3.)-1(2)-1125(Spar)-1(se)-375(Matr)-1(ix)-375(dat)-1(a)-374(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -18.4424 Td[(The)]TJ/F32 9.9626 Tf 19.7465 0 Td[(psb)]TJ +/F8 9.9626 Tf 147.4011 608.2896 Td[(Av)28(erage)-334(o)28(v)28(e)-1(r)1(lapp)-27(ed)-333(e)-1(l)1(e)-1(me)-1(n)28(t)1(s)]TJ/F18 11.9552 Tf -47.5057 -27.8614 Td[(3.)-1(2)-1125(Spar)-1(se)-375(Matr)-1(ix)-375(dat)-1(a)-374(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -18.3894 Td[(The)]TJ/F32 9.9626 Tf 19.7465 0 Td[(psb)]TJ ET -1 0 0 1 135.9605 619.5685 cm +1 0 0 1 135.9605 562.0388 cm q []0 d 0 J @@ -7049,11 +7240,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -135.9605 -619.5685 cm +1 0 0 1 -135.9605 -562.0388 cm BT -/F32 9.9626 Tf 139.0987 619.5685 Td[(spmat)]TJ +/F32 9.9626 Tf 139.0987 562.0388 Td[(spmat)]TJ ET -1 0 0 1 165.878 619.5685 cm +1 0 0 1 165.878 562.0388 cm q []0 d 0 J @@ -7062,95 +7253,95 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -165.878 -619.5685 cm +1 0 0 1 -165.878 -562.0388 cm BT -/F32 9.9626 Tf 169.0162 619.5685 Td[(type)]TJ/F8 9.9626 Tf 23.51 0 Td[(dat)1(a)-260(s)-1(tr)1(uctur)1(e)-261(con)28(tain)1(s)-260(all)-260(in)1(for)1(m)-1(ati)1(on)-260(ab)-27(out)-259(lo)-28(cal)-260(p)-27(ortion)]TJ -92.6308 -11.9552 Td[(of)-374(th)1(e)-375(spar)1(s)-1(e)-375(matr)1(ix)-374(and)-374(i)1(ts)-375(storage)-374(m)-1(o)-28(d)1(e)-1(.)-566(Most)-375(of)-373(thes)-1(e)-374(\014elds)-374(are)-375(set)-374(b)28(y)-374(the)]TJ 0 -11.9551 Td[(to)-28(ol)1(s)-350(r)1(outi)1(nes)-350(wh)1(e)-1(n)-348(in)1(s)-1(ertin)1(g)-349(a)-348(new)-349(s)-1(p)1(arse)-350(matri)1(x;)-356(the)-349(u)1(s)-1(er)-349(n)1(e)-1(eds)-349(on)1(ly)-348(c)27(ho)-27(os)-1(e,)]TJ 0 -11.9552 Td[(if)-333(h)1(e)-1(/she)-333(s)-1(o)-333(whishes)-1(,)-333(a)-333(s)-1(p)-27(ec)-1(i\014)1(c)-334(matrix)-333(storage)-334(mo)-28(d)1(e)-1(.)]TJ +/F32 9.9626 Tf 169.0162 562.0388 Td[(type)]TJ/F8 9.9626 Tf 23.51 0 Td[(dat)1(a)-260(s)-1(tr)1(uctur)1(e)-261(con)28(tain)1(s)-260(all)-260(in)1(for)1(m)-1(ati)1(on)-260(ab)-27(out)-259(lo)-28(cal)-260(p)-27(ortion)]TJ -92.6308 -11.9551 Td[(of)-374(th)1(e)-375(spar)1(s)-1(e)-375(matr)1(ix)-374(and)-374(i)1(ts)-375(storage)-374(m)-1(o)-28(d)1(e)-1(.)-566(Most)-375(of)-373(thes)-1(e)-374(\014elds)-374(are)-375(set)-374(b)28(y)-374(the)]TJ 0 -11.9552 Td[(to)-28(ol)1(s)-350(r)1(outi)1(nes)-350(wh)1(e)-1(n)-348(in)1(s)-1(ertin)1(g)-349(a)-348(new)-349(s)-1(p)1(arse)-350(matri)1(x;)-356(the)-349(u)1(s)-1(er)-349(n)1(e)-1(eds)-349(on)1(ly)-348(c)27(ho)-27(os)-1(e,)]TJ 0 -11.9552 Td[(if)-333(h)1(e)-1(/she)-333(s)-1(o)-333(whishes)-1(,)-333(a)-333(s)-1(p)-27(ec)-1(i\014)1(c)-334(matrix)-333(storage)-334(mo)-28(d)1(e)-1(.)]TJ ET -1 0 0 1 94.9141 551.7371 cm +1 0 0 1 94.9141 494.4185 cm 0 g 0 G -1 0 0 1 -94.9141 -551.7371 cm +1 0 0 1 -94.9141 -494.4185 cm BT -/F29 9.9626 Tf 99.8954 551.7371 Td[(aspk)]TJ +/F29 9.9626 Tf 99.8954 494.4185 Td[(aspk)]TJ ET -1 0 0 1 122.3956 551.7371 cm +1 0 0 1 122.3956 494.4185 cm 0 g 0 G -1 0 0 1 -122.3956 -551.7371 cm +1 0 0 1 -122.3956 -494.4185 cm BT -/F8 9.9626 Tf 127.3769 551.7371 Td[(Con)28(tain)1(s)-334(v)56(alues)-334(of)-333(th)1(e)-334(lo)-27(c)-1(al)-333(di)1(s)-1(tr)1(ibu)1(te)-1(d)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix.)]TJ -2.5749 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-430(as:)-639(an)-431(all)1(o)-28(c)-1(atab)1(le)-431(arr)1(a)27(y)-430(of)-431(r)1(ank)-430(one)-431(of)-430(t)27(y)1(p)-28(e)-431(corres)-1(p)-27(ond)1(in)1(g)-431(to)]TJ 0 -11.9551 Td[(matrix)-333(en)28(tri)1(e)-1(s)-334(t)28(y)1(p)-28(e.)]TJ +/F8 9.9626 Tf 127.3769 494.4185 Td[(Con)28(tain)1(s)-334(v)56(alues)-334(of)-333(th)1(e)-334(lo)-27(c)-1(al)-333(di)1(s)-1(tr)1(ibu)1(te)-1(d)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix.)]TJ -2.5749 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-430(as:)-639(an)-431(all)1(o)-28(c)-1(atab)1(le)-431(arr)1(a)27(y)-430(of)-431(r)1(ank)-430(one)-431(of)-430(t)27(y)1(p)-28(e)-431(corres)-1(p)-27(ond)1(in)1(g)-431(to)]TJ 0 -11.9552 Td[(matrix)-333(en)28(tri)1(e)-1(s)-334(t)28(y)1(p)-28(e.)]TJ ET -1 0 0 1 94.9141 507.7876 cm +1 0 0 1 94.9141 450.6457 cm 0 g 0 G -1 0 0 1 -94.9141 -507.7876 cm +1 0 0 1 -94.9141 -450.6457 cm BT -/F29 9.9626 Tf 99.8954 507.7876 Td[(ia1)]TJ +/F29 9.9626 Tf 99.8954 450.6457 Td[(ia1)]TJ ET -1 0 0 1 114.3757 507.7876 cm +1 0 0 1 114.3757 450.6457 cm 0 g 0 G -1 0 0 1 -114.3757 -507.7876 cm +1 0 0 1 -114.3757 -450.6457 cm BT -/F8 9.9626 Tf 119.357 507.7876 Td[(Hold)1(s)-267(in)28(t)1(e)-1(ger)-266(inf)1(ormation)-266(on)-265(distri)1(bu)1(te)-1(d)-266(spar)1(s)-1(e)-266(m)-1(atr)1(ix.)-422(Actual)-266(i)1(nf)1(ormation)]TJ 5.445 -11.9552 Td[(will)-333(d)1(e)-1(p)-27(e)-1(n)1(d)-333(on)-333(dat)1(a)-334(f)1(ormat)-334(u)1(s)-1(ed.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ +/F8 9.9626 Tf 119.357 450.6457 Td[(Hold)1(s)-267(in)28(t)1(e)-1(ger)-266(inf)1(ormation)-266(on)-265(distri)1(bu)1(te)-1(d)-266(spar)1(s)-1(e)-266(m)-1(atr)1(ix.)-422(Actual)-266(i)1(nf)1(ormation)]TJ 5.445 -11.9552 Td[(will)-333(d)1(e)-1(p)-27(e)-1(n)1(d)-333(on)-333(dat)1(a)-334(f)1(ormat)-334(u)1(s)-1(ed.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ ET -1 0 0 1 94.9141 463.838 cm +1 0 0 1 94.9141 406.8728 cm 0 g 0 G -1 0 0 1 -94.9141 -463.838 cm +1 0 0 1 -94.9141 -406.8728 cm BT -/F29 9.9626 Tf 99.8954 463.838 Td[(ia2)]TJ +/F29 9.9626 Tf 99.8954 406.8728 Td[(ia2)]TJ ET -1 0 0 1 114.3757 463.838 cm +1 0 0 1 114.3757 406.8728 cm 0 g 0 G -1 0 0 1 -114.3757 -463.838 cm +1 0 0 1 -114.3757 -406.8728 cm BT -/F8 9.9626 Tf 119.357 463.838 Td[(Hold)1(s)-267(in)28(t)1(e)-1(ger)-266(inf)1(ormation)-266(on)-265(distri)1(bu)1(te)-1(d)-266(spar)1(s)-1(e)-266(m)-1(atr)1(ix.)-422(Actual)-266(i)1(nf)1(ormation)]TJ 5.445 -11.9552 Td[(will)-333(d)1(e)-1(p)-27(e)-1(n)1(d)-333(on)-333(dat)1(a)-334(f)1(ormat)-334(u)1(s)-1(ed.)]TJ 0 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ +/F8 9.9626 Tf 119.357 406.8728 Td[(Hold)1(s)-267(in)28(t)1(e)-1(ger)-266(inf)1(ormation)-266(on)-265(distri)1(bu)1(te)-1(d)-266(spar)1(s)-1(e)-266(m)-1(atr)1(ix.)-422(Actual)-266(i)1(nf)1(ormation)]TJ 5.445 -11.9551 Td[(will)-333(d)1(e)-1(p)-27(e)-1(n)1(d)-333(on)-333(dat)1(a)-334(f)1(ormat)-334(u)1(s)-1(ed.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(allo)-27(c)-1(atab)1(le)-334(in)29(te)-1(ger)-333(arra)28(y)-333(of)-333(r)1(ank)-333(one.)]TJ ET -1 0 0 1 94.9141 419.8884 cm +1 0 0 1 94.9141 363.1 cm 0 g 0 G -1 0 0 1 -94.9141 -419.8884 cm +1 0 0 1 -94.9141 -363.1 cm BT -/F29 9.9626 Tf 99.8954 419.8884 Td[(inf)-1(oa)]TJ +/F29 9.9626 Tf 99.8954 363.1 Td[(inf)-1(oa)]TJ ET -1 0 0 1 124.2414 419.8884 cm +1 0 0 1 124.2414 363.1 cm 0 g 0 G -1 0 0 1 -124.2414 -419.8884 cm +1 0 0 1 -124.2414 -363.1 cm BT -/F8 9.9626 Tf 129.2228 419.8884 Td[(On)-434(en)28(try)-434(c)-1(an)-434(h)1(old)-434(auxi)1(liary)-434(in)1(formation)-434(on)-434(di)1(s)-1(tr)1(ibu)1(te)-1(d)-434(sparse)-435(matrix.)]TJ -4.4208 -11.9551 Td[(Actual)-333(in)1(formation)-332(w)-1(il)1(l)-333(dep)-28(end)-333(on)-333(d)1(ata)-333(format)-333(use)-1(d)1(.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(in)28(t)1(e)-1(ger)-333(arra)28(y)-333(of)-333(length)]TJ/F32 9.9626 Tf 172.5477 0 Td[(psb_ifasize_)]TJ/F8 9.9626 Tf 62.7641 0 Td[(.)]TJ +/F8 9.9626 Tf 129.2228 363.1 Td[(On)-434(en)28(try)-434(c)-1(an)-434(h)1(old)-434(auxi)1(liary)-434(in)1(formation)-434(on)-434(di)1(s)-1(tr)1(ibu)1(te)-1(d)-434(sparse)-435(matrix.)]TJ -4.4208 -11.9551 Td[(Actual)-333(in)1(formation)-332(w)-1(il)1(l)-333(dep)-28(end)-333(on)-333(d)1(ata)-333(format)-333(use)-1(d)1(.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(in)28(t)1(e)-1(ger)-333(arra)28(y)-333(of)-333(length)]TJ/F32 9.9626 Tf 172.5477 0 Td[(psb_ifasize_)]TJ/F8 9.9626 Tf 62.7641 0 Td[(.)]TJ ET -1 0 0 1 94.9141 375.9389 cm +1 0 0 1 94.9141 319.3272 cm 0 g 0 G -1 0 0 1 -94.9141 -375.9389 cm +1 0 0 1 -94.9141 -319.3272 cm BT -/F29 9.9626 Tf 99.8954 375.9389 Td[(\014da)]TJ +/F29 9.9626 Tf 99.8954 319.3272 Td[(\014da)]TJ ET -1 0 0 1 118.1947 375.9389 cm +1 0 0 1 118.1947 319.3272 cm 0 g 0 G -1 0 0 1 -118.1947 -375.9389 cm +1 0 0 1 -118.1947 -319.3272 cm BT -/F8 9.9626 Tf 123.176 375.9389 Td[(De\014n)1(e)-1(s)-334(th)1(e)-334(f)1(ormat)-334(of)-333(t)1(he)-334(d)1(is)-1(tr)1(ibu)1(ted)-333(s)-1(p)1(arse)-334(m)-1(at)1(rix.)]TJ 1.626 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(ing)-333(of)-333(length)-333(5)]TJ +/F8 9.9626 Tf 123.176 319.3272 Td[(De\014n)1(e)-1(s)-334(th)1(e)-334(f)1(ormat)-334(of)-333(t)1(he)-334(d)1(is)-1(tr)1(ibu)1(ted)-333(s)-1(p)1(arse)-334(m)-1(at)1(rix.)]TJ 1.626 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(ing)-333(of)-333(length)-333(5)]TJ ET -1 0 0 1 94.9141 343.9445 cm +1 0 0 1 94.9141 287.5096 cm 0 g 0 G -1 0 0 1 -94.9141 -343.9445 cm +1 0 0 1 -94.9141 -287.5096 cm BT -/F29 9.9626 Tf 99.8954 343.9445 Td[(descr)1(a)]TJ +/F29 9.9626 Tf 99.8954 287.5096 Td[(descr)1(a)]TJ ET -1 0 0 1 131.4104 343.9445 cm +1 0 0 1 131.4104 287.5096 cm 0 g 0 G -1 0 0 1 -131.4104 -343.9445 cm +1 0 0 1 -131.4104 -287.5096 cm BT -/F8 9.9626 Tf 136.3917 343.9445 Td[(Des)-1(crib)-27(e)-334(th)1(e)-334(c)27(h)1(aracte)-1(r)1(is)-1(t)1(ic)-334(of)-333(th)1(e)-334(distri)1(bu)1(te)-1(d)-333(spar)1(s)-1(e)-334(matr)1(ix.)]TJ -11.5897 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(arr)1(a)27(y)-333(of)-333(c)28(haracter)-333(of)-333(le)-1(n)1(gth)-333(9.)]TJ +/F8 9.9626 Tf 136.3917 287.5096 Td[(Des)-1(crib)-27(e)-334(th)1(e)-334(c)27(h)1(aracte)-1(r)1(is)-1(t)1(ic)-334(of)-333(th)1(e)-334(distri)1(bu)1(te)-1(d)-333(spar)1(s)-1(e)-334(matr)1(ix.)]TJ -11.5897 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(arr)1(a)27(y)-333(of)-333(c)28(haracter)-333(of)-333(le)-1(n)1(gth)-333(9.)]TJ ET -1 0 0 1 94.9141 311.9501 cm +1 0 0 1 94.9141 255.6919 cm 0 g 0 G -1 0 0 1 -94.9141 -311.9501 cm +1 0 0 1 -94.9141 -255.6919 cm BT -/F29 9.9626 Tf 99.8954 311.9501 Td[(pl)]TJ +/F29 9.9626 Tf 99.8954 255.6919 Td[(pl)]TJ ET -1 0 0 1 109.4429 311.9501 cm +1 0 0 1 109.4429 255.6919 cm 0 g 0 G -1 0 0 1 -109.4429 -311.9501 cm +1 0 0 1 -109.4429 -255.6919 cm BT -/F8 9.9626 Tf 114.4242 311.9501 Td[(Sp)-27(ec)-1(i\014)1(e)-1(s)-353(t)1(he)-353(lo)-28(cal)-352(ro)28(w)-353(p)-27(e)-1(rm)28(utat)1(ion)-352(of)-352(distrib)1(uted)-352(s)-1(p)1(arse)-353(m)-1(at)1(rix.)-502(If)-352(p)1(l\0501\051)-353(i)1(s)]TJ 10.3778 -11.9552 Td[(equal)-333(to)-333(0,)-333(then)-333(th)1(e)-1(re)-333(is)-1(n)1('t)-333(ro)28(w)-334(p)-27(erm)27(u)1(tation)1(.)]TJ 0 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-301(as)-1(:)-428(an)-302(allo)-27(c)-1(atab)1(le)-303(i)1(n)28(tege)-1(r)-302(ar)1(ra)28(y)-302(of)-302(d)1(ime)-1(nsion)-301(e)-1(qu)1(al)-302(to)-302(n)28(u)1(m)27(b)-27(e)-1(r)-302(of)]TJ 0 -11.9552 Td[(lo)-28(cal)-333(ro)28(w)-334(\050)1(m)-1(atr)1(ix)]TJ +/F8 9.9626 Tf 114.4242 255.6919 Td[(Sp)-27(ec)-1(i\014)1(e)-1(s)-353(t)1(he)-353(lo)-28(cal)-352(ro)28(w)-353(p)-27(e)-1(rm)28(utat)1(ion)-352(of)-352(distrib)1(uted)-352(s)-1(p)1(arse)-353(m)-1(at)1(rix.)-502(If)-352(p)1(l\0501\051)-353(i)1(s)]TJ 10.3778 -11.9552 Td[(equal)-333(to)-333(0,)-333(then)-333(th)1(e)-1(re)-333(is)-1(n)1('t)-333(ro)28(w)-334(p)-27(erm)27(u)1(tation)1(.)]TJ 0 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-301(as)-1(:)-428(an)-302(allo)-27(c)-1(atab)1(le)-303(i)1(n)28(tege)-1(r)-302(ar)1(ra)28(y)-302(of)-302(d)1(ime)-1(nsion)-301(e)-1(qu)1(al)-302(to)-302(n)28(u)1(m)27(b)-27(e)-1(r)-302(of)]TJ 0 -11.9552 Td[(lo)-28(cal)-333(ro)28(w)-334(\050)1(m)-1(atr)1(ix)]TJ ET -1 0 0 1 201.0053 276.0846 cm +1 0 0 1 201.0053 219.8264 cm q []0 d 0 J @@ -7159,11 +7350,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -201.0053 -276.0846 cm +1 0 0 1 -201.0053 -219.8264 cm BT -/F8 9.9626 Tf 203.9941 276.0846 Td[(dat)1(a[psb)]TJ +/F8 9.9626 Tf 203.9941 219.8264 Td[(dat)1(a[psb)]TJ ET -1 0 0 1 241.7305 276.0846 cm +1 0 0 1 241.7305 219.8264 cm q []0 d 0 J @@ -7172,11 +7363,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -241.7305 -276.0846 cm +1 0 0 1 -241.7305 -219.8264 cm BT -/F8 9.9626 Tf 244.7193 276.0846 Td[(n)]TJ +/F8 9.9626 Tf 244.7193 219.8264 Td[(n)]TJ ET -1 0 0 1 250.8518 276.0846 cm +1 0 0 1 250.8518 219.8264 cm q []0 d 0 J @@ -7185,11 +7376,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -250.8518 -276.0846 cm +1 0 0 1 -250.8518 -219.8264 cm BT -/F8 9.9626 Tf 253.8407 276.0846 Td[(ro)28(w)]TJ +/F8 9.9626 Tf 253.8407 219.8264 Td[(ro)28(w)]TJ ET -1 0 0 1 270.2403 276.0846 cm +1 0 0 1 270.2403 219.8264 cm q []0 d 0 J @@ -7198,23 +7389,23 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -270.2403 -276.0846 cm +1 0 0 1 -270.2403 -219.8264 cm BT -/F8 9.9626 Tf 273.2291 276.0846 Td[(]\051)]TJ +/F8 9.9626 Tf 273.2291 219.8264 Td[(]\051)]TJ ET -1 0 0 1 94.9141 256.0454 cm +1 0 0 1 94.9141 199.9639 cm 0 g 0 G -1 0 0 1 -94.9141 -256.0454 cm +1 0 0 1 -94.9141 -199.9639 cm BT -/F29 9.9626 Tf 99.8954 256.0454 Td[(pr)]TJ +/F29 9.9626 Tf 99.8954 199.9639 Td[(pr)]TJ ET -1 0 0 1 110.9788 256.0454 cm +1 0 0 1 110.9788 199.9639 cm 0 g 0 G -1 0 0 1 -110.9788 -256.0454 cm +1 0 0 1 -110.9788 -199.9639 cm BT -/F8 9.9626 Tf 115.9601 256.0454 Td[(Sp)-27(ec)-1(i\014)1(e)-1(s)-512(th)1(e)-513(lo)-27(c)-1(al)-512(colu)1(m)-1(n)-511(p)-28(erm)28(utati)1(on)-512(of)-512(d)1(istrib)1(uted)-512(spar)1(s)-1(e)-512(m)-1(atr)1(ix.)-980(If)]TJ 8.8419 -11.9552 Td[(PR\0501\051)-333(is)-333(e)-1(qu)1(al)-333(to)-333(0,)-334(t)1(hen)-333(there)-334(isn')1(t)-334(colu)1(m)-1(n)1(m)-334(p)-27(e)-1(r)1(m)27(u)1(tation.)]TJ 0 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-301(as)-1(:)-428(an)-302(allo)-27(c)-1(atab)1(le)-303(i)1(n)28(tege)-1(r)-302(ar)1(ra)28(y)-302(of)-302(d)1(ime)-1(n)1(s)-1(ion)-301(e)-1(qu)1(al)-302(to)-302(n)28(u)1(m)27(b)-27(e)-1(r)-302(of)]TJ 0 -11.9552 Td[(lo)-28(cal)-333(ro)28(w)-334(\050)1(m)-1(atr)1(ix)]TJ +/F8 9.9626 Tf 115.9601 199.9639 Td[(Sp)-27(ec)-1(i\014)1(e)-1(s)-512(th)1(e)-513(lo)-27(c)-1(al)-512(colu)1(m)-1(n)-511(p)-28(erm)28(utati)1(on)-512(of)-512(d)1(istrib)1(uted)-512(spar)1(s)-1(e)-512(m)-1(atr)1(ix.)-980(If)]TJ 8.8419 -11.9551 Td[(PR\0501\051)-333(is)-333(e)-1(qu)1(al)-333(to)-333(0,)-334(t)1(hen)-333(there)-334(isn')1(t)-334(colu)1(m)-1(n)1(m)-334(p)-27(e)-1(r)1(m)27(u)1(tation.)]TJ 0 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-301(as)-1(:)-428(an)-302(allo)-27(c)-1(atab)1(le)-303(i)1(n)28(tege)-1(r)-302(ar)1(ra)28(y)-302(of)-302(d)1(ime)-1(n)1(s)-1(ion)-301(e)-1(qu)1(al)-302(to)-302(n)28(u)1(m)27(b)-27(e)-1(r)-302(of)]TJ 0 -11.9552 Td[(lo)-28(cal)-333(ro)28(w)-334(\050)1(m)-1(atr)1(ix)]TJ ET -1 0 0 1 201.0053 220.1799 cm +1 0 0 1 201.0053 164.0984 cm q []0 d 0 J @@ -7223,11 +7414,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -201.0053 -220.1799 cm +1 0 0 1 -201.0053 -164.0984 cm BT -/F8 9.9626 Tf 203.9941 220.1799 Td[(dat)1(a[psb)]TJ +/F8 9.9626 Tf 203.9941 164.0984 Td[(dat)1(a[psb)]TJ ET -1 0 0 1 241.7305 220.1799 cm +1 0 0 1 241.7305 164.0984 cm q []0 d 0 J @@ -7236,11 +7427,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -241.7305 -220.1799 cm +1 0 0 1 -241.7305 -164.0984 cm BT -/F8 9.9626 Tf 244.7193 220.1799 Td[(n)]TJ +/F8 9.9626 Tf 244.7193 164.0984 Td[(n)]TJ ET -1 0 0 1 250.8518 220.1799 cm +1 0 0 1 250.8518 164.0984 cm q []0 d 0 J @@ -7249,11 +7440,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -250.8518 -220.1799 cm +1 0 0 1 -250.8518 -164.0984 cm BT -/F8 9.9626 Tf 253.8407 220.1799 Td[(col)]TJ +/F8 9.9626 Tf 253.8407 164.0984 Td[(col)]TJ ET -1 0 0 1 266.615 220.1799 cm +1 0 0 1 266.615 164.0984 cm q []0 d 0 J @@ -7262,33 +7453,21 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -266.615 -220.1799 cm -BT -/F8 9.9626 Tf 269.6038 220.1799 Td[(]\051)]TJ -ET -1 0 0 1 94.9141 200.1407 cm -0 g 0 G -1 0 0 1 -94.9141 -200.1407 cm -BT -/F29 9.9626 Tf 99.8954 200.1407 Td[(m)]TJ -ET -1 0 0 1 109.4429 200.1407 cm -0 g 0 G -1 0 0 1 -109.4429 -200.1407 cm +1 0 0 1 -266.615 -164.0984 cm BT -/F8 9.9626 Tf 114.4242 200.1407 Td[(Num)28(b)-27(e)-1(r)-243(of)-244(r)1(o)28(w)-1(s;)-273(if)-243(ro)28(w)-244(ind)1(ice)-1(s)-244(are)-244(stored)-244(exp)1(licitly)84(,)-262(as)-244(in)-243(Co)-28(or)1(din)1(ate)-244(Storage,)]TJ 10.3778 -11.9552 Td[(shoul)1(d)-225(b)-27(e)-225(greate)-1(r)-224(than)-224(or)-224(e)-1(qu)1(al)-225(to)-224(the)-225(maxim)28(um)-225(ro)28(w)-225(in)1(dex)-225(actuall)1(y)-225(p)1(re)-1(sen)28(t)]TJ 0 -11.9552 Td[(in)-333(th)1(e)-334(sparse)-334(matri)1(x.)-444(Sp)-27(e)-1(ci\014ed)-333(as:)-445(i)1(n)28(te)-1(ger)-333(v)56(ariab)1(le.)]TJ +/F8 9.9626 Tf 269.6038 164.0984 Td[(]\051)]TJ ET -1 0 0 1 94.9141 156.1911 cm +1 0 0 1 94.9141 144.236 cm 0 g 0 G -1 0 0 1 -94.9141 -156.1911 cm +1 0 0 1 -94.9141 -144.236 cm BT -/F29 9.9626 Tf 99.8954 156.1911 Td[(k)]TJ +/F29 9.9626 Tf 99.8954 144.236 Td[(m)]TJ ET -1 0 0 1 105.9421 156.1911 cm +1 0 0 1 109.4429 144.236 cm 0 g 0 G -1 0 0 1 -105.9421 -156.1911 cm +1 0 0 1 -109.4429 -144.236 cm BT -/F8 9.9626 Tf 110.9235 156.1911 Td[(Num)28(b)-27(e)-1(r)-338(of)-337(columns;)-340(if)-337(c)-1(olu)1(m)-1(n)-337(in)1(dice)-1(s)-338(are)-338(s)-1(t)1(ore)-1(d)-337(expli)1(c)-1(it)1(ly)83(,)-339(as)-338(in)-337(Co)-28(ord)1(inate)]TJ 13.8785 -11.9552 Td[(St)1(orage)-228(or)-226(Com)-1(p)1(res)-1(se)-1(d)-226(Sp)1(arse)-228(Ro)28(ws)-1(,)-248(shou)1(ld)-227(b)-27(e)-227(greate)-1(r)-226(than)-226(or)-227(equal)-226(to)-227(the)]TJ 0 -11.9551 Td[(maxim)28(um)-374(c)-1(olu)1(mn)-374(in)1(dex)-374(ac)-1(t)1(ually)-373(prese)-1(n)28(t)-374(i)1(n)-374(th)1(e)-375(spar)1(s)-1(e)-374(m)-1(atr)1(ix.)-566(Sp)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(as:)-445(i)1(n)28(te)-1(ger)-333(v)56(ariab)1(le.)]TJ +/F8 9.9626 Tf 114.4242 144.236 Td[(Num)28(b)-27(e)-1(r)-243(of)-244(r)1(o)28(w)-1(s;)-273(if)-243(ro)28(w)-244(ind)1(ice)-1(s)-244(are)-244(stored)-244(exp)1(licitly)84(,)-262(as)-244(in)-243(Co)-28(or)1(din)1(ate)-244(Storage,)]TJ 10.3778 -11.9552 Td[(shoul)1(d)-225(b)-27(e)-225(greate)-1(r)-224(than)-224(or)-224(e)-1(qu)1(al)-225(to)-224(the)-225(maxim)28(um)-225(ro)28(w)-225(in)1(dex)-225(actuall)1(y)-225(p)1(re)-1(sen)28(t)]TJ 0 -11.9552 Td[(in)-333(th)1(e)-334(sparse)-334(matri)1(x.)-444(Sp)-27(e)-1(ci\014ed)-333(as:)-445(i)1(n)28(te)-1(ger)-333(v)56(ariab)1(le.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -7300,40 +7479,67 @@ ET 0 g 0 G endstream endobj -678 0 obj << +689 0 obj << /Type /Page -/Contents 679 0 R -/Resources 677 0 R +/Contents 690 0 R +/Resources 688 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R +/Parent 658 0 R >> endobj -680 0 obj << -/D [678 0 R /XYZ 99.8954 740.9981 null] +691 0 obj << +/D [689 0 R /XYZ 99.8954 740.9981 null] +>> endobj +42 0 obj << +/D [689 0 R /XYZ 99.8954 716.0915 null] >> endobj 46 0 obj << -/D [678 0 R /XYZ 99.8954 650.0499 null] +/D [689 0 R /XYZ 99.8954 592.4387 null] >> endobj -681 0 obj << -/D [678 0 R /XYZ 119.6419 619.5685 null] +692 0 obj << +/D [689 0 R /XYZ 119.6419 562.0388 null] >> endobj -677 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F18 405 0 R /F32 567 0 R >> +688 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F18 413 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -684 0 obj << -/Length 10204 +695 0 obj << +/Length 10186 >> stream 1 0 0 1 150.7049 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -343.7111 -24.9066 cm +1 0 0 1 -348.6924 -34.8692 cm +0 g 0 G +1 0 0 1 -145.7236 -706.1289 cm +BT +/F29 9.9626 Tf 150.7049 706.1289 Td[(k)]TJ +ET +1 0 0 1 156.7516 706.1289 cm +0 g 0 G +1 0 0 1 -156.7516 -706.1289 cm +BT +/F8 9.9626 Tf 161.7329 706.1289 Td[(Num)28(b)-27(e)-1(r)-338(of)-337(columns;)-340(if)-337(c)-1(olu)1(m)-1(n)-337(in)1(dice)-1(s)-338(are)-338(s)-1(t)1(ore)-1(d)-337(expli)1(c)-1(it)1(ly)83(,)-339(as)-338(in)-337(Co)-28(ord)1(inate)]TJ 13.8786 -11.9552 Td[(St)1(orage)-228(or)-226(Com)-1(p)1(res)-1(se)-1(d)-226(Sp)1(arse)-228(Ro)28(ws)-1(,)-248(shou)1(ld)-227(b)-27(e)-227(greate)-1(r)-226(than)-226(or)-227(equal)-226(to)-227(the)]TJ 0 -11.9552 Td[(maxim)28(um)-374(c)-1(olu)1(mn)-374(in)1(dex)-374(ac)-1(t)1(ually)-373(prese)-1(n)28(t)-374(i)1(n)-374(th)1(e)-375(spar)1(s)-1(e)-374(m)-1(atr)1(ix.)-566(Sp)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(as:)-445(i)1(n)28(te)-1(ger)-333(v)56(ariab)1(le.)]TJ -24.9066 -19.5559 Td[(F)28(OR)83(TRAN95)-320(i)1(n)28(te)-1(r)1(face)-321(f)1(or)-320(d)1(istrib)1(uted)-319(s)-1(p)1(ars)-1(e)-320(matri)1(c)-1(es)-321(con)28(tain)1(in)1(g)-320(dou)1(ble)-320(p)1(re)-1(ci-)]TJ 0 -11.9551 Td[(sion)-333(real)-333(e)-1(n)28(t)1(ries)-334(is)-334(d)1(e)-1(\014)1(ned)-333(as)-334(in)-333(\014)1(gur)1(e)]TJ +ET +1 0 0 1 318.4372 638.7524 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -318.4372 -638.7524 cm +BT +/F8 9.9626 Tf 318.4372 638.7524 Td[(4)]TJ +ET +1 0 0 1 323.4185 638.7524 cm +0 g 0 G +1 0 0 1 -323.4185 -638.7524 cm +BT +/F8 9.9626 Tf 323.4185 638.7524 Td[(.)]TJ +ET +1 0 0 1 150.7049 625.0447 cm 0 g 0 G 1 0 0 1 10.7669 -72.7937 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 62.4325 cm +1 0 0 1 4.9813 62.4326 cm q []0 d 0 J @@ -7342,7 +7548,7 @@ q 312.2146 0.1992 l S Q -1 0 0 1 0 -119.8837 cm +1 0 0 1 0 -119.8838 cm q []0 d 0 J @@ -7354,11 +7560,11 @@ Q 1 0 0 1 3.3873 105.8254 cm 0 g 0 G 0 g 0 G -1 0 0 1 -169.8404 -691.672 cm +1 0 0 1 -169.8404 -600.6252 cm BT -/F32 9.9626 Tf 174.8217 691.672 Td[(type)-525(psb_dspmat_type)]TJ 15.691 -11.9552 Td[(integer)-2625(::)-525(m,)-525(k)]TJ 0 -11.9552 Td[(character)-1575(::)-525(fida\0505\051)]TJ 0 -11.9551 Td[(character)-1575(::)-525(descra\05010\051)]TJ 0 -11.9552 Td[(integer)-2625(::)-525(infoa\050psb_ifa_size_\051)]TJ 0 -11.9552 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-525(::)-525(aspk\050:\051)]TJ 0 -11.9551 Td[(integer,)-525(allocatable)-525(::)-525(ia1\050:\051,)-525(ia2\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(pr\050:\051,)-525(pl\050:\051)]TJ -15.691 -11.9552 Td[(end)-525(type)-525(psb_dspmat_type)]TJ +/F32 9.9626 Tf 174.8217 600.6252 Td[(type)-525(psb_dspmat_type)]TJ 15.691 -11.9552 Td[(integer)-2625(::)-525(m,)-525(k)]TJ 0 -11.9551 Td[(character)-1575(::)-525(fida\0505\051)]TJ 0 -11.9552 Td[(character)-1575(::)-525(descra\05010\051)]TJ 0 -11.9552 Td[(integer)-2625(::)-525(infoa\050psb_ifa_size_\051)]TJ 0 -11.9551 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-525(::)-525(aspk\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(ia1\050:\051,)-525(ia2\050:\051)]TJ 0 -11.9552 Td[(integer,)-525(allocatable)-525(::)-525(pr\050:\051,)-525(pl\050:\051)]TJ -15.691 -11.9551 Td[(end)-525(type)-525(psb_dspmat_type)]TJ ET -1 0 0 1 478.2692 585.8466 cm +1 0 0 1 478.2692 494.7998 cm q []0 d 0 J @@ -7378,145 +7584,192 @@ S Q 1 0 0 1 -3.6965 -27.84 cm 0 g 0 G -1 0 0 1 -162.7566 -557.6081 cm +1 0 0 1 -162.7566 -466.5613 cm BT -/F8 9.9626 Tf 162.7566 557.6081 Td[(Figu)1(re)-334(4:)-777(The)-334(P)1(SBLAS)-333(de\014n)1(e)-1(d)-333(d)1(ata)-333(t)28(yp)-28(e)-333(that)-333(con)28(tain)1(s)-334(a)-334(spar)1(s)-1(e)-333(m)-1(atr)1(ix.)]TJ +/F8 9.9626 Tf 162.7566 466.5613 Td[(Figu)1(re)-334(4:)-777(The)-334(P)1(SBLAS)-333(de\014n)1(e)-1(d)-333(d)1(ata)-333(t)28(yp)-28(e)-333(that)-333(con)28(tain)1(s)-334(a)-334(spar)1(s)-1(e)-333(m)-1(atr)1(ix.)]TJ ET -1 0 0 1 482.3642 557.6081 cm +1 0 0 1 482.3642 466.5613 cm 0 g 0 G 1 0 0 1 -331.6594 -1.9372 cm 0 g 0 G -1 0 0 1 -150.7048 -555.6709 cm +1 0 0 1 -150.7048 -464.6241 cm BT -/F8 9.9626 Tf 150.7048 525.669 Td[(F)28(OR)83(TRAN95)-320(i)1(n)28(te)-1(r)1(face)-321(f)1(or)-320(d)1(istrib)1(uted)-319(s)-1(p)1(ars)-1(e)-320(matri)1(c)-1(es)-321(con)28(tain)1(in)1(g)-320(dou)1(ble)-320(p)1(re)-1(ci-)]TJ 0 -11.9552 Td[(sion)-333(real)-333(e)-1(n)28(t)1(ries)-334(is)-334(d)1(e)-1(\014)1(ned)-333(as)-334(in)-333(\014)1(gur)1(e)]TJ +/F8 9.9626 Tf 165.6488 442.8357 Td[(The)-334(f)1(ollo)28(win)1(g)-334(t)28(w)28(o)-334(cas)-1(es)-334(ar)1(e)-334(am)-1(on)1(g)-334(t)1(he)-334(mos)-1(t)-333(com)-1(mon)1(ly)-333(use)-1(d)1(:)]TJ ET -1 0 0 1 318.4372 513.7138 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -318.4372 -513.7138 cm +1 0 0 1 145.7235 423.2798 cm +0 g 0 G +1 0 0 1 -145.7235 -423.2798 cm BT -/F8 9.9626 Tf 318.4372 513.7138 Td[(4)]TJ +/F29 9.9626 Tf 150.7048 423.2798 Td[(\014da=\134CS)1(R)-1(")]TJ ET -1 0 0 1 323.4185 513.7138 cm +1 0 0 1 213.1578 423.2798 cm 0 g 0 G -1 0 0 1 -323.4185 -513.7138 cm +1 0 0 1 -213.1578 -423.2798 cm BT -/F8 9.9626 Tf 323.4185 513.7138 Td[(.)]TJ -157.7697 -12.0122 Td[(The)-334(f)1(ollo)28(win)1(g)-334(t)28(w)28(o)-334(cas)-1(es)-334(ar)1(e)-334(am)-1(on)1(g)-334(t)1(he)-334(mos)-1(t)-333(com)-1(mon)1(ly)-333(use)-1(d)1(:)]TJ +/F8 9.9626 Tf 218.1391 423.2798 Td[(Com)-1(p)1(res)-1(se)-1(d)-380(storage)-380(b)28(y)-380(ro)28(ws)-1(.)-585(In)-380(thi)1(s)-381(c)-1(ase)-381(th)1(e)-381(foll)1(o)27(win)1(g)-380(s)-1(h)1(ould)]TJ -42.5276 -11.9552 Td[(hol)1(d:)]TJ ET -1 0 0 1 145.7235 481.6054 cm +1 0 0 1 175.6115 391.5841 cm 0 g 0 G -1 0 0 1 -145.7235 -481.6054 cm +1 0 0 1 -175.6115 -391.5841 cm BT -/F29 9.9626 Tf 150.7049 481.6054 Td[(\014da=\134CS)1(R)-1(")]TJ +/F8 9.9626 Tf 184.7992 391.5841 Td[(1.)]TJ ET -1 0 0 1 213.1578 481.6054 cm +1 0 0 1 192.548 391.5841 cm 0 g 0 G -1 0 0 1 -213.1578 -481.6054 cm +1 0 0 1 -192.548 -391.5841 cm BT -/F8 9.9626 Tf 218.1391 481.6054 Td[(Com)-1(p)1(res)-1(se)-1(d)-380(storage)-380(b)28(y)-380(ro)28(ws)-1(.)-585(In)-380(thi)1(s)-381(c)-1(ase)-381(th)1(e)-381(foll)1(o)27(win)1(g)-380(s)-1(h)1(ould)]TJ -42.5276 -11.9552 Td[(hol)1(d:)]TJ +/F32 9.9626 Tf 197.5293 391.5841 Td[(ia2\050i\051)]TJ/F8 9.9626 Tf 36.2017 0 Td[(con)28(tain)1(s)-485(th)1(e)-484(ind)1(e)-1(x)-483(of)-484(t)1(he)-484(\014rst)-484(elem)-1(en)28(t)-484(of)-483(ro)28(w)]TJ/F32 9.9626 Tf 212.9085 0 Td[(i)]TJ/F8 9.9626 Tf 5.2304 0 Td[(;)-559(th)1(e)-484(las)-1(t)]TJ -254.3406 -11.9552 Td[(ele)-1(men)28(t)-274(of)-273(t)1(he)-274(sparse)-274(matrix)-273(is)-273(th)28(us)-273(s)-1(tor)1(e)-1(d)-273(at)-273(ind)1(e)-1(x)]TJ/F11 9.9626 Tf 222.7018 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\050)]TJ/F11 9.9626 Tf 8.8557 0 Td[(m)]TJ/F8 9.9626 Tf 9.7675 0 Td[(+)-102(1\051)]TJ/F14 9.9626 Tf 18.6447 0 Td[(\000)]TJ/F8 9.9626 Tf 8.7689 0 Td[(1.)-424(It)]TJ -277.437 -11.9551 Td[(shoul)1(d)-248(c)-1(on)29(tain)]TJ/F32 9.9626 Tf 65.0547 0 Td[(m+1)]TJ/F8 9.9626 Tf 18.1643 0 Td[(en)28(tries)-249(i)1(n)-248(non)1(dec)-1(reasing)-248(ord)1(e)-1(r)-248(\050stri)1(c)-1(tl)1(y)-248(increas)-1(in)1(g,)]TJ -83.219 -11.9552 Td[(if)-333(th)1(e)-1(r)1(e)-334(are)-333(no)-333(e)-1(mpt)28(y)-333(ro)28(ws\051.)]TJ ET -1 0 0 1 175.6115 449.497 cm +1 0 0 1 175.6115 339.9631 cm 0 g 0 G -1 0 0 1 -175.6115 -449.497 cm +1 0 0 1 -175.6115 -339.9631 cm BT -/F8 9.9626 Tf 184.7992 449.497 Td[(1.)]TJ +/F8 9.9626 Tf 184.7992 339.9631 Td[(2.)]TJ ET -1 0 0 1 192.548 449.497 cm +1 0 0 1 192.548 339.9631 cm 0 g 0 G -1 0 0 1 -192.548 -449.497 cm +1 0 0 1 -192.548 -339.9631 cm BT -/F32 9.9626 Tf 197.5293 449.497 Td[(ia2\050i\051)]TJ/F8 9.9626 Tf 36.2017 0 Td[(con)28(tain)1(s)-485(th)1(e)-484(ind)1(e)-1(x)-483(of)-484(t)1(he)-484(\014rst)-484(elem)-1(en)28(t)-484(of)-483(ro)28(w)]TJ/F32 9.9626 Tf 212.9085 0 Td[(i)]TJ/F8 9.9626 Tf 5.2304 0 Td[(;)-559(th)1(e)-484(las)-1(t)]TJ -254.3406 -11.9552 Td[(ele)-1(men)28(t)-274(of)-273(t)1(he)-274(sparse)-274(matrix)-273(is)-273(th)28(us)-273(s)-1(tor)1(e)-1(d)-273(at)-273(ind)1(e)-1(x)]TJ/F11 9.9626 Tf 222.7018 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\050)]TJ/F11 9.9626 Tf 8.8557 0 Td[(m)]TJ/F8 9.9626 Tf 9.7675 0 Td[(+)-102(1\051)]TJ/F14 9.9626 Tf 18.6447 0 Td[(\000)]TJ/F8 9.9626 Tf 8.7689 0 Td[(1.)-424(It)]TJ -277.437 -11.9551 Td[(shoul)1(d)-248(c)-1(on)29(tain)]TJ/F32 9.9626 Tf 65.0547 0 Td[(m+1)]TJ/F8 9.9626 Tf 18.1643 0 Td[(en)28(tries)-249(i)1(n)-248(non)1(dec)-1(reasing)-248(ord)1(e)-1(r)-248(\050stri)1(c)-1(tl)1(y)-248(increas)-1(in)1(g,)]TJ -83.219 -11.9552 Td[(if)-333(th)1(e)-1(r)1(e)-334(are)-333(no)-333(e)-1(mpt)28(y)-333(ro)28(ws\051.)]TJ +/F32 9.9626 Tf 197.5293 339.9631 Td[(ia1\050j\051)]TJ/F8 9.9626 Tf 35.118 0 Td[(con)28(tain)1(s)-376(th)1(e)-376(column)-375(i)1(nd)1(e)-1(x)-375(an)1(d)]TJ/F32 9.9626 Tf 139.3944 0 Td[(aspk\050j\051)]TJ/F8 9.9626 Tf 40.3484 0 Td[(con)28(tain)1(s)-376(th)1(e)-376(corre-)]TJ -214.8608 -11.9552 Td[(sp)-28(on)1(din)1(g)-334(co)-28(e\016)-1(cien)28(t)-333(v)56(alue,)-333(for)-333(all)]TJ/F11 9.9626 Tf 146.4788 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\0501\051)]TJ/F14 9.9626 Tf 20.4787 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(j)]TJ/F14 9.9626 Tf 7.4403 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\050)]TJ/F11 9.9626 Tf 8.8557 0 Td[(m)]TJ/F8 9.9626 Tf 10.9612 0 Td[(+)-222(1\051)]TJ/F14 9.9626 Tf 21.0322 0 Td[(\000)]TJ/F8 9.9626 Tf 9.9626 0 Td[(1.)]TJ ET -1 0 0 1 175.6115 397.5773 cm +1 0 0 1 145.7235 308.2674 cm 0 g 0 G -1 0 0 1 -175.6115 -397.5773 cm +1 0 0 1 -145.7235 -308.2674 cm BT -/F8 9.9626 Tf 184.7992 397.5773 Td[(2.)]TJ +/F29 9.9626 Tf 150.7049 308.2674 Td[(\014da=\134CO)1(O")]TJ ET -1 0 0 1 192.548 397.5773 cm +1 0 0 1 215.4132 308.2674 cm 0 g 0 G -1 0 0 1 -192.548 -397.5773 cm +1 0 0 1 -215.4132 -308.2674 cm BT -/F32 9.9626 Tf 197.5293 397.5773 Td[(ia1\050j\051)]TJ/F8 9.9626 Tf 35.118 0 Td[(con)28(tain)1(s)-376(th)1(e)-376(column)-375(i)1(nd)1(e)-1(x)-375(an)1(d)]TJ/F32 9.9626 Tf 139.3944 0 Td[(aspk\050j\051)]TJ/F8 9.9626 Tf 40.3484 0 Td[(con)28(tain)1(s)-376(th)1(e)-376(corre-)]TJ -214.8608 -11.9552 Td[(sp)-28(on)1(din)1(g)-334(co)-28(e\016)-1(cien)28(t)-333(v)56(alue,)-333(for)-333(all)]TJ/F11 9.9626 Tf 146.4788 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\0501\051)]TJ/F14 9.9626 Tf 20.4787 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(j)]TJ/F14 9.9626 Tf 7.4403 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(ia)]TJ/F8 9.9626 Tf 8.6984 0 Td[(2\050)]TJ/F11 9.9626 Tf 8.8557 0 Td[(m)]TJ/F8 9.9626 Tf 10.9612 0 Td[(+)-222(1\051)]TJ/F14 9.9626 Tf 21.0322 0 Td[(\000)]TJ/F8 9.9626 Tf 9.9626 0 Td[(1.)]TJ +/F8 9.9626 Tf 220.3946 308.2674 Td[(Co)-28(ord)1(inat)1(e)-334(s)-1(tor)1(age)-1(.)-444(In)-333(th)1(is)-334(cas)-1(e)-334(th)1(e)-334(f)1(ollo)28(wing)-333(s)-1(h)1(oul)1(d)-333(hold)1(:)]TJ ET -1 0 0 1 145.7235 365.4689 cm +1 0 0 1 175.6115 288.5268 cm 0 g 0 G -1 0 0 1 -145.7235 -365.4689 cm +1 0 0 1 -175.6115 -288.5268 cm BT -/F29 9.9626 Tf 150.7049 365.4689 Td[(\014da=\134CO)1(O")]TJ +/F8 9.9626 Tf 184.7992 288.5268 Td[(1.)]TJ ET -1 0 0 1 215.4132 365.4689 cm +1 0 0 1 192.548 288.5268 cm 0 g 0 G -1 0 0 1 -215.4132 -365.4689 cm +1 0 0 1 -192.548 -288.5268 cm BT -/F8 9.9626 Tf 220.3946 365.4689 Td[(Co)-28(ord)1(inat)1(e)-334(s)-1(tor)1(age)-1(.)-444(In)-333(th)1(is)-334(cas)-1(e)-334(th)1(e)-334(f)1(ollo)28(wing)-333(s)-1(h)1(oul)1(d)-333(hold)1(:)]TJ +/F32 9.9626 Tf 197.5293 288.5268 Td[(infoa\0501\051)]TJ/F8 9.9626 Tf 45.1636 0 Td[(con)28(tain)1(s)-334(the)-333(n)28(um)28(b)-28(er)-333(of)-333(non)1(z)-1(ero)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-334(in)-333(th)1(e)-334(matrix)1(;)]TJ ET -1 0 0 1 175.6115 345.3156 cm +1 0 0 1 175.6115 272.7713 cm 0 g 0 G -1 0 0 1 -175.6115 -345.3156 cm +1 0 0 1 -175.6115 -272.7713 cm BT -/F8 9.9626 Tf 184.7992 345.3156 Td[(1.)]TJ +/F8 9.9626 Tf 184.7992 272.7713 Td[(2.)]TJ ET -1 0 0 1 192.548 345.3156 cm +1 0 0 1 192.548 272.7713 cm 0 g 0 G -1 0 0 1 -192.548 -345.3156 cm +1 0 0 1 -192.548 -272.7713 cm BT -/F32 9.9626 Tf 197.5293 345.3156 Td[(infoa\0501\051)]TJ/F8 9.9626 Tf 45.1636 0 Td[(con)28(tain)1(s)-334(the)-333(n)28(um)28(b)-28(er)-333(of)-333(non)1(z)-1(ero)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-334(in)-333(th)1(e)-334(matrix)1(;)]TJ +/F8 9.9626 Tf 197.5293 272.7713 Td[(F)84(or)-270(al)1(l)-270(1)]TJ/F14 9.9626 Tf 38.1903 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(j)]TJ/F14 9.9626 Tf 7.4403 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(inf)-107(oa)]TJ/F8 9.9626 Tf 25.4574 0 Td[(\0501\051,)-282(th)1(e)-270(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t,)-282(r)1(o)28(w)-270(in)1(dex)-270(an)1(d)-269(c)-1(ol)1(umn)-269(ind)1(e)-1(x)]TJ -92.1202 -11.9552 Td[(are)-333(s)-1(tor)1(e)-1(d)-333(in)29(to)]TJ/F32 9.9626 Tf 66.8051 0 Td[(apsk\050j\051)]TJ/F8 9.9626 Tf 36.6124 0 Td[(,)]TJ/F32 9.9626 Tf 6.0883 0 Td[(ia1\050j\051)]TJ/F8 9.9626 Tf 34.7029 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(ia2\050j\051)]TJ/F8 9.9626 Tf 34.7029 0 Td[(res)-1(p)-27(ec)-1(ti)1(v)28(e)-1(ly)84(.)]TJ -245.1079 -19.7405 Td[(A)-333(s)-1(p)1(arse)-334(m)-1(at)1(rix)-333(has)-333(an)-333(as)-1(so)-28(ciate)-1(d)-332(s)-1(tate,)-333(whic)28(h)-333(c)-1(an)-333(tak)28(e)-333(the)-334(f)1(ollo)28(win)1(g)-334(v)56(alu)1(e)-1(s:)]TJ ET -1 0 0 1 175.6115 329.2614 cm +1 0 0 1 145.7235 221.5197 cm 0 g 0 G -1 0 0 1 -175.6115 -329.2614 cm +1 0 0 1 -145.7235 -221.5197 cm BT -/F8 9.9626 Tf 184.7992 329.2614 Td[(2.)]TJ +/F29 9.9626 Tf 150.7049 221.5197 Td[(Buil)-1(d:)]TJ ET -1 0 0 1 192.548 329.2614 cm +1 0 0 1 181.1323 221.5197 cm 0 g 0 G -1 0 0 1 -192.548 -329.2614 cm +1 0 0 1 -181.1323 -221.5197 cm BT -/F8 9.9626 Tf 197.5293 329.2614 Td[(F)84(or)-270(al)1(l)-270(1)]TJ/F14 9.9626 Tf 38.1903 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(j)]TJ/F14 9.9626 Tf 7.4403 0 Td[(\024)]TJ/F11 9.9626 Tf 10.5161 0 Td[(inf)-107(oa)]TJ/F8 9.9626 Tf 25.4574 0 Td[(\0501\051,)-282(th)1(e)-270(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t,)-282(r)1(o)28(w)-270(in)1(dex)-270(an)1(d)-269(c)-1(ol)1(umn)-269(ind)1(e)-1(x)]TJ -92.1202 -11.9552 Td[(are)-333(s)-1(tor)1(e)-1(d)-333(in)29(to)]TJ/F32 9.9626 Tf 66.8051 0 Td[(apsk\050j\051)]TJ/F8 9.9626 Tf 36.6124 0 Td[(,)]TJ/F32 9.9626 Tf 6.0883 0 Td[(ia1\050j\051)]TJ/F8 9.9626 Tf 34.7029 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(ia2\050j\051)]TJ/F8 9.9626 Tf 34.7029 0 Td[(res)-1(p)-27(ec)-1(ti)1(v)28(e)-1(ly)84(.)]TJ -245.1079 -20.1532 Td[(A)-333(s)-1(p)1(arse)-334(m)-1(at)1(rix)-333(has)-333(an)-333(as)-1(so)-28(ciate)-1(d)-332(s)-1(tate,)-333(whic)28(h)-333(c)-1(an)-333(tak)28(e)-333(the)-334(f)1(ollo)28(win)1(g)-334(v)56(alu)1(e)-1(s:)]TJ +/F8 9.9626 Tf 186.1136 221.5197 Td[(St)1(ate)-307(en)28(tere)-1(d)-305(after)-306(th)1(e)-307(\014r)1(s)-1(t)-306(al)1(lo)-28(cation,)-311(and)-305(b)-28(efor)1(e)-307(th)1(e)-307(\014)1(rs)-1(t)-306(ass)-1(em)27(b)1(ly;)-315(i)1(n)]TJ -10.5021 -11.9551 Td[(th)1(is)-334(state)-334(it)-333(is)-334(p)-27(oss)-1(ib)1(le)-334(to)-333(add)-332(nonzero)-333(e)-1(n)28(tr)1(ies)-1(.)]TJ ET -1 0 0 1 145.7235 277.0568 cm +1 0 0 1 145.7235 189.824 cm 0 g 0 G -1 0 0 1 -145.7235 -277.0568 cm +1 0 0 1 -145.7235 -189.824 cm BT -/F29 9.9626 Tf 150.7049 277.0568 Td[(Buil)-1(d:)]TJ +/F29 9.9626 Tf 150.7049 189.824 Td[(Assem)32(ble)-1(d)1(:)]TJ ET -1 0 0 1 181.1323 277.0568 cm +1 0 0 1 207.2315 189.824 cm 0 g 0 G -1 0 0 1 -181.1323 -277.0568 cm +1 0 0 1 -207.2315 -189.824 cm BT -/F8 9.9626 Tf 186.1136 277.0568 Td[(St)1(ate)-307(en)28(tere)-1(d)-305(after)-306(th)1(e)-307(\014r)1(s)-1(t)-306(al)1(lo)-28(cation,)-311(and)-305(b)-28(efor)1(e)-307(th)1(e)-307(\014)1(rs)-1(t)-306(ass)-1(em)27(b)1(ly;)-315(i)1(n)]TJ -10.5021 -11.9552 Td[(th)1(is)-334(state)-334(it)-333(is)-334(p)-27(oss)-1(ib)1(le)-334(to)-333(add)-332(nonzero)-333(e)-1(n)28(tr)1(ies)-1(.)]TJ +/F8 9.9626 Tf 212.2128 189.824 Td[(St)1(ate)-374(e)-1(n)29(te)-1(r)1(e)-1(d)-373(af)1(te)-1(r)-373(t)1(he)-374(ass)-1(em)27(b)1(ly;)-393(com)-1(p)1(utati)1(ons)-374(u)1(s)-1(in)1(g)-373(the)-374(spar)1(s)-1(e)]TJ -36.6013 -11.9551 Td[(matrix)1(,)-334(suc)28(h)-333(as)-334(matrix)1(-)-1(v)28(ec)-1(tor)-333(p)1(ro)-28(d)1(ucts,)-334(ar)1(e)-334(onl)1(y)-333(p)-28(oss)-1(i)1(ble)-334(i)1(n)-333(thi)1(s)-334(s)-1(tat)1(e)-1(;)]TJ ET -1 0 0 1 145.7235 244.9484 cm +1 0 0 1 145.7235 158.1283 cm 0 g 0 G -1 0 0 1 -145.7235 -244.9484 cm +1 0 0 1 -145.7235 -158.1283 cm BT -/F29 9.9626 Tf 150.7049 244.9484 Td[(Assem)32(ble)-1(d)1(:)]TJ +/F29 9.9626 Tf 150.7049 158.1283 Td[(Up)-32(d)1(at)-1(e:)]TJ ET -1 0 0 1 207.2315 244.9484 cm +1 0 0 1 191.0256 158.1283 cm 0 g 0 G -1 0 0 1 -207.2315 -244.9484 cm +1 0 0 1 -191.0256 -158.1283 cm BT -/F8 9.9626 Tf 212.2128 244.9484 Td[(St)1(ate)-374(e)-1(n)29(te)-1(r)1(e)-1(d)-373(af)1(te)-1(r)-373(t)1(he)-374(ass)-1(em)27(b)1(ly;)-393(com)-1(p)1(utati)1(ons)-374(u)1(s)-1(in)1(g)-373(the)-374(spar)1(s)-1(e)]TJ -36.6013 -11.9552 Td[(matrix)1(,)-334(suc)28(h)-333(as)-334(matrix)1(-)-1(v)28(ec)-1(tor)-333(p)1(ro)-28(d)1(ucts,)-334(ar)1(e)-334(onl)1(y)-333(p)-28(oss)-1(i)1(ble)-334(i)1(n)-333(thi)1(s)-334(s)-1(tat)1(e)-1(;)]TJ +/F8 9.9626 Tf 196.007 158.1283 Td[(St)1(ate)-234(e)-1(n)29(te)-1(r)1(e)-1(d)-233(af)1(te)-1(r)-233(a)-233(rein)1(italization)1(;)-267(th)1(is)-234(is)-233(use)-1(d)-233(to)-233(h)1(andl)1(e)-234(app)1(lication)1(s)]TJ -20.3955 -11.9552 Td[(in)-395(wh)1(ic)27(h)-395(t)1(he)-396(same)-396(sparsit)28(y)-395(pat)1(te)-1(r)1(n)-395(is)-396(u)1(s)-1(ed)-395(m)28(ulti)1(ple)-395(time)-1(s)-396(wit)1(h)-395(di\013eren)28(t)]TJ 0 -11.9551 Td[(co)-28(e)-1(\016cie)-1(n)29(ts)-1(.)-426(In)-280(thi)1(s)-281(state)-281(it)-280(i)1(s)-281(on)1(ly)-280(p)-28(ossible)-280(to)-280(e)-1(n)29(te)-1(r)-280(co)-28(e\016)-1(cien)28(ts)-280(for)-280(alr)1(e)-1(ad)1(y)]TJ 0 -11.9552 Td[(existing)-333(non)1(z)-1(ero)-333(en)28(tries.)]TJ ET -1 0 0 1 145.7235 212.84 cm +1 0 0 1 150.7049 90.4377 cm 0 g 0 G -1 0 0 1 -145.7235 -212.84 cm +1 0 0 1 -150.7049 -90.4377 cm BT -/F29 9.9626 Tf 150.7049 212.84 Td[(Up)-32(d)1(at)-1(e:)]TJ +/F8 9.9626 Tf 317.5791 90.4377 Td[(12)]TJ ET -1 0 0 1 191.0256 212.84 cm +1 0 0 1 494.4159 90.4377 cm +0 g 0 G +endstream +endobj +694 0 obj << +/Type /Page +/Contents 695 0 R +/Resources 693 0 R +/MediaBox [0 0 595.2756 841.8898] +/Parent 658 0 R +/Annots [ 697 0 R ] +>> endobj +697 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [317.4409 635.8189 324.4148 646.6671] +/Subtype /Link +/A << /S /GoTo /D (figure.4) >> +>> endobj +696 0 obj << +/D [694 0 R /XYZ 150.7049 740.9981 null] +>> endobj +698 0 obj << +/D [694 0 R /XYZ 206.3709 478.5164 null] +>> endobj +699 0 obj << +/D [694 0 R /XYZ 150.7049 405.4394 null] +>> endobj +700 0 obj << +/D [694 0 R /XYZ 150.7049 351.3278 null] +>> endobj +701 0 obj << +/D [694 0 R /XYZ 150.7049 300.445 null] +>> endobj +702 0 obj << +/D [694 0 R /XYZ 150.7049 284.6895 null] +>> endobj +693 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F11 571 0 R /F14 602 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +705 0 obj << +/Length 11256 +>> +stream +1 0 0 1 99.8954 740.9981 cm 0 g 0 G -1 0 0 1 -191.0256 -212.84 cm +1 0 0 1 343.7111 0 cm +0 g 0 G +1 0 0 1 -443.6065 -740.9981 cm BT -/F8 9.9626 Tf 196.007 212.84 Td[(St)1(ate)-234(e)-1(n)29(te)-1(r)1(e)-1(d)-233(af)1(te)-1(r)-233(a)-233(rein)1(italization)1(;)-267(th)1(is)-234(is)-233(use)-1(d)-233(to)-233(h)1(andl)1(e)-234(app)1(lication)1(s)]TJ -20.3955 -11.9552 Td[(in)-395(wh)1(ic)27(h)-395(t)1(he)-396(same)-396(sparsit)28(y)-395(pat)1(te)-1(r)1(n)-395(is)-396(u)1(s)-1(ed)-395(m)28(ulti)1(ple)-395(time)-1(s)-396(wit)1(h)-395(di\013eren)28(t)]TJ 0 -11.9552 Td[(co)-28(e)-1(\016cie)-1(n)29(ts)-1(.)-426(In)-280(thi)1(s)-281(state)-281(it)-280(i)1(s)-281(on)1(ly)-280(p)-28(ossible)-280(to)-280(e)-1(n)29(te)-1(r)-280(co)-28(e\016)-1(cien)28(ts)-280(for)-280(alr)1(e)-1(ad)1(y)]TJ 0 -11.9551 Td[(existing)-333(non)1(z)-1(ero)-333(en)28(tries.)]TJ/F29 9.9626 Tf -24.9066 -26.1983 Td[(3.2.)-1(1)-1150(Named)-384(C)1(onstan)32(ts)]TJ +/F29 9.9626 Tf 99.8954 706.1289 Td[(3.2.)-1(1)-1150(Named)-384(C)1(onstan)32(ts)]TJ ET -1 0 0 1 145.7235 132.2808 cm +1 0 0 1 94.9141 687.7395 cm 0 g 0 G -1 0 0 1 -145.7235 -132.2808 cm +1 0 0 1 -94.9141 -687.7395 cm BT -/F29 9.9626 Tf 150.7049 132.2808 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 687.7395 Td[(ps)1(b)]TJ ET -1 0 0 1 168.6413 132.2808 cm +1 0 0 1 117.8319 687.7395 cm q []0 d 0 J @@ -7525,11 +7778,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -168.6413 -132.2808 cm +1 0 0 1 -117.8319 -687.7395 cm BT -/F29 9.9626 Tf 172.0785 132.2808 Td[(dupl)]TJ +/F29 9.9626 Tf 121.269 687.7395 Td[(dupl)]TJ ET -1 0 0 1 195.0433 132.2808 cm +1 0 0 1 144.2338 687.7395 cm q []0 d 0 J @@ -7538,11 +7791,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -195.0433 -132.2808 cm +1 0 0 1 -144.2338 -687.7395 cm BT -/F29 9.9626 Tf 198.4804 132.2808 Td[(o)32(vwr)1(t)]TJ +/F29 9.9626 Tf 147.671 687.7395 Td[(o)32(vwr)1(t)]TJ ET -1 0 0 1 228.0731 132.2808 cm +1 0 0 1 177.2637 687.7395 cm q []0 d 0 J @@ -7551,77 +7804,19 @@ q 3.4371 0.1992 l S Q -1 0 0 1 3.4372 0 cm -0 g 0 G -1 0 0 1 -231.5103 -132.2808 cm -BT -/F8 9.9626 Tf 236.4916 132.2808 Td[(Du)1(plicate)-315(c)-1(o)-28(e\016c)-1(ien)28(ts)-315(shoul)1(d)-315(b)-27(e)-316(o)28(v)28(erwritt)1(e)-1(n)-314(\050i.e.)-438(ignor)1(e)-316(d)1(u-)]TJ -60.8801 -11.9552 Td[(pl)1(ic)-1(at)1(ions\051)]TJ -ET -1 0 0 1 150.7049 90.4377 cm +1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -150.7049 -90.4377 cm +1 0 0 1 -180.7008 -687.7395 cm BT -/F8 9.9626 Tf 317.5791 90.4377 Td[(12)]TJ +/F8 9.9626 Tf 185.6821 687.7395 Td[(Du)1(plicate)-315(c)-1(o)-28(e\016c)-1(ien)28(ts)-315(shoul)1(d)-315(b)-27(e)-316(o)28(v)28(erwritt)1(e)-1(n)-314(\050i.e.)-438(ignor)1(e)-316(d)1(u-)]TJ -60.8801 -11.9552 Td[(pl)1(ic)-1(at)1(ions\051)]TJ ET -1 0 0 1 494.4159 90.4377 cm -0 g 0 G -endstream -endobj -683 0 obj << -/Type /Page -/Contents 684 0 R -/Resources 682 0 R -/MediaBox [0 0 595.2756 841.8898] -/Parent 648 0 R -/Annots [ 687 0 R ] ->> endobj -687 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.4409 510.7803 324.4148 521.6285] -/Subtype /Link -/A << /S /GoTo /D (figure.4) >> ->> endobj -685 0 obj << -/D [683 0 R /XYZ 150.7049 740.9981 null] ->> endobj -686 0 obj << -/D [683 0 R /XYZ 206.3709 569.5632 null] ->> endobj -688 0 obj << -/D [683 0 R /XYZ 150.7049 463.5017 null] ->> endobj -689 0 obj << -/D [683 0 R /XYZ 150.7049 409.0913 null] ->> endobj -690 0 obj << -/D [683 0 R /XYZ 150.7049 357.3831 null] ->> endobj -691 0 obj << -/D [683 0 R /XYZ 150.7049 341.3289 null] ->> endobj -50 0 obj << -/D [683 0 R /XYZ 150.7049 160.8512 null] ->> endobj -682 0 obj << -/Font << /F32 567 0 R /F8 414 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -694 0 obj << -/Length 10449 ->> -stream -1 0 0 1 99.8954 740.9981 cm -0 g 0 G -1 0 0 1 343.7111 0 cm -0 g 0 G -1 0 0 1 -348.6924 -34.8692 cm +1 0 0 1 94.9141 656.3047 cm 0 g 0 G -1 0 0 1 -94.9141 -706.1289 cm +1 0 0 1 -94.9141 -656.3047 cm BT -/F29 9.9626 Tf 99.8954 706.1289 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 656.3047 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 706.1289 cm +1 0 0 1 117.8319 656.3047 cm q []0 d 0 J @@ -7630,11 +7825,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -706.1289 cm +1 0 0 1 -117.8319 -656.3047 cm BT -/F29 9.9626 Tf 121.269 706.1289 Td[(dupl)]TJ +/F29 9.9626 Tf 121.269 656.3047 Td[(dupl)]TJ ET -1 0 0 1 144.2338 706.1289 cm +1 0 0 1 144.2338 656.3047 cm q []0 d 0 J @@ -7643,11 +7838,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -144.2338 -706.1289 cm +1 0 0 1 -144.2338 -656.3047 cm BT -/F29 9.9626 Tf 147.671 706.1289 Td[(add)]TJ +/F29 9.9626 Tf 147.671 656.3047 Td[(add)]TJ ET -1 0 0 1 166.6576 706.1289 cm +1 0 0 1 166.6576 656.3047 cm q []0 d 0 J @@ -7658,17 +7853,17 @@ S Q 1 0 0 1 3.4372 0 cm 0 g 0 G -1 0 0 1 -170.0948 -706.1289 cm +1 0 0 1 -170.0948 -656.3047 cm BT -/F8 9.9626 Tf 175.0761 706.1289 Td[(Du)1(plicate)-334(co)-28(e\016)-1(cien)28(ts)-334(shou)1(ld)-333(b)-27(e)-334(add)1(e)-1(d)1(;)]TJ +/F8 9.9626 Tf 175.0761 656.3047 Td[(Du)1(plicate)-334(co)-28(e\016)-1(cien)28(ts)-334(shou)1(ld)-333(b)-27(e)-334(add)1(e)-1(d)1(;)]TJ ET -1 0 0 1 94.9141 684.1144 cm +1 0 0 1 94.9141 636.825 cm 0 g 0 G -1 0 0 1 -94.9141 -684.1144 cm +1 0 0 1 -94.9141 -636.825 cm BT -/F29 9.9626 Tf 99.8954 684.1144 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 636.825 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 684.1144 cm +1 0 0 1 117.8319 636.825 cm q []0 d 0 J @@ -7677,11 +7872,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -684.1144 cm +1 0 0 1 -117.8319 -636.825 cm BT -/F29 9.9626 Tf 121.269 684.1144 Td[(dupl)]TJ +/F29 9.9626 Tf 121.269 636.825 Td[(dupl)]TJ ET -1 0 0 1 144.2338 684.1144 cm +1 0 0 1 144.2338 636.825 cm q []0 d 0 J @@ -7690,11 +7885,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -144.2338 -684.1144 cm +1 0 0 1 -144.2338 -636.825 cm BT -/F29 9.9626 Tf 147.671 684.1144 Td[(err)]TJ +/F29 9.9626 Tf 147.671 636.825 Td[(err)]TJ ET -1 0 0 1 163.0463 684.1144 cm +1 0 0 1 163.0463 636.825 cm q []0 d 0 J @@ -7705,17 +7900,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -166.4834 -684.1144 cm +1 0 0 1 -166.4834 -636.825 cm BT -/F8 9.9626 Tf 171.4647 684.1144 Td[(Du)1(plicate)-334(co)-28(e\016)-1(cien)28(ts)-334(shou)1(ld)-333(tri)1(gge)-1(r)-333(an)-333(error)-333(cond)1(itin)1(o)]TJ +/F8 9.9626 Tf 171.4647 636.825 Td[(Du)1(plicate)-334(co)-28(e\016)-1(cien)28(ts)-334(shou)1(ld)-333(tri)1(gge)-1(r)-333(an)-333(error)-333(cond)1(itin)1(o)]TJ ET -1 0 0 1 94.9141 662.1 cm +1 0 0 1 94.9141 617.3454 cm 0 g 0 G -1 0 0 1 -94.9141 -662.1 cm +1 0 0 1 -94.9141 -617.3454 cm BT -/F29 9.9626 Tf 99.8954 662.1 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 617.3454 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 662.1 cm +1 0 0 1 117.8319 617.3454 cm q []0 d 0 J @@ -7724,11 +7919,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -662.1 cm +1 0 0 1 -117.8319 -617.3454 cm BT -/F29 9.9626 Tf 121.269 662.1 Td[(up)-32(d)]TJ +/F29 9.9626 Tf 121.269 617.3454 Td[(up)-32(d)]TJ ET -1 0 0 1 141.3696 662.1 cm +1 0 0 1 141.3696 617.3454 cm q []0 d 0 J @@ -7737,11 +7932,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -141.3696 -662.1 cm +1 0 0 1 -141.3696 -617.3454 cm BT -/F29 9.9626 Tf 144.8067 662.1 Td[(d\015t)]TJ +/F29 9.9626 Tf 144.8067 617.3454 Td[(d\015t)]TJ ET -1 0 0 1 162.6796 662.1 cm +1 0 0 1 162.6796 617.3454 cm q []0 d 0 J @@ -7752,17 +7947,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -166.1167 -662.1 cm +1 0 0 1 -166.1167 -617.3454 cm BT -/F8 9.9626 Tf 171.098 662.1 Td[(Defau)1(lt)-333(up)-27(date)-334(strat)1(e)-1(gy)-333(for)-333(matri)1(x)-333(c)-1(o)-28(e\016c)-1(ien)28(ts;)]TJ +/F8 9.9626 Tf 171.098 617.3454 Td[(Defau)1(lt)-333(up)-27(date)-334(strat)1(e)-1(gy)-333(for)-333(matri)1(x)-333(c)-1(o)-28(e\016c)-1(ien)28(ts;)]TJ ET -1 0 0 1 94.9141 640.0856 cm +1 0 0 1 94.9141 597.8657 cm 0 g 0 G -1 0 0 1 -94.9141 -640.0856 cm +1 0 0 1 -94.9141 -597.8657 cm BT -/F29 9.9626 Tf 99.8954 640.0856 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 597.8657 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 640.0856 cm +1 0 0 1 117.8319 597.8657 cm q []0 d 0 J @@ -7771,11 +7966,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -640.0856 cm +1 0 0 1 -117.8319 -597.8657 cm BT -/F29 9.9626 Tf 121.269 640.0856 Td[(up)-32(d)]TJ +/F29 9.9626 Tf 121.269 597.8657 Td[(up)-32(d)]TJ ET -1 0 0 1 141.3696 640.0856 cm +1 0 0 1 141.3696 597.8657 cm q []0 d 0 J @@ -7784,11 +7979,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -141.3696 -640.0856 cm +1 0 0 1 -141.3696 -597.8657 cm BT -/F29 9.9626 Tf 144.8067 640.0856 Td[(sr)1(c)32(h)]TJ +/F29 9.9626 Tf 144.8067 597.8657 Td[(sr)1(c)32(h)]TJ ET -1 0 0 1 165.8704 640.0856 cm +1 0 0 1 165.8704 597.8657 cm q []0 d 0 J @@ -7799,17 +7994,17 @@ S Q 1 0 0 1 3.4371 0 cm 0 g 0 G -1 0 0 1 -169.3075 -640.0856 cm +1 0 0 1 -169.3075 -597.8657 cm BT -/F8 9.9626 Tf 174.2888 640.0856 Td[(Up)-27(date)-334(strat)1(e)-1(gy)-333(based)-333(on)-333(s)-1(earc)27(h)-332(in)28(to)-333(the)-333(data)-333(s)-1(tr)1(uctur)1(e)-1(;)]TJ +/F8 9.9626 Tf 174.2888 597.8657 Td[(Up)-27(date)-334(strat)1(e)-1(gy)-333(based)-333(on)-333(s)-1(earc)27(h)-332(in)28(to)-333(the)-333(data)-333(s)-1(tr)1(uctur)1(e)-1(;)]TJ ET -1 0 0 1 94.9141 618.0711 cm +1 0 0 1 94.9141 578.3861 cm 0 g 0 G -1 0 0 1 -94.9141 -618.0711 cm +1 0 0 1 -94.9141 -578.3861 cm BT -/F29 9.9626 Tf 99.8954 618.0711 Td[(ps)1(b)]TJ +/F29 9.9626 Tf 99.8954 578.3861 Td[(ps)1(b)]TJ ET -1 0 0 1 117.8319 618.0711 cm +1 0 0 1 117.8319 578.3861 cm q []0 d 0 J @@ -7818,11 +8013,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -117.8319 -618.0711 cm +1 0 0 1 -117.8319 -578.3861 cm BT -/F29 9.9626 Tf 121.269 618.0711 Td[(up)-32(d)]TJ +/F29 9.9626 Tf 121.269 578.3861 Td[(up)-32(d)]TJ ET -1 0 0 1 141.3696 618.0711 cm +1 0 0 1 141.3696 578.3861 cm q []0 d 0 J @@ -7831,11 +8026,11 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -141.3696 -618.0711 cm +1 0 0 1 -141.3696 -578.3861 cm BT -/F29 9.9626 Tf 144.8067 618.0711 Td[(p)-32(erm)]TJ +/F29 9.9626 Tf 144.8067 578.3861 Td[(p)-32(erm)]TJ ET -1 0 0 1 171.6943 618.0711 cm +1 0 0 1 171.6943 578.3861 cm q []0 d 0 J @@ -7846,11 +8041,11 @@ S Q 1 0 0 1 3.4372 0 cm 0 g 0 G -1 0 0 1 -175.1315 -618.0711 cm +1 0 0 1 -175.1315 -578.3861 cm BT -/F8 9.9626 Tf 180.1128 618.0711 Td[(Up)-27(date)-398(s)-1(tr)1(ate)-1(gy)-398(b)1(as)-1(ed)-398(on)-398(ad)1(di)1(tional)-398(p)-27(erm)27(u)1(tation)-397(data)-398(\050se)-1(e)]TJ -55.3108 -11.9551 Td[(to)-28(ol)1(s)-334(rou)1(tine)-333(des)-1(crip)1(tion\051.)]TJ/F18 11.9552 Tf -24.9066 -30.6595 Td[(3.)-1(3)-1125(Pre)-1(condi)-1(ti)-1(one)-1(r)-375(data)-375(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -19.3614 Td[(Ou)1(r)-383(base)-384(l)1(ibr)1(ary)-383(o\013e)-1(r)1(s)-384(sup)1(p)-28(or)1(t)-383(for)-383(simple)-383(w)27(ell)-383(k)1(no)28(wn)-383(pr)1(e)-1(cond)1(ition)1(e)-1(r)1(s)-384(lik)28(e)-383(Di-)]TJ 0 -11.9552 Td[(agonal)-333(S)1(c)-1(al)1(ing)-333(or)-333(Blo)-28(c)27(k)-333(Jacobi)-333(with)-333(i)1(ncom)-1(p)1(le)-1(t)1(e)-334(factorization)-333(ILU\0500\051)1(.)]TJ 14.944 -12.4774 Td[(A)-427(precondi)1(tioner)-427(is)-428(h)1(e)-1(ld)-427(i)1(n)-428(t)1(he)]TJ/F32 9.9626 Tf 142.7232 0 Td[(psb)]TJ +/F8 9.9626 Tf 180.1128 578.3861 Td[(Up)-27(date)-398(s)-1(tr)1(ate)-1(gy)-398(b)1(as)-1(ed)-398(on)-398(ad)1(di)1(tional)-398(p)-27(erm)27(u)1(tation)-397(data)-398(\050se)-1(e)]TJ -55.3108 -11.9552 Td[(to)-28(ol)1(s)-334(rou)1(tine)-333(des)-1(crip)1(tion\051.)]TJ/F18 11.9552 Tf -24.9066 -27.6965 Td[(3.)-1(3)-1125(Pre)-1(condi)-1(ti)-1(one)-1(r)-375(data)-375(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -18.3894 Td[(Ou)1(r)-383(base)-384(l)1(ibr)1(ary)-383(o\013e)-1(r)1(s)-384(sup)1(p)-28(or)1(t)-383(for)-383(simple)-383(w)27(ell)-383(k)1(no)28(wn)-383(pr)1(e)-1(cond)1(ition)1(e)-1(r)1(s)-384(lik)28(e)-383(Di-)]TJ 0 -11.9552 Td[(agonal)-333(S)1(c)-1(al)1(ing)-333(or)-333(Blo)-28(c)27(k)-333(Jacobi)-333(with)-333(i)1(ncom)-1(p)1(le)-1(t)1(e)-334(factorization)-333(ILU\0500\051)1(.)]TJ 14.944 -11.9551 Td[(A)-427(precondi)1(tioner)-427(is)-428(h)1(e)-1(ld)-427(i)1(n)-428(t)1(he)]TJ/F32 9.9626 Tf 142.7232 0 Td[(psb)]TJ ET -1 0 0 1 273.8812 531.6625 cm +1 0 0 1 273.8812 496.4347 cm q []0 d 0 J @@ -7859,11 +8054,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -273.8812 -531.6625 cm +1 0 0 1 -273.8812 -496.4347 cm BT -/F32 9.9626 Tf 277.0194 531.6625 Td[(prec)]TJ +/F32 9.9626 Tf 277.0194 496.4347 Td[(prec)]TJ ET -1 0 0 1 298.5684 531.6625 cm +1 0 0 1 298.5684 496.4347 cm q []0 d 0 J @@ -7872,28 +8067,28 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -298.5684 -531.6625 cm +1 0 0 1 -298.5684 -496.4347 cm BT -/F32 9.9626 Tf 301.7066 531.6625 Td[(type)]TJ/F8 9.9626 Tf 25.18 0 Td[(dat)1(a)-428(stru)1(c)-1(tu)1(re)-428(rep)-27(orted)-427(in)]TJ -226.9912 -11.9552 Td[(\014gu)1(re)]TJ +/F32 9.9626 Tf 301.7066 496.4347 Td[(type)]TJ/F8 9.9626 Tf 25.18 0 Td[(dat)1(a)-428(stru)1(c)-1(tu)1(re)-428(rep)-27(orted)-427(in)]TJ -226.9912 -11.9552 Td[(\014gu)1(re)]TJ ET -1 0 0 1 127.8716 519.7073 cm +1 0 0 1 127.8716 484.4795 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -127.8716 -519.7073 cm +1 0 0 1 -127.8716 -484.4795 cm BT -/F8 9.9626 Tf 127.8716 519.7073 Td[(5)]TJ +/F8 9.9626 Tf 127.8716 484.4795 Td[(5)]TJ ET -1 0 0 1 132.8529 519.7073 cm +1 0 0 1 132.8529 484.4795 cm 0 g 0 G -1 0 0 1 -132.8529 -519.7073 cm +1 0 0 1 -132.8529 -484.4795 cm BT -/F8 9.9626 Tf 132.8529 519.7073 Td[(.)-527(The)]TJ/F32 9.9626 Tf 28.7718 0 Td[(psb_prec_type)]TJ/F8 9.9626 Tf 71.5897 0 Td[(dat)1(a)-361(t)28(yp)-28(e)-361(ma)28(y)-361(c)-1(on)29(tain)-360(a)-361(s)-1(imp)1(le)-362(p)1(rec)-1(on)1(dit)1(ionin)1(g)]TJ -133.319 -11.9551 Td[(matrix)-395(with)-395(th)1(e)-396(as)-1(so)-28(ciated)-396(comm)27(u)1(nication)-395(d)1(e)-1(sc)-1(r)1(iptor)1(.The)-396(v)56(alu)1(e)-1(s)-396(con)28(tain)1(e)-1(d)-395(in)]TJ 0 -11.9552 Td[(th)1(e)]TJ/F32 9.9626 Tf 16.6367 0 Td[(iprcparm)]TJ/F8 9.9626 Tf 44.6424 0 Td[(and)]TJ/F32 9.9626 Tf 18.8507 0 Td[(dprcparm)]TJ/F8 9.9626 Tf 44.6424 0 Td[(de\014n)1(e)-282(t)1(ha)-281(t)28(yp)-27(e)-282(of)-280(precondi)1(tioner)-281(alon)1(g)-281(with)-281(al)1(l)-281(the)]TJ -124.7722 -11.9552 Td[(par)1(am)-1(eters)-421(r)1(e)-1(lated)-420(to)-420(it;)-463(th)28(us,)]TJ/F32 9.9626 Tf 139.3967 0 Td[(iprcparm)]TJ/F8 9.9626 Tf 46.0303 0 Td[(and)]TJ/F32 9.9626 Tf 20.2386 0 Td[(dprcparm)]TJ/F8 9.9626 Tf 46.0304 0 Td[(de\014n)1(e)-421(h)1(o)27(w)-420(the)-420(other)]TJ -251.696 -11.9551 Td[(rec)-1(or)1(ds)-347(h)1(a)28(v)28(e)-347(to)-347(b)-27(e)-347(in)28(terp)1(rete)-1(d)1(.)-484(Thi)1(s)-347(data)-346(s)-1(tr)1(uctur)1(e)-347(is)-347(th)1(e)-347(basis)-347(of)-346(ore)-347(com)-1(p)1(lex)]TJ 0 -11.9552 Td[(pr)1(e)-1(cond)1(ition)1(ing)-333(strategie)-1(s,)-333(whic)28(h)-333(are)-334(th)1(e)-334(sub)-55(ject)-334(of)-333(f)1(ur)1(ther)-333(res)-1(earc)27(h)1(.)]TJ +/F8 9.9626 Tf 132.8529 484.4795 Td[(.)-527(The)]TJ/F32 9.9626 Tf 28.7718 0 Td[(psb_prec_type)]TJ/F8 9.9626 Tf 71.5897 0 Td[(dat)1(a)-361(t)28(yp)-28(e)-361(ma)28(y)-361(c)-1(on)29(tain)-360(a)-361(s)-1(imp)1(le)-362(p)1(rec)-1(on)1(dit)1(ionin)1(g)]TJ -133.319 -11.9552 Td[(matrix)-395(with)-395(th)1(e)-396(as)-1(so)-28(ciated)-396(comm)27(u)1(nication)-395(d)1(e)-1(sc)-1(r)1(iptor)1(.The)-396(v)56(alu)1(e)-1(s)-396(con)28(tain)1(e)-1(d)-395(in)]TJ 0 -11.9551 Td[(th)1(e)]TJ/F32 9.9626 Tf 16.6367 0 Td[(iprcparm)]TJ/F8 9.9626 Tf 44.6424 0 Td[(and)]TJ/F32 9.9626 Tf 18.8507 0 Td[(dprcparm)]TJ/F8 9.9626 Tf 44.6424 0 Td[(de\014n)1(e)-282(t)1(ha)-281(t)28(yp)-27(e)-282(of)-280(precondi)1(tioner)-281(alon)1(g)-281(with)-281(al)1(l)-281(the)]TJ -124.7722 -11.9552 Td[(par)1(am)-1(eters)-421(r)1(e)-1(lated)-420(to)-420(it;)-463(th)28(us,)]TJ/F32 9.9626 Tf 139.3967 0 Td[(iprcparm)]TJ/F8 9.9626 Tf 46.0303 0 Td[(and)]TJ/F32 9.9626 Tf 20.2386 0 Td[(dprcparm)]TJ/F8 9.9626 Tf 46.0304 0 Td[(de\014n)1(e)-421(h)1(o)27(w)-420(the)-420(other)]TJ -251.696 -11.9552 Td[(rec)-1(or)1(ds)-347(h)1(a)28(v)28(e)-347(to)-347(b)-27(e)-347(in)28(terp)1(rete)-1(d)1(.)-484(Thi)1(s)-347(data)-346(s)-1(tr)1(uctur)1(e)-347(is)-347(th)1(e)-347(basis)-347(of)-346(ore)-347(com)-1(p)1(lex)]TJ 0 -11.9551 Td[(pr)1(e)-1(cond)1(ition)1(ing)-333(strategie)-1(s,)-333(whic)28(h)-333(are)-334(th)1(e)-334(sub)-55(ject)-334(of)-333(f)1(ur)1(ther)-333(res)-1(earc)27(h)1(.)]TJ ET -1 0 0 1 99.8954 444.9946 cm +1 0 0 1 99.8954 411.257 cm 0 g 0 G 1 0 0 1 2.3008 -75.3674 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 65.0063 cm +1 0 0 1 4.9813 65.0062 cm q []0 d 0 J @@ -7914,11 +8109,11 @@ Q 1 0 0 1 3.3873 117.5592 cm 0 g 0 G 0 g 0 G -1 0 0 1 -110.5648 -426.6634 cm +1 0 0 1 -110.5648 -392.9257 cm BT -/F48 8.9664 Tf 124.9607 415.7044 Td[(type)-525(psb_dprec_type)]TJ 9.4146 -10.9589 Td[(type\050psb_dspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.9589 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-3150(::)-525(d\050:\051)]TJ 0 -10.9589 Td[(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.9589 Td[(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.9589 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-3150(::)-525(dprcparm\050:\051)]TJ 0 -10.9589 Td[(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.9589 Td[(integer)-12075(::)-525(prec,)-525(base_prec)]TJ -9.4146 -10.9589 Td[(end)-525(type)-525(psb_dprec_type)]TJ +/F48 8.9664 Tf 124.9607 381.9668 Td[(type)-525(psb_dprec_type)]TJ 9.4146 -10.9589 Td[(type\050psb_dspmat_type\051,)-525(allocatable)-525(::)-525(av\050:\051)]TJ 0 -10.9589 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-3150(::)-525(d\050:\051)]TJ 0 -10.9589 Td[(type\050psb_desc_type\051)-8400(::)-525(desc_data)]TJ 0 -10.9589 Td[(integer,)-525(allocatable)-7875(::)-525(iprcparm\050:\051)]TJ 0 -10.9589 Td[(real\050kind\0501.d0\051\051,)-525(allocatable)-3150(::)-525(dprcparm\050:\051)]TJ 0 -10.9589 Td[(integer,)-525(allocatable)-7875(::)-525(perm\050:\051,)-1050(invperm\050:\051)]TJ 0 -10.9589 Td[(integer)-12075(::)-525(prec,)-525(base_prec)]TJ -9.4146 -10.9589 Td[(end)-525(type)-525(psb_dprec_type)]TJ ET -1 0 0 1 435.9259 309.1042 cm +1 0 0 1 435.9259 275.3665 cm q []0 d 0 J @@ -7938,26 +8133,26 @@ S Q 1 0 0 1 4.6866 -27.84 cm 0 g 0 G -1 0 0 1 -111.8641 -280.8657 cm +1 0 0 1 -111.8641 -247.128 cm BT -/F8 9.9626 Tf 111.8641 280.8657 Td[(Figu)1(re)-334(5:)-444(The)-333(PS)1(B)-1(LAS)-333(d)1(e)-1(\014)1(ned)-333(data)-333(t)28(yp)-27(e)-334(th)1(at)-334(con)28(tain)1(s)-334(a)-333(pr)1(e)-1(cond)1(ition)1(e)-1(r.)]TJ +/F8 9.9626 Tf 111.8641 247.128 Td[(Figu)1(re)-334(5:)-444(The)-333(PS)1(B)-1(LAS)-333(d)1(e)-1(\014)1(ned)-333(data)-333(t)28(yp)-27(e)-334(th)1(at)-334(con)28(tain)1(s)-334(a)-333(pr)1(e)-1(cond)1(ition)1(e)-1(r.)]TJ ET -1 0 0 1 431.6378 280.8657 cm +1 0 0 1 431.6378 247.128 cm 0 g 0 G 1 0 0 1 -331.7424 -1.9372 cm 0 g 0 G -1 0 0 1 -99.8954 -278.9285 cm +1 0 0 1 -99.8954 -245.1908 cm BT -/F18 11.9552 Tf 99.8954 237.2065 Td[(3.)-1(4)-1125(D)-1(ata)-375(str)-1(uctur)-1(e)-375(quer)-1(y)-374(r)-1(out)-1(ine)-1(s)]TJ +/F18 11.9552 Tf 99.8954 207.9219 Td[(3.)-1(4)-1125(D)-1(ata)-375(str)-1(uctur)-1(e)-375(quer)-1(y)-374(r)-1(out)-1(ine)-1(s)]TJ ET -1 0 0 1 94.9141 201.3826 cm +1 0 0 1 94.9141 173.5923 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -201.3826 cm +1 0 0 1 -94.9141 -173.5923 cm BT -/F18 11.9552 Tf 99.8954 201.3826 Td[(psb)]TJ +/F18 11.9552 Tf 99.8954 173.5923 Td[(psb)]TJ ET -1 0 0 1 120.9514 201.3826 cm +1 0 0 1 120.9514 173.5923 cm q []0 d 0 J @@ -7966,11 +8161,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -120.9514 -201.3826 cm +1 0 0 1 -120.9514 -173.5923 cm BT -/F18 11.9552 Tf 124.9863 201.3826 Td[(cd)]TJ +/F18 11.9552 Tf 124.9863 173.5923 Td[(cd)]TJ ET -1 0 0 1 139.2428 201.3826 cm +1 0 0 1 139.2428 173.5923 cm q []0 d 0 J @@ -7979,11 +8174,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -139.2428 -201.3826 cm +1 0 0 1 -139.2428 -173.5923 cm BT -/F18 11.9552 Tf 143.2777 201.3826 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 143.2777 173.5923 Td[(ge)-1(t)]TJ ET -1 0 0 1 162.1765 201.3826 cm +1 0 0 1 162.1765 173.5923 cm q []0 d 0 J @@ -7992,11 +8187,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -162.1765 -201.3826 cm +1 0 0 1 -162.1765 -173.5923 cm BT -/F18 11.9552 Tf 166.2114 201.3826 Td[(l)-1(o)-31(cal)]TJ +/F18 11.9552 Tf 166.2114 173.5923 Td[(l)-1(o)-31(cal)]TJ ET -1 0 0 1 194.1043 201.3826 cm +1 0 0 1 194.1043 173.5923 cm q []0 d 0 J @@ -8005,11 +8200,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -194.1043 -201.3826 cm +1 0 0 1 -194.1043 -173.5923 cm BT -/F18 11.9552 Tf 198.1392 201.3826 Td[(ro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(l)-1(o)-32(ca)1(l)-376(ro)30(ws)]TJ/F18 14.3462 Tf -98.2438 -34.3537 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 98.9788 -22.2706 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +/F18 11.9552 Tf 198.1392 173.5923 Td[(ro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(l)-1(o)-32(ca)1(l)-376(ro)30(ws)]TJ/F18 14.3462 Tf -98.2438 -31.4458 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 98.9788 -21.8209 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ ET -1 0 0 1 238.2986 144.7583 cm +1 0 0 1 238.2986 120.3256 cm q []0 d 0 J @@ -8018,11 +8213,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -238.2986 -144.7583 cm +1 0 0 1 -238.2986 -120.3256 cm BT -/F8 9.9626 Tf 241.2874 144.7583 Td[(cd)]TJ +/F8 9.9626 Tf 241.2874 120.3256 Td[(cd)]TJ ET -1 0 0 1 251.8478 144.7583 cm +1 0 0 1 251.8478 120.3256 cm q []0 d 0 J @@ -8031,11 +8226,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -251.8478 -144.7583 cm +1 0 0 1 -251.8478 -120.3256 cm BT -/F8 9.9626 Tf 254.8366 144.7583 Td[(get)]TJ +/F8 9.9626 Tf 254.8366 120.3256 Td[(get)]TJ ET -1 0 0 1 268.7179 144.7583 cm +1 0 0 1 268.7179 120.3256 cm q []0 d 0 J @@ -8044,11 +8239,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -268.7179 -144.7583 cm +1 0 0 1 -268.7179 -120.3256 cm BT -/F8 9.9626 Tf 271.7067 144.7583 Td[(lo)-28(cal)]TJ +/F8 9.9626 Tf 271.7067 120.3256 Td[(lo)-28(cal)]TJ ET -1 0 0 1 292.5066 144.7583 cm +1 0 0 1 292.5066 120.3256 cm q []0 d 0 J @@ -8057,19 +8252,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -292.5066 -144.7583 cm -BT -/F8 9.9626 Tf 295.4954 144.7583 Td[(ro)28(ws)-334(\050)]TJ/F19 9.9626 Tf 26.9268 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3311 0 Td[(\051)]TJ -ET -1 0 0 1 94.9141 120.3256 cm -0 g 0 G -1 0 0 1 -94.9141 -120.3256 cm +1 0 0 1 -292.5066 -120.3256 cm BT -/F29 9.9626 Tf 99.8954 120.3256 Td[(On)-383(En)32(tr)1(y)]TJ +/F8 9.9626 Tf 295.4954 120.3256 Td[(ro)28(ws)-334(\050)]TJ/F19 9.9626 Tf 26.9268 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3311 0 Td[(\051)]TJ ET -1 0 0 1 147.4806 120.3256 cm -0 g 0 G -1 0 0 1 -47.5852 -29.8879 cm +1 0 0 1 99.8954 90.4377 cm 0 g 0 G 1 0 0 1 -99.8954 -90.4377 cm BT @@ -8079,48 +8266,51 @@ ET 0 g 0 G endstream endobj -693 0 obj << +704 0 obj << /Type /Page -/Contents 694 0 R -/Resources 692 0 R +/Contents 705 0 R +/Resources 703 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R -/Annots [ 697 0 R ] +/Parent 714 0 R +/Annots [ 708 0 R ] >> endobj -697 0 obj << +708 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [126.8753 516.4972 133.8492 527.6221] +/Rect [126.8753 481.2693 133.8492 492.3943] /Subtype /Link /A << /S /GoTo /D (figure.5) >> >> endobj -695 0 obj << -/D [693 0 R /XYZ 99.8954 740.9981 null] +706 0 obj << +/D [704 0 R /XYZ 99.8954 740.9981 null] +>> endobj +50 0 obj << +/D [704 0 R /XYZ 99.8954 716.0915 null] >> endobj 54 0 obj << -/D [693 0 R /XYZ 99.8954 587.4358 null] +/D [704 0 R /XYZ 99.8954 550.1914 null] >> endobj -696 0 obj << -/D [693 0 R /XYZ 257.5625 531.6625 null] +707 0 obj << +/D [704 0 R /XYZ 257.5625 496.4347 null] >> endobj -701 0 obj << -/D [693 0 R /XYZ 155.4784 292.8208 null] +712 0 obj << +/D [704 0 R /XYZ 155.4784 259.0832 null] >> endobj 58 0 obj << -/D [693 0 R /XYZ 99.8954 249.7392 null] +/D [704 0 R /XYZ 99.8954 219.9324 null] >> endobj 62 0 obj << -/D [693 0 R /XYZ 99.8954 183.1593 null] +/D [704 0 R /XYZ 99.8954 157.7547 null] >> endobj -702 0 obj << -/D [693 0 R /XYZ 99.8954 153.9239 null] +713 0 obj << +/D [704 0 R /XYZ 99.8954 129.4913 null] >> endobj -692 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F18 405 0 R /F32 567 0 R /F48 700 0 R /F19 546 0 R >> +703 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F18 413 0 R /F32 577 0 R /F48 711 0 R /F19 556 0 R >> /ProcSet [ /PDF /Text ] >> endobj -706 0 obj << -/Length 11862 +717 0 obj << +/Length 11488 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -8131,21 +8321,29 @@ stream 0 g 0 G 1 0 0 1 -145.7236 -706.1289 cm BT -/F29 9.9626 Tf 150.7049 706.1289 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 706.1289 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 171.9321 706.1289 cm +1 0 0 1 198.2901 706.1289 cm 0 g 0 G -1 0 0 1 -171.9321 -706.1289 cm +1 0 0 1 -52.5665 -19.0428 cm +0 g 0 G +1 0 0 1 -145.7236 -687.0861 cm BT -/F8 9.9626 Tf 176.9134 706.1289 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F29 9.9626 Tf 150.7049 687.0861 Td[(desc)]TJ ET -1 0 0 1 346.5264 658.3082 cm +1 0 0 1 171.9321 687.0861 cm +0 g 0 G +1 0 0 1 -171.9321 -687.0861 cm +BT +/F8 9.9626 Tf 176.9134 687.0861 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +ET +1 0 0 1 346.5264 639.2654 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -658.3082 cm +1 0 0 1 -346.5264 -639.2654 cm BT -/F32 9.9626 Tf 346.5264 658.3082 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 639.2654 Td[(psb)]TJ ET -1 0 0 1 362.8451 658.3082 cm +1 0 0 1 362.8451 639.2654 cm q []0 d 0 J @@ -8154,11 +8352,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -658.3082 cm +1 0 0 1 -362.8451 -639.2654 cm BT -/F32 9.9626 Tf 365.9833 658.3082 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 639.2654 Td[(desc)]TJ ET -1 0 0 1 387.5322 658.3082 cm +1 0 0 1 387.5322 639.2654 cm q []0 d 0 J @@ -8167,56 +8365,56 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -658.3082 cm +1 0 0 1 -387.5322 -639.2654 cm BT -/F32 9.9626 Tf 390.6705 658.3082 Td[(type)]TJ +/F32 9.9626 Tf 390.6705 639.2654 Td[(type)]TJ ET -1 0 0 1 411.5918 658.3082 cm +1 0 0 1 411.5918 639.2654 cm 0 g 0 G -1 0 0 1 -411.5918 -658.3082 cm +1 0 0 1 -411.5918 -639.2654 cm BT -/F8 9.9626 Tf 411.5918 658.3082 Td[(.)]TJ +/F8 9.9626 Tf 411.5918 639.2654 Td[(.)]TJ ET -1 0 0 1 145.7235 641.1304 cm +1 0 0 1 145.7235 619.554 cm 0 g 0 G -1 0 0 1 -145.7235 -641.1304 cm +1 0 0 1 -145.7235 -619.554 cm BT -/F29 9.9626 Tf 150.7049 641.1304 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 619.554 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 641.1304 cm +1 0 0 1 205.2431 619.554 cm 0 g 0 G -1 0 0 1 -59.5196 -18.0293 cm +1 0 0 1 -59.5196 -19.0427 cm 0 g 0 G -1 0 0 1 -145.7235 -623.1011 cm +1 0 0 1 -145.7235 -600.5113 cm BT -/F29 9.9626 Tf 150.7049 623.1011 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 150.7049 600.5113 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 224.1097 623.1011 cm +1 0 0 1 224.1097 600.5113 cm 0 g 0 G -1 0 0 1 -224.1097 -623.1011 cm +1 0 0 1 -224.1097 -600.5113 cm BT -/F8 9.9626 Tf 229.0911 623.1011 Td[(The)-460(n)28(um)28(b)-28(er)-460(of)-460(lo)-27(c)-1(al)-460(r)1(o)27(ws,)-492(i.e.)-825(th)1(e)-461(n)28(u)1(m)27(b)-27(e)-1(r)-460(of)-459(ro)28(ws)-461(o)28(w)-1(n)1(e)-1(d)]TJ -53.4796 -11.9552 Td[(b)28(y)-401(th)1(e)-402(cur)1(ren)28(t)-401(pr)1(o)-28(c)-1(es)-1(s;)-435(as)-401(e)-1(xp)1(lain)1(e)-1(d)-400(in)]TJ +/F8 9.9626 Tf 229.0911 600.5113 Td[(The)-460(n)28(um)28(b)-28(er)-460(of)-460(lo)-27(c)-1(al)-460(r)1(o)27(ws,)-492(i.e.)-825(th)1(e)-461(n)28(u)1(m)27(b)-27(e)-1(r)-460(of)-459(ro)28(ws)-461(o)28(w)-1(n)1(e)-1(d)]TJ -53.4796 -11.9552 Td[(b)28(y)-401(th)1(e)-402(cur)1(ren)28(t)-401(pr)1(o)-28(c)-1(es)-1(s;)-435(as)-401(e)-1(xp)1(lain)1(e)-1(d)-400(in)]TJ ET -1 0 0 1 352.2268 611.1459 cm +1 0 0 1 352.2268 588.5561 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -352.2268 -611.1459 cm +1 0 0 1 -352.2268 -588.5561 cm BT -/F8 9.9626 Tf 352.2268 611.1459 Td[(1)]TJ +/F8 9.9626 Tf 352.2268 588.5561 Td[(1)]TJ ET -1 0 0 1 357.2082 611.1459 cm +1 0 0 1 357.2082 588.5561 cm 0 g 0 G -1 0 0 1 -357.2082 -611.1459 cm +1 0 0 1 -357.2082 -588.5561 cm BT -/F8 9.9626 Tf 357.2082 611.1459 Td[(,)-418(it)-401(i)1(s)-402(equal)-401(to)]TJ/F14 9.9626 Tf 68.0806 0 Td[(jI)]TJ/F10 6.9738 Tf 8.1922 -1.4943 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.4314 0 Td[(+)]TJ/F14 9.9626 Tf 10.4127 0 Td[(jB)]TJ/F10 6.9738 Tf 9.311 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(.)-648(Th)1(e)]TJ -292.4257 -11.9552 Td[(retur)1(ned)-333(v)56(alue)-333(is)-334(sp)-28(ec)-1(i)1(\014c)-334(to)-333(the)-333(c)-1(all)1(ing)-333(pr)1(o)-28(ce)-1(ss)-1(.)]TJ +/F8 9.9626 Tf 357.2082 588.5561 Td[(,)-418(it)-401(i)1(s)-402(equal)-401(to)]TJ/F14 9.9626 Tf 68.0806 0 Td[(jI)]TJ/F10 6.9738 Tf 8.1922 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.4314 0 Td[(+)]TJ/F14 9.9626 Tf 10.4127 0 Td[(jB)]TJ/F10 6.9738 Tf 9.311 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(.)-648(Th)1(e)]TJ -292.4257 -11.9552 Td[(retur)1(ned)-333(v)56(alue)-333(is)-334(sp)-28(ec)-1(i)1(\014c)-334(to)-333(the)-333(c)-1(all)1(ing)-333(pr)1(o)-28(ce)-1(ss)-1(.)]TJ ET -1 0 0 1 145.7235 553.9929 cm +1 0 0 1 145.7235 528.9398 cm 0 g 0 G 0 g 0 G -1 0 0 1 -145.7235 -553.9929 cm +1 0 0 1 -145.7235 -528.9398 cm BT -/F18 11.9552 Tf 150.7049 553.9929 Td[(psb)]TJ +/F18 11.9552 Tf 150.7049 528.9398 Td[(psb)]TJ ET -1 0 0 1 171.7609 553.9929 cm +1 0 0 1 171.7609 528.9398 cm q []0 d 0 J @@ -8225,11 +8423,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -171.7609 -553.9929 cm +1 0 0 1 -171.7609 -528.9398 cm BT -/F18 11.9552 Tf 175.7958 553.9929 Td[(cd)]TJ +/F18 11.9552 Tf 175.7958 528.9398 Td[(cd)]TJ ET -1 0 0 1 190.0523 553.9929 cm +1 0 0 1 190.0523 528.9398 cm q []0 d 0 J @@ -8238,11 +8436,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -190.0523 -553.9929 cm +1 0 0 1 -190.0523 -528.9398 cm BT -/F18 11.9552 Tf 194.0872 553.9929 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 194.0872 528.9398 Td[(ge)-1(t)]TJ ET -1 0 0 1 212.986 553.9929 cm +1 0 0 1 212.986 528.9398 cm q []0 d 0 J @@ -8251,11 +8449,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -212.986 -553.9929 cm +1 0 0 1 -212.986 -528.9398 cm BT -/F18 11.9552 Tf 217.0209 553.9929 Td[(lo)-32(cal)]TJ +/F18 11.9552 Tf 217.0209 528.9398 Td[(lo)-32(cal)]TJ ET -1 0 0 1 244.9138 553.9929 cm +1 0 0 1 244.9138 528.9398 cm q []0 d 0 J @@ -8264,11 +8462,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -244.9138 -553.9929 cm +1 0 0 1 -244.9138 -528.9398 cm BT -/F18 11.9552 Tf 248.9487 553.9929 Td[(col)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(l)-1(o)-31(cal)-376(col)-1(s)]TJ/F18 14.3462 Tf -98.2438 -28.5451 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 100.5285 -21.8209 Td[(nc)-333(=)-333(psb)]TJ +/F18 11.9552 Tf 248.9487 528.9398 Td[(col)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(l)-1(o)-31(cal)-376(col)-1(s)]TJ/F18 14.3462 Tf -98.2438 -30.572 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 100.5285 -21.8209 Td[(nc)-333(=)-333(psb)]TJ ET -1 0 0 1 291.1836 503.6269 cm +1 0 0 1 291.1836 476.5469 cm q []0 d 0 J @@ -8277,11 +8475,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -291.1836 -503.6269 cm +1 0 0 1 -291.1836 -476.5469 cm BT -/F8 9.9626 Tf 294.1724 503.6269 Td[(cd)]TJ +/F8 9.9626 Tf 294.1724 476.5469 Td[(cd)]TJ ET -1 0 0 1 304.7328 503.6269 cm +1 0 0 1 304.7328 476.5469 cm q []0 d 0 J @@ -8290,11 +8488,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -304.7328 -503.6269 cm +1 0 0 1 -304.7328 -476.5469 cm BT -/F8 9.9626 Tf 307.7217 503.6269 Td[(get)]TJ +/F8 9.9626 Tf 307.7217 476.5469 Td[(get)]TJ ET -1 0 0 1 321.6029 503.6269 cm +1 0 0 1 321.6029 476.5469 cm q []0 d 0 J @@ -8303,11 +8501,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -321.6029 -503.6269 cm +1 0 0 1 -321.6029 -476.5469 cm BT -/F8 9.9626 Tf 324.5918 503.6269 Td[(lo)-28(cal)]TJ +/F8 9.9626 Tf 324.5918 476.5469 Td[(lo)-28(cal)]TJ ET -1 0 0 1 345.3916 503.6269 cm +1 0 0 1 345.3916 476.5469 cm q []0 d 0 J @@ -8316,37 +8514,37 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -345.3916 -503.6269 cm +1 0 0 1 -345.3916 -476.5469 cm BT -/F8 9.9626 Tf 348.3804 503.6269 Td[(cols)-334(\050)]TJ/F19 9.9626 Tf 23.3015 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ +/F8 9.9626 Tf 348.3804 476.5469 Td[(cols)-334(\050)]TJ/F19 9.9626 Tf 23.3015 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ ET -1 0 0 1 145.7235 479.7166 cm +1 0 0 1 145.7235 452.6365 cm 0 g 0 G -1 0 0 1 -145.7235 -479.7166 cm +1 0 0 1 -145.7235 -452.6365 cm BT -/F29 9.9626 Tf 150.7049 479.7166 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 150.7049 452.6365 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 198.2901 479.7166 cm +1 0 0 1 198.2901 452.6365 cm 0 g 0 G -1 0 0 1 -52.5665 -18.0293 cm +1 0 0 1 -52.5665 -19.0427 cm 0 g 0 G -1 0 0 1 -145.7236 -461.6873 cm +1 0 0 1 -145.7236 -433.5938 cm BT -/F29 9.9626 Tf 150.7049 461.6873 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 433.5938 Td[(desc)]TJ ET -1 0 0 1 171.9321 461.6873 cm +1 0 0 1 171.9321 433.5938 cm 0 g 0 G -1 0 0 1 -171.9321 -461.6873 cm +1 0 0 1 -171.9321 -433.5938 cm BT -/F8 9.9626 Tf 176.9134 461.6873 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 176.9134 433.5938 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 413.8666 cm +1 0 0 1 346.5264 385.7731 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -413.8666 cm +1 0 0 1 -346.5264 -385.7731 cm BT -/F32 9.9626 Tf 346.5264 413.8666 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 385.7731 Td[(psb)]TJ ET -1 0 0 1 362.8451 413.8666 cm +1 0 0 1 362.8451 385.7731 cm q []0 d 0 J @@ -8355,11 +8553,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -413.8666 cm +1 0 0 1 -362.8451 -385.7731 cm BT -/F32 9.9626 Tf 365.9833 413.8666 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 385.7731 Td[(desc)]TJ ET -1 0 0 1 387.5322 413.8666 cm +1 0 0 1 387.5322 385.7731 cm q []0 d 0 J @@ -8368,56 +8566,56 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -413.8666 cm +1 0 0 1 -387.5322 -385.7731 cm BT -/F32 9.9626 Tf 390.6705 413.8666 Td[(type)]TJ +/F32 9.9626 Tf 390.6705 385.7731 Td[(type)]TJ ET -1 0 0 1 411.5918 413.8666 cm +1 0 0 1 411.5918 385.7731 cm 0 g 0 G -1 0 0 1 -411.5918 -413.8666 cm +1 0 0 1 -411.5918 -385.7731 cm BT -/F8 9.9626 Tf 411.5918 413.8666 Td[(.)]TJ +/F8 9.9626 Tf 411.5918 385.7731 Td[(.)]TJ ET -1 0 0 1 145.7235 396.6888 cm +1 0 0 1 145.7235 366.0617 cm 0 g 0 G -1 0 0 1 -145.7235 -396.6888 cm +1 0 0 1 -145.7235 -366.0617 cm BT -/F29 9.9626 Tf 150.7049 396.6888 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 366.0617 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 396.6888 cm +1 0 0 1 205.2431 366.0617 cm 0 g 0 G -1 0 0 1 -59.5196 -18.0293 cm +1 0 0 1 -59.5196 -19.0428 cm 0 g 0 G -1 0 0 1 -145.7235 -378.6595 cm +1 0 0 1 -145.7235 -347.0189 cm BT -/F29 9.9626 Tf 150.7049 378.6595 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 150.7049 347.0189 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 224.1097 378.6595 cm +1 0 0 1 224.1097 347.0189 cm 0 g 0 G -1 0 0 1 -224.1097 -378.6595 cm +1 0 0 1 -224.1097 -347.0189 cm BT -/F8 9.9626 Tf 229.0911 378.6595 Td[(The)-361(n)29(um)27(b)-27(er)-361(of)-360(l)1(o)-28(c)-1(al)-360(cols)-1(,)-367(i)1(.e)-1(.)-525(the)-361(n)29(um)27(b)-27(er)-360(of)-361(i)1(nd)1(ic)-1(es)-361(used)-361(b)29(y)]TJ -53.4796 -11.9551 Td[(th)1(e)-422(cur)1(re)-1(n)29(t)-421(pr)1(o)-28(c)-1(es)-1(s,)-443(i)1(nclud)1(ing)-421(b)-27(oth)-420(lo)-28(cal)-421(and)-420(hal)1(o)-421(ind)1(ice)-1(s;)-465(as)-421(e)-1(x)1(plain)1(e)-1(d)]TJ 0 -11.9552 Td[(in)]TJ +/F8 9.9626 Tf 229.0911 347.0189 Td[(The)-361(n)29(um)27(b)-27(er)-361(of)-360(l)1(o)-28(c)-1(al)-360(cols)-1(,)-367(i)1(.e)-1(.)-525(the)-361(n)29(um)27(b)-27(er)-360(of)-361(i)1(nd)1(ic)-1(es)-361(used)-361(b)29(y)]TJ -53.4796 -11.9551 Td[(th)1(e)-422(cur)1(re)-1(n)29(t)-421(pr)1(o)-28(c)-1(es)-1(s,)-443(i)1(nclud)1(ing)-421(b)-27(oth)-420(lo)-28(cal)-421(and)-420(hal)1(o)-421(ind)1(ice)-1(s;)-465(as)-421(e)-1(x)1(plain)1(e)-1(d)]TJ 0 -11.9552 Td[(in)]TJ ET -1 0 0 1 187.3364 354.7492 cm +1 0 0 1 187.3364 323.1086 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -187.3364 -354.7492 cm +1 0 0 1 -187.3364 -323.1086 cm BT -/F8 9.9626 Tf 187.3364 354.7492 Td[(1)]TJ +/F8 9.9626 Tf 187.3364 323.1086 Td[(1)]TJ ET -1 0 0 1 192.3177 354.7492 cm +1 0 0 1 192.3177 323.1086 cm 0 g 0 G -1 0 0 1 -192.3177 -354.7492 cm +1 0 0 1 -192.3177 -323.1086 cm BT -/F8 9.9626 Tf 192.3177 354.7492 Td[(,)-346(it)-343(is)-344(equal)-343(to)]TJ/F14 9.9626 Tf 65.0705 0 Td[(jI)]TJ/F10 6.9738 Tf 8.1922 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.0492 0 Td[(+)]TJ/F14 9.9626 Tf 10.0305 0 Td[(jB)]TJ/F10 6.9738 Tf 9.311 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.0492 0 Td[(+)]TJ/F14 9.9626 Tf 10.0305 0 Td[(jH)]TJ/F10 6.9738 Tf 11.181 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(.)-475(The)-344(r)1(e)-1(tu)1(rn)1(e)-1(d)-343(v)56(alue)-344(i)1(s)-344(s)-1(p)-27(e)-1(ci\014)1(c)-344(to)-344(th)1(e)]TJ -153.3382 -11.9552 Td[(callin)1(g)-334(p)1(ro)-28(ce)-1(ss.)]TJ +/F8 9.9626 Tf 192.3177 323.1086 Td[(,)-346(it)-343(is)-344(equal)-343(to)]TJ/F14 9.9626 Tf 65.0705 0 Td[(jI)]TJ/F10 6.9738 Tf 8.1922 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.0492 0 Td[(+)]TJ/F14 9.9626 Tf 10.0305 0 Td[(jB)]TJ/F10 6.9738 Tf 9.311 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 5.0492 0 Td[(+)]TJ/F14 9.9626 Tf 10.0305 0 Td[(jH)]TJ/F10 6.9738 Tf 11.181 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(.)-475(The)-344(r)1(e)-1(tu)1(rn)1(e)-1(d)-343(v)56(alue)-344(i)1(s)-344(s)-1(p)-27(e)-1(ci\014)1(c)-344(to)-344(th)1(e)]TJ -153.3382 -11.9552 Td[(callin)1(g)-334(p)1(ro)-28(ce)-1(ss.)]TJ ET -1 0 0 1 145.7235 297.5961 cm +1 0 0 1 145.7235 263.4923 cm 0 g 0 G 0 g 0 G -1 0 0 1 -145.7235 -297.5961 cm +1 0 0 1 -145.7235 -263.4923 cm BT -/F18 11.9552 Tf 150.7049 297.5961 Td[(psb)]TJ +/F18 11.9552 Tf 150.7049 263.4923 Td[(psb)]TJ ET -1 0 0 1 171.7609 297.5961 cm +1 0 0 1 171.7609 263.4923 cm q []0 d 0 J @@ -8426,11 +8624,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -171.7609 -297.5961 cm +1 0 0 1 -171.7609 -263.4923 cm BT -/F18 11.9552 Tf 175.7958 297.5961 Td[(cd)]TJ +/F18 11.9552 Tf 175.7958 263.4923 Td[(cd)]TJ ET -1 0 0 1 190.0523 297.5961 cm +1 0 0 1 190.0523 263.4923 cm q []0 d 0 J @@ -8439,11 +8637,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -190.0523 -297.5961 cm +1 0 0 1 -190.0523 -263.4923 cm BT -/F18 11.9552 Tf 194.0872 297.5961 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 194.0872 263.4923 Td[(ge)-1(t)]TJ ET -1 0 0 1 212.986 297.5961 cm +1 0 0 1 212.986 263.4923 cm q []0 d 0 J @@ -8452,11 +8650,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -212.986 -297.5961 cm +1 0 0 1 -212.986 -263.4923 cm BT -/F18 11.9552 Tf 217.0209 297.5961 Td[(gl)-1(obal)]TJ +/F18 11.9552 Tf 217.0209 263.4923 Td[(gl)-1(obal)]TJ ET -1 0 0 1 252.7594 297.5961 cm +1 0 0 1 252.7594 263.4923 cm q []0 d 0 J @@ -8465,11 +8663,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -252.7594 -297.5961 cm +1 0 0 1 -252.7594 -263.4923 cm BT -/F18 11.9552 Tf 256.7943 297.5961 Td[(ro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(g)-1(lo)-1(bal)-375(r)-1(o)31(ws)]TJ/F18 14.3462 Tf -106.0894 -28.545 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 96.073 -21.821 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +/F18 11.9552 Tf 256.7943 263.4923 Td[(ro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(g)-1(lo)-1(bal)-375(r)-1(o)31(ws)]TJ/F18 14.3462 Tf -106.0894 -30.572 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 96.073 -21.8209 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ ET -1 0 0 1 286.2023 247.2301 cm +1 0 0 1 286.2023 211.0994 cm q []0 d 0 J @@ -8478,11 +8676,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -286.2023 -247.2301 cm +1 0 0 1 -286.2023 -211.0994 cm BT -/F8 9.9626 Tf 289.1911 247.2301 Td[(cd)]TJ +/F8 9.9626 Tf 289.1911 211.0994 Td[(cd)]TJ ET -1 0 0 1 299.7515 247.2301 cm +1 0 0 1 299.7515 211.0994 cm q []0 d 0 J @@ -8491,11 +8689,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -299.7515 -247.2301 cm +1 0 0 1 -299.7515 -211.0994 cm BT -/F8 9.9626 Tf 302.7403 247.2301 Td[(get)]TJ +/F8 9.9626 Tf 302.7403 211.0994 Td[(get)]TJ ET -1 0 0 1 316.6216 247.2301 cm +1 0 0 1 316.6216 211.0994 cm q []0 d 0 J @@ -8504,11 +8702,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -316.6216 -247.2301 cm +1 0 0 1 -316.6216 -211.0994 cm BT -/F8 9.9626 Tf 319.6104 247.2301 Td[(glob)1(al)]TJ +/F8 9.9626 Tf 319.6104 211.0994 Td[(glob)1(al)]TJ ET -1 0 0 1 346.2218 247.2301 cm +1 0 0 1 346.2218 211.0994 cm q []0 d 0 J @@ -8517,37 +8715,37 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -346.2218 -247.2301 cm +1 0 0 1 -346.2218 -211.0994 cm BT -/F8 9.9626 Tf 349.2106 247.2301 Td[(ro)28(ws)-334(\050)]TJ/F19 9.9626 Tf 26.9268 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ +/F8 9.9626 Tf 349.2106 211.0994 Td[(ro)28(ws)-334(\050)]TJ/F19 9.9626 Tf 26.9268 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ ET -1 0 0 1 145.7235 223.3198 cm +1 0 0 1 145.7235 187.189 cm 0 g 0 G -1 0 0 1 -145.7235 -223.3198 cm +1 0 0 1 -145.7235 -187.189 cm BT -/F29 9.9626 Tf 150.7049 223.3198 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 150.7049 187.189 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 198.2901 223.3198 cm +1 0 0 1 198.2901 187.189 cm 0 g 0 G -1 0 0 1 -52.5665 -18.0293 cm +1 0 0 1 -52.5665 -19.0427 cm 0 g 0 G -1 0 0 1 -145.7236 -205.2905 cm +1 0 0 1 -145.7236 -168.1463 cm BT -/F29 9.9626 Tf 150.7049 205.2905 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 168.1463 Td[(desc)]TJ ET -1 0 0 1 171.9321 205.2905 cm +1 0 0 1 171.9321 168.1463 cm 0 g 0 G -1 0 0 1 -171.9321 -205.2905 cm +1 0 0 1 -171.9321 -168.1463 cm BT -/F8 9.9626 Tf 176.9134 205.2905 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 176.9134 168.1463 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.0731 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 157.4699 cm +1 0 0 1 346.5264 120.3256 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -157.4699 cm +1 0 0 1 -346.5264 -120.3256 cm BT -/F32 9.9626 Tf 346.5264 157.4699 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 120.3256 Td[(psb)]TJ ET -1 0 0 1 362.8451 157.4699 cm +1 0 0 1 362.8451 120.3256 cm q []0 d 0 J @@ -8556,11 +8754,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -157.4699 cm +1 0 0 1 -362.8451 -120.3256 cm BT -/F32 9.9626 Tf 365.9833 157.4699 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 120.3256 Td[(desc)]TJ ET -1 0 0 1 387.5322 157.4699 cm +1 0 0 1 387.5322 120.3256 cm q []0 d 0 J @@ -8569,35 +8767,15 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -157.4699 cm -BT -/F32 9.9626 Tf 390.6705 157.4699 Td[(type)]TJ -ET -1 0 0 1 411.5918 157.4699 cm -0 g 0 G -1 0 0 1 -411.5918 -157.4699 cm -BT -/F8 9.9626 Tf 411.5918 157.4699 Td[(.)]TJ -ET -1 0 0 1 145.7235 140.2921 cm -0 g 0 G -1 0 0 1 -145.7235 -140.2921 cm -BT -/F29 9.9626 Tf 150.7049 140.2921 Td[(On)-383(R)-1(etur)1(n)]TJ -ET -1 0 0 1 205.2431 140.2921 cm -0 g 0 G -1 0 0 1 -59.5196 -18.0293 cm -0 g 0 G -1 0 0 1 -145.7235 -122.2628 cm +1 0 0 1 -387.5322 -120.3256 cm BT -/F29 9.9626 Tf 150.7049 122.2628 Td[(F)96(unction)-384(v)64(alue)]TJ +/F32 9.9626 Tf 390.6705 120.3256 Td[(type)]TJ ET -1 0 0 1 224.1097 122.2628 cm +1 0 0 1 411.5918 120.3256 cm 0 g 0 G -1 0 0 1 -224.1097 -122.2628 cm +1 0 0 1 -411.5918 -120.3256 cm BT -/F8 9.9626 Tf 229.0911 122.2628 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(glob)1(al)-334(r)1(o)28(w)-1(s)-333(in)-333(the)-333(m)-1(es)-1(h)]TJ +/F8 9.9626 Tf 411.5918 120.3256 Td[(.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -8609,84 +8787,104 @@ ET 0 g 0 G endstream endobj -705 0 obj << +716 0 obj << /Type /Page -/Contents 706 0 R -/Resources 704 0 R +/Contents 717 0 R +/Resources 715 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R -/Annots [ 708 0 R 709 0 R 711 0 R 712 0 R 714 0 R ] +/Parent 714 0 R +/Annots [ 719 0 R 720 0 R 722 0 R 723 0 R 725 0 R ] >> endobj -708 0 obj << +719 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 655.098 412.5881 666.2229] +/Rect [345.5302 636.0553 412.5881 647.1802] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -709 0 obj << +720 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.2306 607.659 358.2044 619.6142] +/Rect [351.2306 585.0692 358.2044 597.0243] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj -711 0 obj << +722 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 410.6564 412.5881 421.7814] +/Rect [345.5302 382.5629 412.5881 393.6879] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -712 0 obj << +723 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [186.3401 351.2623 193.314 363.2174] +/Rect [186.3401 319.6217 193.314 331.5768] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj -714 0 obj << +725 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 154.2597 412.5881 165.3846] +/Rect [345.5302 117.1154 412.5881 128.2404] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -707 0 obj << -/D [705 0 R /XYZ 150.7049 740.9981 null] +718 0 obj << +/D [716 0 R /XYZ 150.7049 740.9981 null] >> endobj 66 0 obj << -/D [705 0 R /XYZ 150.7049 541.056 null] +/D [716 0 R /XYZ 150.7049 513.9759 null] >> endobj -710 0 obj << -/D [705 0 R /XYZ 150.7049 512.7925 null] +721 0 obj << +/D [716 0 R /XYZ 150.7049 485.7125 null] >> endobj 70 0 obj << -/D [705 0 R /XYZ 150.7049 284.6592 null] +/D [716 0 R /XYZ 150.7049 248.5285 null] >> endobj -713 0 obj << -/D [705 0 R /XYZ 150.7049 256.3958 null] +724 0 obj << +/D [716 0 R /XYZ 150.7049 220.265 null] >> endobj -704 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F14 592 0 R /F10 589 0 R /F18 405 0 R /F19 546 0 R >> +715 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F14 602 0 R /F10 599 0 R /F18 413 0 R /F19 556 0 R >> /ProcSet [ /PDF /Text ] >> endobj -717 0 obj << -/Length 8997 +728 0 obj << +/Length 8824 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -57.4922 cm +1 0 0 1 -348.6924 -34.8692 cm +0 g 0 G +1 0 0 1 -94.9141 -706.1289 cm +BT +/F29 9.9626 Tf 99.8954 706.1289 Td[(On)-383(R)-1(etur)1(n)]TJ +ET +1 0 0 1 154.4337 706.1289 cm +0 g 0 G +1 0 0 1 -59.5196 -21.5897 cm +0 g 0 G +1 0 0 1 -94.9141 -684.5392 cm +BT +/F29 9.9626 Tf 99.8954 684.5392 Td[(F)96(unction)-384(v)64(alue)]TJ +ET +1 0 0 1 173.3003 684.5392 cm +0 g 0 G +1 0 0 1 -173.3003 -684.5392 cm +BT +/F8 9.9626 Tf 178.2816 684.5392 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(glob)1(al)-334(r)1(o)28(w)-1(s)-333(in)-333(the)-333(m)-1(es)-1(h)]TJ +ET +1 0 0 1 94.9141 630.8609 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -683.5059 cm +1 0 0 1 -94.9141 -630.8609 cm BT -/F18 11.9552 Tf 99.8954 683.5059 Td[(psb)]TJ +/F18 11.9552 Tf 99.8954 630.8609 Td[(psb)]TJ ET -1 0 0 1 120.9514 683.5059 cm +1 0 0 1 120.9514 630.8609 cm q []0 d 0 J @@ -8695,11 +8893,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -120.9514 -683.5059 cm +1 0 0 1 -120.9514 -630.8609 cm BT -/F18 11.9552 Tf 124.9863 683.5059 Td[(cd)]TJ +/F18 11.9552 Tf 124.9863 630.8609 Td[(cd)]TJ ET -1 0 0 1 139.2428 683.5059 cm +1 0 0 1 139.2428 630.8609 cm q []0 d 0 J @@ -8708,11 +8906,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -139.2428 -683.5059 cm +1 0 0 1 -139.2428 -630.8609 cm BT -/F18 11.9552 Tf 143.2777 683.5059 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 143.2777 630.8609 Td[(ge)-1(t)]TJ ET -1 0 0 1 162.1765 683.5059 cm +1 0 0 1 162.1765 630.8609 cm q []0 d 0 J @@ -8721,11 +8919,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -162.1765 -683.5059 cm +1 0 0 1 -162.1765 -630.8609 cm BT -/F18 11.9552 Tf 166.2114 683.5059 Td[(g)-1(lobal)]TJ +/F18 11.9552 Tf 166.2114 630.8609 Td[(g)-1(lobal)]TJ ET -1 0 0 1 201.9499 683.5059 cm +1 0 0 1 201.9499 630.8609 cm q []0 d 0 J @@ -8734,11 +8932,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -201.9499 -683.5059 cm +1 0 0 1 -201.9499 -630.8609 cm BT -/F18 11.9552 Tf 205.9848 683.5059 Td[(col)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(g)-1(lo)-1(ba)1(l)-376(col)-1(s)]TJ/F18 14.3462 Tf -106.0894 -33.0176 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 97.8856 -21.9727 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +/F18 11.9552 Tf 205.9848 630.8609 Td[(col)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(g)-1(lo)-1(ba)1(l)-376(col)-1(s)]TJ/F18 14.3462 Tf -106.0894 -33.9437 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 97.8856 -22.1792 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ ET -1 0 0 1 237.2055 628.5156 cm +1 0 0 1 237.2055 574.738 cm q []0 d 0 J @@ -8747,11 +8945,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -237.2055 -628.5156 cm +1 0 0 1 -237.2055 -574.738 cm BT -/F8 9.9626 Tf 240.1943 628.5156 Td[(cd)]TJ +/F8 9.9626 Tf 240.1943 574.738 Td[(cd)]TJ ET -1 0 0 1 250.7547 628.5156 cm +1 0 0 1 250.7547 574.738 cm q []0 d 0 J @@ -8760,11 +8958,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -250.7547 -628.5156 cm +1 0 0 1 -250.7547 -574.738 cm BT -/F8 9.9626 Tf 253.7435 628.5156 Td[(get)]TJ +/F8 9.9626 Tf 253.7435 574.738 Td[(get)]TJ ET -1 0 0 1 267.6248 628.5156 cm +1 0 0 1 267.6248 574.738 cm q []0 d 0 J @@ -8773,11 +8971,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -267.6248 -628.5156 cm +1 0 0 1 -267.6248 -574.738 cm BT -/F8 9.9626 Tf 270.6136 628.5156 Td[(glob)1(al)]TJ +/F8 9.9626 Tf 270.6136 574.738 Td[(glob)1(al)]TJ ET -1 0 0 1 297.225 628.5156 cm +1 0 0 1 297.225 574.738 cm q []0 d 0 J @@ -8786,37 +8984,37 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -297.225 -628.5156 cm +1 0 0 1 -297.225 -574.738 cm BT -/F8 9.9626 Tf 300.2138 628.5156 Td[(cols)-334(\050)]TJ/F19 9.9626 Tf 23.3015 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ +/F8 9.9626 Tf 300.2138 574.738 Td[(cols)-334(\050)]TJ/F19 9.9626 Tf 23.3015 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3312 0 Td[(\051)]TJ ET -1 0 0 1 94.9141 604.4289 cm +1 0 0 1 94.9141 550.4116 cm 0 g 0 G -1 0 0 1 -94.9141 -604.4289 cm +1 0 0 1 -94.9141 -550.4116 cm BT -/F29 9.9626 Tf 99.8954 604.4289 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 550.4116 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 604.4289 cm +1 0 0 1 147.4806 550.4116 cm 0 g 0 G -1 0 0 1 -52.5665 -20.6303 cm +1 0 0 1 -52.5665 -21.5897 cm 0 g 0 G -1 0 0 1 -94.9141 -583.7986 cm +1 0 0 1 -94.9141 -528.8219 cm BT -/F29 9.9626 Tf 99.8954 583.7986 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 528.8219 Td[(desc)]TJ ET -1 0 0 1 121.1226 583.7986 cm +1 0 0 1 121.1226 528.8219 cm 0 g 0 G -1 0 0 1 -121.1226 -583.7986 cm +1 0 0 1 -121.1226 -528.8219 cm BT -/F8 9.9626 Tf 126.1039 583.7986 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.073 0 Td[(.)]TJ -55.4517 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 126.1039 528.8219 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.073 0 Td[(.)]TJ -55.4517 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 535.9779 cm +1 0 0 1 295.717 481.0012 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -535.9779 cm +1 0 0 1 -295.717 -481.0012 cm BT -/F32 9.9626 Tf 295.717 535.9779 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 481.0012 Td[(psb)]TJ ET -1 0 0 1 312.0356 535.9779 cm +1 0 0 1 312.0356 481.0012 cm q []0 d 0 J @@ -8825,11 +9023,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -535.9779 cm +1 0 0 1 -312.0356 -481.0012 cm BT -/F32 9.9626 Tf 315.1738 535.9779 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 481.0012 Td[(desc)]TJ ET -1 0 0 1 336.7228 535.9779 cm +1 0 0 1 336.7228 481.0012 cm q []0 d 0 J @@ -8838,44 +9036,44 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -535.9779 cm +1 0 0 1 -336.7228 -481.0012 cm BT -/F32 9.9626 Tf 339.861 535.9779 Td[(type)]TJ +/F32 9.9626 Tf 339.861 481.0012 Td[(type)]TJ ET -1 0 0 1 360.7824 535.9779 cm +1 0 0 1 360.7824 481.0012 cm 0 g 0 G -1 0 0 1 -360.7824 -535.9779 cm +1 0 0 1 -360.7824 -481.0012 cm BT -/F8 9.9626 Tf 360.7824 535.9779 Td[(.)]TJ +/F8 9.9626 Tf 360.7824 481.0012 Td[(.)]TJ ET -1 0 0 1 94.9141 513.5313 cm +1 0 0 1 94.9141 457.8351 cm 0 g 0 G -1 0 0 1 -94.9141 -513.5313 cm +1 0 0 1 -94.9141 -457.8351 cm BT -/F29 9.9626 Tf 99.8954 513.5313 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 457.8351 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 513.5313 cm +1 0 0 1 154.4337 457.8351 cm 0 g 0 G -1 0 0 1 -59.5196 -20.6304 cm +1 0 0 1 -59.5196 -21.5897 cm 0 g 0 G -1 0 0 1 -94.9141 -492.9009 cm +1 0 0 1 -94.9141 -436.2454 cm BT -/F29 9.9626 Tf 99.8954 492.9009 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 99.8954 436.2454 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 173.3003 492.9009 cm +1 0 0 1 173.3003 436.2454 cm 0 g 0 G -1 0 0 1 -173.3003 -492.9009 cm +1 0 0 1 -173.3003 -436.2454 cm BT -/F8 9.9626 Tf 178.2816 492.9009 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(glob)1(al)-334(cols)-334(i)1(n)-333(the)-334(mes)-1(h)]TJ +/F8 9.9626 Tf 178.2816 436.2454 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(glob)1(al)-334(cols)-334(i)1(n)-333(the)-334(mes)-1(h)]TJ ET -1 0 0 1 94.9141 441.4543 cm +1 0 0 1 94.9141 382.5671 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -441.4543 cm +1 0 0 1 -94.9141 -382.5671 cm BT -/F18 11.9552 Tf 99.8954 441.4543 Td[(psb)]TJ +/F18 11.9552 Tf 99.8954 382.5671 Td[(psb)]TJ ET -1 0 0 1 120.9514 441.4543 cm +1 0 0 1 120.9514 382.5671 cm q []0 d 0 J @@ -8884,11 +9082,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -120.9514 -441.4543 cm +1 0 0 1 -120.9514 -382.5671 cm BT -/F18 11.9552 Tf 124.9863 441.4543 Td[(cd)]TJ +/F18 11.9552 Tf 124.9863 382.5671 Td[(cd)]TJ ET -1 0 0 1 139.2428 441.4543 cm +1 0 0 1 139.2428 382.5671 cm q []0 d 0 J @@ -8897,11 +9095,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -139.2428 -441.4543 cm +1 0 0 1 -139.2428 -382.5671 cm BT -/F18 11.9552 Tf 143.2777 441.4543 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 143.2777 382.5671 Td[(ge)-1(t)]TJ ET -1 0 0 1 162.1765 441.4543 cm +1 0 0 1 162.1765 382.5671 cm q []0 d 0 J @@ -8910,11 +9108,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -162.1765 -441.4543 cm +1 0 0 1 -162.1765 -382.5671 cm BT -/F18 11.9552 Tf 166.2114 441.4543 Td[(con)31(t)-1(ext|G)-1(et)-375(co)-1(mm)30(unicati)-1(on)-375(co)-1(n)31(te)-1(x)1(t)]TJ/F18 14.3462 Tf -66.316 -33.0177 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 99.3053 -21.9727 Td[(ictxt)-333(=)-333(psb)]TJ +/F18 11.9552 Tf 166.2114 382.5671 Td[(con)31(t)-1(ext|G)-1(et)-375(co)-1(mm)30(unicati)-1(on)-375(co)-1(n)31(te)-1(x)1(t)]TJ/F18 14.3462 Tf -66.316 -33.9437 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 99.3053 -22.1792 Td[(ictxt)-333(=)-333(psb)]TJ ET -1 0 0 1 249.3904 386.4639 cm +1 0 0 1 249.3904 326.4442 cm q []0 d 0 J @@ -8923,11 +9121,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -249.3904 -386.4639 cm +1 0 0 1 -249.3904 -326.4442 cm BT -/F8 9.9626 Tf 252.3792 386.4639 Td[(cd)]TJ +/F8 9.9626 Tf 252.3792 326.4442 Td[(cd)]TJ ET -1 0 0 1 262.9396 386.4639 cm +1 0 0 1 262.9396 326.4442 cm q []0 d 0 J @@ -8936,11 +9134,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -262.9396 -386.4639 cm +1 0 0 1 -262.9396 -326.4442 cm BT -/F8 9.9626 Tf 265.9284 386.4639 Td[(get)]TJ +/F8 9.9626 Tf 265.9284 326.4442 Td[(get)]TJ ET -1 0 0 1 279.8097 386.4639 cm +1 0 0 1 279.8097 326.4442 cm q []0 d 0 J @@ -8949,37 +9147,37 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -279.8097 -386.4639 cm +1 0 0 1 -279.8097 -326.4442 cm BT -/F8 9.9626 Tf 282.7985 386.4639 Td[(con)28(te)-1(x)1(t)-334(\050)]TJ/F19 9.9626 Tf 39.2972 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3311 0 Td[(\051)]TJ +/F8 9.9626 Tf 282.7985 326.4442 Td[(con)28(te)-1(x)1(t)-334(\050)]TJ/F19 9.9626 Tf 39.2972 0 Td[(desc)]TJ/F8 9.9626 Tf 18.3311 0 Td[(\051)]TJ ET -1 0 0 1 94.9141 362.3773 cm +1 0 0 1 94.9141 302.1178 cm 0 g 0 G -1 0 0 1 -94.9141 -362.3773 cm +1 0 0 1 -94.9141 -302.1178 cm BT -/F29 9.9626 Tf 99.8954 362.3773 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 302.1178 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 362.3773 cm +1 0 0 1 147.4806 302.1178 cm 0 g 0 G -1 0 0 1 -52.5665 -20.6304 cm +1 0 0 1 -52.5665 -21.5897 cm 0 g 0 G -1 0 0 1 -94.9141 -341.7469 cm +1 0 0 1 -94.9141 -280.5281 cm BT -/F29 9.9626 Tf 99.8954 341.7469 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 280.5281 Td[(desc)]TJ ET -1 0 0 1 121.1226 341.7469 cm +1 0 0 1 121.1226 280.5281 cm 0 g 0 G -1 0 0 1 -121.1226 -341.7469 cm +1 0 0 1 -121.1226 -280.5281 cm BT -/F8 9.9626 Tf 126.1039 341.7469 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.073 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 126.1039 280.5281 Td[(th)1(e)-334(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(des)-1(crip)1(tor.)]TJ -1.3019 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf 23.073 0 Td[(.)]TJ -55.4517 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 293.9262 cm +1 0 0 1 295.717 232.7074 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -293.9262 cm +1 0 0 1 -295.717 -232.7074 cm BT -/F32 9.9626 Tf 295.717 293.9262 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 232.7074 Td[(psb)]TJ ET -1 0 0 1 312.0356 293.9262 cm +1 0 0 1 312.0356 232.7074 cm q []0 d 0 J @@ -8988,11 +9186,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -293.9262 cm +1 0 0 1 -312.0356 -232.7074 cm BT -/F32 9.9626 Tf 315.1738 293.9262 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 232.7074 Td[(desc)]TJ ET -1 0 0 1 336.7228 293.9262 cm +1 0 0 1 336.7228 232.7074 cm q []0 d 0 J @@ -9001,44 +9199,44 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -293.9262 cm +1 0 0 1 -336.7228 -232.7074 cm BT -/F32 9.9626 Tf 339.861 293.9262 Td[(type)]TJ +/F32 9.9626 Tf 339.861 232.7074 Td[(type)]TJ ET -1 0 0 1 360.7824 293.9262 cm +1 0 0 1 360.7824 232.7074 cm 0 g 0 G -1 0 0 1 -360.7824 -293.9262 cm +1 0 0 1 -360.7824 -232.7074 cm BT -/F8 9.9626 Tf 360.7824 293.9262 Td[(.)]TJ +/F8 9.9626 Tf 360.7824 232.7074 Td[(.)]TJ ET -1 0 0 1 94.9141 271.4796 cm +1 0 0 1 94.9141 209.5413 cm 0 g 0 G -1 0 0 1 -94.9141 -271.4796 cm +1 0 0 1 -94.9141 -209.5413 cm BT -/F29 9.9626 Tf 99.8954 271.4796 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 209.5413 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 271.4796 cm +1 0 0 1 154.4337 209.5413 cm 0 g 0 G -1 0 0 1 -59.5196 -20.6304 cm +1 0 0 1 -59.5196 -21.5897 cm 0 g 0 G -1 0 0 1 -94.9141 -250.8492 cm +1 0 0 1 -94.9141 -187.9516 cm BT -/F29 9.9626 Tf 99.8954 250.8492 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 99.8954 187.9516 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 173.3003 250.8492 cm +1 0 0 1 173.3003 187.9516 cm 0 g 0 G -1 0 0 1 -173.3003 -250.8492 cm +1 0 0 1 -173.3003 -187.9516 cm BT -/F8 9.9626 Tf 178.2816 250.8492 Td[(The)-334(comm)27(u)1(nication)-333(con)28(text.)]TJ +/F8 9.9626 Tf 178.2816 187.9516 Td[(The)-334(comm)27(u)1(nication)-333(con)28(text.)]TJ ET -1 0 0 1 94.9141 199.4026 cm +1 0 0 1 94.9141 134.2733 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -199.4026 cm +1 0 0 1 -94.9141 -134.2733 cm BT -/F18 11.9552 Tf 99.8954 199.4026 Td[(psb)]TJ +/F18 11.9552 Tf 99.8954 134.2733 Td[(psb)]TJ ET -1 0 0 1 120.9514 199.4026 cm +1 0 0 1 120.9514 134.2733 cm q []0 d 0 J @@ -9047,11 +9245,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -120.9514 -199.4026 cm +1 0 0 1 -120.9514 -134.2733 cm BT -/F18 11.9552 Tf 124.9863 199.4026 Td[(sp)]TJ +/F18 11.9552 Tf 124.9863 134.2733 Td[(cd)]TJ ET -1 0 0 1 138.5704 199.4026 cm +1 0 0 1 139.2428 134.2733 cm q []0 d 0 J @@ -9060,11 +9258,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -138.5704 -199.4026 cm +1 0 0 1 -139.2428 -134.2733 cm BT -/F18 11.9552 Tf 142.6053 199.4026 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 143.2777 134.2733 Td[(ge)-1(t)]TJ ET -1 0 0 1 161.5041 199.4026 cm +1 0 0 1 162.1765 134.2733 cm q []0 d 0 J @@ -9073,58 +9271,24 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -161.5041 -199.4026 cm -BT -/F18 11.9552 Tf 165.539 199.4026 Td[(nro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(r)-1(o)31(w)-1(s)-374(i)-1(n)-375(a)-375(s)1(par)-1(se)-375(mat)-1(ri)-1(x)]TJ/F18 14.3462 Tf -65.6436 -33.0176 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 114.9743 -21.9728 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ -ET -1 0 0 1 254.2942 144.4122 cm -q -[]0 d -0 J -0.3985 w -0 0.1992 m -2.9888 0.1992 l -S -Q -1 0 0 1 -254.2942 -144.4122 cm -BT -/F8 9.9626 Tf 257.283 144.4122 Td[(sp)]TJ -ET -1 0 0 1 267.3452 144.4122 cm -q -[]0 d -0 J -0.3985 w -0 0.1992 m -2.9888 0.1992 l -S -Q -1 0 0 1 -267.3452 -144.4122 cm +1 0 0 1 -162.1765 -134.2733 cm BT -/F8 9.9626 Tf 270.3341 144.4122 Td[(get)]TJ +/F18 11.9552 Tf 166.2114 134.2733 Td[(l)-1(a)1(r)-1(ge)]TJ ET -1 0 0 1 284.2153 144.4122 cm +1 0 0 1 195.6471 134.2733 cm q []0 d 0 J 0.3985 w 0 0.1992 m -2.9888 0.1992 l +4.0349 0.1992 l S Q -1 0 0 1 -284.2153 -144.4122 cm -BT -/F8 9.9626 Tf 287.2042 144.4122 Td[(nr)1(o)28(w)-1(s)-333(\050)]TJ/F19 9.9626 Tf 32.4616 0 Td[(a)]TJ/F8 9.9626 Tf 5.092 0 Td[(\051)]TJ -ET -1 0 0 1 94.9141 120.3256 cm -0 g 0 G -1 0 0 1 -94.9141 -120.3256 cm +1 0 0 1 -195.6471 -134.2733 cm BT -/F29 9.9626 Tf 99.8954 120.3256 Td[(On)-383(En)32(tr)1(y)]TJ +/F18 11.9552 Tf 199.682 134.2733 Td[(t)-1(hresho)-1(ld|Ge)-1(t)-375(t)-1(hresho)-1(ld)-375(for)-376(inde)-1(x)]TJ -99.7866 -13.9477 Td[(mappi)-1(ng)-375(sw)-1(it)-1(c)32(h)]TJ ET -1 0 0 1 147.4806 120.3256 cm -0 g 0 G -1 0 0 1 -47.5852 -29.8879 cm +1 0 0 1 99.8954 90.4377 cm 0 g 0 G 1 0 0 1 -99.8954 -90.4377 cm BT @@ -9134,139 +9298,139 @@ ET 0 g 0 G endstream endobj -716 0 obj << +727 0 obj << /Type /Page -/Contents 717 0 R -/Resources 715 0 R +/Contents 728 0 R +/Resources 726 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R -/Annots [ 720 0 R 722 0 R ] +/Parent 714 0 R +/Annots [ 731 0 R 733 0 R ] >> endobj -720 0 obj << +731 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 532.7677 361.7786 543.8927] +/Rect [294.7207 477.791 361.7786 488.916] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -722 0 obj << +733 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 290.716 361.7786 301.841] +/Rect [294.7207 229.4972 361.7786 240.6222] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -718 0 obj << -/D [716 0 R /XYZ 99.8954 740.9981 null] +729 0 obj << +/D [727 0 R /XYZ 99.8954 740.9981 null] >> endobj 74 0 obj << -/D [716 0 R /XYZ 99.8954 666.2727 null] +/D [727 0 R /XYZ 99.8954 612.9415 null] >> endobj -719 0 obj << -/D [716 0 R /XYZ 99.8954 637.6812 null] +730 0 obj << +/D [727 0 R /XYZ 99.8954 583.9036 null] >> endobj 78 0 obj << -/D [716 0 R /XYZ 99.8954 424.221 null] ->> endobj -721 0 obj << -/D [716 0 R /XYZ 99.8954 395.6295 null] ->> endobj -82 0 obj << -/D [716 0 R /XYZ 99.8954 182.1694 null] +/D [727 0 R /XYZ 99.8954 364.6477 null] >> endobj -723 0 obj << -/D [716 0 R /XYZ 99.8954 153.5779 null] +732 0 obj << +/D [727 0 R /XYZ 99.8954 335.6099 null] >> endobj -715 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +726 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F18 413 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -726 0 obj << -/Length 9191 +736 0 obj << +/Length 8628 >> stream 1 0 0 1 150.7049 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -34.8692 cm -0 g 0 G -1 0 0 1 -145.7236 -706.1289 cm -BT -/F29 9.9626 Tf 150.7049 706.1289 Td[(a)]TJ -ET -1 0 0 1 156.2742 706.1289 cm -0 g 0 G -1 0 0 1 -156.2742 -706.1289 cm +1 0 0 1 -494.416 -740.9981 cm BT -/F8 9.9626 Tf 161.2555 706.1289 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.356 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F18 14.3462 Tf 150.7049 706.1289 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 95.9677 -21.9548 Td[(ith)-333(=)-333(p)1(s)-1(b)]TJ ET -1 0 0 1 346.5264 658.3082 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -658.3082 cm +1 0 0 1 288.8368 684.1741 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -288.8368 -684.1741 cm BT -/F32 9.9626 Tf 346.5264 658.3082 Td[(psb)]TJ +/F8 9.9626 Tf 291.8256 684.1741 Td[(cd)]TJ ET -1 0 0 1 362.8451 658.3082 cm +1 0 0 1 302.386 684.1741 cm q []0 d 0 J 0.3985 w 0 0.1992 m -3.1382 0.1992 l +2.9888 0.1992 l S Q -1 0 0 1 -362.8451 -658.3082 cm +1 0 0 1 -302.386 -684.1741 cm BT -/F32 9.9626 Tf 365.9833 658.3082 Td[(spmat)]TJ +/F8 9.9626 Tf 305.3748 684.1741 Td[(get)]TJ ET -1 0 0 1 392.7626 658.3082 cm +1 0 0 1 319.2561 684.1741 cm q []0 d 0 J 0.3985 w 0 0.1992 m -3.1382 0.1992 l +2.9888 0.1992 l S Q -1 0 0 1 -392.7626 -658.3082 cm +1 0 0 1 -319.2561 -684.1741 cm BT -/F32 9.9626 Tf 395.9008 658.3082 Td[(type)]TJ +/F8 9.9626 Tf 322.2449 684.1741 Td[(lar)1(ge)]TJ ET -1 0 0 1 416.8222 658.3082 cm -0 g 0 G -1 0 0 1 -416.8222 -658.3082 cm +1 0 0 1 343.9026 684.1741 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -343.9026 -684.1741 cm BT -/F8 9.9626 Tf 416.8222 658.3082 Td[(.)]TJ +/F8 9.9626 Tf 346.8914 684.1741 Td[(th)1(re)-1(shol)1(d)-333(\050\051)]TJ ET -1 0 0 1 145.7235 637.3993 cm +1 0 0 1 145.7235 660.1083 cm 0 g 0 G -1 0 0 1 -145.7235 -637.3993 cm +1 0 0 1 -145.7235 -660.1083 cm BT -/F29 9.9626 Tf 150.7049 637.3993 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 660.1083 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 637.3993 cm +1 0 0 1 205.2431 660.1083 cm 0 g 0 G -1 0 0 1 -59.5196 -19.5218 cm +1 0 0 1 -59.5196 -20.547 cm 0 g 0 G -1 0 0 1 -145.7235 -617.8775 cm +1 0 0 1 -145.7235 -639.5613 cm BT -/F29 9.9626 Tf 150.7049 617.8775 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 150.7049 639.5613 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 224.1097 617.8775 cm +1 0 0 1 224.1097 639.5613 cm 0 g 0 G -1 0 0 1 -224.1097 -617.8775 cm +1 0 0 1 -224.1097 -639.5613 cm BT -/F8 9.9626 Tf 229.0911 617.8775 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(ro)28(ws)-334(of)-333(sparse)-334(matrix)]TJ/F32 9.9626 Tf 164.9373 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(.)]TJ +/F8 9.9626 Tf 229.0911 639.5613 Td[(The)-334(cur)1(ren)28(t)-333(v)55(al)1(ue)-334(f)1(or)-333(the)-333(s)-1(ize)-334(th)1(re)-1(shol)1(d.)]TJ ET -1 0 0 1 145.7235 569.0521 cm +1 0 0 1 145.7235 588.3086 cm 0 g 0 G 0 g 0 G -1 0 0 1 -145.7235 -569.0521 cm +1 0 0 1 -145.7235 -588.3086 cm BT -/F18 11.9552 Tf 150.7049 569.0521 Td[(psb)]TJ +/F18 11.9552 Tf 150.7049 588.3086 Td[(psb)]TJ ET -1 0 0 1 171.7609 569.0521 cm +1 0 0 1 171.7609 588.3086 cm q []0 d 0 J @@ -9275,11 +9439,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -171.7609 -569.0521 cm +1 0 0 1 -171.7609 -588.3086 cm BT -/F18 11.9552 Tf 175.7958 569.0521 Td[(sp)]TJ +/F18 11.9552 Tf 175.7958 588.3086 Td[(cd)]TJ ET -1 0 0 1 189.3798 569.0521 cm +1 0 0 1 190.0523 588.3086 cm q []0 d 0 J @@ -9288,11 +9452,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -189.3798 -569.0521 cm +1 0 0 1 -190.0523 -588.3086 cm BT -/F18 11.9552 Tf 193.4147 569.0521 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 194.0872 588.3086 Td[(set)]TJ ET -1 0 0 1 212.3135 569.0521 cm +1 0 0 1 211.5663 588.3086 cm q []0 d 0 J @@ -9301,24 +9465,24 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -212.3135 -569.0521 cm +1 0 0 1 -211.5663 -588.3086 cm BT -/F18 11.9552 Tf 216.3484 569.0521 Td[(ncol)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(co)-1(lum)-1(ns)-374(i)-1(n)-375(a)-375(s)1(par)-1(se)]TJ -65.6435 -13.9477 Td[(mat)-1(ri)-1(x)]TJ/F18 14.3462 Tf 0 -31.5299 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 116.7869 -21.8209 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +/F18 11.9552 Tf 215.6012 588.3086 Td[(l)-1(a)1(r)-1(ge)]TJ ET -1 0 0 1 306.9163 501.7536 cm +1 0 0 1 245.0369 588.3086 cm q []0 d 0 J 0.3985 w 0 0.1992 m -2.9888 0.1992 l +4.0349 0.1992 l S Q -1 0 0 1 -306.9163 -501.7536 cm +1 0 0 1 -245.0369 -588.3086 cm BT -/F8 9.9626 Tf 309.9051 501.7536 Td[(sp)]TJ +/F18 11.9552 Tf 249.0718 588.3086 Td[(t)-1(hresho)-1(ld|Set)-376(thr)-1(eshol)-1(d)-375(for)-376(index)]TJ -98.3669 -13.9477 Td[(mappi)-1(ng)-375(sw)-1(it)-1(c)32(h)]TJ/F18 14.3462 Tf 0 -32.9372 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 94.9162 -21.9548 Td[(call)-333(psb)]TJ ET -1 0 0 1 319.9673 501.7536 cm +1 0 0 1 279.483 519.4689 cm q []0 d 0 J @@ -9327,11 +9491,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -319.9673 -501.7536 cm +1 0 0 1 -279.483 -519.4689 cm BT -/F8 9.9626 Tf 322.9562 501.7536 Td[(get)]TJ +/F8 9.9626 Tf 282.4718 519.4689 Td[(cd)]TJ ET -1 0 0 1 336.8374 501.7536 cm +1 0 0 1 293.0322 519.4689 cm q []0 d 0 J @@ -9340,96 +9504,64 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -336.8374 -501.7536 cm -BT -/F8 9.9626 Tf 339.8263 501.7536 Td[(ncols)-334(\050)]TJ/F19 9.9626 Tf 28.8363 0 Td[(a)]TJ/F8 9.9626 Tf 5.092 0 Td[(\051)]TJ -ET -1 0 0 1 145.7235 477.8432 cm -0 g 0 G -1 0 0 1 -145.7235 -477.8432 cm -BT -/F29 9.9626 Tf 150.7049 477.8432 Td[(On)-383(En)32(tr)1(y)]TJ -ET -1 0 0 1 198.2901 477.8432 cm -0 g 0 G -1 0 0 1 -52.5665 -19.5217 cm -0 g 0 G -1 0 0 1 -145.7236 -458.3215 cm +1 0 0 1 -293.0322 -519.4689 cm BT -/F29 9.9626 Tf 150.7049 458.3215 Td[(a)]TJ +/F8 9.9626 Tf 296.021 519.4689 Td[(se)-1(t)]TJ ET -1 0 0 1 156.2742 458.3215 cm -0 g 0 G -1 0 0 1 -156.2742 -458.3215 cm -BT -/F8 9.9626 Tf 161.2555 458.3215 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.356 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ -ET -1 0 0 1 346.5264 410.5008 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -410.5008 cm -BT -/F32 9.9626 Tf 346.5264 410.5008 Td[(psb)]TJ -ET -1 0 0 1 362.8451 410.5008 cm +1 0 0 1 308.8507 519.4689 cm q []0 d 0 J 0.3985 w 0 0.1992 m -3.1382 0.1992 l +2.9888 0.1992 l S Q -1 0 0 1 -362.8451 -410.5008 cm +1 0 0 1 -308.8507 -519.4689 cm BT -/F32 9.9626 Tf 365.9833 410.5008 Td[(spmat)]TJ +/F8 9.9626 Tf 311.8395 519.4689 Td[(lar)1(ge)]TJ ET -1 0 0 1 392.7626 410.5008 cm +1 0 0 1 333.4972 519.4689 cm q []0 d 0 J 0.3985 w 0 0.1992 m -3.1382 0.1992 l +2.9888 0.1992 l S Q -1 0 0 1 -392.7626 -410.5008 cm -BT -/F32 9.9626 Tf 395.9008 410.5008 Td[(type)]TJ -ET -1 0 0 1 416.8222 410.5008 cm -0 g 0 G -1 0 0 1 -416.8222 -410.5008 cm +1 0 0 1 -333.4972 -519.4689 cm BT -/F8 9.9626 Tf 416.8222 410.5008 Td[(.)]TJ +/F8 9.9626 Tf 336.486 519.4689 Td[(th)1(re)-1(shol)1(d)-333(\050)]TJ/F19 9.9626 Tf 47.6824 0 Td[(ith)]TJ/F8 9.9626 Tf 11.457 0 Td[(\051)]TJ ET -1 0 0 1 145.7235 389.5919 cm +1 0 0 1 145.7235 495.4031 cm 0 g 0 G -1 0 0 1 -145.7235 -389.5919 cm +1 0 0 1 -145.7235 -495.4031 cm BT -/F29 9.9626 Tf 150.7049 389.5919 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 495.4031 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 205.2431 389.5919 cm +1 0 0 1 198.2901 495.4031 cm 0 g 0 G -1 0 0 1 -59.5196 -19.5217 cm +1 0 0 1 -52.5665 -20.547 cm 0 g 0 G -1 0 0 1 -145.7235 -370.0702 cm +1 0 0 1 -145.7236 -474.8561 cm BT -/F29 9.9626 Tf 150.7049 370.0702 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 150.7049 474.8561 Td[(it)-1(h)]TJ ET -1 0 0 1 224.1097 370.0702 cm +1 0 0 1 164.7078 474.8561 cm 0 g 0 G -1 0 0 1 -224.1097 -370.0702 cm +1 0 0 1 -164.7078 -474.8561 cm BT -/F8 9.9626 Tf 229.0911 370.0702 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(c)-1(ol)1(umns)-334(of)-332(s)-1(p)1(a)-1(r)1(s)-1(e)-333(m)-1(atr)1(ix)]TJ/F32 9.9626 Tf 180.6838 0 Td[(a)]TJ/F8 9.9626 Tf 5.2304 0 Td[(.)]TJ +/F8 9.9626 Tf 169.6892 474.8561 Td[(th)1(e)-334(new)-334(th)1(res)-1(h)1(old)-333(for)-333(comm)27(u)1(nication)-333(d)1(e)-1(sc)-1(r)1(iptor)1(s)-1(.)]TJ 5.9223 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf 29.7563 0 Td[(.)]TJ -62.1349 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf 41.8983 0 Td[(.)]TJ -71.5095 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(in)28(t)1(e)-1(ger)-333(v)55(al)1(ue)-334(gr)1(e)-1(ater)-333(than)-333(zero.)]TJ ET -1 0 0 1 145.7235 321.2448 cm +1 0 0 1 145.7235 375.7827 cm 0 g 0 G 0 g 0 G -1 0 0 1 -145.7235 -321.2448 cm +1 0 0 1 -145.7235 -375.7827 cm BT -/F18 11.9552 Tf 150.7049 321.2448 Td[(psb)]TJ +/F18 11.9552 Tf 150.7049 375.7827 Td[(psb)]TJ ET -1 0 0 1 171.7609 321.2448 cm +1 0 0 1 171.7609 375.7827 cm q []0 d 0 J @@ -9438,11 +9570,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -171.7609 -321.2448 cm +1 0 0 1 -171.7609 -375.7827 cm BT -/F18 11.9552 Tf 175.7958 321.2448 Td[(sp)]TJ +/F18 11.9552 Tf 175.7958 375.7827 Td[(sp)]TJ ET -1 0 0 1 189.3798 321.2448 cm +1 0 0 1 189.3798 375.7827 cm q []0 d 0 J @@ -9451,11 +9583,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -189.3798 -321.2448 cm +1 0 0 1 -189.3798 -375.7827 cm BT -/F18 11.9552 Tf 193.4147 321.2448 Td[(ge)-1(t)]TJ +/F18 11.9552 Tf 193.4147 375.7827 Td[(ge)-1(t)]TJ ET -1 0 0 1 212.3135 321.2448 cm +1 0 0 1 212.3135 375.7827 cm q []0 d 0 J @@ -9464,11 +9596,11 @@ q 4.0349 0.1992 l S Q -1 0 0 1 -212.3135 -321.2448 cm +1 0 0 1 -212.3135 -375.7827 cm BT -/F18 11.9552 Tf 216.3484 321.2448 Td[(nnzer)-1(os|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(no)-1(nzer)-1(o)-375(el)-1(em)-1(en)31(ts)-375(i)-1(n)-375(a)]TJ -65.6435 -13.9477 Td[(sparse)-375(m)-1(atr)-1(ix)]TJ/F18 14.3462 Tf 0 -31.5299 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 111.2383 -21.821 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +/F18 11.9552 Tf 216.3484 375.7827 Td[(nro)30(ws|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(r)-1(o)31(w)-1(s)-374(i)-1(n)-375(a)-375(s)1(par)-1(se)-375(mat)-1(ri)-1(x)]TJ/F18 14.3462 Tf -65.6435 -32.9372 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 114.9743 -21.9548 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ ET -1 0 0 1 301.3676 253.9462 cm +1 0 0 1 305.1036 320.8907 cm q []0 d 0 J @@ -9477,11 +9609,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -301.3676 -253.9462 cm +1 0 0 1 -305.1036 -320.8907 cm BT -/F8 9.9626 Tf 304.3564 253.9462 Td[(sp)]TJ +/F8 9.9626 Tf 308.0924 320.8907 Td[(sp)]TJ ET -1 0 0 1 314.4187 253.9462 cm +1 0 0 1 318.1547 320.8907 cm q []0 d 0 J @@ -9490,11 +9622,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -314.4187 -253.9462 cm +1 0 0 1 -318.1547 -320.8907 cm BT -/F8 9.9626 Tf 317.4075 253.9462 Td[(get)]TJ +/F8 9.9626 Tf 321.1435 320.8907 Td[(get)]TJ ET -1 0 0 1 331.2888 253.9462 cm +1 0 0 1 335.0248 320.8907 cm q []0 d 0 J @@ -9503,37 +9635,37 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -331.2888 -253.9462 cm +1 0 0 1 -335.0248 -320.8907 cm BT -/F8 9.9626 Tf 334.2776 253.9462 Td[(nn)1(z)-1(eros)-333(\050)]TJ/F19 9.9626 Tf 39.9337 0 Td[(a)]TJ/F8 9.9626 Tf 5.0919 0 Td[(\051)]TJ +/F8 9.9626 Tf 338.0136 320.8907 Td[(nr)1(o)28(w)-1(s)-333(\050)]TJ/F19 9.9626 Tf 32.4617 0 Td[(a)]TJ/F8 9.9626 Tf 5.092 0 Td[(\051)]TJ ET -1 0 0 1 145.7235 230.0359 cm +1 0 0 1 145.7235 296.8249 cm 0 g 0 G -1 0 0 1 -145.7235 -230.0359 cm +1 0 0 1 -145.7235 -296.8249 cm BT -/F29 9.9626 Tf 150.7049 230.0359 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 150.7049 296.8249 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 198.2901 230.0359 cm +1 0 0 1 198.2901 296.8249 cm 0 g 0 G -1 0 0 1 -52.5665 -19.5218 cm +1 0 0 1 -52.5665 -20.547 cm 0 g 0 G -1 0 0 1 -145.7236 -210.5141 cm +1 0 0 1 -145.7236 -276.2779 cm BT -/F29 9.9626 Tf 150.7049 210.5141 Td[(a)]TJ +/F29 9.9626 Tf 150.7049 276.2779 Td[(a)]TJ ET -1 0 0 1 156.2742 210.5141 cm +1 0 0 1 156.2742 276.2779 cm 0 g 0 G -1 0 0 1 -156.2742 -210.5141 cm +1 0 0 1 -156.2742 -276.2779 cm BT -/F8 9.9626 Tf 161.2555 210.5141 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.356 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 161.2555 276.2779 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.356 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 162.6935 cm +1 0 0 1 346.5264 228.4572 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -162.6935 cm +1 0 0 1 -346.5264 -228.4572 cm BT -/F32 9.9626 Tf 346.5264 162.6935 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 228.4572 Td[(psb)]TJ ET -1 0 0 1 362.8451 162.6935 cm +1 0 0 1 362.8451 228.4572 cm q []0 d 0 J @@ -9542,11 +9674,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -162.6935 cm +1 0 0 1 -362.8451 -228.4572 cm BT -/F32 9.9626 Tf 365.9833 162.6935 Td[(spmat)]TJ +/F32 9.9626 Tf 365.9833 228.4572 Td[(spmat)]TJ ET -1 0 0 1 392.7626 162.6935 cm +1 0 0 1 392.7626 228.4572 cm q []0 d 0 J @@ -9555,35 +9687,81 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -392.7626 -162.6935 cm +1 0 0 1 -392.7626 -228.4572 cm BT -/F32 9.9626 Tf 395.9008 162.6935 Td[(type)]TJ +/F32 9.9626 Tf 395.9008 228.4572 Td[(type)]TJ ET -1 0 0 1 416.8222 162.6935 cm +1 0 0 1 416.8222 228.4572 cm 0 g 0 G -1 0 0 1 -416.8222 -162.6935 cm +1 0 0 1 -416.8222 -228.4572 cm BT -/F8 9.9626 Tf 416.8222 162.6935 Td[(.)]TJ +/F8 9.9626 Tf 416.8222 228.4572 Td[(.)]TJ ET -1 0 0 1 145.7235 141.7845 cm +1 0 0 1 145.7235 206.0731 cm 0 g 0 G -1 0 0 1 -145.7235 -141.7845 cm +1 0 0 1 -145.7235 -206.0731 cm BT -/F29 9.9626 Tf 150.7049 141.7845 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 206.0731 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 141.7845 cm +1 0 0 1 205.2431 206.0731 cm +0 g 0 G +1 0 0 1 -59.5196 -20.5471 cm 0 g 0 G -1 0 0 1 -59.5196 -19.5217 cm +1 0 0 1 -145.7235 -185.526 cm +BT +/F29 9.9626 Tf 150.7049 185.526 Td[(F)96(unction)-384(v)64(alue)]TJ +ET +1 0 0 1 224.1097 185.526 cm 0 g 0 G -1 0 0 1 -145.7235 -122.2628 cm +1 0 0 1 -224.1097 -185.526 cm BT -/F29 9.9626 Tf 150.7049 122.2628 Td[(F)96(unction)-384(v)64(alue)]TJ +/F8 9.9626 Tf 229.0911 185.526 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(ro)28(ws)-334(of)-333(sparse)-334(matrix)]TJ/F32 9.9626 Tf 164.9373 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(.)]TJ ET -1 0 0 1 224.1097 122.2628 cm +1 0 0 1 145.7235 134.2733 cm 0 g 0 G -1 0 0 1 -224.1097 -122.2628 cm +0 g 0 G +1 0 0 1 -145.7235 -134.2733 cm +BT +/F18 11.9552 Tf 150.7049 134.2733 Td[(psb)]TJ +ET +1 0 0 1 171.7609 134.2733 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -171.7609 -134.2733 cm +BT +/F18 11.9552 Tf 175.7958 134.2733 Td[(sp)]TJ +ET +1 0 0 1 189.3798 134.2733 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -189.3798 -134.2733 cm +BT +/F18 11.9552 Tf 193.4147 134.2733 Td[(ge)-1(t)]TJ +ET +1 0 0 1 212.3135 134.2733 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -212.3135 -134.2733 cm BT -/F8 9.9626 Tf 229.0911 122.2628 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(non)1(z)-1(ero)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-334(s)-1(t)1(ore)-1(d)-332(in)-333(s)-1(p)1(arse)-334(matrix)]TJ/F32 9.9626 Tf 249.9796 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(.)]TJ +/F18 11.9552 Tf 216.3484 134.2733 Td[(ncol)-1(s|Get)-376(n)31(um)31(b)-31(er)-376(of)-375(co)-1(lum)-1(ns)-374(i)-1(n)-375(a)-375(s)1(par)-1(se)]TJ -65.6435 -13.9477 Td[(mat)-1(ri)-1(x)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -9595,56 +9773,48 @@ ET 0 g 0 G endstream endobj -725 0 obj << +735 0 obj << /Type /Page -/Contents 726 0 R -/Resources 724 0 R +/Contents 736 0 R +/Resources 734 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R -/Annots [ 728 0 R 730 0 R 732 0 R ] +/Parent 714 0 R +/Annots [ 741 0 R ] >> endobj -728 0 obj << +741 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 655.098 417.8184 666.2229] +/Rect [345.5302 225.247 417.8184 236.372] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -730 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 407.2906 417.8184 418.4156] -/Subtype /Link -/A << /S /GoTo /D (spdata) >> +737 0 obj << +/D [735 0 R /XYZ 150.7049 740.9981 null] >> endobj -732 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 159.4833 417.8184 170.6082] -/Subtype /Link -/A << /S /GoTo /D (spdata) >> +82 0 obj << +/D [735 0 R /XYZ 150.7049 716.0915 null] >> endobj -727 0 obj << -/D [725 0 R /XYZ 150.7049 740.9981 null] +738 0 obj << +/D [735 0 R /XYZ 150.7049 693.3397 null] >> endobj 86 0 obj << -/D [725 0 R /XYZ 150.7049 541.5072 null] +/D [735 0 R /XYZ 150.7049 557.1872 null] >> endobj -729 0 obj << -/D [725 0 R /XYZ 150.7049 510.9192 null] +739 0 obj << +/D [735 0 R /XYZ 150.7049 528.6345 null] >> endobj 90 0 obj << -/D [725 0 R /XYZ 150.7049 291.3753 null] +/D [735 0 R /XYZ 150.7049 358.6091 null] >> endobj -731 0 obj << -/D [725 0 R /XYZ 150.7049 263.1118 null] +740 0 obj << +/D [735 0 R /XYZ 150.7049 330.0563 null] >> endobj -724 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F18 405 0 R /F19 546 0 R >> +734 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -735 0 obj << -/Length 1122 +744 0 obj << +/Length 7420 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -9653,19 +9823,299 @@ stream 0 g 0 G 1 0 0 1 -443.6065 -740.9981 cm BT -/F29 9.9626 Tf 99.8954 706.1289 Td[(Notes)]TJ +/F18 14.3462 Tf 99.8954 706.1289 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 116.787 -21.821 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +ET +1 0 0 1 256.1068 684.3079 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -256.1068 -684.3079 cm +BT +/F8 9.9626 Tf 259.0956 684.3079 Td[(sp)]TJ +ET +1 0 0 1 269.1579 684.3079 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -269.1579 -684.3079 cm +BT +/F8 9.9626 Tf 272.1467 684.3079 Td[(get)]TJ ET -1 0 0 1 99.8954 687.7395 cm +1 0 0 1 286.028 684.3079 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -286.028 -684.3079 cm +BT +/F8 9.9626 Tf 289.0168 684.3079 Td[(ncols)-334(\050)]TJ/F19 9.9626 Tf 28.8364 0 Td[(a)]TJ/F8 9.9626 Tf 5.0919 0 Td[(\051)]TJ +ET +1 0 0 1 94.9141 660.3976 cm 0 g 0 G -1 0 0 1 -99.8954 -687.7395 cm +1 0 0 1 -94.9141 -660.3976 cm BT -/F8 9.9626 Tf 112.072 687.7395 Td[(1.)]TJ +/F29 9.9626 Tf 99.8954 660.3976 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 119.8207 687.7395 cm +1 0 0 1 147.4806 660.3976 cm 0 g 0 G -1 0 0 1 -119.8207 -687.7395 cm +1 0 0 1 -52.5665 -19.9253 cm +0 g 0 G +1 0 0 1 -94.9141 -640.4723 cm BT -/F8 9.9626 Tf 124.802 687.7395 Td[(The)-462(fun)1(c)-1(t)1(ion)-462(v)56(alue)-462(is)-463(sp)-27(e)-1(ci\014c)-462(to)-462(the)-463(storage)-462(format)-462(of)-462(matri)1(x)]TJ/F32 9.9626 Tf 283.9187 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(;)-526(s)-1(ome)]TJ -289.149 -11.9552 Td[(storage)-466(f)1(ormats)-466(em)-1(p)1(lo)28(y)-465(padd)1(in)1(g,)-499(t)1(h)28(us)-465(the)-466(r)1(e)-1(tu)1(rn)1(e)-1(d)-465(v)56(alu)1(e)-466(for)-465(th)1(e)-466(sam)-1(e)]TJ 0 -11.9551 Td[(matrix)-333(ma)28(y)-333(b)-28(e)-334(d)1(i\013e)-1(r)1(e)-1(n)28(t)-333(f)1(or)-333(di\013e)-1(r)1(e)-1(n)29(t)-334(storage)-333(c)27(hoi)1(c)-1(es)-1(.)]TJ +/F29 9.9626 Tf 99.8954 640.4723 Td[(a)]TJ +ET +1 0 0 1 105.4647 640.4723 cm +0 g 0 G +1 0 0 1 -105.4647 -640.4723 cm +BT +/F8 9.9626 Tf 110.4461 640.4723 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.3559 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +ET +1 0 0 1 295.717 592.6516 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -295.717 -592.6516 cm +BT +/F32 9.9626 Tf 295.717 592.6516 Td[(psb)]TJ +ET +1 0 0 1 312.0356 592.6516 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +3.1382 0.1992 l +S +Q +1 0 0 1 -312.0356 -592.6516 cm +BT +/F32 9.9626 Tf 315.1738 592.6516 Td[(spmat)]TJ +ET +1 0 0 1 341.9531 592.6516 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +3.1382 0.1992 l +S +Q +1 0 0 1 -341.9531 -592.6516 cm +BT +/F32 9.9626 Tf 345.0913 592.6516 Td[(type)]TJ +ET +1 0 0 1 366.0127 592.6516 cm +0 g 0 G +1 0 0 1 -366.0127 -592.6516 cm +BT +/F8 9.9626 Tf 366.0127 592.6516 Td[(.)]TJ +ET +1 0 0 1 94.9141 570.7338 cm +0 g 0 G +1 0 0 1 -94.9141 -570.7338 cm +BT +/F29 9.9626 Tf 99.8954 570.7338 Td[(On)-383(R)-1(etur)1(n)]TJ +ET +1 0 0 1 154.4337 570.7338 cm +0 g 0 G +1 0 0 1 -59.5196 -19.9252 cm +0 g 0 G +1 0 0 1 -94.9141 -550.8086 cm +BT +/F29 9.9626 Tf 99.8954 550.8086 Td[(F)96(unction)-384(v)64(alue)]TJ +ET +1 0 0 1 173.3003 550.8086 cm +0 g 0 G +1 0 0 1 -173.3003 -550.8086 cm +BT +/F8 9.9626 Tf 178.2816 550.8086 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(c)-1(ol)1(umns)-334(of)-332(s)-1(par)1(s)-1(e)-333(m)-1(atr)1(ix)]TJ/F32 9.9626 Tf 180.6839 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(.)]TJ +ET +1 0 0 1 94.9141 501.0023 cm +0 g 0 G +0 g 0 G +1 0 0 1 -94.9141 -501.0023 cm +BT +/F18 11.9552 Tf 99.8954 501.0023 Td[(psb)]TJ +ET +1 0 0 1 120.9514 501.0023 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -120.9514 -501.0023 cm +BT +/F18 11.9552 Tf 124.9863 501.0023 Td[(sp)]TJ +ET +1 0 0 1 138.5704 501.0023 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -138.5704 -501.0023 cm +BT +/F18 11.9552 Tf 142.6053 501.0023 Td[(ge)-1(t)]TJ +ET +1 0 0 1 161.5041 501.0023 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +4.0349 0.1992 l +S +Q +1 0 0 1 -161.5041 -501.0023 cm +BT +/F18 11.9552 Tf 165.539 501.0023 Td[(nnzer)-1(os|Ge)-1(t)-375(n)31(um)31(b)-31(e)-1(r)-375(o)-1(f)-374(no)-1(nzer)-1(o)-375(el)-1(em)-1(en)31(ts)-375(i)-1(n)-375(a)]TJ -65.6436 -13.9477 Td[(sparse)-375(m)-1(atr)-1(ix)]TJ/F18 14.3462 Tf 0 -32.337 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 111.2383 -21.821 Td[(nr)-333(=)-333(p)1(s)-1(b)]TJ +ET +1 0 0 1 250.5581 432.8966 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -250.5581 -432.8966 cm +BT +/F8 9.9626 Tf 253.547 432.8966 Td[(sp)]TJ +ET +1 0 0 1 263.6092 432.8966 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -263.6092 -432.8966 cm +BT +/F8 9.9626 Tf 266.5981 432.8966 Td[(get)]TJ +ET +1 0 0 1 280.4793 432.8966 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +2.9888 0.1992 l +S +Q +1 0 0 1 -280.4793 -432.8966 cm +BT +/F8 9.9626 Tf 283.4682 432.8966 Td[(nn)1(z)-1(eros)-333(\050)]TJ/F19 9.9626 Tf 39.9336 0 Td[(a)]TJ/F8 9.9626 Tf 5.092 0 Td[(\051)]TJ +ET +1 0 0 1 94.9141 408.9863 cm +0 g 0 G +1 0 0 1 -94.9141 -408.9863 cm +BT +/F29 9.9626 Tf 99.8954 408.9863 Td[(On)-383(En)32(tr)1(y)]TJ +ET +1 0 0 1 147.4806 408.9863 cm +0 g 0 G +1 0 0 1 -52.5665 -19.9253 cm +0 g 0 G +1 0 0 1 -94.9141 -389.061 cm +BT +/F29 9.9626 Tf 99.8954 389.061 Td[(a)]TJ +ET +1 0 0 1 105.4647 389.061 cm +0 g 0 G +1 0 0 1 -105.4647 -389.061 cm +BT +/F8 9.9626 Tf 110.4461 389.061 Td[(th)1(e)-334(s)-1(p)1(arse)-334(matrix)]TJ 14.3559 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +ET +1 0 0 1 295.717 341.2404 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -295.717 -341.2404 cm +BT +/F32 9.9626 Tf 295.717 341.2404 Td[(psb)]TJ +ET +1 0 0 1 312.0356 341.2404 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +3.1382 0.1992 l +S +Q +1 0 0 1 -312.0356 -341.2404 cm +BT +/F32 9.9626 Tf 315.1738 341.2404 Td[(spmat)]TJ +ET +1 0 0 1 341.9531 341.2404 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +3.1382 0.1992 l +S +Q +1 0 0 1 -341.9531 -341.2404 cm +BT +/F32 9.9626 Tf 345.0913 341.2404 Td[(type)]TJ +ET +1 0 0 1 366.0127 341.2404 cm +0 g 0 G +1 0 0 1 -366.0127 -341.2404 cm +BT +/F8 9.9626 Tf 366.0127 341.2404 Td[(.)]TJ +ET +1 0 0 1 94.9141 319.3225 cm +0 g 0 G +1 0 0 1 -94.9141 -319.3225 cm +BT +/F29 9.9626 Tf 99.8954 319.3225 Td[(On)-383(R)-1(etur)1(n)]TJ +ET +1 0 0 1 154.4337 319.3225 cm +0 g 0 G +1 0 0 1 -59.5196 -19.9252 cm +0 g 0 G +1 0 0 1 -94.9141 -299.3973 cm +BT +/F29 9.9626 Tf 99.8954 299.3973 Td[(F)96(unction)-384(v)64(alue)]TJ +ET +1 0 0 1 173.3003 299.3973 cm +0 g 0 G +1 0 0 1 -173.3003 -299.3973 cm +BT +/F8 9.9626 Tf 178.2816 299.3973 Td[(The)-334(n)29(um)28(b)-28(er)-333(of)-333(non)1(z)-1(ero)-333(e)-1(l)1(e)-1(me)-1(n)29(ts)-334(s)-1(t)1(ore)-1(d)-332(in)-333(s)-1(p)1(arse)-334(matrix)]TJ/F32 9.9626 Tf 249.9796 0 Td[(a)]TJ/F8 9.9626 Tf 5.2304 0 Td[(.)]TJ/F29 9.9626 Tf -333.5962 -25.8959 Td[(Notes)]TJ +ET +1 0 0 1 99.8954 255.112 cm +0 g 0 G +1 0 0 1 -99.8954 -255.112 cm +BT +/F8 9.9626 Tf 112.072 255.112 Td[(1.)]TJ +ET +1 0 0 1 119.8207 255.112 cm +0 g 0 G +1 0 0 1 -119.8207 -255.112 cm +BT +/F8 9.9626 Tf 124.802 255.112 Td[(The)-462(fun)1(c)-1(t)1(ion)-462(v)56(alue)-462(is)-463(sp)-27(e)-1(ci\014c)-462(to)-462(the)-463(storage)-462(format)-462(of)-462(matri)1(x)]TJ/F32 9.9626 Tf 283.9187 0 Td[(a)]TJ/F8 9.9626 Tf 5.2303 0 Td[(;)-526(s)-1(ome)]TJ -289.149 -11.9552 Td[(storage)-466(f)1(ormats)-466(em)-1(p)1(lo)28(y)-465(padd)1(in)1(g,)-499(t)1(h)28(us)-465(the)-466(r)1(e)-1(tu)1(rn)1(e)-1(d)-465(v)56(alu)1(e)-466(for)-465(th)1(e)-466(sam)-1(e)]TJ 0 -11.9551 Td[(matrix)-333(ma)28(y)-333(b)-28(e)-334(d)1(i\013e)-1(r)1(e)-1(n)28(t)-333(f)1(or)-333(di\013e)-1(r)1(e)-1(n)29(t)-334(storage)-333(c)27(hoi)1(c)-1(es)-1(.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -9677,27 +10127,54 @@ ET 0 g 0 G endstream endobj -734 0 obj << +743 0 obj << /Type /Page -/Contents 735 0 R -/Resources 733 0 R +/Contents 744 0 R +/Resources 742 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R +/Parent 714 0 R +/Annots [ 747 0 R 749 0 R ] >> endobj -736 0 obj << -/D [734 0 R /XYZ 99.8954 740.9981 null] +747 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.7207 589.4415 367.009 600.5664] +/Subtype /Link +/A << /S /GoTo /D (spdata) >> >> endobj -737 0 obj << -/D [734 0 R /XYZ 99.8954 699.6947 null] +749 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.7207 338.0302 367.009 349.1551] +/Subtype /Link +/A << /S /GoTo /D (spdata) >> >> endobj -738 0 obj << -/D [734 0 R /XYZ 99.8954 703.6797 null] +745 0 obj << +/D [743 0 R /XYZ 99.8954 740.9981 null] >> endobj -733 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R >> +94 0 obj << +/D [743 0 R /XYZ 99.8954 716.0915 null] +>> endobj +746 0 obj << +/D [743 0 R /XYZ 99.8954 693.4736 null] +>> endobj +98 0 obj << +/D [743 0 R /XYZ 99.8954 470.3257 null] +>> endobj +748 0 obj << +/D [743 0 R /XYZ 99.8954 442.0623 null] +>> endobj +750 0 obj << +/D [743 0 R /XYZ 99.8954 267.0672 null] +>> endobj +751 0 obj << +/D [743 0 R /XYZ 99.8954 271.0522 null] +>> endobj +742 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -741 0 obj << +754 0 obj << /Length 359 >> stream @@ -9719,39 +10196,39 @@ ET 0 g 0 G endstream endobj -740 0 obj << +753 0 obj << /Type /Page -/Contents 741 0 R -/Resources 739 0 R +/Contents 754 0 R +/Resources 752 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 703 0 R +/Parent 714 0 R >> endobj -742 0 obj << -/D [740 0 R /XYZ 150.7049 740.9981 null] +755 0 obj << +/D [753 0 R /XYZ 150.7049 740.9981 null] >> endobj -94 0 obj << -/D [740 0 R /XYZ 150.7049 716.0915 null] +102 0 obj << +/D [753 0 R /XYZ 150.7049 716.0915 null] >> endobj -739 0 obj << -/Font << /F18 405 0 R /F8 414 0 R >> +752 0 obj << +/Font << /F18 413 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -745 0 obj << -/Length 8831 +758 0 obj << +/Length 8254 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -60.7754 cm +1 0 0 1 -348.6924 -63.1835 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -680.2227 cm +1 0 0 1 -94.9141 -677.8146 cm BT -/F18 14.3462 Tf 99.8954 680.2227 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 677.8146 Td[(psb)]TJ ET -1 0 0 1 125.1626 680.2227 cm +1 0 0 1 125.1626 677.8146 cm q []0 d 0 J @@ -9760,11 +10237,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -680.2227 cm +1 0 0 1 -125.1626 -677.8146 cm BT -/F18 14.3462 Tf 130.0045 680.2227 Td[(ge)-1(ax)1(pb)31(y|Gene)-1(ral)-376(Dense)-375(Mat)-1(ri)-1(x)-375(Sum)]TJ/F8 9.9626 Tf -30.1091 -29.7942 Td[(This)-436(s)-1(u)1(br)1(outin)1(e)-437(i)1(s)-437(an)-436(i)1(n)28(te)-1(r)1(face)-437(to)-436(th)1(e)-437(com)-1(p)1(utati)1(onal)-436(k)28(ern)1(e)-1(l)-436(f)1(or)-436(dense)-437(matri)1(x)]TJ 0 -11.9552 Td[(sum:)]TJ/F11 9.9626 Tf 142.5374 -11.9576 Td[(y)]TJ/F14 9.9626 Tf 8.0092 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(\013)-226(x)]TJ/F8 9.9626 Tf 16.5316 0 Td[(+)]TJ/F11 9.9626 Tf 9.9627 0 Td[(\014)-52(y)]TJ/F18 14.3462 Tf -189.7709 -32.9502 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 66.8347 -21.8216 Td[(call)-333(psb)]TJ +/F18 14.3462 Tf 130.0045 677.8146 Td[(ge)-1(ax)1(pb)31(y|Gene)-1(ral)-376(Dense)-375(Mat)-1(ri)-1(x)-375(Sum)]TJ/F8 9.9626 Tf -30.1091 -32.1187 Td[(This)-436(s)-1(u)1(br)1(outin)1(e)-437(i)1(s)-437(an)-436(i)1(n)28(te)-1(r)1(face)-437(to)-436(th)1(e)-437(com)-1(p)1(utati)1(onal)-436(k)28(ern)1(e)-1(l)-436(f)1(or)-436(dense)-437(matri)1(x)]TJ 0 -11.9551 Td[(sum:)]TJ/F11 9.9626 Tf 142.5374 -13.7637 Td[(y)]TJ/F14 9.9626 Tf 8.0092 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(\013)-226(x)]TJ/F8 9.9626 Tf 16.5316 0 Td[(+)]TJ/F11 9.9626 Tf 9.9627 0 Td[(\014)-52(y)]TJ/F18 14.3462 Tf -189.7709 -43.9304 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 66.8347 -22.34 Td[(call)-333(psb)]TJ ET -1 0 0 1 200.592 571.7439 cm +1 0 0 1 200.592 553.7067 cm q []0 d 0 J @@ -9773,11 +10250,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -200.592 -571.7439 cm +1 0 0 1 -200.592 -553.7067 cm BT -/F8 9.9626 Tf 203.5809 571.7439 Td[(geaxpb)28(y)-333(\050)]TJ/F19 9.9626 Tf 42.8948 0 Td[(alpha,)-357(x,)-358(b)51(eta,)-357(y,)-357(d)-1(es)1(c)]TJ +/F8 9.9626 Tf 203.5809 553.7067 Td[(geaxpb)28(y)-333(\050)]TJ/F19 9.9626 Tf 42.8948 0 Td[(alpha,)-357(x,)-358(b)51(eta,)-357(y,)-357(d)-1(es)1(c)]TJ ET -1 0 0 1 341.3271 571.7439 cm +1 0 0 1 341.3271 553.7067 cm q []0 d 0 J @@ -9786,11 +10263,11 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -341.3271 -571.7439 cm +1 0 0 1 -341.3271 -553.7067 cm BT -/F19 9.9626 Tf 344.3823 571.7439 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ +/F19 9.9626 Tf 344.3823 553.7067 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 545.3412 cm +1 0 0 1 99.8954 526.1 cm 0 g 0 G 1 0 0 1 74.1629 -21.0211 cm 0 g 0 G @@ -9804,11 +10281,11 @@ q 185.4227 0.1992 l S Q -1 0 0 1 -179.0396 -544.9427 cm +1 0 0 1 -179.0396 -525.7015 cm BT -/F11 9.9626 Tf 185.0172 536.5742 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\014)]TJ/F29 9.9626 Tf 82.6959 0 Td[(Subr)1(outi)-1(ne)]TJ +/F11 9.9626 Tf 185.0172 517.3329 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\014)]TJ/F29 9.9626 Tf 82.6959 0 Td[(Subr)1(outi)-1(ne)]TJ ET -1 0 0 1 179.0396 532.5891 cm +1 0 0 1 179.0396 513.3478 cm q []0 d 0 J @@ -9817,11 +10294,11 @@ q 185.4227 0.1992 l S Q -1 0 0 1 -179.0396 -532.5891 cm +1 0 0 1 -179.0396 -513.3478 cm BT -/F8 9.9626 Tf 185.0172 524.2205 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ +/F8 9.9626 Tf 185.0172 504.9793 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ ET -1 0 0 1 318.9209 524.2205 cm +1 0 0 1 318.9209 504.9793 cm q []0 d 0 J @@ -9830,11 +10307,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -318.9209 -524.2205 cm +1 0 0 1 -318.9209 -504.9793 cm BT -/F8 9.9626 Tf 321.9097 524.2205 Td[(geaxpb)28(y)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ +/F8 9.9626 Tf 321.9097 504.9793 Td[(geaxpb)28(y)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ ET -1 0 0 1 318.9209 512.2653 cm +1 0 0 1 318.9209 493.0241 cm q []0 d 0 J @@ -9843,11 +10320,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -318.9209 -512.2653 cm +1 0 0 1 -318.9209 -493.0241 cm BT -/F8 9.9626 Tf 321.9097 512.2653 Td[(geaxpb)28(y)]TJ +/F8 9.9626 Tf 321.9097 493.0241 Td[(geaxpb)28(y)]TJ ET -1 0 0 1 179.0396 508.2802 cm +1 0 0 1 179.0396 489.039 cm q []0 d 0 J @@ -9858,142 +10335,117 @@ S Q 1 0 0 1 49.0279 -27.84 cm 0 g 0 G -1 0 0 1 -228.0675 -480.4402 cm +1 0 0 1 -228.0675 -461.199 cm BT -/F8 9.9626 Tf 228.0675 480.4402 Td[(T)83(ab)1(le)-334(1:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 228.0675 461.199 Td[(T)83(ab)1(le)-334(1:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 315.4344 480.4402 cm +1 0 0 1 315.4344 461.199 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -31.3864 cm +1 0 0 1 -4.9813 -34.3965 cm 0 g 0 G -1 0 0 1 -94.9141 -447.1166 cm +1 0 0 1 -94.9141 -424.8653 cm BT -/F29 9.9626 Tf 99.8954 447.1166 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 424.8653 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 447.1166 cm +1 0 0 1 147.4806 424.8653 cm 0 g 0 G -1 0 0 1 -52.5665 -19.9285 cm +1 0 0 1 -52.5665 -22.3367 cm 0 g 0 G -1 0 0 1 -94.9141 -427.1881 cm +1 0 0 1 -94.9141 -402.5286 cm BT -/F29 9.9626 Tf 99.8954 427.1881 Td[(alpha)]TJ +/F29 9.9626 Tf 99.8954 402.5286 Td[(alpha)]TJ ET -1 0 0 1 126.9465 427.1881 cm +1 0 0 1 126.9465 402.5286 cm 0 g 0 G -1 0 0 1 -126.9465 -427.1881 cm +1 0 0 1 -126.9465 -402.5286 cm BT -/F8 9.9626 Tf 131.9279 427.1881 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(.)]TJ -59.0043 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ +/F8 9.9626 Tf 131.9279 402.5286 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(.)]TJ -59.0043 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ ET -1 0 0 1 383.0839 379.3674 cm +1 0 0 1 383.0839 354.7079 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -383.0839 -379.3674 cm +1 0 0 1 -383.0839 -354.7079 cm BT -/F8 9.9626 Tf 383.0839 379.3674 Td[(1)]TJ +/F8 9.9626 Tf 383.0839 354.7079 Td[(1)]TJ ET -1 0 0 1 388.0653 379.3674 cm +1 0 0 1 388.0653 354.7079 cm 0 g 0 G -1 0 0 1 -388.0653 -379.3674 cm +1 0 0 1 -388.0653 -354.7079 cm BT -/F8 9.9626 Tf 388.0653 379.3674 Td[(.)]TJ +/F8 9.9626 Tf 388.0653 354.7079 Td[(.)]TJ ET -1 0 0 1 94.9141 359.4388 cm +1 0 0 1 94.9141 332.3713 cm 0 g 0 G -1 0 0 1 -94.9141 -359.4388 cm +1 0 0 1 -94.9141 -332.3713 cm BT -/F29 9.9626 Tf 99.8954 359.4388 Td[(x)]TJ +/F29 9.9626 Tf 99.8954 332.3713 Td[(x)]TJ ET -1 0 0 1 105.9421 359.4388 cm +1 0 0 1 105.9421 332.3713 cm 0 g 0 G -1 0 0 1 -105.9421 -359.4388 cm +1 0 0 1 -105.9421 -332.3713 cm BT -/F8 9.9626 Tf 110.9235 359.4388 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 332.3713 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 163.8224 299.663 cm +1 0 0 1 163.8224 272.5954 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -163.8224 -299.663 cm +1 0 0 1 -163.8224 -272.5954 cm BT -/F8 9.9626 Tf 163.8224 299.663 Td[(1)]TJ +/F8 9.9626 Tf 163.8224 272.5954 Td[(1)]TJ ET -1 0 0 1 168.8038 299.663 cm +1 0 0 1 168.8038 272.5954 cm 0 g 0 G -1 0 0 1 -168.8038 -299.663 cm +1 0 0 1 -168.8038 -272.5954 cm BT -/F8 9.9626 Tf 168.8038 299.663 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ +/F8 9.9626 Tf 168.8038 272.5954 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ ET -1 0 0 1 94.9141 279.7344 cm +1 0 0 1 94.9141 250.2588 cm 0 g 0 G -1 0 0 1 -94.9141 -279.7344 cm +1 0 0 1 -94.9141 -250.2588 cm BT -/F29 9.9626 Tf 99.8954 279.7344 Td[(b)-32(eta)]TJ +/F29 9.9626 Tf 99.8954 250.2588 Td[(b)-32(eta)]TJ ET -1 0 0 1 121.8546 279.7344 cm +1 0 0 1 121.8546 250.2588 cm 0 g 0 G -1 0 0 1 -121.8546 -279.7344 cm +1 0 0 1 -121.8546 -250.2588 cm BT -/F8 9.9626 Tf 126.8359 279.7344 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\014)]TJ/F8 9.9626 Tf 6.1609 0 Td[(.)]TJ -53.6632 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ +/F8 9.9626 Tf 126.8359 250.2588 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\014)]TJ/F8 9.9626 Tf 6.1609 0 Td[(.)]TJ -53.6632 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ ET -1 0 0 1 383.0839 231.9137 cm +1 0 0 1 383.0839 202.4381 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -383.0839 -231.9137 cm +1 0 0 1 -383.0839 -202.4381 cm BT -/F8 9.9626 Tf 383.0839 231.9137 Td[(1)]TJ +/F8 9.9626 Tf 383.0839 202.4381 Td[(1)]TJ ET -1 0 0 1 388.0653 231.9137 cm +1 0 0 1 388.0653 202.4381 cm 0 g 0 G -1 0 0 1 -388.0653 -231.9137 cm +1 0 0 1 -388.0653 -202.4381 cm BT -/F8 9.9626 Tf 388.0653 231.9137 Td[(.)]TJ +/F8 9.9626 Tf 388.0653 202.4381 Td[(.)]TJ ET -1 0 0 1 94.9141 211.9852 cm +1 0 0 1 94.9141 180.1015 cm 0 g 0 G -1 0 0 1 -94.9141 -211.9852 cm +1 0 0 1 -94.9141 -180.1015 cm BT -/F29 9.9626 Tf 99.8954 211.9852 Td[(y)]TJ +/F29 9.9626 Tf 99.8954 180.1015 Td[(y)]TJ ET -1 0 0 1 105.9421 211.9852 cm +1 0 0 1 105.9421 180.1015 cm 0 g 0 G -1 0 0 1 -105.9421 -211.9852 cm +1 0 0 1 -105.9421 -180.1015 cm BT -/F8 9.9626 Tf 110.9235 211.9852 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(th)1(e)-334(glob)1(al)-334(d)1(e)-1(n)1(s)-1(e)-333(m)-1(atr)1(ix)]TJ/F11 9.9626 Tf 193.2756 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -184.639 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-472(as:)-722(a)-473(ran)1(k)-472(one)-473(or)-472(t)28(w)28(o)-473(arr)1(a)28(y)-473(con)28(tain)1(in)1(g)-473(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-473(of)-472(the)-472(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(in)1(dicated)-333(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 180.1015 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(th)1(e)-334(glob)1(al)-334(d)1(e)-1(n)1(s)-1(e)-333(m)-1(atr)1(ix)]TJ/F11 9.9626 Tf 193.2756 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -184.639 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-472(as:)-722(a)-473(ran)1(k)-472(one)-473(or)-472(t)28(w)28(o)-473(arr)1(a)28(y)-473(con)28(tain)1(in)1(g)-473(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-473(of)-472(the)-472(t)27(y)1(p)-28(e)]TJ 0 -11.9552 Td[(in)1(dicated)-333(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 206.9939 152.2094 cm +1 0 0 1 206.9939 120.3256 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -206.9939 -152.2094 cm -BT -/F8 9.9626 Tf 206.9939 152.2094 Td[(1)]TJ -ET -1 0 0 1 211.9753 152.2094 cm -0 g 0 G -1 0 0 1 -211.9753 -152.2094 cm +1 0 0 1 -206.9939 -120.3256 cm BT -/F8 9.9626 Tf 211.9753 152.2094 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ +/F8 9.9626 Tf 206.9939 120.3256 Td[(1)]TJ ET -1 0 0 1 94.9141 132.2808 cm +1 0 0 1 211.9753 120.3256 cm 0 g 0 G -1 0 0 1 -94.9141 -132.2808 cm +1 0 0 1 -211.9753 -120.3256 cm BT -/F29 9.9626 Tf 99.8954 132.2808 Td[(desc)]TJ -ET -1 0 0 1 121.81 132.2808 cm -q -[]0 d -0 J -0.3985 w -0 0.1992 m -3.4371 0.1992 l -S -Q -1 0 0 1 -121.81 -132.2808 cm -BT -/F29 9.9626 Tf 125.2471 132.2808 Td[(a)]TJ -ET -1 0 0 1 130.8165 132.2808 cm -0 g 0 G -1 0 0 1 -130.8165 -132.2808 cm -BT -/F8 9.9626 Tf 135.7978 132.2808 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ +/F8 9.9626 Tf 211.9753 120.3256 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -10005,77 +10457,98 @@ ET 0 g 0 G endstream endobj -744 0 obj << +757 0 obj << /Type /Page -/Contents 745 0 R -/Resources 743 0 R +/Contents 758 0 R +/Resources 756 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R -/Annots [ 749 0 R 750 0 R 751 0 R 752 0 R ] +/Parent 766 0 R +/Annots [ 762 0 R 763 0 R 764 0 R 765 0 R ] >> endobj -749 0 obj << +762 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [382.0877 376.4339 389.0615 387.2821] +/Rect [382.0877 351.7745 389.0615 362.6227] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -750 0 obj << +763 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.8262 296.7295 169.8 307.5777] +/Rect [162.8262 269.662 169.8 280.5102] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -751 0 obj << +764 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [382.0877 228.9803 389.0615 239.8285] +/Rect [382.0877 199.5047 389.0615 210.3529] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -752 0 obj << +765 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.9977 149.2759 212.9715 160.1241] +/Rect [205.9977 117.3922 212.9715 128.2404] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -746 0 obj << -/D [744 0 R /XYZ 99.8954 740.9981 null] +759 0 obj << +/D [757 0 R /XYZ 99.8954 740.9981 null] >> endobj -98 0 obj << -/D [744 0 R /XYZ 99.8954 659.595 null] +106 0 obj << +/D [757 0 R /XYZ 99.8954 655.4644 null] >> endobj -747 0 obj << -/D [744 0 R /XYZ 99.8954 580.9095 null] +760 0 obj << +/D [757 0 R /XYZ 99.8954 562.8723 null] >> endobj -748 0 obj << -/D [744 0 R /XYZ 267.6413 492.3954 null] +761 0 obj << +/D [757 0 R /XYZ 267.6413 473.1541 null] >> endobj -743 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F19 546 0 R /F29 411 0 R >> +756 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -756 0 obj << -/Length 3311 +769 0 obj << +/Length 3850 >> stream 1 0 0 1 150.7049 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -494.416 -740.9981 cm +1 0 0 1 -348.6924 -34.8692 cm +0 g 0 G +1 0 0 1 -145.7236 -706.1289 cm +BT +/F29 9.9626 Tf 150.7049 706.1289 Td[(desc)]TJ +ET +1 0 0 1 172.6195 706.1289 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +3.4371 0.1992 l +S +Q +1 0 0 1 -172.6195 -706.1289 cm +BT +/F29 9.9626 Tf 176.0566 706.1289 Td[(a)]TJ +ET +1 0 0 1 181.6259 706.1289 cm +0 g 0 G +1 0 0 1 -181.6259 -706.1289 cm BT -/F8 9.9626 Tf 175.6115 706.1289 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 186.6072 706.1289 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 682.2185 cm +1 0 0 1 346.5264 658.3082 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -682.2185 cm +1 0 0 1 -346.5264 -658.3082 cm BT -/F32 9.9626 Tf 346.5264 682.2185 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 658.3082 Td[(psb)]TJ ET -1 0 0 1 362.8451 682.2185 cm +1 0 0 1 362.8451 658.3082 cm q []0 d 0 J @@ -10084,11 +10557,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -682.2185 cm +1 0 0 1 -362.8451 -658.3082 cm BT -/F32 9.9626 Tf 365.9833 682.2185 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 658.3082 Td[(desc)]TJ ET -1 0 0 1 387.5322 682.2185 cm +1 0 0 1 387.5322 658.3082 cm q []0 d 0 J @@ -10097,59 +10570,59 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -682.2185 cm +1 0 0 1 -387.5322 -658.3082 cm BT -/F32 9.9626 Tf 390.6705 682.2185 Td[(type)]TJ +/F32 9.9626 Tf 390.6705 658.3082 Td[(type)]TJ ET -1 0 0 1 411.5918 682.2185 cm +1 0 0 1 411.5918 658.3082 cm 0 g 0 G -1 0 0 1 -411.5918 -682.2185 cm +1 0 0 1 -411.5918 -658.3082 cm BT -/F8 9.9626 Tf 411.5918 682.2185 Td[(.)]TJ +/F8 9.9626 Tf 411.5918 658.3082 Td[(.)]TJ ET -1 0 0 1 145.7235 660.3007 cm +1 0 0 1 145.7235 636.3904 cm 0 g 0 G -1 0 0 1 -145.7235 -660.3007 cm +1 0 0 1 -145.7235 -636.3904 cm BT -/F29 9.9626 Tf 150.7049 660.3007 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 636.3904 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 660.3007 cm +1 0 0 1 205.2431 636.3904 cm 0 g 0 G 1 0 0 1 -59.5196 -19.9253 cm 0 g 0 G -1 0 0 1 -145.7235 -640.3754 cm +1 0 0 1 -145.7235 -616.4651 cm BT -/F29 9.9626 Tf 150.7049 640.3754 Td[(y)]TJ +/F29 9.9626 Tf 150.7049 616.4651 Td[(y)]TJ ET -1 0 0 1 156.7516 640.3754 cm +1 0 0 1 156.7516 616.4651 cm 0 g 0 G -1 0 0 1 -156.7516 -640.3754 cm +1 0 0 1 -156.7516 -616.4651 cm BT -/F8 9.9626 Tf 161.7329 640.3754 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(r)1(e)-1(sult)-333(submatr)1(ix)]TJ/F11 9.9626 Tf 162.3637 0 Td[(y)]TJ/F8 9.9626 Tf 5.242 0 Td[(.)]TJ -153.7271 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-472(as:)-722(a)-473(ran)1(k)-472(one)-473(or)-472(t)28(w)28(o)-473(arr)1(a)28(y)-473(con)28(tain)1(in)1(g)-473(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-473(of)-472(the)-472(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(in)1(dicated)-333(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 161.7329 616.4651 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(r)1(e)-1(sult)-333(submatr)1(ix)]TJ/F11 9.9626 Tf 162.3637 0 Td[(y)]TJ/F8 9.9626 Tf 5.242 0 Td[(.)]TJ -153.7271 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-472(as:)-722(a)-473(ran)1(k)-472(one)-473(or)-472(t)28(w)28(o)-473(arr)1(a)28(y)-473(con)28(tain)1(in)1(g)-473(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-473(of)-472(the)-472(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(in)1(dicated)-333(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 257.8034 580.5996 cm +1 0 0 1 257.8034 556.6893 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -257.8034 -580.5996 cm +1 0 0 1 -257.8034 -556.6893 cm BT -/F8 9.9626 Tf 257.8034 580.5996 Td[(1)]TJ +/F8 9.9626 Tf 257.8034 556.6893 Td[(1)]TJ ET -1 0 0 1 262.7847 580.5996 cm +1 0 0 1 262.7847 556.6893 cm 0 g 0 G -1 0 0 1 -262.7847 -580.5996 cm +1 0 0 1 -262.7847 -556.6893 cm BT -/F8 9.9626 Tf 262.7847 580.5996 Td[(.)]TJ +/F8 9.9626 Tf 262.7847 556.6893 Td[(.)]TJ ET -1 0 0 1 145.7235 560.6743 cm +1 0 0 1 145.7235 536.764 cm 0 g 0 G -1 0 0 1 -145.7235 -560.6743 cm +1 0 0 1 -145.7235 -536.764 cm BT -/F29 9.9626 Tf 150.7049 560.6743 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 150.7049 536.764 Td[(inf)-1(o)]TJ ET -1 0 0 1 169.4816 560.6743 cm +1 0 0 1 169.4816 536.764 cm 0 g 0 G -1 0 0 1 -169.4816 -560.6743 cm +1 0 0 1 -169.4816 -536.764 cm BT -/F8 9.9626 Tf 174.4629 560.6743 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 174.4629 536.764 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -10161,51 +10634,51 @@ ET 0 g 0 G endstream endobj -755 0 obj << +768 0 obj << /Type /Page -/Contents 756 0 R -/Resources 754 0 R +/Contents 769 0 R +/Resources 767 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R -/Annots [ 758 0 R 759 0 R ] +/Parent 766 0 R +/Annots [ 771 0 R 772 0 R ] >> endobj -758 0 obj << +771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 679.0083 412.5881 690.1333] +/Rect [345.5302 655.098 412.5881 666.2229] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -759 0 obj << +772 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [256.8071 579.6033 263.781 588.5144] +/Rect [256.8071 555.693 263.781 564.604] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -757 0 obj << -/D [755 0 R /XYZ 150.7049 740.9981 null] +770 0 obj << +/D [768 0 R /XYZ 150.7049 740.9981 null] >> endobj -754 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R >> +767 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -762 0 obj << -/Length 9584 +775 0 obj << +/Length 8580 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -58.6708 cm +1 0 0 1 -348.6924 -62.3005 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -682.3273 cm +1 0 0 1 -94.9141 -678.6976 cm BT -/F18 14.3462 Tf 99.8954 682.3273 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 678.6976 Td[(psb)]TJ ET -1 0 0 1 125.1626 682.3273 cm +1 0 0 1 125.1626 678.6976 cm q []0 d 0 J @@ -10214,11 +10687,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -682.3273 cm +1 0 0 1 -125.1626 -678.6976 cm BT -/F18 14.3462 Tf 130.0045 682.3273 Td[(ge)-1(dot)-1(|Do)-1(t)-375(Pro)-32(duct)]TJ/F8 9.9626 Tf -30.1091 -27.6898 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(dot)-333(p)1(ro)-28(d)1(uct)-334(b)-27(et)27(w)28(ee)-1(n)-333(t)28(w)28(o)-334(v)28(ec)-1(t)1(ors)]TJ/F11 9.9626 Tf 252.3319 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3719 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -285.9605 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3719 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(are)-333(doub)1(le)-334(p)1(rec)-1(ision)-333(r)1(e)-1(al)-333(v)28(ec)-1(tor)1(s)-334(c)-1(ompu)1(tes)-334(dot-pr)1(o)-28(du)1(c)-1(t)-333(as:)]TJ/F11 9.9626 Tf 101.7827 -19.2912 Td[(dot)]TJ/F14 9.9626 Tf 16.3795 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 4.1135 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(y)]TJ/F8 9.9626 Tf -189.7743 -19.2912 Td[(El)1(s)-1(e)-287(if)]TJ/F11 9.9626 Tf 29.4259 0 Td[(x)]TJ/F8 9.9626 Tf 8.5485 0 Td[(and)]TJ/F11 9.9626 Tf 18.9055 0 Td[(y)]TJ/F8 9.9626 Tf 8.0966 0 Td[(are)-287(d)1(oub)1(le)-287(pr)1(e)-1(cision)-286(c)-1(ompl)1(e)-1(x)-286(v)28(e)-1(ctors)-287(th)1(e)-1(n)-286(comput)1(e)-1(s)-287(d)1(ot-)-1(p)1(ro)-28(d)1(uct)]TJ -64.9765 -11.9552 Td[(as:)]TJ/F11 9.9626 Tf 148.0547 -11.9551 Td[(dot)]TJ/F14 9.9626 Tf 16.3795 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 4.1135 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(y)]TJ/F18 14.3462 Tf -190.4145 -32.4935 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 108.5227 -21.8209 Td[(psb)]TJ +/F18 14.3462 Tf 130.0045 678.6976 Td[(ge)-1(dot)-1(|Do)-1(t)-375(Pro)-32(duct)]TJ/F8 9.9626 Tf -30.1091 -31.2663 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(dot)-333(p)1(ro)-28(d)1(uct)-334(b)-27(et)27(w)28(ee)-1(n)-333(t)28(w)28(o)-334(v)28(ec)-1(t)1(ors)]TJ/F11 9.9626 Tf 252.3319 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3719 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -285.9605 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3719 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(are)-333(doub)1(le)-334(p)1(rec)-1(ision)-333(r)1(e)-1(al)-333(v)28(ec)-1(tor)1(s)-334(c)-1(ompu)1(tes)-334(dot-pr)1(o)-28(du)1(c)-1(t)-333(as:)]TJ/F11 9.9626 Tf 101.7827 -22.682 Td[(dot)]TJ/F14 9.9626 Tf 16.3795 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 4.1135 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(y)]TJ/F8 9.9626 Tf -189.7743 -22.682 Td[(El)1(s)-1(e)-287(if)]TJ/F11 9.9626 Tf 29.4259 0 Td[(x)]TJ/F8 9.9626 Tf 8.5485 0 Td[(and)]TJ/F11 9.9626 Tf 18.9055 0 Td[(y)]TJ/F8 9.9626 Tf 8.0966 0 Td[(are)-287(d)1(oub)1(le)-287(pr)1(e)-1(cision)-286(c)-1(ompl)1(e)-1(x)-286(v)28(e)-1(ctors)-287(th)1(e)-1(n)-286(comput)1(e)-1(s)-287(d)1(ot-)-1(p)1(ro)-28(d)1(uct)]TJ -64.9765 -11.9552 Td[(as:)]TJ/F11 9.9626 Tf 148.0547 -13.1014 Td[(dot)]TJ/F14 9.9626 Tf 16.3795 0 Td[(\040)]TJ/F11 9.9626 Tf 12.73 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 4.1135 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(y)]TJ/F18 14.3462 Tf -190.4145 -42.0969 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 108.5227 -22.1499 Td[(psb)]TJ ET -1 0 0 1 224.0151 525.8752 cm +1 0 0 1 224.0151 500.8087 cm q []0 d 0 J @@ -10227,11 +10700,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -224.0151 -525.8752 cm +1 0 0 1 -224.0151 -500.8087 cm BT -/F8 9.9626 Tf 227.004 525.8752 Td[(gedot)-333(\050)]TJ/F19 9.9626 Tf 30.9949 0 Td[(x,)-357(y,)-357(desc)]TJ +/F8 9.9626 Tf 227.004 500.8087 Td[(gedot)-333(\050)]TJ/F19 9.9626 Tf 30.9949 0 Td[(x,)-357(y,)-357(desc)]TJ ET -1 0 0 1 299.6391 525.8752 cm +1 0 0 1 299.6391 500.8087 cm q []0 d 0 J @@ -10240,16 +10713,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -299.6391 -525.8752 cm +1 0 0 1 -299.6391 -500.8087 cm BT -/F19 9.9626 Tf 302.6943 525.8752 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ +/F19 9.9626 Tf 302.6943 500.8087 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 500.5248 cm +1 0 0 1 99.8954 473.6435 cm 0 g 0 G -1 0 0 1 79.8395 -21.0212 cm +1 0 0 1 79.8395 -21.0211 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 20.6227 cm +1 0 0 1 4.9813 20.6226 cm q []0 d 0 J @@ -10258,11 +10731,11 @@ q 174.0695 0.1992 l S Q -1 0 0 1 -184.7162 -500.1263 cm +1 0 0 1 -184.7162 -473.245 cm BT -/F11 9.9626 Tf 190.6938 491.7577 Td[(dot)]TJ/F8 9.9626 Tf 13.6122 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F29 9.9626 Tf 86.8239 0 Td[(F)96(unction)]TJ +/F11 9.9626 Tf 190.6938 464.8764 Td[(dot)]TJ/F8 9.9626 Tf 13.6122 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F29 9.9626 Tf 86.8239 0 Td[(F)96(unction)]TJ ET -1 0 0 1 184.7162 487.7726 cm +1 0 0 1 184.7162 460.8914 cm q []0 d 0 J @@ -10271,11 +10744,11 @@ q 174.0695 0.1992 l S Q -1 0 0 1 -184.7162 -487.7726 cm +1 0 0 1 -184.7162 -460.8914 cm BT -/F8 9.9626 Tf 190.6938 479.4041 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ +/F8 9.9626 Tf 190.6938 452.5228 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ ET -1 0 0 1 324.5975 479.4041 cm +1 0 0 1 324.5975 452.5228 cm q []0 d 0 J @@ -10284,11 +10757,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -324.5975 -479.4041 cm +1 0 0 1 -324.5975 -452.5228 cm BT -/F8 9.9626 Tf 327.5863 479.4041 Td[(gedot)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ +/F8 9.9626 Tf 327.5863 452.5228 Td[(gedot)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ ET -1 0 0 1 324.5975 467.4489 cm +1 0 0 1 324.5975 440.5676 cm q []0 d 0 J @@ -10297,11 +10770,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -324.5975 -467.4489 cm +1 0 0 1 -324.5975 -440.5676 cm BT -/F8 9.9626 Tf 327.5863 467.4489 Td[(gedot)]TJ +/F8 9.9626 Tf 327.5863 440.5676 Td[(gedot)]TJ ET -1 0 0 1 184.7162 463.4638 cm +1 0 0 1 184.7162 436.5825 cm q []0 d 0 J @@ -10312,77 +10785,77 @@ S Q 1 0 0 1 43.3513 -27.84 cm 0 g 0 G -1 0 0 1 -228.0675 -435.6238 cm +1 0 0 1 -228.0675 -408.7425 cm BT -/F8 9.9626 Tf 228.0675 435.6238 Td[(T)83(ab)1(le)-334(2:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 228.0675 408.7425 Td[(T)83(ab)1(le)-334(2:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 315.4344 435.6238 cm +1 0 0 1 315.4344 408.7425 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -27.7051 cm +1 0 0 1 -4.9813 -33.2928 cm 0 g 0 G -1 0 0 1 -94.9141 -405.9815 cm +1 0 0 1 -94.9141 -373.5125 cm BT -/F29 9.9626 Tf 99.8954 405.9815 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 373.5125 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 405.9815 cm +1 0 0 1 147.4806 373.5125 cm 0 g 0 G -1 0 0 1 -52.5665 -18.8746 cm +1 0 0 1 -52.5665 -21.4536 cm 0 g 0 G -1 0 0 1 -94.9141 -387.1069 cm +1 0 0 1 -94.9141 -352.0589 cm BT -/F29 9.9626 Tf 99.8954 387.1069 Td[(x)]TJ +/F29 9.9626 Tf 99.8954 352.0589 Td[(x)]TJ ET -1 0 0 1 105.9421 387.1069 cm +1 0 0 1 105.9421 352.0589 cm 0 g 0 G -1 0 0 1 -105.9421 -387.1069 cm +1 0 0 1 -105.9421 -352.0589 cm BT -/F8 9.9626 Tf 110.9235 387.1069 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9552 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 352.0589 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 204.0051 327.331 cm +1 0 0 1 204.0051 292.2831 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -204.0051 -327.331 cm +1 0 0 1 -204.0051 -292.2831 cm BT -/F8 9.9626 Tf 204.0051 327.331 Td[(2)]TJ +/F8 9.9626 Tf 204.0051 292.2831 Td[(2)]TJ ET -1 0 0 1 208.9865 327.331 cm +1 0 0 1 208.9865 292.2831 cm 0 g 0 G -1 0 0 1 -208.9865 -327.331 cm +1 0 0 1 -208.9865 -292.2831 cm BT -/F8 9.9626 Tf 208.9865 327.331 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ +/F8 9.9626 Tf 208.9865 292.2831 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ ET -1 0 0 1 94.9141 308.4564 cm +1 0 0 1 94.9141 270.8294 cm 0 g 0 G -1 0 0 1 -94.9141 -308.4564 cm +1 0 0 1 -94.9141 -270.8294 cm BT -/F29 9.9626 Tf 99.8954 308.4564 Td[(y)]TJ +/F29 9.9626 Tf 99.8954 270.8294 Td[(y)]TJ ET -1 0 0 1 105.9421 308.4564 cm +1 0 0 1 105.9421 270.8294 cm 0 g 0 G -1 0 0 1 -105.9421 -308.4564 cm +1 0 0 1 -105.9421 -270.8294 cm BT -/F8 9.9626 Tf 110.9235 308.4564 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 270.8294 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 204.0051 248.6805 cm +1 0 0 1 204.0051 211.0536 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -204.0051 -248.6805 cm +1 0 0 1 -204.0051 -211.0536 cm BT -/F8 9.9626 Tf 204.0051 248.6805 Td[(2)]TJ +/F8 9.9626 Tf 204.0051 211.0536 Td[(2)]TJ ET -1 0 0 1 208.9865 248.6805 cm +1 0 0 1 208.9865 211.0536 cm 0 g 0 G -1 0 0 1 -208.9865 -248.6805 cm +1 0 0 1 -208.9865 -211.0536 cm BT -/F8 9.9626 Tf 208.9865 248.6805 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ +/F8 9.9626 Tf 208.9865 211.0536 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ ET -1 0 0 1 94.9141 229.8059 cm +1 0 0 1 94.9141 189.5999 cm 0 g 0 G -1 0 0 1 -94.9141 -229.8059 cm +1 0 0 1 -94.9141 -189.5999 cm BT -/F29 9.9626 Tf 99.8954 229.8059 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 189.5999 Td[(desc)]TJ ET -1 0 0 1 121.81 229.8059 cm +1 0 0 1 121.81 189.5999 cm q []0 d 0 J @@ -10391,23 +10864,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -121.81 -229.8059 cm +1 0 0 1 -121.81 -189.5999 cm BT -/F29 9.9626 Tf 125.2471 229.8059 Td[(a)]TJ +/F29 9.9626 Tf 125.2471 189.5999 Td[(a)]TJ ET -1 0 0 1 130.8165 229.8059 cm +1 0 0 1 130.8165 189.5999 cm 0 g 0 G -1 0 0 1 -130.8165 -229.8059 cm +1 0 0 1 -130.8165 -189.5999 cm BT -/F8 9.9626 Tf 135.7978 229.8059 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 135.7978 189.5999 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 181.9852 cm +1 0 0 1 295.717 141.7793 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -181.9852 cm +1 0 0 1 -295.717 -141.7793 cm BT -/F32 9.9626 Tf 295.717 181.9852 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 141.7793 Td[(psb)]TJ ET -1 0 0 1 312.0356 181.9852 cm +1 0 0 1 312.0356 141.7793 cm q []0 d 0 J @@ -10416,11 +10889,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -181.9852 cm +1 0 0 1 -312.0356 -141.7793 cm BT -/F32 9.9626 Tf 315.1738 181.9852 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 141.7793 Td[(desc)]TJ ET -1 0 0 1 336.7228 181.9852 cm +1 0 0 1 336.7228 141.7793 cm q []0 d 0 J @@ -10429,49 +10902,25 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -181.9852 cm -BT -/F32 9.9626 Tf 339.861 181.9852 Td[(type)]TJ -ET -1 0 0 1 360.7824 181.9852 cm -0 g 0 G -1 0 0 1 -360.7824 -181.9852 cm -BT -/F8 9.9626 Tf 360.7824 181.9852 Td[(.)]TJ -ET -1 0 0 1 94.9141 163.1106 cm -0 g 0 G -1 0 0 1 -94.9141 -163.1106 cm +1 0 0 1 -336.7228 -141.7793 cm BT -/F29 9.9626 Tf 99.8954 163.1106 Td[(On)-383(R)-1(etur)1(n)]TJ +/F32 9.9626 Tf 339.861 141.7793 Td[(type)]TJ ET -1 0 0 1 154.4337 163.1106 cm -0 g 0 G -1 0 0 1 -59.5196 -18.8746 cm +1 0 0 1 360.7824 141.7793 cm 0 g 0 G -1 0 0 1 -94.9141 -144.236 cm +1 0 0 1 -360.7824 -141.7793 cm BT -/F29 9.9626 Tf 99.8954 144.236 Td[(F)96(unction)-384(v)64(alue)]TJ +/F8 9.9626 Tf 360.7824 141.7793 Td[(.)]TJ ET -1 0 0 1 173.3003 144.236 cm +1 0 0 1 94.9141 120.3256 cm 0 g 0 G -1 0 0 1 -173.3003 -144.236 cm -BT -/F8 9.9626 Tf 178.2816 144.236 Td[(is)-334(t)1(he)-334(d)1(ot)-334(p)1(ro)-28(d)1(uct)-333(of)-333(s)-1(u)1(b)28(v)28(e)-1(ctors)]TJ/F11 9.9626 Tf 142.1892 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3719 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -229.2974 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ -ET -1 0 0 1 383.0839 120.3256 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -383.0839 -120.3256 cm +1 0 0 1 -94.9141 -120.3256 cm BT -/F8 9.9626 Tf 383.0839 120.3256 Td[(2)]TJ +/F29 9.9626 Tf 99.8954 120.3256 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 388.0653 120.3256 cm +1 0 0 1 154.4337 120.3256 cm 0 g 0 G -1 0 0 1 -388.0653 -120.3256 cm -BT -/F8 9.9626 Tf 388.0653 120.3256 Td[(.)]TJ -ET -1 0 0 1 99.8954 90.4377 cm +1 0 0 1 -54.5383 -29.8879 cm 0 g 0 G 1 0 0 1 -99.8954 -90.4377 cm BT @@ -10481,60 +10930,53 @@ ET 0 g 0 G endstream endobj -761 0 obj << +774 0 obj << /Type /Page -/Contents 762 0 R -/Resources 760 0 R +/Contents 775 0 R +/Resources 773 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R -/Annots [ 766 0 R 767 0 R 768 0 R 769 0 R ] +/Parent 766 0 R +/Annots [ 779 0 R 780 0 R 781 0 R ] >> endobj -766 0 obj << +779 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.0089 324.3976 209.9827 335.2458] +/Rect [203.0089 289.3496 209.9827 300.1978] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -767 0 obj << +780 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.0089 245.7471 209.9827 256.5953] +/Rect [203.0089 208.1201 209.9827 218.9683] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -768 0 obj << +781 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 178.775 361.7786 189.9] +/Rect [294.7207 138.5691 361.7786 149.694] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -769 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [382.0877 117.3922 389.0615 128.2404] -/Subtype /Link -/A << /S /GoTo /D (table.2) >> ->> endobj -763 0 obj << -/D [761 0 R /XYZ 99.8954 740.9981 null] +776 0 obj << +/D [774 0 R /XYZ 99.8954 740.9981 null] >> endobj -102 0 obj << -/D [761 0 R /XYZ 99.8954 663.8032 null] +110 0 obj << +/D [774 0 R /XYZ 99.8954 656.979 null] >> endobj -764 0 obj << -/D [761 0 R /XYZ 99.8954 535.0408 null] +777 0 obj << +/D [774 0 R /XYZ 99.8954 509.9743 null] >> endobj -765 0 obj << -/D [761 0 R /XYZ 267.6413 447.5789 null] +778 0 obj << +/D [774 0 R /XYZ 267.6413 420.6977 null] >> endobj -760 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +773 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -772 0 obj << -/Length 942 +784 0 obj << +/Length 1957 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -10545,13 +10987,37 @@ stream 0 g 0 G 1 0 0 1 -145.7236 -706.1289 cm BT -/F29 9.9626 Tf 150.7049 706.1289 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 150.7049 706.1289 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 169.4816 706.1289 cm +1 0 0 1 224.1097 706.1289 cm 0 g 0 G -1 0 0 1 -169.4816 -706.1289 cm +1 0 0 1 -224.1097 -706.1289 cm BT -/F8 9.9626 Tf 174.4629 706.1289 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 229.0911 706.1289 Td[(is)-334(t)1(he)-334(d)1(ot)-334(p)1(ro)-28(d)1(uct)-333(of)-333(s)-1(u)1(b)28(v)28(ec)-1(tors)]TJ/F11 9.9626 Tf 142.1892 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(and)]TJ/F11 9.9626 Tf 19.3718 0 Td[(y)]TJ/F8 9.9626 Tf 5.242 0 Td[(.)]TJ -229.2974 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ +ET +1 0 0 1 433.8934 682.2185 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -433.8934 -682.2185 cm +BT +/F8 9.9626 Tf 433.8934 682.2185 Td[(2)]TJ +ET +1 0 0 1 438.8747 682.2185 cm +0 g 0 G +1 0 0 1 -438.8747 -682.2185 cm +BT +/F8 9.9626 Tf 438.8747 682.2185 Td[(.)]TJ +ET +1 0 0 1 145.7235 662.2932 cm +0 g 0 G +1 0 0 1 -145.7235 -662.2932 cm +BT +/F29 9.9626 Tf 150.7049 662.2932 Td[(inf)-1(o)]TJ +ET +1 0 0 1 169.4816 662.2932 cm +0 g 0 G +1 0 0 1 -169.4816 -662.2932 cm +BT +/F8 9.9626 Tf 174.4629 662.2932 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9551 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -10563,21 +11029,29 @@ ET 0 g 0 G endstream endobj -771 0 obj << +783 0 obj << /Type /Page -/Contents 772 0 R -/Resources 770 0 R +/Contents 784 0 R +/Resources 782 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R +/Parent 766 0 R +/Annots [ 786 0 R ] >> endobj -773 0 obj << -/D [771 0 R /XYZ 150.7049 740.9981 null] +786 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [432.8971 679.2851 439.871 690.1333] +/Subtype /Link +/A << /S /GoTo /D (table.2) >> >> endobj -770 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +785 0 obj << +/D [783 0 R /XYZ 150.7049 740.9981 null] +>> endobj +782 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -776 0 obj << +789 0 obj << /Length 9457 >> stream @@ -10856,52 +11330,52 @@ ET 0 g 0 G endstream endobj -775 0 obj << +788 0 obj << /Type /Page -/Contents 776 0 R -/Resources 774 0 R +/Contents 789 0 R +/Resources 787 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R -/Annots [ 780 0 R 781 0 R 782 0 R ] +/Parent 766 0 R +/Annots [ 793 0 R 794 0 R 795 0 R ] >> endobj -780 0 obj << +793 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.0089 318.691 209.9827 329.5392] /Subtype /Link /A << /S /GoTo /D (table.3) >> >> endobj -781 0 obj << +794 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.0089 238.4784 209.9827 249.3266] /Subtype /Link /A << /S /GoTo /D (table.3) >> >> endobj -782 0 obj << +795 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 169.9442 361.7786 181.0691] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -777 0 obj << -/D [775 0 R /XYZ 99.8954 740.9981 null] +790 0 obj << +/D [788 0 R /XYZ 99.8954 740.9981 null] >> endobj -106 0 obj << -/D [775 0 R /XYZ 99.8954 658.7232 null] +114 0 obj << +/D [788 0 R /XYZ 99.8954 658.7232 null] >> endobj -778 0 obj << -/D [775 0 R /XYZ 99.8954 536.5193 null] +791 0 obj << +/D [788 0 R /XYZ 99.8954 536.5193 null] >> endobj -779 0 obj << -/D [775 0 R /XYZ 267.6413 447.7511 null] +792 0 obj << +/D [788 0 R /XYZ 267.6413 447.7511 null] >> endobj -774 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +787 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -785 0 obj << +798 0 obj << /Length 1609 >> stream @@ -10947,44 +11421,44 @@ ET 0 g 0 G endstream endobj -784 0 obj << +797 0 obj << /Type /Page -/Contents 785 0 R -/Resources 783 0 R +/Contents 798 0 R +/Resources 796 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 753 0 R -/Annots [ 787 0 R ] +/Parent 766 0 R +/Annots [ 800 0 R ] >> endobj -787 0 obj << +800 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [202.0125 681.2223 208.9864 690.1333] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -786 0 obj << -/D [784 0 R /XYZ 150.7049 740.9981 null] +799 0 obj << +/D [797 0 R /XYZ 150.7049 740.9981 null] >> endobj -783 0 obj << -/Font << /F8 414 0 R /F29 411 0 R >> +796 0 obj << +/Font << /F8 422 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -790 0 obj << -/Length 8739 +803 0 obj << +/Length 8736 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -59.011 cm +1 0 0 1 -348.6924 -58.4237 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -681.9871 cm +1 0 0 1 -94.9141 -682.5744 cm BT -/F18 14.3462 Tf 99.8954 681.9871 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 682.5744 Td[(psb)]TJ ET -1 0 0 1 125.1626 681.9871 cm +1 0 0 1 125.1626 682.5744 cm q []0 d 0 J @@ -10993,11 +11467,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -681.9871 cm +1 0 0 1 -125.1626 -682.5744 cm BT -/F18 14.3462 Tf 130.0045 681.9871 Td[(ge)-1(amax|In\014nit)30(y)1(-Nor)-1(m)-375(o)-1(f)-375(V)95(e)-1(cto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -28.0299 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(in\014)1(nit)28(y)1(-)-1(n)1(orm)-334(of)-333(a)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 233.1816 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -238.8755 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9627 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(in\014)1(ni)1(t)27(y)-333(n)1(orm)-334(as:)]TJ/F11 9.9626 Tf 115.2688 -19.7164 Td[(ama)1(x)]TJ/F14 9.9626 Tf 27.7409 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.8614 -6.2751 Td[(i)]TJ/F14 9.9626 Tf 12.3406 6.2751 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf -206.6974 -22.9473 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(c)-1(omp)1(le)-1(x)-333(v)28(ec)-1(tor)-333(th)1(e)-1(n)-332(c)-1(ompu)1(te)-1(s)-333(in\014)1(nit)28(y-n)1(orm)-334(as:)]TJ/F11 9.9626 Tf 61.4463 -19.7164 Td[(ama)1(x)]TJ/F14 9.9626 Tf 27.7409 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.8614 -6.2751 Td[(i)]TJ/F8 9.9626 Tf 12.3406 6.2751 Td[(\050)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4103 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F8 9.9626 Tf 3.3169 1.4944 Td[(\051)]TJ/F14 9.9626 Tf 3.8743 0 Td[(j)]TJ/F8 9.9626 Tf 4.9813 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F8 9.9626 Tf 3.3168 1.4944 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(\051)]TJ/F18 14.3462 Tf -241.3695 -32.5667 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 109.6849 -21.821 Td[(psb)]TJ +/F18 14.3462 Tf 130.0045 682.5744 Td[(ge)-1(amax|In\014nit)30(y)1(-Nor)-1(m)-375(o)-1(f)-375(V)95(e)-1(cto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -27.4426 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(in\014)1(nit)28(y)1(-)-1(n)1(orm)-334(of)-333(a)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 233.1816 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -238.8755 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9627 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(in\014)1(ni)1(t)27(y)-333(n)1(orm)-334(as:)]TJ/F11 9.9626 Tf 115.2688 -18.9823 Td[(ama)1(x)]TJ/F14 9.9626 Tf 27.7409 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.8614 -6.275 Td[(i)]TJ/F14 9.9626 Tf 12.3406 6.275 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf -206.6974 -22.2132 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(c)-1(omp)1(le)-1(x)-333(v)28(ec)-1(tor)-333(th)1(e)-1(n)-332(c)-1(ompu)1(te)-1(s)-333(in\014)1(nit)28(y-n)1(orm)-334(as:)]TJ/F11 9.9626 Tf 61.4463 -18.9823 Td[(ama)1(x)]TJ/F14 9.9626 Tf 27.7409 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.8614 -6.2751 Td[(i)]TJ/F8 9.9626 Tf 12.3406 6.2751 Td[(\050)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4103 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F8 9.9626 Tf 3.3169 1.4944 Td[(\051)]TJ/F14 9.9626 Tf 3.8743 0 Td[(j)]TJ/F8 9.9626 Tf 4.9813 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F8 9.9626 Tf 3.3168 1.4944 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(\051)]TJ/F18 14.3462 Tf -241.3695 -39.4674 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 109.6849 -21.8209 Td[(psb)]TJ ET -1 0 0 1 225.1774 525.2342 cm +1 0 0 1 225.1774 521.7104 cm q []0 d 0 J @@ -11006,11 +11480,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -225.1774 -525.2342 cm +1 0 0 1 -225.1774 -521.7104 cm BT -/F8 9.9626 Tf 228.1662 525.2342 Td[(geam)-1(ax)-333(\050)]TJ/F19 9.9626 Tf 40.1274 0 Td[(x,)-357(desc)]TJ +/F8 9.9626 Tf 228.1662 521.7104 Td[(geam)-1(ax)-333(\050)]TJ/F19 9.9626 Tf 40.1274 0 Td[(x,)-357(desc)]TJ ET -1 0 0 1 298.4769 525.2342 cm +1 0 0 1 298.4769 521.7104 cm q []0 d 0 J @@ -11019,16 +11493,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -298.4769 -525.2342 cm +1 0 0 1 -298.4769 -521.7104 cm BT -/F19 9.9626 Tf 301.5321 525.2342 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ +/F19 9.9626 Tf 301.5321 521.7104 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 499.7138 cm +1 0 0 1 99.8954 496.4836 cm 0 g 0 G -1 0 0 1 26.3094 -21.0212 cm +1 0 0 1 26.3094 -21.0211 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 20.6227 cm +1 0 0 1 4.9813 20.6226 cm q []0 d 0 J @@ -11037,11 +11511,11 @@ q 281.1296 0.1992 l S Q -1 0 0 1 -131.1861 -499.3153 cm +1 0 0 1 -131.1861 -496.0851 cm BT -/F11 9.9626 Tf 137.1637 490.9467 Td[(ama)1(x)-7465(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(F)96(unction)]TJ +/F11 9.9626 Tf 137.1637 487.7165 Td[(ama)1(x)-7465(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(F)96(unction)]TJ ET -1 0 0 1 131.1861 486.9616 cm +1 0 0 1 131.1861 483.7315 cm q []0 d 0 J @@ -11050,11 +11524,11 @@ q 281.1296 0.1992 l S Q -1 0 0 1 -131.1861 -486.9616 cm +1 0 0 1 -131.1861 -483.7315 cm BT -/F8 9.9626 Tf 137.1637 478.593 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ +/F8 9.9626 Tf 137.1637 475.3629 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ ET -1 0 0 1 370.4172 478.593 cm +1 0 0 1 370.4172 475.3629 cm q []0 d 0 J @@ -11063,11 +11537,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -370.4172 -478.593 cm +1 0 0 1 -370.4172 -475.3629 cm BT -/F8 9.9626 Tf 373.406 478.593 Td[(geam)-1(ax)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ +/F8 9.9626 Tf 373.406 475.3629 Td[(geam)-1(ax)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ ET -1 0 0 1 370.4172 466.6378 cm +1 0 0 1 370.4172 463.4077 cm q []0 d 0 J @@ -11076,11 +11550,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -370.4172 -466.6378 cm +1 0 0 1 -370.4172 -463.4077 cm BT -/F8 9.9626 Tf 373.406 466.6378 Td[(geam)-1(ax)]TJ +/F8 9.9626 Tf 373.406 463.4077 Td[(geam)-1(ax)]TJ ET -1 0 0 1 131.1861 462.6528 cm +1 0 0 1 131.1861 459.4226 cm q []0 d 0 J @@ -11089,55 +11563,55 @@ q 281.1296 0.1992 l S Q -1 0 0 1 96.8814 -27.8401 cm +1 0 0 1 96.8814 -27.84 cm 0 g 0 G -1 0 0 1 -228.0675 -434.8127 cm +1 0 0 1 -228.0675 -431.5826 cm BT -/F8 9.9626 Tf 228.0675 434.8127 Td[(T)83(ab)1(le)-334(4:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 228.0675 431.5826 Td[(T)83(ab)1(le)-334(4:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 315.4344 434.8127 cm +1 0 0 1 315.4344 431.5826 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -28.3003 cm +1 0 0 1 -4.9813 -27.2726 cm 0 g 0 G -1 0 0 1 -94.9141 -404.5752 cm +1 0 0 1 -94.9141 -402.3728 cm BT -/F29 9.9626 Tf 99.8954 404.5752 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 402.3728 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 404.5752 cm +1 0 0 1 147.4806 402.3728 cm 0 g 0 G -1 0 0 1 -52.5665 -19.0447 cm +1 0 0 1 -52.5665 -18.7511 cm 0 g 0 G -1 0 0 1 -94.9141 -385.5305 cm +1 0 0 1 -94.9141 -383.6217 cm BT -/F29 9.9626 Tf 99.8954 385.5305 Td[(x)]TJ +/F29 9.9626 Tf 99.8954 383.6217 Td[(x)]TJ ET -1 0 0 1 105.9421 385.5305 cm +1 0 0 1 105.9421 383.6217 cm 0 g 0 G -1 0 0 1 -105.9421 -385.5305 cm +1 0 0 1 -105.9421 -383.6217 cm BT -/F8 9.9626 Tf 110.9235 385.5305 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 383.6217 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 163.8224 325.7546 cm +1 0 0 1 163.8224 323.8459 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -163.8224 -325.7546 cm +1 0 0 1 -163.8224 -323.8459 cm BT -/F8 9.9626 Tf 163.8224 325.7546 Td[(4)]TJ +/F8 9.9626 Tf 163.8224 323.8459 Td[(4)]TJ ET -1 0 0 1 168.8038 325.7546 cm +1 0 0 1 168.8038 323.8459 cm 0 g 0 G -1 0 0 1 -168.8038 -325.7546 cm +1 0 0 1 -168.8038 -323.8459 cm BT -/F8 9.9626 Tf 168.8038 325.7546 Td[(.)]TJ +/F8 9.9626 Tf 168.8038 323.8459 Td[(.)]TJ ET -1 0 0 1 94.9141 306.7099 cm +1 0 0 1 94.9141 305.0948 cm 0 g 0 G -1 0 0 1 -94.9141 -306.7099 cm +1 0 0 1 -94.9141 -305.0948 cm BT -/F29 9.9626 Tf 99.8954 306.7099 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 305.0948 Td[(desc)]TJ ET -1 0 0 1 121.81 306.7099 cm +1 0 0 1 121.81 305.0948 cm q []0 d 0 J @@ -11146,23 +11620,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -121.81 -306.7099 cm +1 0 0 1 -121.81 -305.0948 cm BT -/F29 9.9626 Tf 125.2471 306.7099 Td[(a)]TJ +/F29 9.9626 Tf 125.2471 305.0948 Td[(a)]TJ ET -1 0 0 1 130.8165 306.7099 cm +1 0 0 1 130.8165 305.0948 cm 0 g 0 G -1 0 0 1 -130.8165 -306.7099 cm +1 0 0 1 -130.8165 -305.0948 cm BT -/F8 9.9626 Tf 135.7978 306.7099 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 135.7978 305.0948 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 258.8892 cm +1 0 0 1 295.717 257.2742 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -258.8892 cm +1 0 0 1 -295.717 -257.2742 cm BT -/F32 9.9626 Tf 295.717 258.8892 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 257.2742 Td[(psb)]TJ ET -1 0 0 1 312.0356 258.8892 cm +1 0 0 1 312.0356 257.2742 cm q []0 d 0 J @@ -11171,11 +11645,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -258.8892 cm +1 0 0 1 -312.0356 -257.2742 cm BT -/F32 9.9626 Tf 315.1738 258.8892 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 257.2742 Td[(desc)]TJ ET -1 0 0 1 336.7228 258.8892 cm +1 0 0 1 336.7228 257.2742 cm q []0 d 0 J @@ -11184,47 +11658,47 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -258.8892 cm +1 0 0 1 -336.7228 -257.2742 cm BT -/F32 9.9626 Tf 339.861 258.8892 Td[(type)]TJ +/F32 9.9626 Tf 339.861 257.2742 Td[(type)]TJ ET -1 0 0 1 360.7824 258.8892 cm +1 0 0 1 360.7824 257.2742 cm 0 g 0 G -1 0 0 1 -360.7824 -258.8892 cm +1 0 0 1 -360.7824 -257.2742 cm BT -/F8 9.9626 Tf 360.7824 258.8892 Td[(.)]TJ +/F8 9.9626 Tf 360.7824 257.2742 Td[(.)]TJ ET -1 0 0 1 94.9141 239.8445 cm +1 0 0 1 94.9141 238.5231 cm 0 g 0 G -1 0 0 1 -94.9141 -239.8445 cm +1 0 0 1 -94.9141 -238.5231 cm BT -/F29 9.9626 Tf 99.8954 239.8445 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 238.5231 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 239.8445 cm +1 0 0 1 154.4337 238.5231 cm 0 g 0 G -1 0 0 1 -59.5196 -19.0447 cm +1 0 0 1 -59.5196 -18.7511 cm 0 g 0 G -1 0 0 1 -94.9141 -220.7998 cm +1 0 0 1 -94.9141 -219.772 cm BT -/F29 9.9626 Tf 99.8954 220.7998 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 99.8954 219.772 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 173.3003 220.7998 cm +1 0 0 1 173.3003 219.772 cm 0 g 0 G -1 0 0 1 -173.3003 -220.7998 cm +1 0 0 1 -173.3003 -219.772 cm BT -/F8 9.9626 Tf 178.2816 220.7998 Td[(is)-334(t)1(he)-334(in)1(\014n)1(it)28(y)-333(nor)1(m)-334(of)-333(sub)28(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 143.5176 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -202.6911 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(long)-333(pr)1(e)-1(cision)-333(real)-333(n)28(um)28(b)-28(er.)]TJ +/F8 9.9626 Tf 178.2816 219.772 Td[(is)-334(t)1(he)-334(in)1(\014n)1(it)28(y)-333(nor)1(m)-334(of)-333(sub)28(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 143.5176 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -202.6911 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(long)-333(pr)1(e)-1(cision)-333(real)-333(n)28(um)28(b)-28(er.)]TJ ET -1 0 0 1 94.9141 177.8447 cm +1 0 0 1 94.9141 177.1106 cm 0 g 0 G -1 0 0 1 -94.9141 -177.8447 cm +1 0 0 1 -94.9141 -177.1106 cm BT -/F29 9.9626 Tf 99.8954 177.8447 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 99.8954 177.1106 Td[(inf)-1(o)]TJ ET -1 0 0 1 118.6721 177.8447 cm +1 0 0 1 118.6721 177.1106 cm 0 g 0 G -1 0 0 1 -118.6721 -177.8447 cm +1 0 0 1 -118.6721 -177.1106 cm BT -/F8 9.9626 Tf 123.6534 177.8447 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 123.6534 177.1106 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -11236,46 +11710,46 @@ ET 0 g 0 G endstream endobj -789 0 obj << +802 0 obj << /Type /Page -/Contents 790 0 R -/Resources 788 0 R +/Contents 803 0 R +/Resources 801 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R -/Annots [ 794 0 R 795 0 R ] +/Parent 809 0 R +/Annots [ 807 0 R 808 0 R ] >> endobj -794 0 obj << +807 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.8262 324.7584 169.8 333.6694] +/Rect [162.8262 322.8496 169.8 331.7607] /Subtype /Link /A << /S /GoTo /D (table.4) >> >> endobj -795 0 obj << +808 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 255.679 361.7786 266.804] +/Rect [294.7207 254.064 361.7786 265.1889] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -791 0 obj << -/D [789 0 R /XYZ 99.8954 740.9981 null] +804 0 obj << +/D [802 0 R /XYZ 99.8954 740.9981 null] >> endobj -110 0 obj << -/D [789 0 R /XYZ 99.8954 663.1228 null] +118 0 obj << +/D [802 0 R /XYZ 99.8954 664.2974 null] >> endobj -792 0 obj << -/D [789 0 R /XYZ 99.8954 534.3998 null] +805 0 obj << +/D [802 0 R /XYZ 99.8954 530.8761 null] >> endobj -793 0 obj << -/D [789 0 R /XYZ 267.6413 446.7679 null] +806 0 obj << +/D [802 0 R /XYZ 267.6413 443.5378 null] >> endobj -788 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +801 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -799 0 obj << -/Length 7966 +812 0 obj << +/Length 7973 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -11300,9 +11774,9 @@ S Q 1 0 0 1 -175.972 -680.226 cm BT -/F18 14.3462 Tf 180.8139 680.226 Td[(g)-1(eamaxs|Gener)-1(ali)-1(zed)-375(In\014ni)-1(t)31(y)-375(N)1(o)-1(rm)]TJ/F8 9.9626 Tf -30.109 -29.791 Td[(This)-359(s)-1(u)1(br)1(outin)1(e)-360(com)-1(p)1(utes)-360(a)-359(se)-1(r)1(ie)-1(s)-359(of)-359(in)1(\014ni)1(t)28(y)-359(norms)-360(on)-358(the)-359(c)-1(olu)1(m)-1(n)1(s)-360(of)-358(a)-360(d)1(e)-1(n)1(s)-1(e)]TJ 0 -11.9552 Td[(matrix)]TJ/F11 9.9626 Tf 32.4063 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 87.1061 -11.9552 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5033 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5033 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F18 14.3462 Tf -215.7374 -32.9458 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 89.1038 -21.8209 Td[(call)-333(psb)]TJ +/F18 14.3462 Tf 180.8139 680.226 Td[(g)-1(eamaxs|Gener)-1(ali)-1(zed)-375(In\014ni)-1(t)31(y)-375(N)1(o)-1(rm)]TJ/F8 9.9626 Tf -30.109 -29.791 Td[(This)-359(s)-1(u)1(br)1(outin)1(e)-360(com)-1(p)1(utes)-360(a)-359(se)-1(r)1(ie)-1(s)-359(of)-359(in)1(\014ni)1(t)28(y)-359(norms)-360(on)-358(the)-359(c)-1(olu)1(m)-1(n)1(s)-360(of)-358(a)-360(d)1(e)-1(n)1(s)-1(e)]TJ 0 -11.9552 Td[(matrix)]TJ/F11 9.9626 Tf 32.4063 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 87.1061 -11.9552 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5033 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5033 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F18 14.3462 Tf -215.7374 -38.9234 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 89.1038 -21.8209 Td[(call)-333(psb)]TJ ET -1 0 0 1 273.6706 571.7578 cm +1 0 0 1 273.6706 565.7803 cm q []0 d 0 J @@ -11311,11 +11785,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -273.6706 -571.7578 cm +1 0 0 1 -273.6706 -565.7803 cm BT -/F8 9.9626 Tf 276.6595 571.7578 Td[(geam)-1(axs)-333(\050)]TJ/F19 9.9626 Tf 44.0571 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ +/F8 9.9626 Tf 276.6595 565.7803 Td[(geam)-1(axs)-333(\050)]TJ/F19 9.9626 Tf 44.0571 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ ET -1 0 0 1 369.8674 571.7578 cm +1 0 0 1 369.8674 565.7803 cm q []0 d 0 J @@ -11324,16 +11798,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -369.8674 -571.7578 cm +1 0 0 1 -369.8674 -565.7803 cm BT -/F19 9.9626 Tf 372.9226 571.7578 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5152 0 Td[(\051)]TJ +/F19 9.9626 Tf 372.9226 565.7803 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5152 0 Td[(\051)]TJ ET -1 0 0 1 150.7049 545.3568 cm +1 0 0 1 150.7049 539.3793 cm 0 g 0 G -1 0 0 1 24.3445 -21.0211 cm +1 0 0 1 24.3445 -21.0212 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 20.6226 cm +1 0 0 1 4.9813 20.6227 cm q []0 d 0 J @@ -11342,11 +11816,11 @@ q 285.0593 0.1992 l S Q -1 0 0 1 -180.0307 -544.9583 cm +1 0 0 1 -180.0307 -538.9808 cm BT -/F11 9.9626 Tf 186.0083 536.5898 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ +/F11 9.9626 Tf 186.0083 530.6122 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ ET -1 0 0 1 180.0307 532.6047 cm +1 0 0 1 180.0307 526.6271 cm q []0 d 0 J @@ -11355,11 +11829,11 @@ q 285.0593 0.1992 l S Q -1 0 0 1 -180.0307 -532.6047 cm +1 0 0 1 -180.0307 -526.6271 cm BT -/F8 9.9626 Tf 186.0083 524.2361 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ +/F8 9.9626 Tf 186.0083 518.2585 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ ET -1 0 0 1 419.2618 524.2361 cm +1 0 0 1 419.2618 518.2585 cm q []0 d 0 J @@ -11368,11 +11842,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -419.2618 -524.2361 cm +1 0 0 1 -419.2618 -518.2585 cm BT -/F8 9.9626 Tf 422.2506 524.2361 Td[(geam)-1(axs)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ +/F8 9.9626 Tf 422.2506 518.2585 Td[(geam)-1(axs)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ ET -1 0 0 1 419.2618 512.2809 cm +1 0 0 1 419.2618 506.3033 cm q []0 d 0 J @@ -11381,11 +11855,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -419.2618 -512.2809 cm +1 0 0 1 -419.2618 -506.3033 cm BT -/F8 9.9626 Tf 422.2506 512.2809 Td[(geam)-1(axs)]TJ +/F8 9.9626 Tf 422.2506 506.3033 Td[(geam)-1(axs)]TJ ET -1 0 0 1 180.0307 508.2958 cm +1 0 0 1 180.0307 502.3183 cm q []0 d 0 J @@ -11394,55 +11868,55 @@ q 285.0593 0.1992 l S Q -1 0 0 1 98.8462 -27.84 cm +1 0 0 1 98.8462 -27.8401 cm 0 g 0 G -1 0 0 1 -278.8769 -480.4558 cm +1 0 0 1 -278.8769 -474.4782 cm BT -/F8 9.9626 Tf 278.8769 480.4558 Td[(T)83(ab)1(le)-334(5:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 278.8769 474.4782 Td[(T)83(ab)1(le)-334(5:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 366.2439 480.4558 cm +1 0 0 1 366.2439 474.4782 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G 1 0 0 1 -4.9814 -31.3823 cm 0 g 0 G -1 0 0 1 -145.7235 -447.1363 cm +1 0 0 1 -145.7235 -441.1587 cm BT -/F29 9.9626 Tf 150.7049 447.1363 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 150.7049 441.1587 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 198.2901 447.1363 cm +1 0 0 1 198.2901 441.1587 cm 0 g 0 G 1 0 0 1 -52.5665 -19.9253 cm 0 g 0 G -1 0 0 1 -145.7236 -427.211 cm +1 0 0 1 -145.7236 -421.2334 cm BT -/F29 9.9626 Tf 150.7049 427.211 Td[(x)]TJ +/F29 9.9626 Tf 150.7049 421.2334 Td[(x)]TJ ET -1 0 0 1 156.7516 427.211 cm +1 0 0 1 156.7516 421.2334 cm 0 g 0 G -1 0 0 1 -156.7516 -427.211 cm +1 0 0 1 -156.7516 -421.2334 cm BT -/F8 9.9626 Tf 161.7329 427.211 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 161.7329 421.2334 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 214.6319 367.4352 cm +1 0 0 1 214.6319 361.4576 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -214.6319 -367.4352 cm +1 0 0 1 -214.6319 -361.4576 cm BT -/F8 9.9626 Tf 214.6319 367.4352 Td[(5)]TJ +/F8 9.9626 Tf 214.6319 361.4576 Td[(5)]TJ ET -1 0 0 1 219.6132 367.4352 cm +1 0 0 1 219.6132 361.4576 cm 0 g 0 G -1 0 0 1 -219.6132 -367.4352 cm +1 0 0 1 -219.6132 -361.4576 cm BT -/F8 9.9626 Tf 219.6132 367.4352 Td[(.)]TJ +/F8 9.9626 Tf 219.6132 361.4576 Td[(.)]TJ ET -1 0 0 1 145.7235 347.5099 cm +1 0 0 1 145.7235 341.5323 cm 0 g 0 G -1 0 0 1 -145.7235 -347.5099 cm +1 0 0 1 -145.7235 -341.5323 cm BT -/F29 9.9626 Tf 150.7049 347.5099 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 341.5323 Td[(desc)]TJ ET -1 0 0 1 172.6195 347.5099 cm +1 0 0 1 172.6195 341.5323 cm q []0 d 0 J @@ -11451,23 +11925,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -172.6195 -347.5099 cm +1 0 0 1 -172.6195 -341.5323 cm BT -/F29 9.9626 Tf 176.0566 347.5099 Td[(a)]TJ +/F29 9.9626 Tf 176.0566 341.5323 Td[(a)]TJ ET -1 0 0 1 181.6259 347.5099 cm +1 0 0 1 181.6259 341.5323 cm 0 g 0 G -1 0 0 1 -181.6259 -347.5099 cm +1 0 0 1 -181.6259 -341.5323 cm BT -/F8 9.9626 Tf 186.6072 347.5099 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 186.6072 341.5323 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 299.6892 cm +1 0 0 1 346.5264 293.7116 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -299.6892 cm +1 0 0 1 -346.5264 -293.7116 cm BT -/F32 9.9626 Tf 346.5264 299.6892 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 293.7116 Td[(psb)]TJ ET -1 0 0 1 362.8451 299.6892 cm +1 0 0 1 362.8451 293.7116 cm q []0 d 0 J @@ -11476,11 +11950,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -299.6892 cm +1 0 0 1 -362.8451 -293.7116 cm BT -/F32 9.9626 Tf 365.9833 299.6892 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 293.7116 Td[(desc)]TJ ET -1 0 0 1 387.5322 299.6892 cm +1 0 0 1 387.5322 293.7116 cm q []0 d 0 J @@ -11489,47 +11963,47 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -299.6892 cm +1 0 0 1 -387.5322 -293.7116 cm BT -/F32 9.9626 Tf 390.6705 299.6892 Td[(type)]TJ +/F32 9.9626 Tf 390.6705 293.7116 Td[(type)]TJ ET -1 0 0 1 411.5918 299.6892 cm +1 0 0 1 411.5918 293.7116 cm 0 g 0 G -1 0 0 1 -411.5918 -299.6892 cm +1 0 0 1 -411.5918 -293.7116 cm BT -/F8 9.9626 Tf 411.5918 299.6892 Td[(.)]TJ +/F8 9.9626 Tf 411.5918 293.7116 Td[(.)]TJ ET -1 0 0 1 145.7235 279.7639 cm +1 0 0 1 145.7235 273.7864 cm 0 g 0 G -1 0 0 1 -145.7235 -279.7639 cm +1 0 0 1 -145.7235 -273.7864 cm BT -/F29 9.9626 Tf 150.7049 279.7639 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 273.7864 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 279.7639 cm +1 0 0 1 205.2431 273.7864 cm 0 g 0 G -1 0 0 1 -59.5196 -19.9252 cm +1 0 0 1 -59.5196 -19.9253 cm 0 g 0 G -1 0 0 1 -145.7235 -259.8387 cm +1 0 0 1 -145.7235 -253.8611 cm BT -/F29 9.9626 Tf 150.7049 259.8387 Td[(res)]TJ +/F29 9.9626 Tf 150.7049 253.8611 Td[(res)]TJ ET -1 0 0 1 165.1935 259.8387 cm +1 0 0 1 165.1935 253.8611 cm 0 g 0 G -1 0 0 1 -165.1935 -259.8387 cm +1 0 0 1 -165.1935 -253.8611 cm BT -/F8 9.9626 Tf 170.1748 259.8387 Td[(is)-334(t)1(he)-334(in)1(\014n)1(it)28(y)-333(nor)1(m)-334(of)-333(the)-333(c)-1(olu)1(mns)-334(of)]TJ/F11 9.9626 Tf 166.1827 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -166.4399 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.5489 0 Td[(.)]TJ -50.0345 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-288(as:)-422(a)-289(n)28(um)28(b)-28(er)-289(or)-288(a)-289(ran)1(k-one)-289(arra)28(y)-288(of)-289(lon)1(g)-289(pr)1(e)-1(cis)-1(i)1(on)-289(r)1(e)-1(al)-289(n)29(um)28(b)-28(ers.)]TJ +/F8 9.9626 Tf 170.1748 253.8611 Td[(is)-334(t)1(he)-334(in)1(\014n)1(it)28(y)-333(nor)1(m)-334(of)-333(the)-333(c)-1(olu)1(mns)-334(of)]TJ/F11 9.9626 Tf 166.1827 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -166.4399 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.5489 0 Td[(.)]TJ -50.0345 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-288(as:)-422(a)-289(n)28(um)28(b)-28(er)-289(or)-288(a)-289(ran)1(k-one)-289(arra)28(y)-288(of)-289(lon)1(g)-289(pr)1(e)-1(cis)-1(i)1(on)-289(r)1(e)-1(al)-289(n)29(um)28(b)-28(ers.)]TJ ET -1 0 0 1 145.7235 204.0479 cm +1 0 0 1 145.7235 198.0703 cm 0 g 0 G -1 0 0 1 -145.7235 -204.0479 cm +1 0 0 1 -145.7235 -198.0703 cm BT -/F29 9.9626 Tf 150.7049 204.0479 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 150.7049 198.0703 Td[(inf)-1(o)]TJ ET -1 0 0 1 169.4816 204.0479 cm +1 0 0 1 169.4816 198.0703 cm 0 g 0 G -1 0 0 1 -169.4816 -204.0479 cm +1 0 0 1 -169.4816 -198.0703 cm BT -/F8 9.9626 Tf 174.4629 204.0479 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 174.4629 198.0703 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -11541,60 +12015,60 @@ ET 0 g 0 G endstream endobj -798 0 obj << +811 0 obj << /Type /Page -/Contents 799 0 R -/Resources 797 0 R +/Contents 812 0 R +/Resources 810 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R -/Annots [ 803 0 R 804 0 R ] +/Parent 809 0 R +/Annots [ 816 0 R 817 0 R ] >> endobj -803 0 obj << +816 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.6356 366.4389 220.6095 375.3499] +/Rect [213.6356 360.4613 220.6095 369.3724] /Subtype /Link /A << /S /GoTo /D (table.5) >> >> endobj -804 0 obj << +817 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 296.479 412.5881 307.604] +/Rect [345.5302 290.5015 412.5881 301.6264] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -800 0 obj << -/D [798 0 R /XYZ 150.7049 740.9981 null] +813 0 obj << +/D [811 0 R /XYZ 150.7049 740.9981 null] >> endobj -114 0 obj << -/D [798 0 R /XYZ 150.7049 659.6006 null] +122 0 obj << +/D [811 0 R /XYZ 150.7049 659.6006 null] >> endobj -801 0 obj << -/D [798 0 R /XYZ 150.7049 580.9235 null] +814 0 obj << +/D [811 0 R /XYZ 150.7049 574.9459 null] >> endobj -802 0 obj << -/D [798 0 R /XYZ 318.4508 492.411 null] +815 0 obj << +/D [811 0 R /XYZ 318.4508 486.4334 null] >> endobj -797 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +810 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -807 0 obj << -/Length 8347 +820 0 obj << +/Length 8360 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -59.281 cm +1 0 0 1 -348.6924 -58.6682 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -681.7171 cm +1 0 0 1 -94.9141 -682.3299 cm BT -/F18 14.3462 Tf 99.8954 681.7171 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 682.3299 Td[(psb)]TJ ET -1 0 0 1 125.1626 681.7171 cm +1 0 0 1 125.1626 682.3299 cm q []0 d 0 J @@ -11603,11 +12077,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -681.7171 cm +1 0 0 1 -125.1626 -682.3299 cm BT -/F18 14.3462 Tf 130.0045 681.7171 Td[(ge)-1(as)1(um)-1(|1-No)-1(rm)-376(of)-375(V)94(ecto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -28.3 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9551 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 123.4494 -20.054 Td[(as)1(u)-1(m)]TJ/F14 9.9626 Tf 27.154 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(k)]TJ/F8 9.9626 Tf -196.3029 -20.0539 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 70.1347 -20.054 Td[(as)1(u)-1(m)]TJ/F14 9.9626 Tf 27.154 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4104 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F8 9.9626 Tf 6.6833 1.4944 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(k)]TJ/F11 9.9626 Tf 4.9813 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F18 14.3462 Tf -232.0861 -31.1305 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 110.0724 -21.8209 Td[(psb)]TJ +/F18 14.3462 Tf 130.0045 682.3299 Td[(ge)-1(as)1(um)-1(|1-No)-1(rm)-376(of)-375(V)94(ecto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -27.6871 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 123.4494 -19.2879 Td[(as)1(u)-1(m)]TJ/F14 9.9626 Tf 27.154 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(k)]TJ/F8 9.9626 Tf -196.3029 -19.2879 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 70.1347 -19.2879 Td[(as)1(u)-1(m)]TJ/F14 9.9626 Tf 27.154 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4104 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F8 9.9626 Tf 6.6833 1.4944 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(k)]TJ/F11 9.9626 Tf 4.9813 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F18 14.3462 Tf -232.0861 -38.3313 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 110.0724 -21.8209 Td[(psb)]TJ ET -1 0 0 1 225.5648 526.8543 cm +1 0 0 1 225.5648 523.1773 cm q []0 d 0 J @@ -11616,11 +12090,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -225.5648 -526.8543 cm +1 0 0 1 -225.5648 -523.1773 cm BT -/F8 9.9626 Tf 228.5537 526.8543 Td[(geas)-1(u)1(m)-334(\050)]TJ/F19 9.9626 Tf 39.3525 0 Td[(x,)-357(desc)]TJ +/F8 9.9626 Tf 228.5537 523.1773 Td[(geas)-1(u)1(m)-334(\050)]TJ/F19 9.9626 Tf 39.3525 0 Td[(x,)-357(desc)]TJ ET -1 0 0 1 298.0894 526.8543 cm +1 0 0 1 298.0894 523.1773 cm q []0 d 0 J @@ -11629,11 +12103,11 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -298.0894 -526.8543 cm +1 0 0 1 -298.0894 -523.1773 cm BT -/F19 9.9626 Tf 301.1446 526.8543 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5152 0 Td[(\051)]TJ +/F19 9.9626 Tf 301.1446 523.1773 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5152 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 501.1989 cm +1 0 0 1 99.8954 497.8283 cm 0 g 0 G 1 0 0 1 26.6969 -21.0212 cm 0 g 0 G @@ -11647,11 +12121,11 @@ q 280.3547 0.1992 l S Q -1 0 0 1 -131.5736 -500.8004 cm +1 0 0 1 -131.5736 -497.4298 cm BT -/F11 9.9626 Tf 137.5512 492.4318 Td[(as)1(u)-1(m)-7524(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(F)96(unction)]TJ +/F11 9.9626 Tf 137.5512 489.0612 Td[(as)1(u)-1(m)-7524(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(F)96(unction)]TJ ET -1 0 0 1 131.5736 488.4467 cm +1 0 0 1 131.5736 485.0761 cm q []0 d 0 J @@ -11660,11 +12134,11 @@ q 280.3547 0.1992 l S Q -1 0 0 1 -131.5736 -488.4467 cm +1 0 0 1 -131.5736 -485.0761 cm BT -/F8 9.9626 Tf 137.5512 480.0782 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ +/F8 9.9626 Tf 137.5512 476.7076 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ ET -1 0 0 1 370.8046 480.0782 cm +1 0 0 1 370.8046 476.7076 cm q []0 d 0 J @@ -11673,11 +12147,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -370.8046 -480.0782 cm +1 0 0 1 -370.8046 -476.7076 cm BT -/F8 9.9626 Tf 373.7935 480.0782 Td[(geas)-1(u)1(m)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ +/F8 9.9626 Tf 373.7935 476.7076 Td[(geas)-1(u)1(m)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ ET -1 0 0 1 370.8046 468.123 cm +1 0 0 1 370.8046 464.7524 cm q []0 d 0 J @@ -11686,11 +12160,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -370.8046 -468.123 cm +1 0 0 1 -370.8046 -464.7524 cm BT -/F8 9.9626 Tf 373.7935 468.123 Td[(geas)-1(u)1(m)]TJ +/F8 9.9626 Tf 373.7935 464.7524 Td[(geas)-1(u)1(m)]TJ ET -1 0 0 1 131.5736 464.1379 cm +1 0 0 1 131.5736 460.7673 cm q []0 d 0 J @@ -11701,53 +12175,53 @@ S Q 1 0 0 1 96.4939 -27.84 cm 0 g 0 G -1 0 0 1 -228.0675 -436.2979 cm +1 0 0 1 -228.0675 -432.9273 cm BT -/F8 9.9626 Tf 228.0675 436.2979 Td[(T)83(ab)1(le)-334(6:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 228.0675 432.9273 Td[(T)83(ab)1(le)-334(6:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 315.4344 436.2979 cm +1 0 0 1 315.4344 432.9273 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -28.7729 cm +1 0 0 1 -4.9813 -27.7004 cm 0 g 0 G -1 0 0 1 -94.9141 -405.5878 cm +1 0 0 1 -94.9141 -403.2897 cm BT -/F29 9.9626 Tf 99.8954 405.5878 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 403.2897 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 405.5878 cm +1 0 0 1 147.4806 403.2897 cm 0 g 0 G -1 0 0 1 -52.5665 -19.1797 cm +1 0 0 1 -52.5665 -18.8733 cm 0 g 0 G -1 0 0 1 -94.9141 -386.4081 cm +1 0 0 1 -94.9141 -384.4164 cm BT -/F29 9.9626 Tf 99.8954 386.4081 Td[(x)]TJ +/F29 9.9626 Tf 99.8954 384.4163 Td[(x)]TJ ET -1 0 0 1 105.9421 386.4081 cm +1 0 0 1 105.9421 384.4163 cm 0 g 0 G -1 0 0 1 -105.9421 -386.4081 cm +1 0 0 1 -105.9421 -384.4163 cm BT -/F8 9.9626 Tf 110.9235 386.4081 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 384.4163 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 163.8224 326.6322 cm +1 0 0 1 163.8224 324.6405 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -163.8224 -326.6322 cm +1 0 0 1 -163.8224 -324.6405 cm BT -/F8 9.9626 Tf 163.8224 326.6322 Td[(6)]TJ +/F8 9.9626 Tf 163.8224 324.6405 Td[(6)]TJ ET -1 0 0 1 168.8038 326.6322 cm +1 0 0 1 168.8038 324.6405 cm 0 g 0 G -1 0 0 1 -168.8038 -326.6322 cm +1 0 0 1 -168.8038 -324.6405 cm BT -/F8 9.9626 Tf 168.8038 326.6322 Td[(.)]TJ +/F8 9.9626 Tf 168.8038 324.6405 Td[(.)]TJ ET -1 0 0 1 94.9141 307.4525 cm +1 0 0 1 94.9141 305.7672 cm 0 g 0 G -1 0 0 1 -94.9141 -307.4525 cm +1 0 0 1 -94.9141 -305.7672 cm BT -/F29 9.9626 Tf 99.8954 307.4525 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 305.7672 Td[(desc)]TJ ET -1 0 0 1 121.81 307.4525 cm +1 0 0 1 121.81 305.7672 cm q []0 d 0 J @@ -11756,23 +12230,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -121.81 -307.4525 cm +1 0 0 1 -121.81 -305.7672 cm BT -/F29 9.9626 Tf 125.2471 307.4525 Td[(a)]TJ +/F29 9.9626 Tf 125.2471 305.7672 Td[(a)]TJ ET -1 0 0 1 130.8165 307.4525 cm +1 0 0 1 130.8165 305.7672 cm 0 g 0 G -1 0 0 1 -130.8165 -307.4525 cm +1 0 0 1 -130.8165 -305.7672 cm BT -/F8 9.9626 Tf 135.7978 307.4525 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 135.7978 305.7672 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 259.6318 cm +1 0 0 1 295.717 257.9465 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -259.6318 cm +1 0 0 1 -295.717 -257.9465 cm BT -/F32 9.9626 Tf 295.717 259.6318 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 257.9465 Td[(psb)]TJ ET -1 0 0 1 312.0356 259.6318 cm +1 0 0 1 312.0356 257.9465 cm q []0 d 0 J @@ -11781,11 +12255,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -259.6318 cm +1 0 0 1 -312.0356 -257.9465 cm BT -/F32 9.9626 Tf 315.1738 259.6318 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 257.9465 Td[(desc)]TJ ET -1 0 0 1 336.7228 259.6318 cm +1 0 0 1 336.7228 257.9465 cm q []0 d 0 J @@ -11794,47 +12268,47 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -259.6318 cm +1 0 0 1 -336.7228 -257.9465 cm BT -/F32 9.9626 Tf 339.861 259.6318 Td[(type)]TJ +/F32 9.9626 Tf 339.861 257.9465 Td[(type)]TJ ET -1 0 0 1 360.7824 259.6318 cm +1 0 0 1 360.7824 257.9465 cm 0 g 0 G -1 0 0 1 -360.7824 -259.6318 cm +1 0 0 1 -360.7824 -257.9465 cm BT -/F8 9.9626 Tf 360.7824 259.6318 Td[(.)]TJ +/F8 9.9626 Tf 360.7824 257.9465 Td[(.)]TJ ET -1 0 0 1 94.9141 240.452 cm +1 0 0 1 94.9141 239.0732 cm 0 g 0 G -1 0 0 1 -94.9141 -240.452 cm +1 0 0 1 -94.9141 -239.0732 cm BT -/F29 9.9626 Tf 99.8954 240.452 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 239.0732 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 240.452 cm +1 0 0 1 154.4337 239.0732 cm 0 g 0 G -1 0 0 1 -59.5196 -19.1797 cm +1 0 0 1 -59.5196 -18.8733 cm 0 g 0 G -1 0 0 1 -94.9141 -221.2723 cm +1 0 0 1 -94.9141 -220.1999 cm BT -/F29 9.9626 Tf 99.8954 221.2723 Td[(F)96(unction)-384(v)64(alue)]TJ +/F29 9.9626 Tf 99.8954 220.1999 Td[(F)96(unction)-384(v)64(alue)]TJ ET -1 0 0 1 173.3003 221.2723 cm +1 0 0 1 173.3003 220.1999 cm 0 g 0 G -1 0 0 1 -173.3003 -221.2723 cm +1 0 0 1 -173.3003 -220.1999 cm BT -/F8 9.9626 Tf 178.2816 221.2723 Td[(is)-334(t)1(he)-334(1-nor)1(m)-334(of)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 102.7814 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -161.9549 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(long)-333(pr)1(e)-1(cis)-1(i)1(on)-333(real)-333(n)28(um)28(b)-28(er.)]TJ +/F8 9.9626 Tf 178.2816 220.1999 Td[(is)-334(t)1(he)-334(1-nor)1(m)-334(of)-333(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 102.7814 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -161.9549 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(long)-333(pr)1(e)-1(cis)-1(i)1(on)-333(real)-333(n)28(um)28(b)-28(er.)]TJ ET -1 0 0 1 94.9141 178.1822 cm +1 0 0 1 94.9141 177.4162 cm 0 g 0 G -1 0 0 1 -94.9141 -178.1822 cm +1 0 0 1 -94.9141 -177.4162 cm BT -/F29 9.9626 Tf 99.8954 178.1822 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 99.8954 177.4162 Td[(inf)-1(o)]TJ ET -1 0 0 1 118.6721 178.1822 cm +1 0 0 1 118.6721 177.4162 cm 0 g 0 G -1 0 0 1 -118.6721 -178.1822 cm +1 0 0 1 -118.6721 -177.4162 cm BT -/F8 9.9626 Tf 123.6534 178.1822 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9551 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 123.6534 177.4162 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -11846,60 +12320,60 @@ ET 0 g 0 G endstream endobj -806 0 obj << +819 0 obj << /Type /Page -/Contents 807 0 R -/Resources 805 0 R +/Contents 820 0 R +/Resources 818 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R -/Annots [ 811 0 R 812 0 R ] +/Parent 809 0 R +/Annots [ 824 0 R 825 0 R ] >> endobj -811 0 obj << +824 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.8262 325.6359 169.8 334.5469] +/Rect [162.8262 323.6442 169.8 332.5552] /Subtype /Link /A << /S /GoTo /D (table.6) >> >> endobj -812 0 obj << +825 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 256.4216 361.7786 267.5466] +/Rect [294.7207 254.7363 361.7786 265.8613] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -808 0 obj << -/D [806 0 R /XYZ 99.8954 740.9981 null] +821 0 obj << +/D [819 0 R /XYZ 99.8954 740.9981 null] >> endobj -118 0 obj << -/D [806 0 R /XYZ 99.8954 662.5828 null] +126 0 obj << +/D [819 0 R /XYZ 99.8954 663.8084 null] >> endobj -809 0 obj << -/D [806 0 R /XYZ 99.8954 536.02 null] +822 0 obj << +/D [819 0 R /XYZ 99.8954 532.343 null] >> endobj -810 0 obj << -/D [806 0 R /XYZ 267.6413 448.253 null] +823 0 obj << +/D [819 0 R /XYZ 267.6413 444.8824 null] >> endobj -805 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F7 572 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +818 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F7 582 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -815 0 obj << -/Length 8815 +828 0 obj << +/Length 8805 >> stream 1 0 0 1 150.7049 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -61.1431 cm +1 0 0 1 -348.6924 -60.3288 cm 0 g 0 G 0 g 0 G -1 0 0 1 -145.7236 -679.855 cm +1 0 0 1 -145.7236 -680.6693 cm BT -/F18 14.3462 Tf 150.7049 679.855 Td[(psb)]TJ +/F18 14.3462 Tf 150.7049 680.6693 Td[(psb)]TJ ET -1 0 0 1 175.972 679.855 cm +1 0 0 1 175.972 680.6693 cm q []0 d 0 J @@ -11908,11 +12382,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -175.972 -679.855 cm +1 0 0 1 -175.972 -680.6693 cm BT -/F18 14.3462 Tf 180.8139 679.855 Td[(g)-1(eas)1(um)-1(s|Gene)-1(rali)-1(zed)-375(1)-1(-N)1(o)-1(rm)-376(of)-375(V)94(ect)-1(or)]TJ/F8 9.9626 Tf -30.109 -30.1491 Td[(This)-310(sub)1(routi)1(ne)-310(c)-1(omp)1(utes)-311(a)-309(s)-1(eries)-311(of)-309(1-nor)1(m)-1(s)-310(on)-309(the)-310(c)-1(ol)1(umns)-310(of)-310(a)-309(dense)-311(matri)1(x)]TJ/F11 9.9626 Tf 0 -11.9552 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 119.5124 -12.2334 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5034 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5034 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf -215.7374 -21.6702 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 123.0121 -22.1033 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4322 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7114 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(k)]TJ/F8 9.9626 Tf -196.7402 -22.1033 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 69.6974 -22.1033 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4103 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F8 9.9626 Tf 6.6833 1.4944 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(k)]TJ/F11 9.9626 Tf 4.9813 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F18 14.3462 Tf -232.5234 -31.9435 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 89.4913 -21.9008 Td[(call)-333(psb)]TJ +/F18 14.3462 Tf 180.8139 680.6693 Td[(g)-1(eas)1(um)-1(s|Gene)-1(rali)-1(zed)-375(1)-1(-N)1(o)-1(rm)-376(of)-375(V)94(ect)-1(or)]TJ/F8 9.9626 Tf -30.109 -29.3476 Td[(This)-310(sub)1(routi)1(ne)-310(c)-1(omp)1(utes)-311(a)-309(s)-1(eries)-311(of)-309(1-nor)1(m)-1(s)-310(on)-309(the)-310(c)-1(ol)1(umns)-310(of)-310(a)-309(dense)-311(matri)1(x)]TJ/F11 9.9626 Tf 0 -11.9552 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 119.5124 -11.9552 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5033 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5033 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf -215.7374 -21.0594 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 123.0121 -21.3636 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4322 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7114 0 Td[(x)]TJ/F10 6.9738 Tf 5.6939 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(k)]TJ/F8 9.9626 Tf -196.7402 -21.3636 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 69.6974 -21.3636 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)-278(k)]TJ/F11 9.9626 Tf 17.7113 0 Td[(r)-28(e)]TJ/F8 9.9626 Tf 9.4103 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F8 9.9626 Tf 6.6833 1.4944 Td[(+)]TJ/F14 9.9626 Tf 9.9626 0 Td[(k)]TJ/F11 9.9626 Tf 4.9813 0 Td[(im)]TJ/F8 9.9626 Tf 12.1796 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(k)]TJ/F7 6.9738 Tf 4.9813 -1.4944 Td[(1)]TJ/F18 14.3462 Tf -232.5234 -40.7645 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 89.4913 -21.8209 Td[(call)-333(psb)]TJ ET -1 0 0 1 274.0581 470.2434 cm +1 0 0 1 274.0581 466.226 cm q []0 d 0 J @@ -11921,11 +12395,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -274.0581 -470.2434 cm +1 0 0 1 -274.0581 -466.226 cm BT -/F8 9.9626 Tf 277.0469 470.2434 Td[(geas)-1(u)1(m)-1(s)-334(\050)]TJ/F19 9.9626 Tf 43.2822 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ +/F8 9.9626 Tf 277.0469 466.226 Td[(geas)-1(u)1(m)-1(s)-334(\050)]TJ/F19 9.9626 Tf 43.2822 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ ET -1 0 0 1 369.48 470.2434 cm +1 0 0 1 369.48 466.226 cm q []0 d 0 J @@ -11934,16 +12408,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -369.48 -470.2434 cm +1 0 0 1 -369.48 -466.226 cm BT -/F19 9.9626 Tf 372.5352 470.2434 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ +/F19 9.9626 Tf 372.5352 466.226 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ ET -1 0 0 1 150.7049 443.6569 cm +1 0 0 1 150.7049 440.0467 cm 0 g 0 G -1 0 0 1 24.4879 -21.0212 cm +1 0 0 1 24.4879 -21.0211 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9814 20.6227 cm +1 0 0 1 4.9814 20.6226 cm q []0 d 0 J @@ -11952,11 +12426,11 @@ q 284.7725 0.1992 l S Q -1 0 0 1 -180.1742 -443.2584 cm +1 0 0 1 -180.1742 -439.6482 cm BT -/F11 9.9626 Tf 186.1518 434.8898 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ +/F11 9.9626 Tf 186.1518 431.2796 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ ET -1 0 0 1 180.1742 430.9047 cm +1 0 0 1 180.1742 427.2946 cm q []0 d 0 J @@ -11965,11 +12439,11 @@ q 284.7725 0.1992 l S Q -1 0 0 1 -180.1742 -430.9047 cm +1 0 0 1 -180.1742 -427.2946 cm BT -/F8 9.9626 Tf 186.1518 422.5362 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ +/F8 9.9626 Tf 186.1518 418.926 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ ET -1 0 0 1 419.4052 422.5362 cm +1 0 0 1 419.4052 418.926 cm q []0 d 0 J @@ -11978,11 +12452,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -419.4052 -422.5362 cm +1 0 0 1 -419.4052 -418.926 cm BT -/F8 9.9626 Tf 422.394 422.5362 Td[(geas)-1(u)1(m)-1(s)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ +/F8 9.9626 Tf 422.394 418.926 Td[(geas)-1(u)1(m)-1(s)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ ET -1 0 0 1 419.4052 410.581 cm +1 0 0 1 419.4052 406.9708 cm q []0 d 0 J @@ -11991,11 +12465,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -419.4052 -410.581 cm +1 0 0 1 -419.4052 -406.9708 cm BT -/F8 9.9626 Tf 422.394 410.581 Td[(geas)-1(u)1(m)-1(s)]TJ +/F8 9.9626 Tf 422.394 406.9708 Td[(geas)-1(u)1(m)-1(s)]TJ ET -1 0 0 1 180.1742 406.5959 cm +1 0 0 1 180.1742 402.9857 cm q []0 d 0 J @@ -12006,53 +12480,53 @@ S Q 1 0 0 1 98.7027 -27.84 cm 0 g 0 G -1 0 0 1 -278.8769 -378.7559 cm +1 0 0 1 -278.8769 -375.1457 cm BT -/F8 9.9626 Tf 278.8769 378.7559 Td[(T)83(ab)1(le)-334(7:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 278.8769 375.1457 Td[(T)83(ab)1(le)-334(7:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 366.2439 378.7559 cm +1 0 0 1 366.2439 375.1457 cm 0 g 0 G 1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9814 -31.846 cm +1 0 0 1 -4.9814 -30.6064 cm 0 g 0 G -1 0 0 1 -145.7235 -344.9727 cm +1 0 0 1 -145.7235 -342.6021 cm BT -/F29 9.9626 Tf 150.7049 344.9727 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 150.7049 342.6021 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 198.2901 344.9727 cm +1 0 0 1 198.2901 342.6021 cm 0 g 0 G -1 0 0 1 -52.5665 -20.2963 cm +1 0 0 1 -52.5665 -19.7037 cm 0 g 0 G -1 0 0 1 -145.7236 -324.6764 cm +1 0 0 1 -145.7236 -322.8984 cm BT -/F29 9.9626 Tf 150.7049 324.6764 Td[(x)]TJ +/F29 9.9626 Tf 150.7049 322.8984 Td[(x)]TJ ET -1 0 0 1 156.7516 324.6764 cm +1 0 0 1 156.7516 322.8984 cm 0 g 0 G -1 0 0 1 -156.7516 -324.6764 cm +1 0 0 1 -156.7516 -322.8984 cm BT -/F8 9.9626 Tf 161.7329 324.6764 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 161.7329 322.8984 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 214.6319 264.9006 cm +1 0 0 1 214.6319 263.1226 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -214.6319 -264.9006 cm +1 0 0 1 -214.6319 -263.1226 cm BT -/F8 9.9626 Tf 214.6319 264.9006 Td[(7)]TJ +/F8 9.9626 Tf 214.6319 263.1226 Td[(7)]TJ ET -1 0 0 1 219.6132 264.9006 cm +1 0 0 1 219.6132 263.1226 cm 0 g 0 G -1 0 0 1 -219.6132 -264.9006 cm +1 0 0 1 -219.6132 -263.1226 cm BT -/F8 9.9626 Tf 219.6132 264.9006 Td[(.)]TJ +/F8 9.9626 Tf 219.6132 263.1226 Td[(.)]TJ ET -1 0 0 1 145.7235 244.6043 cm +1 0 0 1 145.7235 243.419 cm 0 g 0 G -1 0 0 1 -145.7235 -244.6043 cm +1 0 0 1 -145.7235 -243.419 cm BT -/F29 9.9626 Tf 150.7049 244.6043 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 243.419 Td[(desc)]TJ ET -1 0 0 1 172.6195 244.6043 cm +1 0 0 1 172.6195 243.419 cm q []0 d 0 J @@ -12061,23 +12535,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -172.6195 -244.6043 cm +1 0 0 1 -172.6195 -243.419 cm BT -/F29 9.9626 Tf 176.0566 244.6043 Td[(a)]TJ +/F29 9.9626 Tf 176.0566 243.419 Td[(a)]TJ ET -1 0 0 1 181.6259 244.6043 cm +1 0 0 1 181.6259 243.419 cm 0 g 0 G -1 0 0 1 -181.6259 -244.6043 cm +1 0 0 1 -181.6259 -243.419 cm BT -/F8 9.9626 Tf 186.6072 244.6043 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 186.6072 243.419 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 196.7836 cm +1 0 0 1 346.5264 195.5983 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -196.7836 cm +1 0 0 1 -346.5264 -195.5983 cm BT -/F32 9.9626 Tf 346.5264 196.7836 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 195.5983 Td[(psb)]TJ ET -1 0 0 1 362.8451 196.7836 cm +1 0 0 1 362.8451 195.5983 cm q []0 d 0 J @@ -12086,11 +12560,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -196.7836 cm +1 0 0 1 -362.8451 -195.5983 cm BT -/F32 9.9626 Tf 365.9833 196.7836 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 195.5983 Td[(desc)]TJ ET -1 0 0 1 387.5322 196.7836 cm +1 0 0 1 387.5322 195.5983 cm q []0 d 0 J @@ -12099,25 +12573,25 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -196.7836 cm +1 0 0 1 -387.5322 -195.5983 cm BT -/F32 9.9626 Tf 390.6705 196.7836 Td[(type)]TJ +/F32 9.9626 Tf 390.6705 195.5983 Td[(type)]TJ ET -1 0 0 1 411.5918 196.7836 cm +1 0 0 1 411.5918 195.5983 cm 0 g 0 G -1 0 0 1 -411.5918 -196.7836 cm +1 0 0 1 -411.5918 -195.5983 cm BT -/F8 9.9626 Tf 411.5918 196.7836 Td[(.)]TJ +/F8 9.9626 Tf 411.5918 195.5983 Td[(.)]TJ ET -1 0 0 1 145.7235 176.4874 cm +1 0 0 1 145.7235 175.8947 cm 0 g 0 G -1 0 0 1 -145.7235 -176.4874 cm +1 0 0 1 -145.7235 -175.8947 cm BT -/F29 9.9626 Tf 150.7049 176.4874 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 150.7049 175.8947 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 205.2431 176.4874 cm +1 0 0 1 205.2431 175.8947 cm 0 g 0 G -1 0 0 1 -59.5196 -20.2963 cm +1 0 0 1 -59.5196 -19.7036 cm 0 g 0 G 1 0 0 1 -145.7235 -156.1911 cm BT @@ -12139,45 +12613,45 @@ ET 0 g 0 G endstream endobj -814 0 obj << +827 0 obj << /Type /Page -/Contents 815 0 R -/Resources 813 0 R +/Contents 828 0 R +/Resources 826 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R -/Annots [ 819 0 R 820 0 R ] +/Parent 809 0 R +/Annots [ 832 0 R 833 0 R ] >> endobj -819 0 obj << +832 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.6356 263.9043 220.6095 272.8153] +/Rect [213.6356 262.1263 220.6095 271.0374] /Subtype /Link /A << /S /GoTo /D (table.7) >> >> endobj -820 0 obj << +833 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 193.5734 412.5881 204.6984] +/Rect [345.5302 192.3881 412.5881 203.5131] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -816 0 obj << -/D [814 0 R /XYZ 150.7049 740.9981 null] +829 0 obj << +/D [827 0 R /XYZ 150.7049 740.9981 null] >> endobj -122 0 obj << -/D [814 0 R /XYZ 150.7049 658.9643 null] +130 0 obj << +/D [827 0 R /XYZ 150.7049 660.4873 null] >> endobj -817 0 obj << -/D [814 0 R /XYZ 150.7049 479.409 null] +830 0 obj << +/D [827 0 R /XYZ 150.7049 475.3917 null] >> endobj -818 0 obj << -/D [814 0 R /XYZ 318.4508 390.711 null] +831 0 obj << +/D [827 0 R /XYZ 318.4508 387.1008 null] >> endobj -813 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F7 572 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +826 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F7 582 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -823 0 obj << +836 0 obj << /Length 937 >> stream @@ -12207,21 +12681,21 @@ ET 0 g 0 G endstream endobj -822 0 obj << +835 0 obj << /Type /Page -/Contents 823 0 R -/Resources 821 0 R +/Contents 836 0 R +/Resources 834 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R +/Parent 809 0 R >> endobj -824 0 obj << -/D [822 0 R /XYZ 99.8954 740.9981 null] +837 0 obj << +/D [835 0 R /XYZ 99.8954 740.9981 null] >> endobj -821 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +834 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -827 0 obj << +840 0 obj << /Length 8498 >> stream @@ -12518,60 +12992,60 @@ ET 0 g 0 G endstream endobj -826 0 obj << +839 0 obj << /Type /Page -/Contents 827 0 R -/Resources 825 0 R +/Contents 840 0 R +/Resources 838 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 796 0 R -/Annots [ 831 0 R 832 0 R ] +/Parent 809 0 R +/Annots [ 844 0 R 845 0 R ] >> endobj -831 0 obj << +844 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 333.7384 220.6095 342.6494] /Subtype /Link /A << /S /GoTo /D (table.8) >> >> endobj -832 0 obj << +845 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 265.1168 412.5881 276.2417] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -828 0 obj << -/D [826 0 R /XYZ 150.7049 740.9981 null] +841 0 obj << +/D [839 0 R /XYZ 150.7049 740.9981 null] >> endobj -126 0 obj << -/D [826 0 R /XYZ 150.7049 664.9537 null] +134 0 obj << +/D [839 0 R /XYZ 150.7049 664.9537 null] >> endobj -829 0 obj << -/D [826 0 R /XYZ 318.4508 515.4828 null] +842 0 obj << +/D [839 0 R /XYZ 318.4508 515.4828 null] >> endobj -830 0 obj << -/D [826 0 R /XYZ 150.7049 446.1735 null] +843 0 obj << +/D [839 0 R /XYZ 150.7049 446.1735 null] >> endobj -825 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +838 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -835 0 obj << -/Length 8658 +848 0 obj << +/Length 8675 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -60.9574 cm +1 0 0 1 -348.6924 -60.1463 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -680.0407 cm +1 0 0 1 -94.9141 -680.8518 cm BT -/F18 14.3462 Tf 99.8954 680.0407 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 680.8518 Td[(psb)]TJ ET -1 0 0 1 125.1626 680.0407 cm +1 0 0 1 125.1626 680.8518 cm q []0 d 0 J @@ -12580,11 +13054,11 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -680.0407 cm +1 0 0 1 -125.1626 -680.8518 cm BT -/F18 14.3462 Tf 130.0045 680.0407 Td[(ge)-1(nrm)-1(2s|Ge)-1(neral)-1(ize)-1(d)-375(1-Nor)-1(m)-375(o)-1(f)-374(V)94(e)-1(cto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -29.97 Td[(This)-310(sub)1(routi)1(ne)-310(c)-1(omp)1(utes)-311(a)-309(s)-1(eries)-311(of)-309(1-nor)1(m)-1(s)-310(on)-309(the)-310(c)-1(ol)1(umns)-310(of)-310(a)-309(dense)-311(matri)1(x)]TJ/F11 9.9626 Tf 0 -11.9551 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 119.5124 -12.0942 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5034 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5034 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf -215.7374 -21.531 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 119.5157 -23.125 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ 12.73 9.3393 Td[(p)]TJ +/F18 14.3462 Tf 130.0045 680.8518 Td[(ge)-1(nrm)-1(2s|Ge)-1(neral)-1(ize)-1(d)-375(1-Nor)-1(m)-375(o)-1(f)-374(V)94(e)-1(cto)-1(r)]TJ/F8 9.9626 Tf -30.1091 -29.1652 Td[(This)-310(sub)1(routi)1(ne)-310(c)-1(omp)1(utes)-311(a)-309(s)-1(eries)-311(of)-309(1-nor)1(m)-1(s)-310(on)-309(the)-310(c)-1(ol)1(umns)-310(of)-310(a)-309(dense)-311(matri)1(x)]TJ/F11 9.9626 Tf 0 -11.9552 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(:)]TJ/F11 9.9626 Tf 119.5124 -11.9551 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ/F8 9.9626 Tf 12.73 0 Td[(max)]TJ/F10 6.9738 Tf 7.069 -6.5034 Td[(k)]TJ/F14 9.9626 Tf 13.133 6.5034 Td[(j)]TJ/F11 9.9626 Tf 2.7674 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(k)-31(;)-167(i)]TJ/F8 9.9626 Tf 13.3603 0 Td[(\051)]TJ/F14 9.9626 Tf 3.8744 0 Td[(j)]TJ/F8 9.9626 Tf -215.7374 -20.9226 Td[(This)-333(fu)1(nction)-333(com)-1(p)1(utes)-334(th)1(e)-334(1-)-1(n)1(orm)-334(of)-332(a)-334(v)28(ec)-1(tor)]TJ/F11 9.9626 Tf 207.1679 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -212.8618 -11.9552 Td[(If)]TJ/F11 9.9626 Tf 9.9626 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(a)-333(d)1(oubl)1(e)-334(pr)1(e)-1(cision)-333(real)-333(v)28(e)-1(ctor)-333(c)-1(ompu)1(tes)-334(1-)-1(n)1(orm)-333(as)-1(:)]TJ/F11 9.9626 Tf 119.5157 -22.25 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0803 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ 12.73 9.3393 Td[(p)]TJ ET -1 0 0 1 287.4494 578.7495 cm +1 0 0 1 287.4494 581.9877 cm q []0 d 0 J @@ -12593,11 +13067,11 @@ q 17.664 0.1992 l S Q -1 0 0 1 -287.4494 -578.7495 cm +1 0 0 1 -287.4494 -581.9877 cm BT -/F11 9.9626 Tf 287.4494 569.4102 Td[(x)]TJ/F10 6.9738 Tf 5.6939 2.8781 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -2.8781 Td[(x)]TJ/F8 9.9626 Tf -184.5801 -22.0568 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 85.8881 -23.125 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0804 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8743 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ 12.73 9.3393 Td[(p)]TJ +/F11 9.9626 Tf 287.4494 572.6485 Td[(x)]TJ/F10 6.9738 Tf 5.6939 2.8781 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -2.8781 Td[(x)]TJ/F8 9.9626 Tf -184.5801 -21.1355 Td[(els)-1(e)-333(if)]TJ/F11 9.9626 Tf 28.0061 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(is)-334(d)1(oub)1(le)-334(p)1(rec)-1(ision)-333(com)-1(p)1(lex)-334(v)28(ector)-333(then)-333(c)-1(omp)1(utes)-334(1-norm)-333(as)-1(:)]TJ/F11 9.9626 Tf 85.8881 -22.2501 Td[(r)-28(es)]TJ/F8 9.9626 Tf 14.0804 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8743 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)]TJ/F14 9.9626 Tf 6.6417 0 Td[(\040)]TJ 12.73 9.3393 Td[(p)]TJ ET -1 0 0 1 286.8093 533.5677 cm +1 0 0 1 286.8093 538.6022 cm q []0 d 0 J @@ -12606,11 +13080,11 @@ q 18.9442 0.1992 l S Q -1 0 0 1 -286.8093 -533.5677 cm +1 0 0 1 -286.8093 -538.6022 cm BT -/F11 9.9626 Tf 286.8093 524.2284 Td[(x)]TJ/F10 6.9738 Tf 5.6939 2.8781 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -2.8781 Td[(x)]TJ/F18 14.3462 Tf -200.1642 -33.1916 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 89.5051 -21.8609 Td[(call)-333(psb)]TJ +/F11 9.9626 Tf 286.8093 529.2629 Td[(x)]TJ/F10 6.9738 Tf 5.6939 2.8781 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -2.8781 Td[(x)]TJ/F18 14.3462 Tf -200.1642 -41.9915 Td[(Syn)31(tax)]TJ/F8 9.9626 Tf 89.5051 -21.8209 Td[(call)-333(psb)]TJ ET -1 0 0 1 223.2625 469.176 cm +1 0 0 1 223.2625 465.4505 cm q []0 d 0 J @@ -12619,11 +13093,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -223.2625 -469.176 cm +1 0 0 1 -223.2625 -465.4505 cm BT -/F8 9.9626 Tf 226.2513 469.176 Td[(genrm2s)-334(\050)]TJ/F19 9.9626 Tf 43.2545 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ +/F8 9.9626 Tf 226.2513 465.4505 Td[(genrm2s)-334(\050)]TJ/F19 9.9626 Tf 43.2545 0 Td[(r)51(es)1(,)-358(x,)-357(desc)]TJ ET -1 0 0 1 318.6567 469.176 cm +1 0 0 1 318.6567 465.4505 cm q []0 d 0 J @@ -12632,16 +13106,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -318.6567 -469.176 cm +1 0 0 1 -318.6567 -465.4505 cm BT -/F19 9.9626 Tf 321.7119 469.176 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ +/F19 9.9626 Tf 321.7119 465.4505 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 442.6823 cm +1 0 0 1 99.8954 439.3624 cm 0 g 0 G -1 0 0 1 24.488 -21.0212 cm +1 0 0 1 24.488 -21.0211 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 20.6227 cm +1 0 0 1 4.9813 20.6226 cm q []0 d 0 J @@ -12650,11 +13124,11 @@ q 284.7725 0.1992 l S Q -1 0 0 1 -129.3647 -442.2838 cm +1 0 0 1 -129.3647 -438.9639 cm BT -/F11 9.9626 Tf 135.3423 433.9152 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ +/F11 9.9626 Tf 135.3423 430.5954 Td[(r)-28(es)-8558(x)]TJ/F29 9.9626 Tf 217.6564 0 Td[(Subr)1(outi)-1(ne)]TJ ET -1 0 0 1 129.3647 429.9301 cm +1 0 0 1 129.3647 426.6103 cm q []0 d 0 J @@ -12663,11 +13137,11 @@ q 284.7725 0.1992 l S Q -1 0 0 1 -129.3647 -429.9301 cm +1 0 0 1 -129.3647 -426.6103 cm BT -/F8 9.9626 Tf 135.3423 421.5615 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ +/F8 9.9626 Tf 135.3423 418.2417 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Re)-1(al)-3102(psb)]TJ ET -1 0 0 1 368.5958 421.5615 cm +1 0 0 1 368.5958 418.2417 cm q []0 d 0 J @@ -12676,11 +13150,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -368.5958 -421.5615 cm +1 0 0 1 -368.5958 -418.2417 cm BT -/F8 9.9626 Tf 371.5846 421.5615 Td[(genrm2s)]TJ -236.2423 -11.9551 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ +/F8 9.9626 Tf 371.5846 418.2417 Td[(genrm2s)]TJ -236.2423 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-1200(Long)-333(Pr)1(e)-1(cis)-1(i)1(on)-333(Com)-1(p)1(le)-1(x)-1199(psb)]TJ ET -1 0 0 1 368.5958 409.6064 cm +1 0 0 1 368.5958 406.2865 cm q []0 d 0 J @@ -12689,11 +13163,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -368.5958 -409.6064 cm +1 0 0 1 -368.5958 -406.2865 cm BT -/F8 9.9626 Tf 371.5846 409.6064 Td[(genrm2s)]TJ +/F8 9.9626 Tf 371.5846 406.2865 Td[(genrm2s)]TJ ET -1 0 0 1 129.3647 405.6213 cm +1 0 0 1 129.3647 402.3014 cm q []0 d 0 J @@ -12702,55 +13176,55 @@ q 284.7725 0.1992 l S Q -1 0 0 1 98.7028 -27.8401 cm +1 0 0 1 98.7028 -27.84 cm 0 g 0 G -1 0 0 1 -228.0675 -377.7812 cm +1 0 0 1 -228.0675 -374.4614 cm BT -/F8 9.9626 Tf 228.0675 377.7812 Td[(T)83(ab)1(le)-334(9:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 228.0675 374.4614 Td[(T)83(ab)1(le)-334(9:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 315.4344 377.7812 cm +1 0 0 1 315.4344 374.4614 cm 0 g 0 G -1 0 0 1 -215.539 -1.9371 cm +1 0 0 1 -215.539 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -31.614 cm +1 0 0 1 -4.9813 -30.2871 cm 0 g 0 G -1 0 0 1 -94.9141 -344.2301 cm +1 0 0 1 -94.9141 -342.2371 cm BT -/F29 9.9626 Tf 99.8954 344.2301 Td[(On)-383(En)32(tr)1(y)]TJ +/F29 9.9626 Tf 99.8954 342.2371 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 147.4806 344.2301 cm +1 0 0 1 147.4806 342.2371 cm 0 g 0 G -1 0 0 1 -52.5665 -20.1106 cm +1 0 0 1 -52.5665 -19.6124 cm 0 g 0 G -1 0 0 1 -94.9141 -324.1195 cm +1 0 0 1 -94.9141 -322.6247 cm BT -/F29 9.9626 Tf 99.8954 324.1195 Td[(x)]TJ +/F29 9.9626 Tf 99.8954 322.6247 Td[(x)]TJ ET -1 0 0 1 105.9421 324.1195 cm +1 0 0 1 105.9421 322.6247 cm 0 g 0 G -1 0 0 1 -105.9421 -324.1195 cm +1 0 0 1 -105.9421 -322.6247 cm BT -/F8 9.9626 Tf 110.9235 324.1195 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 322.6247 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.9331 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 163.8224 264.3436 cm +1 0 0 1 163.8224 262.8489 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -163.8224 -264.3436 cm +1 0 0 1 -163.8224 -262.8489 cm BT -/F8 9.9626 Tf 163.8224 264.3436 Td[(9)]TJ +/F8 9.9626 Tf 163.8224 262.8489 Td[(9)]TJ ET -1 0 0 1 168.8038 264.3436 cm +1 0 0 1 168.8038 262.8489 cm 0 g 0 G -1 0 0 1 -168.8038 -264.3436 cm +1 0 0 1 -168.8038 -262.8489 cm BT -/F8 9.9626 Tf 168.8038 264.3436 Td[(.)]TJ +/F8 9.9626 Tf 168.8038 262.8489 Td[(.)]TJ ET -1 0 0 1 94.9141 244.233 cm +1 0 0 1 94.9141 243.2365 cm 0 g 0 G -1 0 0 1 -94.9141 -244.233 cm +1 0 0 1 -94.9141 -243.2365 cm BT -/F29 9.9626 Tf 99.8954 244.233 Td[(desc)]TJ +/F29 9.9626 Tf 99.8954 243.2365 Td[(desc)]TJ ET -1 0 0 1 121.81 244.233 cm +1 0 0 1 121.81 243.2365 cm q []0 d 0 J @@ -12759,23 +13233,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -121.81 -244.233 cm +1 0 0 1 -121.81 -243.2365 cm BT -/F29 9.9626 Tf 125.2471 244.233 Td[(a)]TJ +/F29 9.9626 Tf 125.2471 243.2365 Td[(a)]TJ ET -1 0 0 1 130.8165 244.233 cm +1 0 0 1 130.8165 243.2365 cm 0 g 0 G -1 0 0 1 -130.8165 -244.233 cm +1 0 0 1 -130.8165 -243.2365 cm BT -/F8 9.9626 Tf 135.7978 244.233 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 135.7978 243.2365 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9958 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(required)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 295.717 196.4123 cm +1 0 0 1 295.717 195.4159 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -295.717 -196.4123 cm +1 0 0 1 -295.717 -195.4159 cm BT -/F32 9.9626 Tf 295.717 196.4123 Td[(psb)]TJ +/F32 9.9626 Tf 295.717 195.4159 Td[(psb)]TJ ET -1 0 0 1 312.0356 196.4123 cm +1 0 0 1 312.0356 195.4159 cm q []0 d 0 J @@ -12784,11 +13258,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -312.0356 -196.4123 cm +1 0 0 1 -312.0356 -195.4159 cm BT -/F32 9.9626 Tf 315.1738 196.4123 Td[(desc)]TJ +/F32 9.9626 Tf 315.1738 195.4159 Td[(desc)]TJ ET -1 0 0 1 336.7228 196.4123 cm +1 0 0 1 336.7228 195.4159 cm q []0 d 0 J @@ -12797,25 +13271,25 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -336.7228 -196.4123 cm +1 0 0 1 -336.7228 -195.4159 cm BT -/F32 9.9626 Tf 339.861 196.4123 Td[(type)]TJ +/F32 9.9626 Tf 339.861 195.4159 Td[(type)]TJ ET -1 0 0 1 360.7824 196.4123 cm +1 0 0 1 360.7824 195.4159 cm 0 g 0 G -1 0 0 1 -360.7824 -196.4123 cm +1 0 0 1 -360.7824 -195.4159 cm BT -/F8 9.9626 Tf 360.7824 196.4123 Td[(.)]TJ +/F8 9.9626 Tf 360.7824 195.4159 Td[(.)]TJ ET -1 0 0 1 94.9141 176.3017 cm +1 0 0 1 94.9141 175.8035 cm 0 g 0 G -1 0 0 1 -94.9141 -176.3017 cm +1 0 0 1 -94.9141 -175.8035 cm BT -/F29 9.9626 Tf 99.8954 176.3017 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 175.8035 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 176.3017 cm +1 0 0 1 154.4337 175.8035 cm 0 g 0 G -1 0 0 1 -59.5196 -20.1106 cm +1 0 0 1 -59.5196 -19.6124 cm 0 g 0 G 1 0 0 1 -94.9141 -156.1911 cm BT @@ -12837,45 +13311,45 @@ ET 0 g 0 G endstream endobj -834 0 obj << +847 0 obj << /Type /Page -/Contents 835 0 R -/Resources 833 0 R +/Contents 848 0 R +/Resources 846 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R -/Annots [ 839 0 R 840 0 R ] +/Parent 854 0 R +/Annots [ 852 0 R 853 0 R ] >> endobj -839 0 obj << +852 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.8262 263.3474 169.8 272.2584] +/Rect [162.8262 261.8526 169.8 270.7637] /Subtype /Link /A << /S /GoTo /D (table.9) >> >> endobj -840 0 obj << +853 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.7207 193.2022 361.7786 204.3271] +/Rect [294.7207 192.2057 361.7786 203.3306] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -836 0 obj << -/D [834 0 R /XYZ 99.8954 740.9981 null] +849 0 obj << +/D [847 0 R /XYZ 99.8954 740.9981 null] >> endobj -130 0 obj << -/D [834 0 R /XYZ 99.8954 659.2827 null] +138 0 obj << +/D [847 0 R /XYZ 99.8954 660.8523 null] >> endobj -837 0 obj << -/D [834 0 R /XYZ 99.8954 478.3416 null] +850 0 obj << +/D [847 0 R /XYZ 99.8954 474.6162 null] >> endobj -838 0 obj << -/D [834 0 R /XYZ 267.6413 389.7364 null] +851 0 obj << +/D [847 0 R /XYZ 267.6413 386.4166 null] >> endobj -833 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +846 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -844 0 obj << +857 0 obj << /Length 942 >> stream @@ -12905,21 +13379,21 @@ ET 0 g 0 G endstream endobj -843 0 obj << +856 0 obj << /Type /Page -/Contents 844 0 R -/Resources 842 0 R +/Contents 857 0 R +/Resources 855 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R +/Parent 854 0 R >> endobj -845 0 obj << -/D [843 0 R /XYZ 150.7049 740.9981 null] +858 0 obj << +/D [856 0 R /XYZ 150.7049 740.9981 null] >> endobj -842 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +855 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -848 0 obj << +861 0 obj << /Length 7800 >> stream @@ -13228,45 +13702,45 @@ ET 0 g 0 G endstream endobj -847 0 obj << +860 0 obj << /Type /Page -/Contents 848 0 R -/Resources 846 0 R +/Contents 861 0 R +/Resources 859 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R -/Annots [ 855 0 R 856 0 R ] +/Parent 854 0 R +/Annots [ 868 0 R 869 0 R ] >> endobj -855 0 obj << +868 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 327.7292 367.009 338.8541] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -856 0 obj << +869 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 260.0661 361.7786 271.1911] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -849 0 obj << -/D [847 0 R /XYZ 99.8954 740.9981 null] +862 0 obj << +/D [860 0 R /XYZ 99.8954 740.9981 null] >> endobj -134 0 obj << -/D [847 0 R /XYZ 99.8954 659.9322 null] +142 0 obj << +/D [860 0 R /XYZ 99.8954 659.9322 null] >> endobj -853 0 obj << -/D [847 0 R /XYZ 270.132 501.0712 null] +866 0 obj << +/D [860 0 R /XYZ 270.132 501.0712 null] >> endobj -854 0 obj << -/D [847 0 R /XYZ 99.8954 431.6784 null] +867 0 obj << +/D [860 0 R /XYZ 99.8954 431.6784 null] >> endobj -846 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F13 852 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +859 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F13 865 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -859 0 obj << +872 0 obj << /Length 9550 >> stream @@ -13602,54 +14076,54 @@ ET 0 g 0 G endstream endobj -858 0 obj << +871 0 obj << /Type /Page -/Contents 859 0 R -/Resources 857 0 R +/Contents 872 0 R +/Resources 870 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R -/Annots [ 866 0 R 867 0 R ] +/Parent 854 0 R +/Annots [ 879 0 R 880 0 R ] >> endobj -866 0 obj << +879 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.8971 186.2785 444.8523 197.1267] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -867 0 obj << +880 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 117.1154 417.8184 128.2404] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -860 0 obj << -/D [858 0 R /XYZ 150.7049 740.9981 null] +873 0 obj << +/D [871 0 R /XYZ 150.7049 740.9981 null] >> endobj -138 0 obj << -/D [858 0 R /XYZ 150.7049 642.5013 null] +146 0 obj << +/D [871 0 R /XYZ 150.7049 642.5013 null] >> endobj -861 0 obj << -/D [858 0 R /XYZ 279.9819 617.1655 null] +874 0 obj << +/D [871 0 R /XYZ 279.9819 617.1655 null] >> endobj -862 0 obj << -/D [858 0 R /XYZ 276.8438 597.5222 null] +875 0 obj << +/D [871 0 R /XYZ 276.8438 597.5222 null] >> endobj -863 0 obj << -/D [858 0 R /XYZ 276.2037 577.8789 null] +876 0 obj << +/D [871 0 R /XYZ 276.2037 577.8789 null] >> endobj -864 0 obj << -/D [858 0 R /XYZ 320.9415 386.9243 null] +877 0 obj << +/D [871 0 R /XYZ 320.9415 386.9243 null] >> endobj -865 0 obj << -/D [858 0 R /XYZ 150.7049 315.3697 null] +878 0 obj << +/D [871 0 R /XYZ 150.7049 315.3697 null] >> endobj -857 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F7 572 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +870 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F7 582 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -870 0 obj << +883 0 obj << /Length 10563 >> stream @@ -13922,78 +14396,78 @@ ET 0 g 0 G endstream endobj -869 0 obj << +882 0 obj << /Type /Page -/Contents 870 0 R -/Resources 868 0 R +/Contents 883 0 R +/Resources 881 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R -/Annots [ 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R ] +/Parent 854 0 R +/Annots [ 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R ] >> endobj -872 0 obj << +885 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 643.4196 174.7814 654.2678] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -873 0 obj << +886 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [382.0877 576.3982 394.0429 587.2464] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -874 0 obj << +887 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 497.4216 174.7814 508.2698] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -875 0 obj << +888 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 430.1235 361.7786 441.2484] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -876 0 obj << +889 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [346.3891 391.9988 353.363 402.847] /Subtype /Link /A << /S /GoTo /D (equation.1) >> >> endobj -877 0 obj << +890 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.3929 376.7831 352.3667 387.6313] /Subtype /Link /A << /S /GoTo /D (equation.2) >> >> endobj -878 0 obj << +891 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.6973 361.5674 352.6712 372.4156] /Subtype /Link /A << /S /GoTo /D (equation.3) >> >> endobj -879 0 obj << +892 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.0089 117.3922 214.9641 128.2404] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -871 0 obj << -/D [869 0 R /XYZ 99.8954 740.9981 null] +884 0 obj << +/D [882 0 R /XYZ 99.8954 740.9981 null] >> endobj -868 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F11 561 0 R /F32 567 0 R >> +881 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -882 0 obj << +895 0 obj << /Length 942 >> stream @@ -14023,36 +14497,36 @@ ET 0 g 0 G endstream endobj -881 0 obj << +894 0 obj << /Type /Page -/Contents 882 0 R -/Resources 880 0 R +/Contents 895 0 R +/Resources 893 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 841 0 R +/Parent 854 0 R >> endobj -883 0 obj << -/D [881 0 R /XYZ 150.7049 740.9981 null] +896 0 obj << +/D [894 0 R /XYZ 150.7049 740.9981 null] >> endobj -880 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +893 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -886 0 obj << -/Length 10767 +899 0 obj << +/Length 9712 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -348.6924 -57.8244 cm +1 0 0 1 -348.6924 -63.1814 cm 0 g 0 G 0 g 0 G -1 0 0 1 -94.9141 -683.1737 cm +1 0 0 1 -94.9141 -677.8167 cm BT -/F18 14.3462 Tf 99.8954 683.1736 Td[(psb)]TJ +/F18 14.3462 Tf 99.8954 677.8167 Td[(psb)]TJ ET -1 0 0 1 125.1626 683.1736 cm +1 0 0 1 125.1626 677.8167 cm q []0 d 0 J @@ -14061,71 +14535,71 @@ q 4.8419 0.1992 l S Q -1 0 0 1 -125.1626 -683.1736 cm +1 0 0 1 -125.1626 -677.8167 cm BT -/F18 14.3462 Tf 130.0045 683.1736 Td[(spsm|T)93(ri)-1(angul)-1(a)1(r)-376(Sys)1(t)-1(em)-376(Sol)-1(v)32(e)]TJ/F8 9.9626 Tf -30.1091 -26.8433 Td[(This)-333(s)-1(u)1(brou)1(tin)1(e)-334(c)-1(omp)1(utes)-334(the)-333(T)83(rian)1(gular)-333(S)1(yste)-1(m)-333(Solv)28(e:)]TJ/F11 9.9626 Tf 111.0609 -30.1884 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -98.5745 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -107.0994 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2045 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8062 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -107.0994 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2045 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8062 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -100.3812 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -108.9062 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -108.9062 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -101.6615 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -110.1865 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ/F8 9.9626 Tf -206.3034 -33.1772 Td[(where:)]TJ +/F18 14.3462 Tf 130.0045 677.8167 Td[(spsm|T)93(ri)-1(angul)-1(a)1(r)-376(Sys)1(t)-1(em)-376(Sol)-1(v)32(e)]TJ/F8 9.9626 Tf -30.1091 -32.1166 Td[(This)-333(s)-1(u)1(brou)1(tin)1(e)-334(c)-1(omp)1(utes)-334(the)-333(T)83(rian)1(gular)-333(S)1(yste)-1(m)-333(Solv)28(e:)]TJ/F11 9.9626 Tf 111.0609 -35.6799 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -98.5745 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -107.0994 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2045 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8062 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F7 6.9738 Tf 6.2267 0 Td[(1)]TJ/F11 9.9626 Tf 4.4694 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -107.0994 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2045 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8062 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -100.3812 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -108.9062 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(T)]TJ/F11 9.9626 Tf 6.2761 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -108.9062 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -101.6615 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(D)-28(P)]TJ/F10 6.9738 Tf 21.3311 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2056 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2267 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0586 1.4944 Td[(x)]TJ/F8 9.9626 Tf 7.9078 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ -110.1865 -14.944 Td[(y)]TJ/F14 9.9626 Tf 15.2046 0 Td[(\040)]TJ/F11 9.9626 Tf 19.9253 0 Td[(\013)-3(P)]TJ/F10 6.9738 Tf 12.8061 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4117 1.4944 Td[(T)]TJ/F13 6.9738 Tf 7.2057 4.1135 Td[(\000)]TJ/F10 6.9738 Tf 6.2266 0 Td[(H)]TJ/F11 9.9626 Tf 7.5564 -4.1135 Td[(P)]TJ/F10 6.9738 Tf 6.3962 -1.4944 Td[(c)]TJ/F11 9.9626 Tf 4.0585 1.4944 Td[(D)-28(x)]TJ/F8 9.9626 Tf 16.4328 0 Td[(+)]TJ/F11 9.9626 Tf 9.9626 0 Td[(\014)-52(y)]TJ/F8 9.9626 Tf -206.3034 -38.6687 Td[(where:)]TJ ET -1 0 0 1 94.9141 456.4354 cm +1 0 0 1 94.9141 430.0676 cm 0 g 0 G -1 0 0 1 -94.9141 -456.4354 cm +1 0 0 1 -94.9141 -430.0676 cm BT -/F11 9.9626 Tf 99.8954 456.4354 Td[(x)]TJ +/F11 9.9626 Tf 99.8954 430.0676 Td[(x)]TJ ET -1 0 0 1 105.5893 456.4354 cm +1 0 0 1 105.5893 430.0676 cm 0 g 0 G -1 0 0 1 -105.5893 -456.4354 cm +1 0 0 1 -105.5893 -430.0676 cm BT -/F8 9.9626 Tf 110.5706 456.4354 Td[(is)-334(t)1(he)-334(glob)1(al)-333(dense)-334(submatri)1(x)]TJ/F11 9.9626 Tf 131.092 0 Td[(x)]TJ/F7 6.9738 Tf 5.6939 -1.4944 Td[(:)]TJ/F10 6.9738 Tf 2.2555 0 Td[(;)]TJ/F7 6.9738 Tf 2.3661 0 Td[(:)]TJ +/F8 9.9626 Tf 110.5706 430.0676 Td[(is)-334(t)1(he)-334(glob)1(al)-333(dense)-334(submatri)1(x)]TJ/F11 9.9626 Tf 131.092 0 Td[(x)]TJ/F7 6.9738 Tf 5.6939 -1.4944 Td[(:)]TJ/F10 6.9738 Tf 2.2555 0 Td[(;)]TJ/F7 6.9738 Tf 2.3661 0 Td[(:)]TJ ET -1 0 0 1 94.9141 437.9839 cm +1 0 0 1 94.9141 407.7331 cm 0 g 0 G -1 0 0 1 -94.9141 -437.9839 cm +1 0 0 1 -94.9141 -407.7331 cm BT -/F11 9.9626 Tf 99.8954 437.9839 Td[(y)]TJ +/F11 9.9626 Tf 99.8954 407.7331 Td[(y)]TJ ET -1 0 0 1 105.1373 437.9839 cm +1 0 0 1 105.1373 407.7331 cm 0 g 0 G -1 0 0 1 -105.1373 -437.9839 cm +1 0 0 1 -105.1373 -407.7331 cm BT -/F8 9.9626 Tf 110.1187 437.9839 Td[(is)-334(t)1(he)-334(glob)1(al)-333(dense)-334(submatr)1(ix)]TJ/F11 9.9626 Tf 131.0919 0 Td[(y)]TJ/F7 6.9738 Tf 4.8845 -1.4943 Td[(:)]TJ/F10 6.9738 Tf 2.2555 0 Td[(;)]TJ/F7 6.9738 Tf 2.3661 0 Td[(:)]TJ +/F8 9.9626 Tf 110.1187 407.7331 Td[(is)-334(t)1(he)-334(glob)1(al)-333(dense)-334(submatr)1(ix)]TJ/F11 9.9626 Tf 131.0919 0 Td[(y)]TJ/F7 6.9738 Tf 4.8845 -1.4944 Td[(:)]TJ/F10 6.9738 Tf 2.2555 0 Td[(;)]TJ/F7 6.9738 Tf 2.3661 0 Td[(:)]TJ ET -1 0 0 1 94.9141 419.5325 cm +1 0 0 1 94.9141 385.3985 cm 0 g 0 G -1 0 0 1 -94.9141 -419.5325 cm +1 0 0 1 -94.9141 -385.3985 cm BT -/F11 9.9626 Tf 99.8954 419.5325 Td[(T)]TJ +/F11 9.9626 Tf 99.8954 385.3985 Td[(T)]TJ ET -1 0 0 1 107.101 419.5325 cm +1 0 0 1 107.101 385.3985 cm 0 g 0 G -1 0 0 1 -107.101 -419.5325 cm +1 0 0 1 -107.101 -385.3985 cm BT -/F8 9.9626 Tf 112.0823 419.5325 Td[(is)-334(t)1(he)-334(glob)1(al)-333(s)-1(p)1(arse)-334(bl)1(o)-28(c)27(k)-333(tri)1(angul)1(ar)-333(s)-1(u)1(bmatrix)]TJ/F11 9.9626 Tf 206.7806 0 Td[(T)]TJ +/F8 9.9626 Tf 112.0823 385.3985 Td[(is)-334(t)1(he)-334(glob)1(al)-333(s)-1(p)1(arse)-334(bl)1(o)-28(c)27(k)-333(tri)1(angul)1(ar)-333(s)-1(u)1(bmatrix)]TJ/F11 9.9626 Tf 206.7806 0 Td[(T)]TJ ET -1 0 0 1 94.9141 401.081 cm +1 0 0 1 94.9141 363.064 cm 0 g 0 G -1 0 0 1 -94.9141 -401.081 cm +1 0 0 1 -94.9141 -363.064 cm BT -/F11 9.9626 Tf 99.8954 401.081 Td[(D)]TJ +/F11 9.9626 Tf 99.8954 363.064 Td[(D)]TJ ET -1 0 0 1 108.4204 401.081 cm +1 0 0 1 108.4204 363.064 cm 0 g 0 G -1 0 0 1 -108.4204 -401.081 cm +1 0 0 1 -108.4204 -363.064 cm BT -/F8 9.9626 Tf 113.4017 401.081 Td[(is)-334(t)1(he)-334(sc)-1(al)1(ing)-333(di)1(agonal)-333(ma)-1(t)1(rix.)]TJ +/F8 9.9626 Tf 113.4017 363.064 Td[(is)-334(t)1(he)-334(sc)-1(al)1(ing)-333(di)1(agonal)-333(ma)-1(t)1(rix.)]TJ ET -1 0 0 1 94.9141 382.6296 cm +1 0 0 1 94.9141 340.7295 cm 0 g 0 G -1 0 0 1 -94.9141 -382.6296 cm +1 0 0 1 -94.9141 -340.7295 cm BT -/F11 9.9626 Tf 99.8954 382.6296 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4118 1.4944 Td[(;)-166(P)]TJ/F10 6.9738 Tf 10.8239 -1.4944 Td[(c)]TJ +/F11 9.9626 Tf 99.8954 340.7295 Td[(P)]TJ/F10 6.9738 Tf 6.3961 -1.4944 Td[(r)]TJ/F11 9.9626 Tf 4.4118 1.4944 Td[(;)-166(P)]TJ/F10 6.9738 Tf 10.8239 -1.4944 Td[(c)]TJ ET -1 0 0 1 125.5857 382.6296 cm +1 0 0 1 125.5857 340.7295 cm 0 g 0 G -1 0 0 1 -125.5857 -382.6296 cm +1 0 0 1 -125.5857 -340.7295 cm BT -/F8 9.9626 Tf 130.5671 382.6296 Td[(are)-333(the)-334(p)-27(erm)27(u)1(tation)-333(matri)1(c)-1(es)-1(.)]TJ/F18 14.3462 Tf -30.6717 -32.3113 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 68.8716 -21.8209 Td[(call)-333(psb)]TJ +/F8 9.9626 Tf 130.5671 340.7295 Td[(are)-333(the)-334(p)-27(erm)27(u)1(tation)-333(matri)1(c)-1(es)-1(.)]TJ/F18 14.3462 Tf -30.6717 -45.3162 Td[(Syn)32(t)-1(ax)]TJ/F8 9.9626 Tf 68.8716 -22.3396 Td[(call)-333(psb)]TJ ET -1 0 0 1 202.6289 328.4974 cm +1 0 0 1 202.6289 273.0737 cm q []0 d 0 J @@ -14134,11 +14608,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -202.6289 -328.4974 cm +1 0 0 1 -202.6289 -273.0737 cm BT -/F8 9.9626 Tf 205.6177 328.4974 Td[(spsm)-334(\050)]TJ/F19 9.9626 Tf 28.8917 0 Td[(alpha,)-357(t)-1(,)-357(x,)-357(b)51(et)-1(a,)-357(y,)-357(desc)]TJ +/F8 9.9626 Tf 205.6177 273.0737 Td[(spsm)-334(\050)]TJ/F19 9.9626 Tf 28.8917 0 Td[(alpha,)-357(t)-1(,)-357(x,)-357(b)51(et)-1(a,)-357(y,)-357(desc)]TJ ET -1 0 0 1 339.2902 328.4974 cm +1 0 0 1 339.2902 273.0737 cm q []0 d 0 J @@ -14147,11 +14621,11 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -339.2902 -328.4974 cm +1 0 0 1 -339.2902 -273.0737 cm BT -/F19 9.9626 Tf 342.3454 328.4974 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ -270.5807 -23.9104 Td[(call)-333(psb)]TJ +/F19 9.9626 Tf 342.3454 273.0737 Td[(a,)-358(i)1(nfo)]TJ/F8 9.9626 Tf 28.5151 0 Td[(\051)]TJ -270.5807 -23.9103 Td[(call)-333(psb)]TJ ET -1 0 0 1 134.1418 304.587 cm +1 0 0 1 134.1418 249.1634 cm q []0 d 0 J @@ -14160,11 +14634,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -134.1418 -304.587 cm +1 0 0 1 -134.1418 -249.1634 cm BT -/F8 9.9626 Tf 137.1306 304.587 Td[(spsm)-334(\050)]TJ/F19 9.9626 Tf 28.8917 0 Td[(alpha,)-357(t)-1(,)-357(x,)-357(b)51(et)-1(a,)-357(y,)-357(desc)]TJ +/F8 9.9626 Tf 137.1306 249.1634 Td[(spsm)-334(\050)]TJ/F19 9.9626 Tf 28.8917 0 Td[(alpha,)-357(t)-1(,)-357(x,)-357(b)51(et)-1(a,)-357(y,)-357(desc)]TJ ET -1 0 0 1 270.803 304.587 cm +1 0 0 1 270.803 249.1634 cm q []0 d 0 J @@ -14173,16 +14647,16 @@ q 3.0552 0.1992 l S Q -1 0 0 1 -270.803 -304.587 cm +1 0 0 1 -270.803 -249.1634 cm BT -/F19 9.9626 Tf 273.8583 304.587 Td[(a,)-358(i)1(nfo,)-358(tr)52(a)-1(ns,)-357(unit,)-357(cho)-1(i)1(c)51(e,)-358(di)1(ag,)-358(work)]TJ/F8 9.9626 Tf 165.4894 0 Td[(\051)]TJ +/F19 9.9626 Tf 273.8583 249.1634 Td[(a,)-358(i)1(nfo,)-358(tr)52(a)-1(ns,)-357(unit,)-357(cho)-1(i)1(c)51(e,)-358(di)1(ag,)-358(work)]TJ/F8 9.9626 Tf 165.4894 0 Td[(\051)]TJ ET -1 0 0 1 99.8954 279.6599 cm +1 0 0 1 99.8954 221.5577 cm 0 g 0 G -1 0 0 1 74.1629 -21.0212 cm +1 0 0 1 74.1629 -21.0211 cm 0 g 0 G 0 g 0 G -1 0 0 1 4.9813 20.6227 cm +1 0 0 1 4.9813 20.6226 cm q []0 d 0 J @@ -14191,11 +14665,11 @@ q 185.4227 0.1992 l S Q -1 0 0 1 -179.0396 -279.2614 cm +1 0 0 1 -179.0396 -221.1592 cm BT -/F11 9.9626 Tf 185.0172 270.8928 Td[(T)]TJ/F8 9.9626 Tf 7.2056 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(D)]TJ/F8 9.9626 Tf 8.525 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\014)]TJ/F29 9.9626 Tf 54.7887 0 Td[(Subr)1(outi)-1(ne)]TJ +/F11 9.9626 Tf 185.0172 212.7906 Td[(T)]TJ/F8 9.9626 Tf 7.2056 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(D)]TJ/F8 9.9626 Tf 8.525 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(,)]TJ/F11 9.9626 Tf 6.0883 0 Td[(\014)]TJ/F29 9.9626 Tf 54.7887 0 Td[(Subr)1(outi)-1(ne)]TJ ET -1 0 0 1 179.0396 266.9077 cm +1 0 0 1 179.0396 208.8056 cm q []0 d 0 J @@ -14204,11 +14678,11 @@ q 185.4227 0.1992 l S Q -1 0 0 1 -179.0396 -266.9077 cm +1 0 0 1 -179.0396 -208.8056 cm BT -/F8 9.9626 Tf 185.0172 258.5391 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ +/F8 9.9626 Tf 185.0172 200.437 Td[(Long)-333(P)1(re)-1(cision)-333(Real)-3103(psb)]TJ ET -1 0 0 1 318.9209 258.5391 cm +1 0 0 1 318.9209 200.437 cm q []0 d 0 J @@ -14217,11 +14691,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -318.9209 -258.5391 cm +1 0 0 1 -318.9209 -200.437 cm BT -/F8 9.9626 Tf 321.9097 258.5391 Td[(spsm)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ +/F8 9.9626 Tf 321.9097 200.437 Td[(spsm)]TJ -136.8925 -11.9552 Td[(Long)-333(P)1(re)-1(cision)-333(Complex)-1200(psb)]TJ ET -1 0 0 1 318.9209 246.5839 cm +1 0 0 1 318.9209 188.4818 cm q []0 d 0 J @@ -14230,11 +14704,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -318.9209 -246.5839 cm +1 0 0 1 -318.9209 -188.4818 cm BT -/F8 9.9626 Tf 321.9097 246.5839 Td[(spsm)]TJ +/F8 9.9626 Tf 321.9097 188.4818 Td[(spsm)]TJ ET -1 0 0 1 179.0396 242.5989 cm +1 0 0 1 179.0396 184.4967 cm q []0 d 0 J @@ -14243,49 +14717,25 @@ q 185.4227 0.1992 l S Q -1 0 0 1 46.5372 -27.8401 cm +1 0 0 1 46.5372 -27.84 cm 0 g 0 G -1 0 0 1 -225.5768 -214.7588 cm +1 0 0 1 -225.5768 -156.6567 cm BT -/F8 9.9626 Tf 225.5768 214.7588 Td[(T)83(ab)1(le)-334(12:)-444(Data)-333(t)28(yp)-28(es)]TJ +/F8 9.9626 Tf 225.5768 156.6567 Td[(T)83(ab)1(le)-334(12:)-444(Data)-333(t)28(yp)-28(es)]TJ ET -1 0 0 1 317.9251 214.7588 cm +1 0 0 1 317.9251 156.6567 cm 0 g 0 G 1 0 0 1 -218.0297 -1.9372 cm 0 g 0 G -1 0 0 1 -4.9813 -26.2239 cm -0 g 0 G -1 0 0 1 -94.9141 -186.5977 cm -BT -/F29 9.9626 Tf 99.8954 186.5977 Td[(On)-383(En)32(tr)1(y)]TJ -ET -1 0 0 1 147.4806 186.5977 cm -0 g 0 G -1 0 0 1 -52.5665 -18.4514 cm -0 g 0 G -1 0 0 1 -94.9141 -168.1463 cm -BT -/F29 9.9626 Tf 99.8954 168.1463 Td[(alpha)]TJ -ET -1 0 0 1 126.9465 168.1463 cm +1 0 0 1 -4.9813 -34.3939 cm 0 g 0 G -1 0 0 1 -126.9465 -168.1463 cm -BT -/F8 9.9626 Tf 131.9279 168.1463 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(.)]TJ -59.0043 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ -ET -1 0 0 1 383.0839 120.3256 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -383.0839 -120.3256 cm +1 0 0 1 -94.9141 -120.3256 cm BT -/F8 9.9626 Tf 383.0839 120.3256 Td[(12)]TJ +/F29 9.9626 Tf 99.8954 120.3256 Td[(On)-383(En)32(tr)1(y)]TJ ET -1 0 0 1 393.0466 120.3256 cm +1 0 0 1 147.4806 120.3256 cm 0 g 0 G -1 0 0 1 -393.0466 -120.3256 cm -BT -/F8 9.9626 Tf 393.0466 120.3256 Td[(.)]TJ -ET -1 0 0 1 99.8954 90.4377 cm +1 0 0 1 -47.5852 -29.8879 cm 0 g 0 G 1 0 0 1 -99.8954 -90.4377 cm BT @@ -14295,39 +14745,31 @@ ET 0 g 0 G endstream endobj -885 0 obj << +898 0 obj << /Type /Page -/Contents 886 0 R -/Resources 884 0 R +/Contents 899 0 R +/Resources 897 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 890 0 R ] ->> endobj -890 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [382.0877 117.3922 394.0429 128.2404] -/Subtype /Link -/A << /S /GoTo /D (table.12) >> +/Parent 903 0 R >> endobj -887 0 obj << -/D [885 0 R /XYZ 99.8954 740.9981 null] +900 0 obj << +/D [898 0 R /XYZ 99.8954 740.9981 null] >> endobj -142 0 obj << -/D [885 0 R /XYZ 99.8954 665.4959 null] +150 0 obj << +/D [898 0 R /XYZ 99.8954 655.4681 null] >> endobj -888 0 obj << -/D [885 0 R /XYZ 99.8954 337.663 null] +901 0 obj << +/D [898 0 R /XYZ 99.8954 282.2393 null] >> endobj -889 0 obj << -/D [885 0 R /XYZ 270.132 226.714 null] +902 0 obj << +/D [898 0 R /XYZ 270.132 168.6118 null] >> endobj -884 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F13 852 0 R /F7 572 0 R /F19 546 0 R /F29 411 0 R >> +897 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F13 865 0 R /F7 582 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -894 0 obj << -/Length 10310 +906 0 obj << +/Length 10676 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -14338,105 +14780,129 @@ stream 0 g 0 G 1 0 0 1 -145.7236 -706.1289 cm BT -/F29 9.9626 Tf 150.7049 706.1289 Td[(t)]TJ +/F29 9.9626 Tf 150.7049 706.1289 Td[(alpha)]TJ +ET +1 0 0 1 177.756 706.1289 cm +0 g 0 G +1 0 0 1 -177.756 -706.1289 cm +BT +/F8 9.9626 Tf 182.7373 706.1289 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4685 0 Td[(\013)]TJ/F8 9.9626 Tf 6.41 0 Td[(.)]TJ -59.0043 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ +ET +1 0 0 1 433.8934 658.3082 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -433.8934 -658.3082 cm +BT +/F8 9.9626 Tf 433.8934 658.3082 Td[(12)]TJ +ET +1 0 0 1 443.8561 658.3082 cm +0 g 0 G +1 0 0 1 -443.8561 -658.3082 cm +BT +/F8 9.9626 Tf 443.8561 658.3082 Td[(.)]TJ ET -1 0 0 1 155.1604 706.1289 cm +1 0 0 1 145.7235 638.715 cm 0 g 0 G -1 0 0 1 -155.1604 -706.1289 cm +1 0 0 1 -145.7235 -638.715 cm BT -/F8 9.9626 Tf 160.1417 706.1289 Td[(th)1(e)-334(global)-333(p)-27(orti)1(on)-333(of)-333(the)-333(s)-1(p)1(ars)-1(e)-333(m)-1(atr)1(ix)]TJ/F11 9.9626 Tf 172.6031 0 Td[(T)]TJ/F8 9.9626 Tf 7.2056 0 Td[(.)]TJ -164.3389 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(t)28(yp)-27(e)-334(sp)-28(eci\014ed)-333(in)]TJ/F14 9.9626 Tf 211.3744 0 Td[(x)]TJ +/F29 9.9626 Tf 150.7049 638.715 Td[(t)]TJ ET -1 0 0 1 394.7346 658.3082 cm +1 0 0 1 155.1604 638.715 cm +0 g 0 G +1 0 0 1 -155.1604 -638.715 cm +BT +/F8 9.9626 Tf 160.1417 638.715 Td[(th)1(e)-334(global)-333(p)-27(orti)1(on)-333(of)-333(the)-333(s)-1(p)1(ars)-1(e)-333(m)-1(atr)1(ix)]TJ/F11 9.9626 Tf 172.6031 0 Td[(T)]TJ/F8 9.9626 Tf 7.2056 0 Td[(.)]TJ -164.3389 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(t)28(yp)-27(e)-334(sp)-28(eci\014ed)-333(in)]TJ/F14 9.9626 Tf 211.3744 0 Td[(x)]TJ +ET +1 0 0 1 394.7346 590.8943 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -394.7346 -658.3082 cm +1 0 0 1 -394.7346 -590.8943 cm BT -/F8 9.9626 Tf 394.7346 658.3082 Td[(3)]TJ +/F8 9.9626 Tf 394.7346 590.8943 Td[(3)]TJ ET -1 0 0 1 399.7159 658.3082 cm +1 0 0 1 399.7159 590.8943 cm 0 g 0 G -1 0 0 1 -399.7159 -658.3082 cm +1 0 0 1 -399.7159 -590.8943 cm BT -/F8 9.9626 Tf 399.7159 658.3082 Td[(.)]TJ +/F8 9.9626 Tf 399.7159 590.8943 Td[(.)]TJ ET -1 0 0 1 145.7235 635.4847 cm +1 0 0 1 145.7235 571.3011 cm 0 g 0 G -1 0 0 1 -145.7235 -635.4847 cm +1 0 0 1 -145.7235 -571.3011 cm BT -/F29 9.9626 Tf 150.7049 635.4847 Td[(x)]TJ +/F29 9.9626 Tf 150.7049 571.3011 Td[(x)]TJ ET -1 0 0 1 156.7516 635.4847 cm +1 0 0 1 156.7516 571.3011 cm 0 g 0 G -1 0 0 1 -156.7516 -635.4847 cm +1 0 0 1 -156.7516 -571.3011 cm BT -/F8 9.9626 Tf 161.7329 635.4847 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 161.7329 571.3011 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ -167.933 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 214.6319 575.7088 cm +1 0 0 1 214.6319 511.5253 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -214.6319 -575.7088 cm +1 0 0 1 -214.6319 -511.5253 cm BT -/F8 9.9626 Tf 214.6319 575.7088 Td[(12)]TJ +/F8 9.9626 Tf 214.6319 511.5253 Td[(12)]TJ ET -1 0 0 1 224.5946 575.7088 cm +1 0 0 1 224.5946 511.5253 cm 0 g 0 G -1 0 0 1 -224.5946 -575.7088 cm +1 0 0 1 -224.5946 -511.5253 cm BT -/F8 9.9626 Tf 224.5946 575.7088 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ +/F8 9.9626 Tf 224.5946 511.5253 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(x)]TJ/F8 9.9626 Tf 9.0148 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ ET -1 0 0 1 145.7235 552.8853 cm +1 0 0 1 145.7235 491.9321 cm 0 g 0 G -1 0 0 1 -145.7235 -552.8853 cm +1 0 0 1 -145.7235 -491.9321 cm BT -/F29 9.9626 Tf 150.7049 552.8853 Td[(b)-32(eta)]TJ +/F29 9.9626 Tf 150.7049 491.9321 Td[(b)-32(eta)]TJ ET -1 0 0 1 172.664 552.8853 cm +1 0 0 1 172.664 491.9321 cm 0 g 0 G -1 0 0 1 -172.664 -552.8853 cm +1 0 0 1 -172.664 -491.9321 cm BT -/F8 9.9626 Tf 177.6454 552.8853 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\014)]TJ/F8 9.9626 Tf 6.1609 0 Td[(.)]TJ -53.6632 -11.9551 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ +/F8 9.9626 Tf 177.6454 491.9321 Td[(th)1(e)-334(s)-1(calar)]TJ/F11 9.9626 Tf 45.4684 0 Td[(\014)]TJ/F8 9.9626 Tf 6.1609 0 Td[(.)]TJ -53.6632 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(n)28(um)28(b)-28(er)-333(of)-333(the)-333(data)-333(t)28(yp)-27(e)-334(in)1(dicate)-1(d)-332(in)-333(T)83(abl)1(e)]TJ ET -1 0 0 1 433.8934 505.0647 cm +1 0 0 1 433.8934 444.1114 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -433.8934 -505.0647 cm +1 0 0 1 -433.8934 -444.1114 cm BT -/F8 9.9626 Tf 433.8934 505.0647 Td[(12)]TJ +/F8 9.9626 Tf 433.8934 444.1114 Td[(12)]TJ ET -1 0 0 1 443.8561 505.0647 cm +1 0 0 1 443.8561 444.1114 cm 0 g 0 G -1 0 0 1 -443.8561 -505.0647 cm +1 0 0 1 -443.8561 -444.1114 cm BT -/F8 9.9626 Tf 443.8561 505.0647 Td[(.)]TJ +/F8 9.9626 Tf 443.8561 444.1114 Td[(.)]TJ ET -1 0 0 1 145.7235 482.2412 cm +1 0 0 1 145.7235 424.5182 cm 0 g 0 G -1 0 0 1 -145.7235 -482.2412 cm +1 0 0 1 -145.7235 -424.5182 cm BT -/F29 9.9626 Tf 150.7049 482.2412 Td[(y)]TJ +/F29 9.9626 Tf 150.7049 424.5182 Td[(y)]TJ ET -1 0 0 1 156.7516 482.2412 cm +1 0 0 1 156.7516 424.5182 cm 0 g 0 G -1 0 0 1 -156.7516 -482.2412 cm +1 0 0 1 -156.7516 -424.5182 cm BT -/F8 9.9626 Tf 161.7329 482.2412 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.242 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 161.7329 424.5182 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.242 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-289(as:)-423(a)-289(ran)1(k)-290(on)1(e)-290(or)-290(t)28(w)28(o)-290(arr)1(a)28(y)-290(con)28(tain)1(ing)-289(n)28(um)28(b)-27(e)-1(rs)-290(of)-289(t)28(yp)-27(e)-290(s)-1(p)-27(ec)-1(i\014)1(e)-1(d)]TJ 0 -11.9551 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 214.6319 422.4653 cm +1 0 0 1 214.6319 364.7424 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -214.6319 -422.4653 cm +1 0 0 1 -214.6319 -364.7424 cm BT -/F8 9.9626 Tf 214.6319 422.4653 Td[(12)]TJ +/F8 9.9626 Tf 214.6319 364.7424 Td[(12)]TJ ET -1 0 0 1 224.5946 422.4653 cm +1 0 0 1 224.5946 364.7424 cm 0 g 0 G -1 0 0 1 -224.5946 -422.4653 cm +1 0 0 1 -224.5946 -364.7424 cm BT -/F8 9.9626 Tf 224.5946 422.4653 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ +/F8 9.9626 Tf 224.5946 364.7424 Td[(.)-444(The)-334(r)1(ank)-333(of)]TJ/F11 9.9626 Tf 62.0175 0 Td[(y)]TJ/F8 9.9626 Tf 8.5628 0 Td[(m)27(u)1(s)-1(t)-333(b)-27(e)-334(th)1(e)-334(s)-1(ame)-334(of)]TJ/F11 9.9626 Tf 91.7118 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(.)]TJ ET -1 0 0 1 145.7235 399.6418 cm +1 0 0 1 145.7235 345.1492 cm 0 g 0 G -1 0 0 1 -145.7235 -399.6418 cm +1 0 0 1 -145.7235 -345.1492 cm BT -/F29 9.9626 Tf 150.7049 399.6418 Td[(desc)]TJ +/F29 9.9626 Tf 150.7049 345.1492 Td[(desc)]TJ ET -1 0 0 1 172.6195 399.6418 cm +1 0 0 1 172.6195 345.1492 cm q []0 d 0 J @@ -14445,23 +14911,23 @@ q 3.4371 0.1992 l S Q -1 0 0 1 -172.6195 -399.6418 cm +1 0 0 1 -172.6195 -345.1492 cm BT -/F29 9.9626 Tf 176.0566 399.6418 Td[(a)]TJ +/F29 9.9626 Tf 176.0566 345.1492 Td[(a)]TJ ET -1 0 0 1 181.6259 399.6418 cm +1 0 0 1 181.6259 345.1492 cm 0 g 0 G -1 0 0 1 -181.6259 -399.6418 cm +1 0 0 1 -181.6259 -345.1492 cm BT -/F8 9.9626 Tf 186.6072 399.6418 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ +/F8 9.9626 Tf 186.6072 345.1492 Td[(con)28(tain)1(s)-334(data)-333(structu)1(re)-1(s)-333(for)-333(com)-1(m)28(un)1(ic)-1(ati)1(ons.)]TJ -10.9957 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3786 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(s)-1(tr)1(uctured)-333(dat)1(a)-334(of)-333(t)28(yp)-27(e)]TJ ET -1 0 0 1 346.5264 351.8211 cm +1 0 0 1 346.5264 297.3285 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -346.5264 -351.8211 cm +1 0 0 1 -346.5264 -297.3285 cm BT -/F32 9.9626 Tf 346.5264 351.8211 Td[(psb)]TJ +/F32 9.9626 Tf 346.5264 297.3285 Td[(psb)]TJ ET -1 0 0 1 362.8451 351.8211 cm +1 0 0 1 362.8451 297.3285 cm q []0 d 0 J @@ -14470,11 +14936,11 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -362.8451 -351.8211 cm +1 0 0 1 -362.8451 -297.3285 cm BT -/F32 9.9626 Tf 365.9833 351.8211 Td[(desc)]TJ +/F32 9.9626 Tf 365.9833 297.3285 Td[(desc)]TJ ET -1 0 0 1 387.5322 351.8211 cm +1 0 0 1 387.5322 297.3285 cm q []0 d 0 J @@ -14483,111 +14949,87 @@ q 3.1382 0.1992 l S Q -1 0 0 1 -387.5322 -351.8211 cm -BT -/F32 9.9626 Tf 390.6705 351.8211 Td[(type)]TJ -ET -1 0 0 1 411.5918 351.8211 cm -0 g 0 G -1 0 0 1 -411.5918 -351.8211 cm -BT -/F8 9.9626 Tf 411.5918 351.8211 Td[(.)]TJ -ET -1 0 0 1 145.7235 328.9976 cm -0 g 0 G -1 0 0 1 -145.7235 -328.9976 cm -BT -/F29 9.9626 Tf 150.7049 328.9976 Td[(trans)]TJ -ET -1 0 0 1 176.3322 328.9976 cm -0 g 0 G -1 0 0 1 -176.3322 -328.9976 cm +1 0 0 1 -387.5322 -297.3285 cm BT -/F8 9.9626 Tf 181.3135 328.9976 Td[(sp)-28(ec)-1(i)1(fy)-333(with)]TJ/F19 9.9626 Tf 55.6802 0 Td[(unitd)]TJ/F8 9.9626 Tf 25.7256 0 Td[(th)1(e)-334(op)-28(erati)1(on)-333(to)-333(p)-28(erf)1(orm)-1(.)]TJ +/F32 9.9626 Tf 390.6705 297.3285 Td[(type)]TJ ET -1 0 0 1 170.6302 306.1741 cm +1 0 0 1 411.5918 297.3285 cm 0 g 0 G -1 0 0 1 -170.6302 -306.1741 cm +1 0 0 1 -411.5918 -297.3285 cm BT -/F29 9.9626 Tf 175.6115 306.1741 Td[(trans)-383(=)-383(')-1(N')]TJ +/F8 9.9626 Tf 411.5918 297.3285 Td[(.)]TJ ET -1 0 0 1 233.1191 306.1741 cm +1 0 0 1 145.7235 277.7353 cm 0 g 0 G -1 0 0 1 -233.1191 -306.1741 cm +1 0 0 1 -145.7235 -277.7353 cm BT -/F8 9.9626 Tf 238.1004 306.1741 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(n)1(o)-334(t)1(ransp)-27(os)-1(ed)-333(m)-1(at)1(rix)]TJ +/F29 9.9626 Tf 150.7049 277.7353 Td[(trans)]TJ ET -1 0 0 1 170.6302 288.7848 cm +1 0 0 1 176.3322 277.7353 cm 0 g 0 G -1 0 0 1 -170.6302 -288.7848 cm +1 0 0 1 -176.3322 -277.7353 cm BT -/F29 9.9626 Tf 175.6115 288.7848 Td[(trans)-383(=)-383(')-1(T')]TJ +/F8 9.9626 Tf 181.3135 277.7353 Td[(sp)-28(ec)-1(i)1(fy)-333(with)]TJ/F19 9.9626 Tf 55.6802 0 Td[(unitd)]TJ/F8 9.9626 Tf 25.7256 0 Td[(th)1(e)-334(op)-28(erati)1(on)-333(to)-333(p)-28(erf)1(orm)-1(.)]TJ ET -1 0 0 1 232.1229 288.7848 cm +1 0 0 1 170.6302 258.1421 cm 0 g 0 G -1 0 0 1 -232.1229 -288.7848 cm +1 0 0 1 -170.6302 -258.1421 cm BT -/F8 9.9626 Tf 237.1042 288.7848 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(t)1(ransp)-28(osed)-333(m)-1(atr)1(ix.)]TJ +/F29 9.9626 Tf 175.6115 258.1421 Td[(trans)-383(=)-383(')-1(N')]TJ ET -1 0 0 1 170.6302 271.3955 cm +1 0 0 1 233.1191 258.1421 cm 0 g 0 G -1 0 0 1 -170.6302 -271.3955 cm +1 0 0 1 -233.1191 -258.1421 cm BT -/F29 9.9626 Tf 175.6115 271.3955 Td[(trans)-383(=)-383(')-1(C)1(')]TJ +/F8 9.9626 Tf 238.1004 258.1421 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(n)1(o)-334(t)1(ransp)-27(os)-1(ed)-333(m)-1(at)1(rix)]TJ ET -1 0 0 1 232.4273 271.3955 cm +1 0 0 1 170.6302 242.534 cm 0 g 0 G -1 0 0 1 -232.4273 -271.3955 cm +1 0 0 1 -170.6302 -242.534 cm BT -/F8 9.9626 Tf 237.4086 271.3955 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(conj)1(ugate)-333(transp)-27(os)-1(ed)-333(matrix.)]TJ -61.7971 -22.8235 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(tr)-28(ans)]TJ/F8 9.9626 Tf 27.0524 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(N)]TJ/F8 9.9626 Tf -77.0041 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(c)27(har)1(ac)-1(ter)-333(v)56(ariab)1(le)-1(.)]TJ +/F29 9.9626 Tf 175.6115 242.534 Td[(trans)-383(=)-383(')-1(T')]TJ ET -1 0 0 1 145.7235 177.9278 cm +1 0 0 1 232.1229 242.534 cm 0 g 0 G -1 0 0 1 -145.7235 -177.9278 cm +1 0 0 1 -232.1229 -242.534 cm BT -/F29 9.9626 Tf 150.7049 177.9278 Td[(unitd)]TJ +/F8 9.9626 Tf 237.1042 242.534 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(t)1(ransp)-28(osed)-333(m)-1(atr)1(ix.)]TJ ET -1 0 0 1 177.4378 177.9278 cm +1 0 0 1 170.6302 226.9259 cm 0 g 0 G -1 0 0 1 -177.4378 -177.9278 cm +1 0 0 1 -170.6302 -226.9259 cm BT -/F8 9.9626 Tf 182.4191 177.9278 Td[(sp)-28(ec)-1(i)1(fy)-333(with)]TJ/F19 9.9626 Tf 55.6802 0 Td[(tr)51(ans)]TJ/F8 9.9626 Tf 25.0891 0 Td[(th)1(e)-334(op)-28(erati)1(on)-333(to)-333(p)-28(erf)1(orm.)]TJ +/F29 9.9626 Tf 175.6115 226.9259 Td[(trans)-383(=)-383(')-1(C)1(')]TJ ET -1 0 0 1 170.6302 155.1043 cm +1 0 0 1 232.4273 226.9259 cm 0 g 0 G -1 0 0 1 -170.6302 -155.1043 cm +1 0 0 1 -232.4273 -226.9259 cm BT -/F29 9.9626 Tf 175.6115 155.1043 Td[(unitd)-384(=)-383(')-1(U')]TJ +/F8 9.9626 Tf 237.4086 226.9259 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(conj)1(ugate)-333(transp)-27(os)-1(ed)-333(matrix.)]TJ -61.7971 -19.5932 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3786 0 Td[(global)]TJ/F8 9.9626 Tf -32.3786 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(tr)-28(ans)]TJ/F8 9.9626 Tf 27.0524 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(N)]TJ/F8 9.9626 Tf -77.0041 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(c)27(har)1(ac)-1(ter)-333(v)56(ariab)1(le)-1(.)]TJ ET -1 0 0 1 234.0725 155.1043 cm +1 0 0 1 145.7235 139.9188 cm 0 g 0 G -1 0 0 1 -234.0725 -155.1043 cm +1 0 0 1 -145.7235 -139.9188 cm BT -/F8 9.9626 Tf 239.0538 155.1043 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(n)1(o)-333(s)-1(caling)]TJ +/F29 9.9626 Tf 150.7049 139.9188 Td[(unitd)]TJ ET -1 0 0 1 170.6302 137.715 cm +1 0 0 1 177.4378 139.9188 cm 0 g 0 G -1 0 0 1 -170.6302 -137.715 cm +1 0 0 1 -177.4378 -139.9188 cm BT -/F29 9.9626 Tf 175.6115 137.715 Td[(unitd)-384(=)-383(')-1(L')]TJ -ET -1 0 0 1 232.1492 137.715 cm -0 g 0 G -1 0 0 1 -232.1492 -137.715 cm -BT -/F8 9.9626 Tf 237.1305 137.715 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(l)1(e)-1(f)1(t)-334(sc)-1(al)1(ing)]TJ +/F8 9.9626 Tf 182.4191 139.9188 Td[(sp)-28(ec)-1(i)1(fy)-333(with)]TJ/F19 9.9626 Tf 55.6802 0 Td[(tr)51(ans)]TJ/F8 9.9626 Tf 25.0891 0 Td[(th)1(e)-334(op)-28(erati)1(on)-333(to)-333(p)-28(erf)1(orm.)]TJ ET 1 0 0 1 170.6302 120.3256 cm 0 g 0 G 1 0 0 1 -170.6302 -120.3256 cm BT -/F29 9.9626 Tf 175.6115 120.3256 Td[(unitd)-384(=)-383(')-1(R')]TJ +/F29 9.9626 Tf 175.6115 120.3256 Td[(unitd)-384(=)-383(')-1(U')]TJ ET -1 0 0 1 233.8511 120.3256 cm +1 0 0 1 234.0725 120.3256 cm 0 g 0 G -1 0 0 1 -233.8511 -120.3256 cm +1 0 0 1 -234.0725 -120.3256 cm BT -/F8 9.9626 Tf 238.8324 120.3256 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(r)1(igh)28(t)-333(s)-1(calin)1(g.)]TJ +/F8 9.9626 Tf 239.0538 120.3256 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(n)1(o)-333(s)-1(caling)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -14599,191 +15041,218 @@ ET 0 g 0 G endstream endobj -893 0 obj << +905 0 obj << /Type /Page -/Contents 894 0 R -/Resources 892 0 R +/Contents 906 0 R +/Resources 904 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R ] +/Parent 903 0 R +/Annots [ 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R ] >> endobj -896 0 obj << +908 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [432.8971 655.3747 444.8523 666.2229] +/Subtype /Link +/A << /S /GoTo /D (table.12) >> +>> endobj +909 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [393.7383 655.3747 400.7122 666.2229] +/Rect [393.7383 587.9609 400.7122 598.8091] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj -897 0 obj << +910 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.6356 572.7754 225.5908 583.6236] +/Rect [213.6356 508.5918 225.5908 519.4401] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -898 0 obj << +911 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.8971 502.1312 444.8523 512.9794] +/Rect [432.8971 441.178 444.8523 452.0262] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -899 0 obj << +912 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.6356 419.5319 225.5908 430.3801] +/Rect [213.6356 361.8089 225.5908 372.6571] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -900 0 obj << +913 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.5302 348.611 412.5881 359.7359] +/Rect [345.5302 294.1183 412.5881 305.2433] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -895 0 obj << -/D [893 0 R /XYZ 150.7049 740.9981 null] +907 0 obj << +/D [905 0 R /XYZ 150.7049 740.9981 null] >> endobj -892 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F32 567 0 R /F19 546 0 R >> +904 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F32 577 0 R /F19 556 0 R >> /ProcSet [ /PDF /Text ] >> endobj -903 0 obj << -/Length 6797 +916 0 obj << +/Length 7412 >> stream 1 0 0 1 99.8954 740.9981 cm 0 g 0 G 1 0 0 1 343.7111 0 cm 0 g 0 G -1 0 0 1 -443.6065 -740.9981 cm +1 0 0 1 -323.7858 -34.8692 cm +0 g 0 G +1 0 0 1 -119.8207 -706.1289 cm BT -/F8 9.9626 Tf 124.802 706.1289 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(un)-1(i)1(td)]TJ/F8 9.9626 Tf 26.6657 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(U)]TJ/F8 9.9626 Tf -76.6174 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(c)27(har)1(ac)-1(ter)-333(v)56(ariab)1(le)-1(.)]TJ +/F29 9.9626 Tf 124.802 706.1289 Td[(unitd)-384(=)-383(')-1(L')]TJ ET -1 0 0 1 94.9141 638.3829 cm +1 0 0 1 181.3397 706.1289 cm 0 g 0 G -1 0 0 1 -94.9141 -638.3829 cm +1 0 0 1 -181.3397 -706.1289 cm +BT +/F8 9.9626 Tf 186.321 706.1289 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(l)1(e)-1(f)1(t)-334(sc)-1(al)1(ing)]TJ +ET +1 0 0 1 119.8207 690.4422 cm +0 g 0 G +1 0 0 1 -119.8207 -690.4422 cm BT -/F29 9.9626 Tf 99.8954 638.3829 Td[(c)32(hoic)-1(e)]TJ +/F29 9.9626 Tf 124.802 690.4422 Td[(unitd)-384(=)-383(')-1(R')]TJ ET -1 0 0 1 130.2882 638.3829 cm +1 0 0 1 183.0417 690.4422 cm 0 g 0 G -1 0 0 1 -130.2882 -638.3829 cm +1 0 0 1 -183.0417 -690.4422 cm BT -/F8 9.9626 Tf 135.2695 638.3829 Td[(sp)-28(ec)-1(i)1(\014es)-334(the)-333(up)-27(date)-334(of)-332(o)27(v)28(erlap)-333(elem)-1(en)28(ts)-333(to)-334(b)-27(e)-334(p)-27(e)-1(r)1(for)1(m)-1(ed)-333(on)-333(exit:)]TJ +/F8 9.9626 Tf 188.023 690.4422 Td[(th)1(e)-334(op)-28(erati)1(on)-333(is)-334(with)-333(r)1(igh)28(t)-333(s)-1(calin)1(g.)]TJ -63.221 -19.6718 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6113 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(un)-1(i)1(td)]TJ/F8 9.9626 Tf 26.6657 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(U)]TJ/F8 9.9626 Tf -76.6174 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(a)-333(c)27(har)1(ac)-1(ter)-333(v)56(ariab)1(le)-1(.)]TJ ET -1 0 0 1 119.8207 618.4576 cm +1 0 0 1 94.9141 603.278 cm +0 g 0 G +1 0 0 1 -94.9141 -603.278 cm +BT +/F29 9.9626 Tf 99.8954 603.278 Td[(c)32(hoic)-1(e)]TJ +ET +1 0 0 1 130.2882 603.278 cm +0 g 0 G +1 0 0 1 -130.2882 -603.278 cm +BT +/F8 9.9626 Tf 135.2695 603.278 Td[(sp)-28(ec)-1(i)1(\014es)-334(the)-333(up)-27(date)-334(of)-332(o)27(v)28(erlap)-333(elem)-1(en)28(ts)-333(to)-334(b)-27(e)-334(p)-27(e)-1(r)1(for)1(m)-1(ed)-333(on)-333(exit:)]TJ +ET +1 0 0 1 119.8207 583.6062 cm 0 g 0 G 1 0 0 1 4.9813 0 cm 0 g 0 G -1 0 0 1 -124.802 -618.4576 cm +1 0 0 1 -124.802 -583.6062 cm BT -/F32 9.9626 Tf 129.7833 618.4576 Td[(psb_none_)]TJ +/F32 9.9626 Tf 129.7833 583.6062 Td[(psb_none_)]TJ ET -1 0 0 1 119.8207 602.5174 cm +1 0 0 1 119.8207 567.9195 cm 0 g 0 G 1 0 0 1 4.9813 0 cm 0 g 0 G -1 0 0 1 -124.802 -602.5174 cm +1 0 0 1 -124.802 -567.9195 cm BT -/F32 9.9626 Tf 129.7833 602.5174 Td[(psb_sum_)]TJ +/F32 9.9626 Tf 129.7833 567.9195 Td[(psb_sum_)]TJ ET -1 0 0 1 119.8207 586.5772 cm +1 0 0 1 119.8207 552.2329 cm 0 g 0 G 1 0 0 1 4.9813 0 cm 0 g 0 G -1 0 0 1 -124.802 -586.5772 cm +1 0 0 1 -124.802 -552.2329 cm BT -/F32 9.9626 Tf 129.7833 586.5772 Td[(psb_avg_)]TJ +/F32 9.9626 Tf 129.7833 552.2329 Td[(psb_avg_)]TJ ET -1 0 0 1 119.8207 570.637 cm +1 0 0 1 119.8207 536.5461 cm 0 g 0 G 1 0 0 1 4.9813 0 cm 0 g 0 G -1 0 0 1 -124.802 -570.637 cm +1 0 0 1 -124.802 -536.5461 cm BT -/F32 9.9626 Tf 129.7833 570.637 Td[(psb_square_root_)]TJ/F8 9.9626 Tf -4.9813 -19.9253 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9551 Td[(Defau)1(lt:)]TJ/F32 9.9626 Tf 39.4356 0 Td[(psb_avg_)]TJ/F8 9.9626 Tf -39.4356 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(in)28(t)1(e)-1(ger)-333(v)55(ar)1(iabl)1(e)-1(.)]TJ +/F32 9.9626 Tf 129.7833 536.5461 Td[(psb_square_root_)]TJ/F8 9.9626 Tf -4.9813 -19.6717 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(global)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Defau)1(lt:)]TJ/F32 9.9626 Tf 39.4356 0 Td[(psb_avg_)]TJ/F8 9.9626 Tf -39.4356 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-332(as)-1(:)-444(an)-333(in)28(t)1(e)-1(ger)-333(v)55(ar)1(iabl)1(e)-1(.)]TJ ET -1 0 0 1 94.9141 482.9657 cm +1 0 0 1 94.9141 449.382 cm 0 g 0 G -1 0 0 1 -94.9141 -482.9657 cm +1 0 0 1 -94.9141 -449.382 cm BT -/F29 9.9626 Tf 99.8954 482.9657 Td[(diag)]TJ +/F29 9.9626 Tf 99.8954 449.382 Td[(diag)]TJ ET -1 0 0 1 120.7407 482.9657 cm +1 0 0 1 120.7407 449.382 cm 0 g 0 G -1 0 0 1 -120.7407 -482.9657 cm +1 0 0 1 -120.7407 -449.382 cm BT -/F8 9.9626 Tf 125.722 482.9657 Td[(th)1(e)-334(diagon)1(al)-333(s)-1(calin)1(g)-334(matri)1(x.)]TJ -0.92 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(diag)]TJ/F8 9.9626 Tf 18.9931 0 Td[(\0501\051)-278(=)-277(1\050)]TJ/F11 9.9626 Tf 34.8692 0 Td[(nosc)1(al)-20(ing)]TJ/F8 9.9626 Tf 42.7467 0 Td[(\051)]TJ -136.0446 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-382(as:)-542(a)-383(r)1(ank)-382(one)-383(ar)1(ra)28(y)-382(c)-1(on)28(t)1(ainin)1(g)-383(n)29(um)28(b)-28(ers)-383(of)-382(th)1(e)-383(t)28(yp)-27(e)-383(in)1(dicate)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 125.722 449.382 Td[(th)1(e)-334(diagon)1(al)-333(s)-1(calin)1(g)-334(matri)1(x.)]TJ -0.92 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(in)]TJ/F8 9.9626 Tf 9.5475 0 Td[(.)]TJ -43.0331 -11.9552 Td[(Defau)1(lt:)]TJ/F11 9.9626 Tf 39.4356 0 Td[(diag)]TJ/F8 9.9626 Tf 18.9931 0 Td[(\0501\051)-278(=)-277(1\050)]TJ/F11 9.9626 Tf 34.8692 0 Td[(nosc)1(al)-20(ing)]TJ/F8 9.9626 Tf 42.7467 0 Td[(\051)]TJ -136.0446 -11.9551 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-382(as:)-542(a)-383(r)1(ank)-382(one)-383(ar)1(ra)28(y)-382(c)-1(on)28(t)1(ainin)1(g)-383(n)29(um)28(b)-28(ers)-383(of)-382(th)1(e)-383(t)28(yp)-27(e)-383(in)1(dicate)-1(d)]TJ 0 -11.9552 Td[(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 163.8224 411.2347 cm +1 0 0 1 163.8224 377.651 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -163.8224 -411.2347 cm +1 0 0 1 -163.8224 -377.651 cm BT -/F8 9.9626 Tf 163.8224 411.2347 Td[(12)]TJ +/F8 9.9626 Tf 163.8224 377.651 Td[(12)]TJ ET -1 0 0 1 173.7851 411.2347 cm +1 0 0 1 173.7851 377.651 cm 0 g 0 G -1 0 0 1 -173.7851 -411.2347 cm +1 0 0 1 -173.7851 -377.651 cm BT -/F8 9.9626 Tf 173.7851 411.2347 Td[(.)]TJ +/F8 9.9626 Tf 173.7851 377.651 Td[(.)]TJ ET -1 0 0 1 94.9141 391.3094 cm +1 0 0 1 94.9141 357.9792 cm 0 g 0 G -1 0 0 1 -94.9141 -391.3094 cm +1 0 0 1 -94.9141 -357.9792 cm BT -/F29 9.9626 Tf 99.8954 391.3094 Td[(w)32(or)1(k)]TJ +/F29 9.9626 Tf 99.8954 357.9792 Td[(w)32(or)1(k)]TJ ET -1 0 0 1 124.3453 391.3094 cm +1 0 0 1 124.3453 357.9792 cm 0 g 0 G -1 0 0 1 -124.3453 -391.3094 cm +1 0 0 1 -124.3453 -357.9792 cm BT -/F8 9.9626 Tf 129.3266 391.3094 Td[(a)-333(w)27(or)1(k)-334(ar)1(ra)28(y)83(.)]TJ -4.5246 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0965 0 Td[(.)]TJ -59.5821 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-376(as:)-532(a)-376(rank)-376(one)-377(arr)1(a)27(y)-376(of)-376(the)-377(s)-1(ame)-377(t)28(yp)-27(e)-378(of)]TJ/F11 9.9626 Tf 225.9527 0 Td[(x)]TJ/F8 9.9626 Tf 9.4479 0 Td[(with)-376(the)-377(T)83(AR)28(GE)1(T)]TJ -235.4006 -11.9551 Td[(attr)1(ibu)1(te)-1(.)]TJ +/F8 9.9626 Tf 129.3266 357.9792 Td[(a)-333(w)27(or)1(k)-334(ar)1(ra)28(y)83(.)]TJ -4.5246 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6113 0 Td[(opti)-1(on)1(al)]TJ/F8 9.9626 Tf -29.6113 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0965 0 Td[(.)]TJ -59.5821 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-376(as:)-532(a)-376(rank)-376(one)-377(arr)1(a)27(y)-376(of)-376(the)-377(s)-1(ame)-377(t)28(yp)-27(e)-378(of)]TJ/F11 9.9626 Tf 225.9527 0 Td[(x)]TJ/F8 9.9626 Tf 9.4479 0 Td[(with)-376(the)-377(T)83(AR)28(GE)1(T)]TJ -235.4006 -11.9551 Td[(attr)1(ibu)1(te)-1(.)]TJ ET -1 0 0 1 94.9141 311.6083 cm +1 0 0 1 94.9141 278.5316 cm 0 g 0 G -1 0 0 1 -94.9141 -311.6083 cm +1 0 0 1 -94.9141 -278.5316 cm BT -/F29 9.9626 Tf 99.8954 311.6083 Td[(On)-383(R)-1(etur)1(n)]TJ +/F29 9.9626 Tf 99.8954 278.5316 Td[(On)-383(R)-1(etur)1(n)]TJ ET -1 0 0 1 154.4337 311.6083 cm +1 0 0 1 154.4337 278.5316 cm 0 g 0 G -1 0 0 1 -59.5196 -19.9253 cm +1 0 0 1 -59.5196 -19.6717 cm 0 g 0 G -1 0 0 1 -94.9141 -291.683 cm +1 0 0 1 -94.9141 -258.8599 cm BT -/F29 9.9626 Tf 99.8954 291.683 Td[(y)]TJ +/F29 9.9626 Tf 99.8954 258.8599 Td[(y)]TJ ET -1 0 0 1 105.9421 291.683 cm +1 0 0 1 105.9421 258.8599 cm 0 g 0 G -1 0 0 1 -105.9421 -291.683 cm +1 0 0 1 -105.9421 -258.8599 cm BT -/F8 9.9626 Tf 110.9235 291.683 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9551 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ +/F8 9.9626 Tf 110.9235 258.8599 Td[(th)1(e)-334(lo)-28(cal)-333(p)-28(or)1(tion)-333(of)-333(glob)1(al)-333(dense)-334(matrix)]TJ/F11 9.9626 Tf 176.1177 0 Td[(y)]TJ/F8 9.9626 Tf 5.2419 0 Td[(.)]TJ -167.4811 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9552 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9551 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(inout)]TJ/F8 9.9626 Tf 26.0964 0 Td[(.)]TJ -59.582 -11.9552 Td[(Sp)-27(ec)-1(i\014)1(e)-1(d)-474(as:)-727(an)-474(arr)1(a)27(y)-474(of)-474(ran)1(k)-475(on)1(e)-475(or)-474(t)27(w)28(o)-475(con)28(tai)1(nin)1(g)-475(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-474(t)27(y)1(p)-28(e)]TJ 0 -11.9552 Td[(sp)-28(ec)-1(i)1(\014ed)-333(in)-333(T)83(ab)1(le)]TJ ET -1 0 0 1 204.0051 231.9072 cm +1 0 0 1 204.0051 199.084 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -204.0051 -231.9072 cm +1 0 0 1 -204.0051 -199.084 cm BT -/F8 9.9626 Tf 204.0051 231.9072 Td[(12)]TJ +/F8 9.9626 Tf 204.0051 199.084 Td[(12)]TJ ET -1 0 0 1 213.9678 231.9072 cm +1 0 0 1 213.9678 199.084 cm 0 g 0 G -1 0 0 1 -213.9678 -231.9072 cm +1 0 0 1 -213.9678 -199.084 cm BT -/F8 9.9626 Tf 213.9678 231.9072 Td[(.)]TJ +/F8 9.9626 Tf 213.9678 199.084 Td[(.)]TJ ET -1 0 0 1 94.9141 211.9819 cm +1 0 0 1 94.9141 179.4123 cm 0 g 0 G -1 0 0 1 -94.9141 -211.9819 cm +1 0 0 1 -94.9141 -179.4123 cm BT -/F29 9.9626 Tf 99.8954 211.9819 Td[(inf)-1(o)]TJ +/F29 9.9626 Tf 99.8954 179.4123 Td[(inf)-1(o)]TJ ET -1 0 0 1 118.6721 211.9819 cm +1 0 0 1 118.6721 179.4123 cm 0 g 0 G -1 0 0 1 -118.6721 -211.9819 cm +1 0 0 1 -118.6721 -179.4123 cm BT -/F8 9.9626 Tf 123.6534 211.9819 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ +/F8 9.9626 Tf 123.6534 179.4123 Td[(Er)1(ror)-333(co)-28(de.)]TJ 1.1486 -11.9552 Td[(Scop)-27(e)-1(:)]TJ/F29 9.9626 Tf 32.3787 0 Td[(lo)-32(ca)-1(l)]TJ/F8 9.9626 Tf -32.3787 -11.9551 Td[(T)28(yp)-28(e:)]TJ/F29 9.9626 Tf 29.6112 0 Td[(required)]TJ/F8 9.9626 Tf -29.6112 -11.9552 Td[(In)28(ten)28(t:)]TJ/F29 9.9626 Tf 33.4856 0 Td[(out)]TJ/F8 9.9626 Tf 16.549 0 Td[(.)]TJ -50.0346 -11.9552 Td[(An)-333(in)29(te)-1(ger)-333(v)56(alue;)-333(0)-334(means)-334(n)1(o)-334(error)-333(h)1(as)-334(b)-27(e)-1(en)-333(detec)-1(ted.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -14795,36 +15264,36 @@ ET 0 g 0 G endstream endobj -902 0 obj << +915 0 obj << /Type /Page -/Contents 903 0 R -/Resources 901 0 R +/Contents 916 0 R +/Resources 914 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 905 0 R 906 0 R ] +/Parent 903 0 R +/Annots [ 918 0 R 919 0 R ] >> endobj -905 0 obj << +918 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.8262 410.2384 174.7814 419.1495] +/Rect [162.8262 376.6547 174.7814 385.5657] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -906 0 obj << +919 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.0089 228.9737 214.9641 239.822] +/Rect [203.0089 196.1506 214.9641 206.9988] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -904 0 obj << -/D [902 0 R /XYZ 99.8954 740.9981 null] +917 0 obj << +/D [915 0 R /XYZ 99.8954 740.9981 null] >> endobj -901 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +914 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -909 0 obj << +922 0 obj << /Length 1173 >> stream @@ -14858,32 +15327,32 @@ ET 0 g 0 G endstream endobj -908 0 obj << +921 0 obj << /Type /Page -/Contents 909 0 R -/Resources 907 0 R +/Contents 922 0 R +/Resources 920 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 911 0 R ] +/Parent 903 0 R +/Annots [ 924 0 R ] >> endobj -911 0 obj << +924 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [350.3454 657.4642 357.3192 668.3124] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj -910 0 obj << -/D [908 0 R /XYZ 150.7049 740.9981 null] +923 0 obj << +/D [921 0 R /XYZ 150.7049 740.9981 null] >> endobj -146 0 obj << -/D [908 0 R /XYZ 150.7049 716.0915 null] +154 0 obj << +/D [921 0 R /XYZ 150.7049 716.0915 null] >> endobj -907 0 obj << -/Font << /F18 405 0 R /F8 414 0 R >> +920 0 obj << +/Font << /F18 413 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -914 0 obj << +927 0 obj << /Length 7796 >> stream @@ -15184,52 +15653,52 @@ ET 0 g 0 G endstream endobj -913 0 obj << +926 0 obj << /Type /Page -/Contents 914 0 R -/Resources 912 0 R +/Contents 927 0 R +/Resources 925 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 918 0 R 919 0 R 920 0 R ] +/Parent 903 0 R +/Annots [ 931 0 R 932 0 R 933 0 R ] >> endobj -918 0 obj << +931 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [310.744 270.0235 322.6992 280.8717] /Subtype /Link /A << /S /GoTo /D (table.13) >> >> endobj -919 0 obj << +932 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 199.4087 361.7786 210.5336] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -920 0 obj << +933 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [382.0877 117.3922 394.0429 128.2404] /Subtype /Link /A << /S /GoTo /D (table.13) >> >> endobj -915 0 obj << -/D [913 0 R /XYZ 99.8954 740.9981 null] +928 0 obj << +/D [926 0 R /XYZ 99.8954 740.9981 null] >> endobj -150 0 obj << -/D [913 0 R /XYZ 99.8954 655.1544 null] +158 0 obj << +/D [926 0 R /XYZ 99.8954 655.1544 null] >> endobj -916 0 obj << -/D [913 0 R /XYZ 270.132 487.0401 null] +929 0 obj << +/D [926 0 R /XYZ 270.132 487.0401 null] >> endobj -917 0 obj << -/D [913 0 R /XYZ 99.8954 412.8845 null] +930 0 obj << +/D [926 0 R /XYZ 99.8954 412.8845 null] >> endobj -912 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +925 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -924 0 obj << +937 0 obj << /Length 4816 >> stream @@ -15339,30 +15808,30 @@ ET 0 g 0 G endstream endobj -923 0 obj << +936 0 obj << /Type /Page -/Contents 924 0 R -/Resources 922 0 R +/Contents 937 0 R +/Resources 935 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 891 0 R -/Annots [ 926 0 R ] +/Parent 903 0 R +/Annots [ 939 0 R ] >> endobj -921 0 obj << +934 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/try8x8.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 928 0 R +/PTEX.InfoDict 941 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 436.00000000 496.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 929 0 R ->>/Font << /R8 930 0 R /R9 931 0 R >> +/R7 942 0 R +>>/Font << /R8 943 0 R /R9 944 0 R >> >> -/Length 932 0 R +/Length 945 0 R /Filter /FlateDecode >> stream @@ -15377,55 +15846,55 @@ J QI*éÊ'ˆX“?ûý•X•äüèßøË=ñ­™C|ž1„WF Oo&?•¤’þn*w ‚JV¿Å~GJT’ó£ã/÷Ì—²2/*±ÿ‘ªõfÚVI*é39¢GVÆ~G2T’|èßøË=ñ­ÿ|=ö?’ÌÞL8+I%#r"Ldõ{ìw¤¡A%9?ú7þrO|kt?üÃÔã½\#,„õØ¿ð H¾þ¤¹"•$ßLÏg†ORɱDÌ”Ž% d)eI%}QÉ'?+ä°~I*écÂ\‚?XO#~Ã[!©äX‚?fJÇüÁaî‹J8ù9â÷%©¤ s‰ù`=ø Ÿ× ,ªƒ1Œ|?ª$6ŠázžAª@}¡J¢¿R©’#‡z|]ñd•9ÔãýL G„z8¯—÷¬’Ï€äcD¾P%ùàgÌcå‘#<¾®x²J2³jˆÏÕpD„ó¢¼g•mø»ãoÇßþžŸúö§Ç6Úë¸w¶W~ûùñéØ?ûçãK߯åÌÞ>Øíƒ]?Øeµûü`ŸìqÛ{éÏ/m;±ù"×~¢WëÖëj¾Z…3lï²ÛÂ?|Ïz¼Ú½m[{힦„iÿb¬m»¦øóe•Ï¿{üáÛã¯×¿ÿ-3‡àendstream endobj -928 0 obj +941 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070118112257) /ModDate (D:20070118112257) >> endobj -929 0 obj +942 0 obj << /Type /ExtGState /OPM 1 >> endobj -930 0 obj +943 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -931 0 obj +944 0 obj << /BaseFont /Times-Bold /Type /Font /Subtype /Type1 >> endobj -932 0 obj +945 0 obj 3571 endobj -926 0 obj << +939 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 456.6647 225.5908 465.5757] /Subtype /Link /A << /S /GoTo /D (table.13) >> >> endobj -925 0 obj << -/D [923 0 R /XYZ 150.7049 740.9981 null] +938 0 obj << +/D [936 0 R /XYZ 150.7049 740.9981 null] >> endobj -927 0 obj << -/D [923 0 R /XYZ 283.6922 146.9535 null] +940 0 obj << +/D [936 0 R /XYZ 283.6922 146.9535 null] >> endobj -922 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F11 561 0 R /F32 567 0 R >> -/XObject << /Im3 921 0 R >> +935 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R /F32 577 0 R >> +/XObject << /Im3 934 0 R >> /ProcSet [ /PDF /Text ] >> endobj -935 0 obj << +948 0 obj << /Length 2065 >> stream @@ -15459,32 +15928,32 @@ ET 0 g 0 G endstream endobj -934 0 obj << +947 0 obj << /Type /Page -/Contents 935 0 R -/Resources 933 0 R +/Contents 948 0 R +/Resources 946 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R -/Annots [ 938 0 R ] +/Parent 952 0 R +/Annots [ 951 0 R ] >> endobj -938 0 obj << +951 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.8669 681.3745 318.8408 692.2227] /Subtype /Link /A << /S /GoTo /D (figure.6) >> >> endobj -936 0 obj << -/D [934 0 R /XYZ 99.8954 740.9981 null] +949 0 obj << +/D [947 0 R /XYZ 99.8954 740.9981 null] >> endobj -937 0 obj << -/D [934 0 R /XYZ 99.8954 693.4736 null] +950 0 obj << +/D [947 0 R /XYZ 99.8954 693.4736 null] >> endobj -933 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F32 567 0 R >> +946 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -942 0 obj << +955 0 obj << /Length 3515 >> stream @@ -15513,21 +15982,21 @@ ET 0 g 0 G endstream endobj -941 0 obj << +954 0 obj << /Type /Page -/Contents 942 0 R -/Resources 940 0 R +/Contents 955 0 R +/Resources 953 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R +/Parent 952 0 R >> endobj -943 0 obj << -/D [941 0 R /XYZ 150.7049 740.9981 null] +956 0 obj << +/D [954 0 R /XYZ 150.7049 740.9981 null] >> endobj -940 0 obj << -/Font << /F47 946 0 R /F8 414 0 R >> +953 0 obj << +/Font << /F47 959 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -949 0 obj << +962 0 obj << /Length 9457 >> stream @@ -15943,45 +16412,45 @@ ET 0 g 0 G endstream endobj -948 0 obj << +961 0 obj << /Type /Page -/Contents 949 0 R -/Resources 947 0 R +/Contents 962 0 R +/Resources 960 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R -/Annots [ 953 0 R 954 0 R ] +/Parent 952 0 R +/Annots [ 966 0 R 967 0 R ] >> endobj -953 0 obj << +966 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 274.4662 174.7814 283.3772] /Subtype /Link /A << /S /GoTo /D (table.14) >> >> endobj -954 0 obj << +967 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 203.5801 361.7786 214.7051] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -950 0 obj << -/D [948 0 R /XYZ 99.8954 740.9981 null] +963 0 obj << +/D [961 0 R /XYZ 99.8954 740.9981 null] >> endobj -154 0 obj << -/D [948 0 R /XYZ 99.8954 658.012 null] +162 0 obj << +/D [961 0 R /XYZ 99.8954 658.012 null] >> endobj -951 0 obj << -/D [948 0 R /XYZ 270.132 484.4784 null] +964 0 obj << +/D [961 0 R /XYZ 270.132 484.4784 null] >> endobj -952 0 obj << -/D [948 0 R /XYZ 99.8954 413.3076 null] +965 0 obj << +/D [961 0 R /XYZ 99.8954 413.3076 null] >> endobj -947 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +960 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -958 0 obj << +971 0 obj << /Length 9573 >> stream @@ -16158,58 +16627,58 @@ ET 0 g 0 G endstream endobj -957 0 obj << +970 0 obj << /Type /Page -/Contents 958 0 R -/Resources 956 0 R +/Contents 971 0 R +/Resources 969 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R -/Annots [ 960 0 R 966 0 R 967 0 R ] +/Parent 952 0 R +/Annots [ 973 0 R 979 0 R 980 0 R ] >> endobj -960 0 obj << +973 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [253.8183 492.6141 265.7735 503.4623] /Subtype /Link /A << /S /GoTo /D (table.14) >> >> endobj -966 0 obj << +979 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.6764 215.5242 369.6502 226.3724] /Subtype /Link /A << /S /GoTo /D (figure.7) >> >> endobj -967 0 obj << +980 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [245.8625 191.6138 252.8364 202.4621] /Subtype /Link /A << /S /GoTo /D (figure.6) >> >> endobj -959 0 obj << -/D [957 0 R /XYZ 150.7049 740.9981 null] +972 0 obj << +/D [970 0 R /XYZ 150.7049 740.9981 null] >> endobj -961 0 obj << -/D [957 0 R /XYZ 150.7049 384.3996 null] +974 0 obj << +/D [970 0 R /XYZ 150.7049 384.3996 null] >> endobj -962 0 obj << -/D [957 0 R /XYZ 150.7049 387.616 null] +975 0 obj << +/D [970 0 R /XYZ 150.7049 387.616 null] >> endobj -963 0 obj << -/D [957 0 R /XYZ 150.7049 358.1252 null] +976 0 obj << +/D [970 0 R /XYZ 150.7049 358.1252 null] >> endobj -964 0 obj << -/D [957 0 R /XYZ 150.7049 315.8268 null] +977 0 obj << +/D [970 0 R /XYZ 150.7049 315.8268 null] >> endobj -965 0 obj << -/D [957 0 R /XYZ 150.7049 227.6233 null] +978 0 obj << +/D [970 0 R /XYZ 150.7049 227.6233 null] >> endobj -956 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F11 561 0 R /F18 405 0 R /F10 589 0 R /F32 567 0 R >> +969 0 obj << +/Font << /F8 422 0 R /F29 419 0 R /F11 571 0 R /F18 413 0 R /F10 599 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -971 0 obj << +984 0 obj << /Length 4244 >> stream @@ -16238,21 +16707,21 @@ ET 0 g 0 G endstream endobj -970 0 obj << +983 0 obj << /Type /Page -/Contents 971 0 R -/Resources 969 0 R +/Contents 984 0 R +/Resources 982 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R +/Parent 952 0 R >> endobj -972 0 obj << -/D [970 0 R /XYZ 99.8954 740.9981 null] +985 0 obj << +/D [983 0 R /XYZ 99.8954 740.9981 null] >> endobj -969 0 obj << -/Font << /F33 579 0 R /F8 414 0 R >> +982 0 obj << +/Font << /F33 589 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -975 0 obj << +988 0 obj << /Length 653 >> stream @@ -16294,29 +16763,29 @@ ET 0 g 0 G endstream endobj -974 0 obj << +987 0 obj << /Type /Page -/Contents 975 0 R -/Resources 973 0 R +/Contents 988 0 R +/Resources 986 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 939 0 R +/Parent 952 0 R >> endobj -955 0 obj << +968 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/try8x8_ov.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 977 0 R +/PTEX.InfoDict 990 0 R /Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] /BBox [0.00000000 0.00000000 436.00000000 514.00000000] /Resources << /ProcSet [ /PDF /Text ] /ExtGState << -/R7 978 0 R ->>/Font << /R8 979 0 R /R9 980 0 R >> +/R7 991 0 R +>>/Font << /R8 992 0 R /R9 993 0 R >> >> -/Length 981 0 R +/Length 994 0 R /Filter /FlateDecode >> stream @@ -16329,48 +16798,48 @@ V >+>O|¾ñÙðÙ¿ùéË_¥¯÷\ñûgê|~ùùñé]¿ùòÏÇç³ÞáL.äー·U>ǹ۔ëv>?¥Dñ ÷«ã4«[};Z‡»l7©øÏ_ßýa}ùÌøý€¼_Ç2㣿lñ}Îù§¿í óá!Zäÿ/L)ÇÇ8ú:ß=þ êë¼®endstream endobj -977 0 obj +990 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070118114343) /ModDate (D:20070118114343) >> endobj -978 0 obj +991 0 obj << /Type /ExtGState /OPM 1 >> endobj -979 0 obj +992 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -980 0 obj +993 0 obj << /BaseFont /Times-Bold /Type /Font /Subtype /Type1 >> endobj -981 0 obj +994 0 obj 3652 endobj -976 0 obj << -/D [974 0 R /XYZ 150.7049 740.9981 null] +989 0 obj << +/D [987 0 R /XYZ 150.7049 740.9981 null] >> endobj -968 0 obj << -/D [974 0 R /XYZ 283.6922 275.514 null] +981 0 obj << +/D [987 0 R /XYZ 283.6922 275.514 null] >> endobj -973 0 obj << -/Font << /F8 414 0 R >> -/XObject << /Im4 955 0 R >> +986 0 obj << +/Font << /F8 422 0 R >> +/XObject << /Im4 968 0 R >> /ProcSet [ /PDF /Text ] >> endobj -984 0 obj << +997 0 obj << /Length 9747 >> stream @@ -16814,48 +17283,48 @@ ET 0 g 0 G endstream endobj -983 0 obj << +996 0 obj << /Type /Page -/Contents 984 0 R -/Resources 982 0 R +/Contents 997 0 R +/Resources 995 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R -/Annots [ 989 0 R 990 0 R ] +/Parent 1004 0 R +/Annots [ 1002 0 R 1003 0 R ] >> endobj -989 0 obj << +1002 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.9977 190.218 217.9529 199.129] /Subtype /Link /A << /S /GoTo /D (table.15) >> >> endobj -990 0 obj << +1003 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 117.1154 361.7786 128.2404] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -985 0 obj << -/D [983 0 R /XYZ 99.8954 740.9981 null] +998 0 obj << +/D [996 0 R /XYZ 99.8954 740.9981 null] >> endobj -158 0 obj << -/D [983 0 R /XYZ 99.8954 654.21 null] +166 0 obj << +/D [996 0 R /XYZ 99.8954 654.21 null] >> endobj -986 0 obj << -/D [983 0 R /XYZ 270.132 438.1701 null] +999 0 obj << +/D [996 0 R /XYZ 270.132 438.1701 null] >> endobj -987 0 obj << -/D [983 0 R /XYZ 99.8954 361.0908 null] +1000 0 obj << +/D [996 0 R /XYZ 99.8954 361.0908 null] >> endobj -988 0 obj << -/D [983 0 R /XYZ 99.8954 307.9198 null] +1001 0 obj << +/D [996 0 R /XYZ 99.8954 307.9198 null] >> endobj -982 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F7 572 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +995 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F7 582 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -994 0 obj << +1007 0 obj << /Length 3560 >> stream @@ -16930,21 +17399,21 @@ ET 0 g 0 G endstream endobj -993 0 obj << +1006 0 obj << /Type /Page -/Contents 994 0 R -/Resources 992 0 R +/Contents 1007 0 R +/Resources 1005 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R +/Parent 1004 0 R >> endobj -995 0 obj << -/D [993 0 R /XYZ 150.7049 740.9981 null] +1008 0 obj << +/D [1006 0 R /XYZ 150.7049 740.9981 null] >> endobj -992 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R >> +1005 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -998 0 obj << +1011 0 obj << /Length 10597 >> stream @@ -17375,41 +17844,41 @@ ET 0 g 0 G endstream endobj -997 0 obj << +1010 0 obj << /Type /Page -/Contents 998 0 R -/Resources 996 0 R +/Contents 1011 0 R +/Resources 1009 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R -/Annots [ 1003 0 R ] +/Parent 1004 0 R +/Annots [ 1016 0 R ] >> endobj -1003 0 obj << +1016 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 195.2653 361.7786 206.3903] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -999 0 obj << -/D [997 0 R /XYZ 99.8954 740.9981 null] +1012 0 obj << +/D [1010 0 R /XYZ 99.8954 740.9981 null] >> endobj -162 0 obj << -/D [997 0 R /XYZ 99.8954 665.8054 null] +170 0 obj << +/D [1010 0 R /XYZ 99.8954 665.8054 null] >> endobj -1000 0 obj << -/D [997 0 R /XYZ 270.132 484.8794 null] +1013 0 obj << +/D [1010 0 R /XYZ 270.132 484.8794 null] >> endobj -1001 0 obj << -/D [997 0 R /XYZ 99.8954 415.6498 null] +1014 0 obj << +/D [1010 0 R /XYZ 99.8954 415.6498 null] >> endobj -1002 0 obj << -/D [997 0 R /XYZ 99.8954 363.941 null] +1015 0 obj << +/D [1010 0 R /XYZ 99.8954 363.941 null] >> endobj -996 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F10 589 0 R /F14 592 0 R /F7 572 0 R /F29 411 0 R /F19 546 0 R /F32 567 0 R >> +1009 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F10 599 0 R /F14 602 0 R /F7 582 0 R /F29 419 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1006 0 obj << +1019 0 obj << /Length 2691 >> stream @@ -17497,29 +17966,29 @@ ET 0 g 0 G endstream endobj -1005 0 obj << +1018 0 obj << /Type /Page -/Contents 1006 0 R -/Resources 1004 0 R +/Contents 1019 0 R +/Resources 1017 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R -/Annots [ 1008 0 R ] +/Parent 1004 0 R +/Annots [ 1021 0 R ] >> endobj -1008 0 obj << +1021 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [256.8071 625.4315 268.7623 634.3425] /Subtype /Link /A << /S /GoTo /D (table.16) >> >> endobj -1007 0 obj << -/D [1005 0 R /XYZ 150.7049 740.9981 null] +1020 0 obj << +/D [1018 0 R /XYZ 150.7049 740.9981 null] >> endobj -1004 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F11 561 0 R >> +1017 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1011 0 obj << +1024 0 obj << /Length 366 >> stream @@ -17541,24 +18010,24 @@ ET 0 g 0 G endstream endobj -1010 0 obj << +1023 0 obj << /Type /Page -/Contents 1011 0 R -/Resources 1009 0 R +/Contents 1024 0 R +/Resources 1022 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R +/Parent 1004 0 R >> endobj -1012 0 obj << -/D [1010 0 R /XYZ 99.8954 740.9981 null] +1025 0 obj << +/D [1023 0 R /XYZ 99.8954 740.9981 null] >> endobj -166 0 obj << -/D [1010 0 R /XYZ 99.8954 716.0915 null] +174 0 obj << +/D [1023 0 R /XYZ 99.8954 716.0915 null] >> endobj -1009 0 obj << -/Font << /F18 405 0 R /F8 414 0 R >> +1022 0 obj << +/Font << /F18 413 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1015 0 obj << +1028 0 obj << /Length 8799 >> stream @@ -17780,27 +18249,27 @@ ET 0 g 0 G endstream endobj -1014 0 obj << +1027 0 obj << /Type /Page -/Contents 1015 0 R -/Resources 1013 0 R +/Contents 1028 0 R +/Resources 1026 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 991 0 R +/Parent 1004 0 R >> endobj -1016 0 obj << -/D [1014 0 R /XYZ 150.7049 740.9981 null] +1029 0 obj << +/D [1027 0 R /XYZ 150.7049 740.9981 null] >> endobj -170 0 obj << -/D [1014 0 R /XYZ 150.7049 642.2674 null] +178 0 obj << +/D [1027 0 R /XYZ 150.7049 642.2674 null] >> endobj -1017 0 obj << -/D [1014 0 R /XYZ 150.7049 614.4689 null] +1030 0 obj << +/D [1027 0 R /XYZ 150.7049 614.4689 null] >> endobj -1013 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F32 567 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> +1026 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F32 577 0 R /F29 419 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1020 0 obj << +1033 0 obj << /Length 9324 >> stream @@ -18021,35 +18490,35 @@ ET 0 g 0 G endstream endobj -1019 0 obj << +1032 0 obj << /Type /Page -/Contents 1020 0 R -/Resources 1018 0 R +/Contents 1033 0 R +/Resources 1031 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R -/Annots [ 1022 0 R ] +/Parent 1038 0 R +/Annots [ 1035 0 R ] >> endobj -1022 0 obj << +1035 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 523.926 361.7786 535.0509] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1021 0 obj << -/D [1019 0 R /XYZ 99.8954 740.9981 null] +1034 0 obj << +/D [1032 0 R /XYZ 99.8954 740.9981 null] >> endobj -1023 0 obj << -/D [1019 0 R /XYZ 99.8954 417.3184 null] +1036 0 obj << +/D [1032 0 R /XYZ 99.8954 417.3184 null] >> endobj -1024 0 obj << -/D [1019 0 R /XYZ 99.8954 421.0449 null] +1037 0 obj << +/D [1032 0 R /XYZ 99.8954 421.0449 null] >> endobj -1018 0 obj << -/Font << /F8 414 0 R /F29 411 0 R /F32 567 0 R /F18 405 0 R /F14 592 0 R /F11 561 0 R >> +1031 0 obj << +/Font << /F8 422 0 R /F29 419 0 R /F32 577 0 R /F18 413 0 R /F14 602 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1028 0 obj << +1041 0 obj << /Length 4606 >> stream @@ -18115,24 +18584,24 @@ ET 0 g 0 G endstream endobj -1027 0 obj << +1040 0 obj << /Type /Page -/Contents 1028 0 R -/Resources 1026 0 R +/Contents 1041 0 R +/Resources 1039 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R +/Parent 1038 0 R >> endobj -1029 0 obj << -/D [1027 0 R /XYZ 150.7049 740.9981 null] +1042 0 obj << +/D [1040 0 R /XYZ 150.7049 740.9981 null] >> endobj -1030 0 obj << -/D [1027 0 R /XYZ 150.7049 548.7745 null] +1043 0 obj << +/D [1040 0 R /XYZ 150.7049 548.7745 null] >> endobj -1026 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R >> +1039 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1033 0 obj << +1046 0 obj << /Length 7508 >> stream @@ -18335,41 +18804,41 @@ ET 0 g 0 G endstream endobj -1032 0 obj << +1045 0 obj << /Type /Page -/Contents 1033 0 R -/Resources 1031 0 R +/Contents 1046 0 R +/Resources 1044 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R -/Annots [ 1036 0 R ] +/Parent 1038 0 R +/Annots [ 1049 0 R ] >> endobj -1036 0 obj << +1049 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 239.5514 361.7786 250.6763] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1034 0 obj << -/D [1032 0 R /XYZ 99.8954 740.9981 null] +1047 0 obj << +/D [1045 0 R /XYZ 99.8954 740.9981 null] >> endobj -174 0 obj << -/D [1032 0 R /XYZ 99.8954 644.6721 null] +182 0 obj << +/D [1045 0 R /XYZ 99.8954 644.6721 null] >> endobj -1035 0 obj << -/D [1032 0 R /XYZ 99.8954 614.0841 null] +1048 0 obj << +/D [1045 0 R /XYZ 99.8954 614.0841 null] >> endobj -1037 0 obj << -/D [1032 0 R /XYZ 99.8954 132.2808 null] +1050 0 obj << +/D [1045 0 R /XYZ 99.8954 132.2808 null] >> endobj -1038 0 obj << -/D [1032 0 R /XYZ 99.8954 136.239 null] +1051 0 obj << +/D [1045 0 R /XYZ 99.8954 136.239 null] >> endobj -1031 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +1044 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1041 0 obj << +1054 0 obj << /Length 950 >> stream @@ -18399,24 +18868,24 @@ ET 0 g 0 G endstream endobj -1040 0 obj << +1053 0 obj << /Type /Page -/Contents 1041 0 R -/Resources 1039 0 R +/Contents 1054 0 R +/Resources 1052 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R +/Parent 1038 0 R >> endobj -1042 0 obj << -/D [1040 0 R /XYZ 150.7049 740.9981 null] +1055 0 obj << +/D [1053 0 R /XYZ 150.7049 740.9981 null] >> endobj -1043 0 obj << -/D [1040 0 R /XYZ 150.7049 716.0915 null] +1056 0 obj << +/D [1053 0 R /XYZ 150.7049 716.0915 null] >> endobj -1039 0 obj << -/Font << /F8 414 0 R >> +1052 0 obj << +/Font << /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1046 0 obj << +1059 0 obj << /Length 5662 >> stream @@ -18646,48 +19115,48 @@ ET 0 g 0 G endstream endobj -1045 0 obj << +1058 0 obj << /Type /Page -/Contents 1046 0 R -/Resources 1044 0 R +/Contents 1059 0 R +/Resources 1057 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R -/Annots [ 1049 0 R 1050 0 R ] +/Parent 1038 0 R +/Annots [ 1062 0 R 1063 0 R ] >> endobj -1049 0 obj << +1062 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 509.8372 361.7786 520.9622] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1050 0 obj << +1063 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 420.1734 361.7786 431.2984] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1047 0 obj << -/D [1045 0 R /XYZ 99.8954 740.9981 null] +1060 0 obj << +/D [1058 0 R /XYZ 99.8954 740.9981 null] >> endobj -178 0 obj << -/D [1045 0 R /XYZ 99.8954 644.4574 null] +186 0 obj << +/D [1058 0 R /XYZ 99.8954 644.4574 null] >> endobj -1048 0 obj << -/D [1045 0 R /XYZ 99.8954 613.8693 null] +1061 0 obj << +/D [1058 0 R /XYZ 99.8954 613.8693 null] >> endobj -1051 0 obj << -/D [1045 0 R /XYZ 99.8954 312.8261 null] +1064 0 obj << +/D [1058 0 R /XYZ 99.8954 312.8261 null] >> endobj -1052 0 obj << -/D [1045 0 R /XYZ 99.8954 316.8111 null] +1065 0 obj << +/D [1058 0 R /XYZ 99.8954 316.8111 null] >> endobj -1044 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1057 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1055 0 obj << +1068 0 obj << /Length 5411 >> stream @@ -18918,42 +19387,42 @@ ET 0 g 0 G endstream endobj -1054 0 obj << +1067 0 obj << /Type /Page -/Contents 1055 0 R -/Resources 1053 0 R +/Contents 1068 0 R +/Resources 1066 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1025 0 R -/Annots [ 1058 0 R 1059 0 R ] +/Parent 1038 0 R +/Annots [ 1071 0 R 1072 0 R ] >> endobj -1058 0 obj << +1071 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 527.77 412.5881 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1059 0 obj << +1072 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 438.1062 412.5881 449.2312] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1056 0 obj << -/D [1054 0 R /XYZ 150.7049 740.9981 null] +1069 0 obj << +/D [1067 0 R /XYZ 150.7049 740.9981 null] >> endobj -182 0 obj << -/D [1054 0 R /XYZ 150.7049 659.6006 null] +190 0 obj << +/D [1067 0 R /XYZ 150.7049 659.6006 null] >> endobj -1057 0 obj << -/D [1054 0 R /XYZ 150.7049 631.8021 null] +1070 0 obj << +/D [1067 0 R /XYZ 150.7049 631.8021 null] >> endobj -1053 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1066 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1062 0 obj << +1075 0 obj << /Length 3727 >> stream @@ -19108,35 +19577,35 @@ ET 0 g 0 G endstream endobj -1061 0 obj << +1074 0 obj << /Type /Page -/Contents 1062 0 R -/Resources 1060 0 R +/Contents 1075 0 R +/Resources 1073 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R -/Annots [ 1065 0 R ] +/Parent 1079 0 R +/Annots [ 1078 0 R ] >> endobj -1065 0 obj << +1078 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 527.77 361.7786 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1063 0 obj << -/D [1061 0 R /XYZ 99.8954 740.9981 null] +1076 0 obj << +/D [1074 0 R /XYZ 99.8954 740.9981 null] >> endobj -186 0 obj << -/D [1061 0 R /XYZ 99.8954 659.6006 null] +194 0 obj << +/D [1074 0 R /XYZ 99.8954 659.6006 null] >> endobj -1064 0 obj << -/D [1061 0 R /XYZ 99.8954 631.8021 null] +1077 0 obj << +/D [1074 0 R /XYZ 99.8954 631.8021 null] >> endobj -1060 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1073 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1069 0 obj << +1082 0 obj << /Length 8687 >> stream @@ -19403,42 +19872,42 @@ ET 0 g 0 G endstream endobj -1068 0 obj << +1081 0 obj << /Type /Page -/Contents 1069 0 R -/Resources 1067 0 R +/Contents 1082 0 R +/Resources 1080 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R -/Annots [ 1072 0 R 1073 0 R ] +/Parent 1079 0 R +/Annots [ 1085 0 R 1086 0 R ] >> endobj -1072 0 obj << +1085 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 417.7686 417.8184 428.8936] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1073 0 obj << +1086 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 185.8538 412.5881 196.9788] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1070 0 obj << -/D [1068 0 R /XYZ 150.7049 740.9981 null] +1083 0 obj << +/D [1081 0 R /XYZ 150.7049 740.9981 null] >> endobj -190 0 obj << -/D [1068 0 R /XYZ 150.7049 645.4468 null] +198 0 obj << +/D [1081 0 R /XYZ 150.7049 645.4468 null] >> endobj -1071 0 obj << -/D [1068 0 R /XYZ 150.7049 617.6483 null] +1084 0 obj << +/D [1081 0 R /XYZ 150.7049 617.6483 null] >> endobj -1067 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F32 567 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> +1080 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F32 577 0 R /F29 419 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1076 0 obj << +1089 0 obj << /Length 2405 >> stream @@ -19484,30 +19953,30 @@ ET 0 g 0 G endstream endobj -1075 0 obj << +1088 0 obj << /Type /Page -/Contents 1076 0 R -/Resources 1074 0 R +/Contents 1089 0 R +/Resources 1087 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R +/Parent 1079 0 R >> endobj -1077 0 obj << -/D [1075 0 R /XYZ 99.8954 740.9981 null] +1090 0 obj << +/D [1088 0 R /XYZ 99.8954 740.9981 null] >> endobj -1078 0 obj << -/D [1075 0 R /XYZ 99.8954 696.2631 null] +1091 0 obj << +/D [1088 0 R /XYZ 99.8954 696.2631 null] >> endobj -1079 0 obj << -/D [1075 0 R /XYZ 99.8954 700.2482 null] +1092 0 obj << +/D [1088 0 R /XYZ 99.8954 700.2482 null] >> endobj -1080 0 obj << -/D [1075 0 R /XYZ 99.8954 642.5202 null] +1093 0 obj << +/D [1088 0 R /XYZ 99.8954 642.5202 null] >> endobj -1074 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R >> +1087 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1083 0 obj << +1096 0 obj << /Length 7751 >> stream @@ -19760,54 +20229,54 @@ ET 0 g 0 G endstream endobj -1082 0 obj << +1095 0 obj << /Type /Page -/Contents 1083 0 R -/Resources 1081 0 R +/Contents 1096 0 R +/Resources 1094 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R -/Annots [ 1086 0 R 1087 0 R ] +/Parent 1079 0 R +/Annots [ 1099 0 R 1100 0 R ] >> endobj -1086 0 obj << +1099 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 527.77 412.5881 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1087 0 obj << +1100 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 358.4051 417.8184 369.53] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1084 0 obj << -/D [1082 0 R /XYZ 150.7049 740.9981 null] +1097 0 obj << +/D [1095 0 R /XYZ 150.7049 740.9981 null] >> endobj -194 0 obj << -/D [1082 0 R /XYZ 150.7049 659.6006 null] +202 0 obj << +/D [1095 0 R /XYZ 150.7049 659.6006 null] >> endobj -1085 0 obj << -/D [1082 0 R /XYZ 150.7049 631.8021 null] +1098 0 obj << +/D [1095 0 R /XYZ 150.7049 631.8021 null] >> endobj -1088 0 obj << -/D [1082 0 R /XYZ 150.7049 251.0577 null] +1101 0 obj << +/D [1095 0 R /XYZ 150.7049 251.0577 null] >> endobj -1089 0 obj << -/D [1082 0 R /XYZ 150.7049 255.0428 null] +1102 0 obj << +/D [1095 0 R /XYZ 150.7049 255.0428 null] >> endobj -1090 0 obj << -/D [1082 0 R /XYZ 150.7049 233.1803 null] +1103 0 obj << +/D [1095 0 R /XYZ 150.7049 233.1803 null] >> endobj -1091 0 obj << -/D [1082 0 R /XYZ 150.7049 213.255 null] +1104 0 obj << +/D [1095 0 R /XYZ 150.7049 213.255 null] >> endobj -1081 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R >> +1094 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1094 0 obj << +1107 0 obj << /Length 7907 >> stream @@ -20048,42 +20517,42 @@ ET 0 g 0 G endstream endobj -1093 0 obj << +1106 0 obj << /Type /Page -/Contents 1094 0 R -/Resources 1092 0 R +/Contents 1107 0 R +/Resources 1105 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R -/Annots [ 1097 0 R 1098 0 R ] +/Parent 1079 0 R +/Annots [ 1110 0 R 1111 0 R ] >> endobj -1097 0 obj << +1110 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 222.5695 328.21 233.6944] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1098 0 obj << +1111 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 117.1154 367.009 128.2404] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1095 0 obj << -/D [1093 0 R /XYZ 99.8954 740.9981 null] +1108 0 obj << +/D [1106 0 R /XYZ 99.8954 740.9981 null] >> endobj -198 0 obj << -/D [1093 0 R /XYZ 99.8954 637.9089 null] +206 0 obj << +/D [1106 0 R /XYZ 99.8954 637.9089 null] >> endobj -1096 0 obj << -/D [1093 0 R /XYZ 99.8954 609.0907 null] +1109 0 obj << +/D [1106 0 R /XYZ 99.8954 609.0907 null] >> endobj -1092 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +1105 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1101 0 obj << +1114 0 obj << /Length 5845 >> stream @@ -20236,47 +20705,47 @@ ET 0 g 0 G endstream endobj -1100 0 obj << +1113 0 obj << /Type /Page -/Contents 1101 0 R -/Resources 1099 0 R +/Contents 1114 0 R +/Resources 1112 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1066 0 R -/Annots [ 1103 0 R ] +/Parent 1079 0 R +/Annots [ 1116 0 R ] >> endobj -1103 0 obj << +1116 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.9616 655.098 379.0195 666.2229] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1102 0 obj << -/D [1100 0 R /XYZ 150.7049 740.9981 null] +1115 0 obj << +/D [1113 0 R /XYZ 150.7049 740.9981 null] >> endobj -1104 0 obj << -/D [1100 0 R /XYZ 150.7049 535.7955 null] +1117 0 obj << +/D [1113 0 R /XYZ 150.7049 535.7955 null] >> endobj -1105 0 obj << -/D [1100 0 R /XYZ 150.7049 539.7805 null] +1118 0 obj << +/D [1113 0 R /XYZ 150.7049 539.7805 null] >> endobj -1106 0 obj << -/D [1100 0 R /XYZ 150.7049 507.9001 null] +1119 0 obj << +/D [1113 0 R /XYZ 150.7049 507.9001 null] >> endobj -1107 0 obj << -/D [1100 0 R /XYZ 150.7049 474.0824 null] +1120 0 obj << +/D [1113 0 R /XYZ 150.7049 474.0824 null] >> endobj -1108 0 obj << -/D [1100 0 R /XYZ 150.7049 406.3365 null] +1121 0 obj << +/D [1113 0 R /XYZ 150.7049 406.3365 null] >> endobj -1109 0 obj << -/D [1100 0 R /XYZ 150.7049 362.5009 null] +1122 0 obj << +/D [1113 0 R /XYZ 150.7049 362.5009 null] >> endobj -1099 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F18 405 0 R >> +1112 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F18 413 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1112 0 obj << +1125 0 obj << /Length 7865 >> stream @@ -20517,42 +20986,42 @@ ET 0 g 0 G endstream endobj -1111 0 obj << +1124 0 obj << /Type /Page -/Contents 1112 0 R -/Resources 1110 0 R +/Contents 1125 0 R +/Resources 1123 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R -/Annots [ 1115 0 R 1116 0 R ] +/Parent 1130 0 R +/Annots [ 1128 0 R 1129 0 R ] >> endobj -1115 0 obj << +1128 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 514.2748 361.7786 525.3998] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1116 0 obj << +1129 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 190.7324 367.009 201.8573] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1113 0 obj << -/D [1111 0 R /XYZ 99.8954 740.9981 null] +1126 0 obj << +/D [1124 0 R /XYZ 99.8954 740.9981 null] >> endobj -202 0 obj << -/D [1111 0 R /XYZ 99.8954 652.853 null] +210 0 obj << +/D [1124 0 R /XYZ 99.8954 652.853 null] >> endobj -1114 0 obj << -/D [1111 0 R /XYZ 99.8954 623.2242 null] +1127 0 obj << +/D [1124 0 R /XYZ 99.8954 623.2242 null] >> endobj -1110 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1123 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1120 0 obj << +1133 0 obj << /Length 3452 >> stream @@ -20634,39 +21103,39 @@ ET 0 g 0 G endstream endobj -1119 0 obj << +1132 0 obj << /Type /Page -/Contents 1120 0 R -/Resources 1118 0 R +/Contents 1133 0 R +/Resources 1131 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R +/Parent 1130 0 R >> endobj -1121 0 obj << -/D [1119 0 R /XYZ 150.7049 740.9981 null] +1134 0 obj << +/D [1132 0 R /XYZ 150.7049 740.9981 null] >> endobj -1122 0 obj << -/D [1119 0 R /XYZ 150.7049 696.2631 null] +1135 0 obj << +/D [1132 0 R /XYZ 150.7049 696.2631 null] >> endobj -1123 0 obj << -/D [1119 0 R /XYZ 150.7049 700.2482 null] +1136 0 obj << +/D [1132 0 R /XYZ 150.7049 700.2482 null] >> endobj -1124 0 obj << -/D [1119 0 R /XYZ 150.7049 666.1538 null] +1137 0 obj << +/D [1132 0 R /XYZ 150.7049 666.1538 null] >> endobj -1125 0 obj << -/D [1119 0 R /XYZ 150.7049 646.5052 null] +1138 0 obj << +/D [1132 0 R /XYZ 150.7049 646.5052 null] >> endobj -1126 0 obj << -/D [1119 0 R /XYZ 150.7049 602.6696 null] +1139 0 obj << +/D [1132 0 R /XYZ 150.7049 602.6696 null] >> endobj -1127 0 obj << -/D [1119 0 R /XYZ 150.7049 558.834 null] +1140 0 obj << +/D [1132 0 R /XYZ 150.7049 558.834 null] >> endobj -1118 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R >> +1131 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1130 0 obj << +1143 0 obj << /Length 4974 >> stream @@ -20871,42 +21340,42 @@ ET 0 g 0 G endstream endobj -1129 0 obj << +1142 0 obj << /Type /Page -/Contents 1130 0 R -/Resources 1128 0 R +/Contents 1143 0 R +/Resources 1141 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R -/Annots [ 1133 0 R 1134 0 R ] +/Parent 1130 0 R +/Annots [ 1146 0 R 1147 0 R ] >> endobj -1133 0 obj << +1146 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 527.77 367.009 538.8949] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1134 0 obj << +1147 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 460.024 361.7786 471.149] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1131 0 obj << -/D [1129 0 R /XYZ 99.8954 740.9981 null] +1144 0 obj << +/D [1142 0 R /XYZ 99.8954 740.9981 null] >> endobj -206 0 obj << -/D [1129 0 R /XYZ 99.8954 659.6006 null] +214 0 obj << +/D [1142 0 R /XYZ 99.8954 659.6006 null] >> endobj -1132 0 obj << -/D [1129 0 R /XYZ 99.8954 631.8021 null] +1145 0 obj << +/D [1142 0 R /XYZ 99.8954 631.8021 null] >> endobj -1128 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1141 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1137 0 obj << +1150 0 obj << /Length 6285 >> stream @@ -21135,48 +21604,48 @@ ET 0 g 0 G endstream endobj -1136 0 obj << +1149 0 obj << /Type /Page -/Contents 1137 0 R -/Resources 1135 0 R +/Contents 1150 0 R +/Resources 1148 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R -/Annots [ 1140 0 R 1141 0 R ] +/Parent 1130 0 R +/Annots [ 1153 0 R 1154 0 R ] >> endobj -1140 0 obj << +1153 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 509.8372 417.8184 520.9622] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1141 0 obj << +1154 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 442.0913 412.5881 453.2162] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1138 0 obj << -/D [1136 0 R /XYZ 150.7049 740.9981 null] +1151 0 obj << +/D [1149 0 R /XYZ 150.7049 740.9981 null] >> endobj -210 0 obj << -/D [1136 0 R /XYZ 150.7049 641.6678 null] +218 0 obj << +/D [1149 0 R /XYZ 150.7049 641.6678 null] >> endobj -1139 0 obj << -/D [1136 0 R /XYZ 150.7049 613.8693 null] +1152 0 obj << +/D [1149 0 R /XYZ 150.7049 613.8693 null] >> endobj -1142 0 obj << -/D [1136 0 R /XYZ 150.7049 245.0801 null] +1155 0 obj << +/D [1149 0 R /XYZ 150.7049 245.0801 null] >> endobj -1143 0 obj << -/D [1136 0 R /XYZ 150.7049 249.0652 null] +1156 0 obj << +/D [1149 0 R /XYZ 150.7049 249.0652 null] >> endobj -1135 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1148 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1146 0 obj << +1159 0 obj << /Length 5568 >> stream @@ -21355,35 +21824,35 @@ ET 0 g 0 G endstream endobj -1145 0 obj << +1158 0 obj << /Type /Page -/Contents 1146 0 R -/Resources 1144 0 R +/Contents 1159 0 R +/Resources 1157 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R -/Annots [ 1149 0 R ] +/Parent 1130 0 R +/Annots [ 1162 0 R ] >> endobj -1149 0 obj << +1162 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 527.77 328.21 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1147 0 obj << -/D [1145 0 R /XYZ 99.8954 740.9981 null] +1160 0 obj << +/D [1158 0 R /XYZ 99.8954 740.9981 null] >> endobj -214 0 obj << -/D [1145 0 R /XYZ 99.8954 659.6006 null] +222 0 obj << +/D [1158 0 R /XYZ 99.8954 659.6006 null] >> endobj -1148 0 obj << -/D [1145 0 R /XYZ 99.8954 631.8021 null] +1161 0 obj << +/D [1158 0 R /XYZ 99.8954 631.8021 null] >> endobj -1144 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R >> +1157 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1152 0 obj << +1165 0 obj << /Length 7999 >> stream @@ -21586,35 +22055,35 @@ ET 0 g 0 G endstream endobj -1151 0 obj << +1164 0 obj << /Type /Page -/Contents 1152 0 R -/Resources 1150 0 R +/Contents 1165 0 R +/Resources 1163 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1117 0 R -/Annots [ 1155 0 R ] +/Parent 1130 0 R +/Annots [ 1168 0 R ] >> endobj -1155 0 obj << +1168 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 302.6715 412.5881 313.7965] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1153 0 obj << -/D [1151 0 R /XYZ 150.7049 740.9981 null] +1166 0 obj << +/D [1164 0 R /XYZ 150.7049 740.9981 null] >> endobj -218 0 obj << -/D [1151 0 R /XYZ 150.7049 656.9584 null] +226 0 obj << +/D [1164 0 R /XYZ 150.7049 656.9584 null] >> endobj -1154 0 obj << -/D [1151 0 R /XYZ 150.7049 628.4432 null] +1167 0 obj << +/D [1164 0 R /XYZ 150.7049 628.4432 null] >> endobj -1150 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +1163 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1158 0 obj << +1171 0 obj << /Length 1853 >> stream @@ -21668,30 +22137,30 @@ ET 0 g 0 G endstream endobj -1157 0 obj << +1170 0 obj << /Type /Page -/Contents 1158 0 R -/Resources 1156 0 R +/Contents 1171 0 R +/Resources 1169 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R +/Parent 1176 0 R >> endobj -1159 0 obj << -/D [1157 0 R /XYZ 99.8954 740.9981 null] +1172 0 obj << +/D [1170 0 R /XYZ 99.8954 740.9981 null] >> endobj -1160 0 obj << -/D [1157 0 R /XYZ 99.8954 615.4966 null] +1173 0 obj << +/D [1170 0 R /XYZ 99.8954 615.4966 null] >> endobj -1161 0 obj << -/D [1157 0 R /XYZ 99.8954 619.4816 null] +1174 0 obj << +/D [1170 0 R /XYZ 99.8954 619.4816 null] >> endobj -1162 0 obj << -/D [1157 0 R /XYZ 99.8954 597.0657 null] +1175 0 obj << +/D [1170 0 R /XYZ 99.8954 597.0657 null] >> endobj -1156 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F18 405 0 R >> +1169 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F18 413 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1166 0 obj << +1179 0 obj << /Length 4582 >> stream @@ -21858,35 +22327,35 @@ ET 0 g 0 G endstream endobj -1165 0 obj << +1178 0 obj << /Type /Page -/Contents 1166 0 R -/Resources 1164 0 R +/Contents 1179 0 R +/Resources 1177 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R -/Annots [ 1169 0 R ] +/Parent 1176 0 R +/Annots [ 1182 0 R ] >> endobj -1169 0 obj << +1182 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.9616 527.77 379.0195 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1167 0 obj << -/D [1165 0 R /XYZ 150.7049 740.9981 null] +1180 0 obj << +/D [1178 0 R /XYZ 150.7049 740.9981 null] >> endobj -222 0 obj << -/D [1165 0 R /XYZ 150.7049 659.6006 null] +230 0 obj << +/D [1178 0 R /XYZ 150.7049 659.6006 null] >> endobj -1168 0 obj << -/D [1165 0 R /XYZ 150.7049 631.8021 null] +1181 0 obj << +/D [1178 0 R /XYZ 150.7049 631.8021 null] >> endobj -1164 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1177 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1172 0 obj << +1185 0 obj << /Length 4544 >> stream @@ -22053,35 +22522,35 @@ ET 0 g 0 G endstream endobj -1171 0 obj << +1184 0 obj << /Type /Page -/Contents 1172 0 R -/Resources 1170 0 R +/Contents 1185 0 R +/Resources 1183 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R -/Annots [ 1175 0 R ] +/Parent 1176 0 R +/Annots [ 1188 0 R ] >> endobj -1175 0 obj << +1188 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 436.1137 328.21 447.2386] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1173 0 obj << -/D [1171 0 R /XYZ 99.8954 740.9981 null] +1186 0 obj << +/D [1184 0 R /XYZ 99.8954 740.9981 null] >> endobj -226 0 obj << -/D [1171 0 R /XYZ 99.8954 659.6006 null] +234 0 obj << +/D [1184 0 R /XYZ 99.8954 659.6006 null] >> endobj -1174 0 obj << -/D [1171 0 R /XYZ 99.8954 631.8021 null] +1187 0 obj << +/D [1184 0 R /XYZ 99.8954 631.8021 null] >> endobj -1170 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1183 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1178 0 obj << +1191 0 obj << /Length 6533 >> stream @@ -22272,35 +22741,35 @@ ET 0 g 0 G endstream endobj -1177 0 obj << +1190 0 obj << /Type /Page -/Contents 1178 0 R -/Resources 1176 0 R +/Contents 1191 0 R +/Resources 1189 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R -/Annots [ 1181 0 R ] +/Parent 1176 0 R +/Annots [ 1194 0 R ] >> endobj -1181 0 obj << +1194 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.9616 270.7338 379.0195 281.8588] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1179 0 obj << -/D [1177 0 R /XYZ 150.7049 740.9981 null] +1192 0 obj << +/D [1190 0 R /XYZ 150.7049 740.9981 null] >> endobj -230 0 obj << -/D [1177 0 R /XYZ 150.7049 644.4574 null] +238 0 obj << +/D [1190 0 R /XYZ 150.7049 644.4574 null] >> endobj -1180 0 obj << -/D [1177 0 R /XYZ 150.7049 613.8693 null] +1193 0 obj << +/D [1190 0 R /XYZ 150.7049 613.8693 null] >> endobj -1176 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F10 589 0 R /F32 567 0 R >> +1189 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F10 599 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1184 0 obj << +1197 0 obj << /Length 9527 >> stream @@ -22607,35 +23076,35 @@ ET 0 g 0 G endstream endobj -1183 0 obj << +1196 0 obj << /Type /Page -/Contents 1184 0 R -/Resources 1182 0 R +/Contents 1197 0 R +/Resources 1195 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R -/Annots [ 1187 0 R ] +/Parent 1176 0 R +/Annots [ 1200 0 R ] >> endobj -1187 0 obj << +1200 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 402.2859 361.7786 413.4108] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1185 0 obj << -/D [1183 0 R /XYZ 99.8954 740.9981 null] +1198 0 obj << +/D [1196 0 R /XYZ 99.8954 740.9981 null] >> endobj -234 0 obj << -/D [1183 0 R /XYZ 99.8954 642.9321 null] +242 0 obj << +/D [1196 0 R /XYZ 99.8954 642.9321 null] >> endobj -1186 0 obj << -/D [1183 0 R /XYZ 99.8954 611.9303 null] +1199 0 obj << +/D [1196 0 R /XYZ 99.8954 611.9303 null] >> endobj -1182 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R >> +1195 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1190 0 obj << +1203 0 obj << /Length 2057 >> stream @@ -22689,30 +23158,30 @@ ET 0 g 0 G endstream endobj -1189 0 obj << +1202 0 obj << /Type /Page -/Contents 1190 0 R -/Resources 1188 0 R +/Contents 1203 0 R +/Resources 1201 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1163 0 R +/Parent 1176 0 R >> endobj -1191 0 obj << -/D [1189 0 R /XYZ 150.7049 740.9981 null] +1204 0 obj << +/D [1202 0 R /XYZ 150.7049 740.9981 null] >> endobj -1192 0 obj << -/D [1189 0 R /XYZ 150.7049 615.4966 null] +1205 0 obj << +/D [1202 0 R /XYZ 150.7049 615.4966 null] >> endobj -1193 0 obj << -/D [1189 0 R /XYZ 150.7049 619.4816 null] +1206 0 obj << +/D [1202 0 R /XYZ 150.7049 619.4816 null] >> endobj -1194 0 obj << -/D [1189 0 R /XYZ 150.7049 585.664 null] +1207 0 obj << +/D [1202 0 R /XYZ 150.7049 585.664 null] >> endobj -1188 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F18 405 0 R /F32 567 0 R >> +1201 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F18 413 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1197 0 obj << +1210 0 obj << /Length 9207 >> stream @@ -23019,35 +23488,35 @@ ET 0 g 0 G endstream endobj -1196 0 obj << +1209 0 obj << /Type /Page -/Contents 1197 0 R -/Resources 1195 0 R +/Contents 1210 0 R +/Resources 1208 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R -/Annots [ 1200 0 R ] +/Parent 1214 0 R +/Annots [ 1213 0 R ] >> endobj -1200 0 obj << +1213 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 407.7201 361.7786 418.8451] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1198 0 obj << -/D [1196 0 R /XYZ 99.8954 740.9981 null] +1211 0 obj << +/D [1209 0 R /XYZ 99.8954 740.9981 null] >> endobj -238 0 obj << -/D [1196 0 R /XYZ 99.8954 645.4536 null] +246 0 obj << +/D [1209 0 R /XYZ 99.8954 645.4536 null] >> endobj -1199 0 obj << -/D [1196 0 R /XYZ 99.8954 614.8656 null] +1212 0 obj << +/D [1209 0 R /XYZ 99.8954 614.8656 null] >> endobj -1195 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R >> +1208 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1204 0 obj << +1217 0 obj << /Length 6014 >> stream @@ -23238,44 +23707,44 @@ ET 0 g 0 G endstream endobj -1203 0 obj << +1216 0 obj << /Type /Page -/Contents 1204 0 R -/Resources 1202 0 R +/Contents 1217 0 R +/Resources 1215 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R -/Annots [ 1207 0 R ] +/Parent 1214 0 R +/Annots [ 1220 0 R ] >> endobj -1207 0 obj << +1220 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 509.8372 412.5881 520.9622] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1205 0 obj << -/D [1203 0 R /XYZ 150.7049 740.9981 null] +1218 0 obj << +/D [1216 0 R /XYZ 150.7049 740.9981 null] >> endobj -242 0 obj << -/D [1203 0 R /XYZ 150.7049 644.4574 null] +250 0 obj << +/D [1216 0 R /XYZ 150.7049 644.4574 null] >> endobj -1206 0 obj << -/D [1203 0 R /XYZ 150.7049 613.8693 null] +1219 0 obj << +/D [1216 0 R /XYZ 150.7049 613.8693 null] >> endobj -1208 0 obj << -/D [1203 0 R /XYZ 150.7049 288.9157 null] +1221 0 obj << +/D [1216 0 R /XYZ 150.7049 288.9157 null] >> endobj -1209 0 obj << -/D [1203 0 R /XYZ 150.7049 292.9008 null] +1222 0 obj << +/D [1216 0 R /XYZ 150.7049 292.9008 null] >> endobj -1210 0 obj << -/D [1203 0 R /XYZ 150.7049 249.0652 null] +1223 0 obj << +/D [1216 0 R /XYZ 150.7049 249.0652 null] >> endobj -1202 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1215 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1213 0 obj << +1226 0 obj << /Length 5789 >> stream @@ -23466,44 +23935,44 @@ ET 0 g 0 G endstream endobj -1212 0 obj << +1225 0 obj << /Type /Page -/Contents 1213 0 R -/Resources 1211 0 R +/Contents 1226 0 R +/Resources 1224 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R -/Annots [ 1216 0 R ] +/Parent 1214 0 R +/Annots [ 1229 0 R ] >> endobj -1216 0 obj << +1229 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 527.77 361.7786 538.8949] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1214 0 obj << -/D [1212 0 R /XYZ 99.8954 740.9981 null] +1227 0 obj << +/D [1225 0 R /XYZ 99.8954 740.9981 null] >> endobj -246 0 obj << -/D [1212 0 R /XYZ 99.8954 659.6006 null] +254 0 obj << +/D [1225 0 R /XYZ 99.8954 659.6006 null] >> endobj -1215 0 obj << -/D [1212 0 R /XYZ 99.8954 631.8021 null] +1228 0 obj << +/D [1225 0 R /XYZ 99.8954 631.8021 null] >> endobj -1217 0 obj << -/D [1212 0 R /XYZ 99.8954 306.8485 null] +1230 0 obj << +/D [1225 0 R /XYZ 99.8954 306.8485 null] >> endobj -1218 0 obj << -/D [1212 0 R /XYZ 99.8954 310.8336 null] +1231 0 obj << +/D [1225 0 R /XYZ 99.8954 310.8336 null] >> endobj -1219 0 obj << -/D [1212 0 R /XYZ 99.8954 278.9531 null] +1232 0 obj << +/D [1225 0 R /XYZ 99.8954 278.9531 null] >> endobj -1211 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1224 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1222 0 obj << +1235 0 obj << /Length 7487 >> stream @@ -23706,35 +24175,35 @@ ET 0 g 0 G endstream endobj -1221 0 obj << +1234 0 obj << /Type /Page -/Contents 1222 0 R -/Resources 1220 0 R +/Contents 1235 0 R +/Resources 1233 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R -/Annots [ 1225 0 R ] +/Parent 1214 0 R +/Annots [ 1238 0 R ] >> endobj -1225 0 obj << +1238 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 432.3818 417.8184 443.5067] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1223 0 obj << -/D [1221 0 R /XYZ 150.7049 740.9981 null] +1236 0 obj << +/D [1234 0 R /XYZ 150.7049 740.9981 null] >> endobj -250 0 obj << -/D [1221 0 R /XYZ 150.7049 640.6984 null] +258 0 obj << +/D [1234 0 R /XYZ 150.7049 640.6984 null] >> endobj -1224 0 obj << -/D [1221 0 R /XYZ 150.7049 609.0907 null] +1237 0 obj << +/D [1234 0 R /XYZ 150.7049 609.0907 null] >> endobj -1220 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +1233 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1228 0 obj << +1241 0 obj << /Length 6015 >> stream @@ -23836,33 +24305,33 @@ ET 0 g 0 G endstream endobj -1227 0 obj << +1240 0 obj << /Type /Page -/Contents 1228 0 R -/Resources 1226 0 R +/Contents 1241 0 R +/Resources 1239 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R +/Parent 1214 0 R >> endobj -1229 0 obj << -/D [1227 0 R /XYZ 99.8954 740.9981 null] +1242 0 obj << +/D [1240 0 R /XYZ 99.8954 740.9981 null] >> endobj -1230 0 obj << -/D [1227 0 R /XYZ 99.8954 412.2587 null] +1243 0 obj << +/D [1240 0 R /XYZ 99.8954 412.2587 null] >> endobj -1231 0 obj << -/D [1227 0 R /XYZ 99.8954 416.2438 null] +1244 0 obj << +/D [1240 0 R /XYZ 99.8954 416.2438 null] >> endobj -1232 0 obj << -/D [1227 0 R /XYZ 99.8954 358.5158 null] +1245 0 obj << +/D [1240 0 R /XYZ 99.8954 358.5158 null] >> endobj -1233 0 obj << -/D [1227 0 R /XYZ 99.8954 338.3138 null] +1246 0 obj << +/D [1240 0 R /XYZ 99.8954 338.3138 null] >> endobj -1226 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F18 405 0 R /F11 561 0 R >> +1239 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F18 413 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1236 0 obj << +1249 0 obj << /Length 6880 >> stream @@ -24143,49 +24612,49 @@ ET 0 g 0 G endstream endobj -1235 0 obj << +1248 0 obj << /Type /Page -/Contents 1236 0 R -/Resources 1234 0 R +/Contents 1249 0 R +/Resources 1247 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1201 0 R -/Annots [ 1239 0 R 1240 0 R 1241 0 R ] +/Parent 1214 0 R +/Annots [ 1252 0 R 1253 0 R 1254 0 R ] >> endobj -1239 0 obj << +1252 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 452.981 417.8184 464.106] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1240 0 obj << +1253 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 385.2351 412.5881 396.36] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1241 0 obj << +1254 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.1526 329.4443 439.2105 340.5692] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1237 0 obj << -/D [1235 0 R /XYZ 150.7049 740.9981 null] +1250 0 obj << +/D [1248 0 R /XYZ 150.7049 740.9981 null] >> endobj -254 0 obj << -/D [1235 0 R /XYZ 150.7049 659.6006 null] +262 0 obj << +/D [1248 0 R /XYZ 150.7049 659.6006 null] >> endobj -1238 0 obj << -/D [1235 0 R /XYZ 150.7049 604.8338 null] +1251 0 obj << +/D [1248 0 R /XYZ 150.7049 604.8338 null] >> endobj -1234 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F32 567 0 R >> +1247 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1244 0 obj << +1257 0 obj << /Length 372 >> stream @@ -24207,24 +24676,24 @@ ET 0 g 0 G endstream endobj -1243 0 obj << +1256 0 obj << /Type /Page -/Contents 1244 0 R -/Resources 1242 0 R +/Contents 1257 0 R +/Resources 1255 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1245 0 obj << -/D [1243 0 R /XYZ 99.8954 740.9981 null] +1258 0 obj << +/D [1256 0 R /XYZ 99.8954 740.9981 null] >> endobj -258 0 obj << -/D [1243 0 R /XYZ 99.8954 716.0915 null] +266 0 obj << +/D [1256 0 R /XYZ 99.8954 716.0915 null] >> endobj -1242 0 obj << -/Font << /F18 405 0 R /F8 414 0 R >> +1255 0 obj << +/Font << /F18 413 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1249 0 obj << +1262 0 obj << /Length 4691 >> stream @@ -24339,36 +24808,36 @@ ET 0 g 0 G endstream endobj -1248 0 obj << +1261 0 obj << /Type /Page -/Contents 1249 0 R -/Resources 1247 0 R +/Contents 1262 0 R +/Resources 1260 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1250 0 obj << -/D [1248 0 R /XYZ 150.7049 740.9981 null] +1263 0 obj << +/D [1261 0 R /XYZ 150.7049 740.9981 null] >> endobj -262 0 obj << -/D [1248 0 R /XYZ 150.7049 644.4574 null] +270 0 obj << +/D [1261 0 R /XYZ 150.7049 644.4574 null] >> endobj -1251 0 obj << -/D [1248 0 R /XYZ 150.7049 613.8693 null] +1264 0 obj << +/D [1261 0 R /XYZ 150.7049 613.8693 null] >> endobj -1252 0 obj << -/D [1248 0 R /XYZ 150.7049 336.7364 null] +1265 0 obj << +/D [1261 0 R /XYZ 150.7049 336.7364 null] >> endobj -1253 0 obj << -/D [1248 0 R /XYZ 150.7049 340.7215 null] +1266 0 obj << +/D [1261 0 R /XYZ 150.7049 340.7215 null] >> endobj -1254 0 obj << -/D [1248 0 R /XYZ 150.7049 318.859 null] +1267 0 obj << +/D [1261 0 R /XYZ 150.7049 318.859 null] >> endobj -1247 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R >> +1260 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1257 0 obj << +1270 0 obj << /Length 6489 >> stream @@ -24495,36 +24964,36 @@ ET 0 g 0 G endstream endobj -1256 0 obj << +1269 0 obj << /Type /Page -/Contents 1257 0 R -/Resources 1255 0 R +/Contents 1270 0 R +/Resources 1268 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1258 0 obj << -/D [1256 0 R /XYZ 99.8954 740.9981 null] +1271 0 obj << +/D [1269 0 R /XYZ 99.8954 740.9981 null] >> endobj -266 0 obj << -/D [1256 0 R /XYZ 99.8954 641.6678 null] +274 0 obj << +/D [1269 0 R /XYZ 99.8954 641.6678 null] >> endobj -1259 0 obj << -/D [1256 0 R /XYZ 99.8954 613.8693 null] +1272 0 obj << +/D [1269 0 R /XYZ 99.8954 613.8693 null] >> endobj -1260 0 obj << -/D [1256 0 R /XYZ 99.8954 280.9456 null] +1273 0 obj << +/D [1269 0 R /XYZ 99.8954 280.9456 null] >> endobj -1261 0 obj << -/D [1256 0 R /XYZ 99.8954 284.9307 null] +1274 0 obj << +/D [1269 0 R /XYZ 99.8954 284.9307 null] >> endobj -1262 0 obj << -/D [1256 0 R /XYZ 99.8954 251.1131 null] +1275 0 obj << +/D [1269 0 R /XYZ 99.8954 251.1131 null] >> endobj -1255 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1268 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1265 0 obj << +1278 0 obj << /Length 5689 >> stream @@ -24644,36 +25113,36 @@ ET 0 g 0 G endstream endobj -1264 0 obj << +1277 0 obj << /Type /Page -/Contents 1265 0 R -/Resources 1263 0 R +/Contents 1278 0 R +/Resources 1276 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1266 0 obj << -/D [1264 0 R /XYZ 150.7049 740.9981 null] +1279 0 obj << +/D [1277 0 R /XYZ 150.7049 740.9981 null] >> endobj -270 0 obj << -/D [1264 0 R /XYZ 150.7049 644.4574 null] +278 0 obj << +/D [1277 0 R /XYZ 150.7049 644.4574 null] >> endobj -1267 0 obj << -/D [1264 0 R /XYZ 150.7049 613.8693 null] +1280 0 obj << +/D [1277 0 R /XYZ 150.7049 613.8693 null] >> endobj -1268 0 obj << -/D [1264 0 R /XYZ 150.7049 346.6991 null] +1281 0 obj << +/D [1277 0 R /XYZ 150.7049 346.6991 null] >> endobj -1269 0 obj << -/D [1264 0 R /XYZ 150.7049 350.6841 null] +1282 0 obj << +/D [1277 0 R /XYZ 150.7049 350.6841 null] >> endobj -1270 0 obj << -/D [1264 0 R /XYZ 150.7049 304.9113 null] +1283 0 obj << +/D [1277 0 R /XYZ 150.7049 304.9113 null] >> endobj -1263 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R /F14 592 0 R >> +1276 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1273 0 obj << +1286 0 obj << /Length 3470 >> stream @@ -24790,27 +25259,27 @@ ET 0 g 0 G endstream endobj -1272 0 obj << +1285 0 obj << /Type /Page -/Contents 1273 0 R -/Resources 1271 0 R +/Contents 1286 0 R +/Resources 1284 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1274 0 obj << -/D [1272 0 R /XYZ 99.8954 740.9981 null] +1287 0 obj << +/D [1285 0 R /XYZ 99.8954 740.9981 null] >> endobj -274 0 obj << -/D [1272 0 R /XYZ 99.8954 659.6006 null] +282 0 obj << +/D [1285 0 R /XYZ 99.8954 659.6006 null] >> endobj -1275 0 obj << -/D [1272 0 R /XYZ 99.8954 631.8021 null] +1288 0 obj << +/D [1285 0 R /XYZ 99.8954 631.8021 null] >> endobj -1271 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1284 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1278 0 obj << +1291 0 obj << /Length 4540 >> stream @@ -24939,27 +25408,27 @@ ET 0 g 0 G endstream endobj -1277 0 obj << +1290 0 obj << /Type /Page -/Contents 1278 0 R -/Resources 1276 0 R +/Contents 1291 0 R +/Resources 1289 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1246 0 R +/Parent 1259 0 R >> endobj -1279 0 obj << -/D [1277 0 R /XYZ 150.7049 740.9981 null] +1292 0 obj << +/D [1290 0 R /XYZ 150.7049 740.9981 null] >> endobj -278 0 obj << -/D [1277 0 R /XYZ 150.7049 659.6006 null] +286 0 obj << +/D [1290 0 R /XYZ 150.7049 659.6006 null] >> endobj -1280 0 obj << -/D [1277 0 R /XYZ 150.7049 631.8021 null] +1293 0 obj << +/D [1290 0 R /XYZ 150.7049 631.8021 null] >> endobj -1276 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F11 561 0 R /F29 411 0 R /F14 592 0 R >> +1289 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F11 571 0 R /F29 419 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1283 0 obj << +1296 0 obj << /Length 1939 >> stream @@ -25030,27 +25499,27 @@ ET 0 g 0 G endstream endobj -1282 0 obj << +1295 0 obj << /Type /Page -/Contents 1283 0 R -/Resources 1281 0 R +/Contents 1296 0 R +/Resources 1294 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1284 0 obj << -/D [1282 0 R /XYZ 99.8954 740.9981 null] +1297 0 obj << +/D [1295 0 R /XYZ 99.8954 740.9981 null] >> endobj -282 0 obj << -/D [1282 0 R /XYZ 99.8954 659.6006 null] +290 0 obj << +/D [1295 0 R /XYZ 99.8954 659.6006 null] >> endobj -1285 0 obj << -/D [1282 0 R /XYZ 99.8954 631.8021 null] +1298 0 obj << +/D [1295 0 R /XYZ 99.8954 631.8021 null] >> endobj -1281 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F29 411 0 R /F32 567 0 R >> +1294 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1289 0 obj << +1302 0 obj << /Length 2484 >> stream @@ -25121,27 +25590,27 @@ ET 0 g 0 G endstream endobj -1288 0 obj << +1301 0 obj << /Type /Page -/Contents 1289 0 R -/Resources 1287 0 R +/Contents 1302 0 R +/Resources 1300 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1290 0 obj << -/D [1288 0 R /XYZ 150.7049 740.9981 null] +1303 0 obj << +/D [1301 0 R /XYZ 150.7049 740.9981 null] >> endobj -286 0 obj << -/D [1288 0 R /XYZ 150.7049 644.4574 null] +294 0 obj << +/D [1301 0 R /XYZ 150.7049 644.4574 null] >> endobj -1291 0 obj << -/D [1288 0 R /XYZ 150.7049 613.8693 null] +1304 0 obj << +/D [1301 0 R /XYZ 150.7049 613.8693 null] >> endobj -1287 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1300 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1294 0 obj << +1307 0 obj << /Length 2163 >> stream @@ -25212,27 +25681,27 @@ ET 0 g 0 G endstream endobj -1293 0 obj << +1306 0 obj << /Type /Page -/Contents 1294 0 R -/Resources 1292 0 R +/Contents 1307 0 R +/Resources 1305 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1295 0 obj << -/D [1293 0 R /XYZ 99.8954 740.9981 null] +1308 0 obj << +/D [1306 0 R /XYZ 99.8954 740.9981 null] >> endobj -290 0 obj << -/D [1293 0 R /XYZ 99.8954 659.6006 null] +298 0 obj << +/D [1306 0 R /XYZ 99.8954 659.6006 null] >> endobj -1296 0 obj << -/D [1293 0 R /XYZ 99.8954 631.8021 null] +1309 0 obj << +/D [1306 0 R /XYZ 99.8954 631.8021 null] >> endobj -1292 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1305 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1299 0 obj << +1312 0 obj << /Length 6028 >> stream @@ -25347,27 +25816,27 @@ ET 0 g 0 G endstream endobj -1298 0 obj << +1311 0 obj << /Type /Page -/Contents 1299 0 R -/Resources 1297 0 R +/Contents 1312 0 R +/Resources 1310 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1300 0 obj << -/D [1298 0 R /XYZ 150.7049 740.9981 null] +1313 0 obj << +/D [1311 0 R /XYZ 150.7049 740.9981 null] >> endobj -294 0 obj << -/D [1298 0 R /XYZ 150.7049 659.6006 null] +302 0 obj << +/D [1311 0 R /XYZ 150.7049 659.6006 null] >> endobj -1301 0 obj << -/D [1298 0 R /XYZ 150.7049 631.8021 null] +1314 0 obj << +/D [1311 0 R /XYZ 150.7049 631.8021 null] >> endobj -1297 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> +1310 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1304 0 obj << +1317 0 obj << /Length 6764 >> stream @@ -25494,33 +25963,33 @@ ET 0 g 0 G endstream endobj -1303 0 obj << +1316 0 obj << /Type /Page -/Contents 1304 0 R -/Resources 1302 0 R +/Contents 1317 0 R +/Resources 1315 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1305 0 obj << -/D [1303 0 R /XYZ 99.8954 740.9981 null] +1318 0 obj << +/D [1316 0 R /XYZ 99.8954 740.9981 null] >> endobj -298 0 obj << -/D [1303 0 R /XYZ 99.8954 659.6006 null] +306 0 obj << +/D [1316 0 R /XYZ 99.8954 659.6006 null] >> endobj -1306 0 obj << -/D [1303 0 R /XYZ 99.8954 631.8021 null] +1319 0 obj << +/D [1316 0 R /XYZ 99.8954 631.8021 null] >> endobj -1307 0 obj << -/D [1303 0 R /XYZ 99.8954 195.2669 null] +1320 0 obj << +/D [1316 0 R /XYZ 99.8954 195.2669 null] >> endobj -1308 0 obj << -/D [1303 0 R /XYZ 99.8954 199.252 null] +1321 0 obj << +/D [1316 0 R /XYZ 99.8954 199.252 null] >> endobj -1302 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1315 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1311 0 obj << +1324 0 obj << /Length 6833 >> stream @@ -25647,33 +26116,33 @@ ET 0 g 0 G endstream endobj -1310 0 obj << +1323 0 obj << /Type /Page -/Contents 1311 0 R -/Resources 1309 0 R +/Contents 1324 0 R +/Resources 1322 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1286 0 R +/Parent 1299 0 R >> endobj -1312 0 obj << -/D [1310 0 R /XYZ 150.7049 740.9981 null] +1325 0 obj << +/D [1323 0 R /XYZ 150.7049 740.9981 null] >> endobj -302 0 obj << -/D [1310 0 R /XYZ 150.7049 659.6006 null] +310 0 obj << +/D [1323 0 R /XYZ 150.7049 659.6006 null] >> endobj -1313 0 obj << -/D [1310 0 R /XYZ 150.7049 631.8021 null] +1326 0 obj << +/D [1323 0 R /XYZ 150.7049 631.8021 null] >> endobj -1314 0 obj << -/D [1310 0 R /XYZ 150.7049 183.3118 null] +1327 0 obj << +/D [1323 0 R /XYZ 150.7049 183.3118 null] >> endobj -1315 0 obj << -/D [1310 0 R /XYZ 150.7049 187.2968 null] +1328 0 obj << +/D [1323 0 R /XYZ 150.7049 187.2968 null] >> endobj -1309 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1322 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1318 0 obj << +1331 0 obj << /Length 6845 >> stream @@ -25800,33 +26269,33 @@ ET 0 g 0 G endstream endobj -1317 0 obj << +1330 0 obj << /Type /Page -/Contents 1318 0 R -/Resources 1316 0 R +/Contents 1331 0 R +/Resources 1329 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R +/Parent 1336 0 R >> endobj -1319 0 obj << -/D [1317 0 R /XYZ 99.8954 740.9981 null] +1332 0 obj << +/D [1330 0 R /XYZ 99.8954 740.9981 null] >> endobj -306 0 obj << -/D [1317 0 R /XYZ 99.8954 659.6006 null] +314 0 obj << +/D [1330 0 R /XYZ 99.8954 659.6006 null] >> endobj -1320 0 obj << -/D [1317 0 R /XYZ 99.8954 631.8021 null] +1333 0 obj << +/D [1330 0 R /XYZ 99.8954 631.8021 null] >> endobj -1321 0 obj << -/D [1317 0 R /XYZ 99.8954 183.3118 null] +1334 0 obj << +/D [1330 0 R /XYZ 99.8954 183.3118 null] >> endobj -1322 0 obj << -/D [1317 0 R /XYZ 99.8954 187.2968 null] +1335 0 obj << +/D [1330 0 R /XYZ 99.8954 187.2968 null] >> endobj -1316 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1329 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1326 0 obj << +1339 0 obj << /Length 6835 >> stream @@ -25953,33 +26422,33 @@ ET 0 g 0 G endstream endobj -1325 0 obj << +1338 0 obj << /Type /Page -/Contents 1326 0 R -/Resources 1324 0 R +/Contents 1339 0 R +/Resources 1337 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R +/Parent 1336 0 R >> endobj -1327 0 obj << -/D [1325 0 R /XYZ 150.7049 740.9981 null] +1340 0 obj << +/D [1338 0 R /XYZ 150.7049 740.9981 null] >> endobj -310 0 obj << -/D [1325 0 R /XYZ 150.7049 659.6006 null] +318 0 obj << +/D [1338 0 R /XYZ 150.7049 659.6006 null] >> endobj -1328 0 obj << -/D [1325 0 R /XYZ 150.7049 631.8021 null] +1341 0 obj << +/D [1338 0 R /XYZ 150.7049 631.8021 null] >> endobj -1329 0 obj << -/D [1325 0 R /XYZ 150.7049 195.2669 null] +1342 0 obj << +/D [1338 0 R /XYZ 150.7049 195.2669 null] >> endobj -1330 0 obj << -/D [1325 0 R /XYZ 150.7049 199.252 null] +1343 0 obj << +/D [1338 0 R /XYZ 150.7049 199.252 null] >> endobj -1324 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1337 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1333 0 obj << +1346 0 obj << /Length 6854 >> stream @@ -26106,33 +26575,33 @@ ET 0 g 0 G endstream endobj -1332 0 obj << +1345 0 obj << /Type /Page -/Contents 1333 0 R -/Resources 1331 0 R +/Contents 1346 0 R +/Resources 1344 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R +/Parent 1336 0 R >> endobj -1334 0 obj << -/D [1332 0 R /XYZ 99.8954 740.9981 null] +1347 0 obj << +/D [1345 0 R /XYZ 99.8954 740.9981 null] >> endobj -314 0 obj << -/D [1332 0 R /XYZ 99.8954 659.6006 null] +322 0 obj << +/D [1345 0 R /XYZ 99.8954 659.6006 null] >> endobj -1335 0 obj << -/D [1332 0 R /XYZ 99.8954 631.8021 null] +1348 0 obj << +/D [1345 0 R /XYZ 99.8954 631.8021 null] >> endobj -1336 0 obj << -/D [1332 0 R /XYZ 99.8954 183.3118 null] +1349 0 obj << +/D [1345 0 R /XYZ 99.8954 183.3118 null] >> endobj -1337 0 obj << -/D [1332 0 R /XYZ 99.8954 187.2968 null] +1350 0 obj << +/D [1345 0 R /XYZ 99.8954 187.2968 null] >> endobj -1331 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F14 592 0 R /F11 561 0 R /F32 567 0 R >> +1344 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F14 602 0 R /F11 571 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1340 0 obj << +1353 0 obj << /Length 6493 >> stream @@ -26247,27 +26716,27 @@ ET 0 g 0 G endstream endobj -1339 0 obj << +1352 0 obj << /Type /Page -/Contents 1340 0 R -/Resources 1338 0 R +/Contents 1353 0 R +/Resources 1351 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R +/Parent 1336 0 R >> endobj -1341 0 obj << -/D [1339 0 R /XYZ 150.7049 740.9981 null] +1354 0 obj << +/D [1352 0 R /XYZ 150.7049 740.9981 null] >> endobj -318 0 obj << -/D [1339 0 R /XYZ 150.7049 659.6006 null] +326 0 obj << +/D [1352 0 R /XYZ 150.7049 659.6006 null] >> endobj -1342 0 obj << -/D [1339 0 R /XYZ 150.7049 631.8021 null] +1355 0 obj << +/D [1352 0 R /XYZ 150.7049 631.8021 null] >> endobj -1338 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> +1351 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1345 0 obj << +1358 0 obj << /Length 6531 >> stream @@ -26382,27 +26851,27 @@ ET 0 g 0 G endstream endobj -1344 0 obj << +1357 0 obj << /Type /Page -/Contents 1345 0 R -/Resources 1343 0 R +/Contents 1358 0 R +/Resources 1356 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R +/Parent 1336 0 R >> endobj -1346 0 obj << -/D [1344 0 R /XYZ 99.8954 740.9981 null] +1359 0 obj << +/D [1357 0 R /XYZ 99.8954 740.9981 null] >> endobj -322 0 obj << -/D [1344 0 R /XYZ 99.8954 659.6006 null] +330 0 obj << +/D [1357 0 R /XYZ 99.8954 659.6006 null] >> endobj -1347 0 obj << -/D [1344 0 R /XYZ 99.8954 631.8021 null] +1360 0 obj << +/D [1357 0 R /XYZ 99.8954 631.8021 null] >> endobj -1343 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F11 561 0 R /F14 592 0 R >> +1356 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1350 0 obj << +1363 0 obj << /Length 7585 >> stream @@ -26448,39 +26917,39 @@ ET 0 g 0 G endstream endobj -1349 0 obj << +1362 0 obj << /Type /Page -/Contents 1350 0 R -/Resources 1348 0 R +/Contents 1363 0 R +/Resources 1361 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1323 0 R -/Annots [ 1352 0 R 1353 0 R ] +/Parent 1336 0 R +/Annots [ 1365 0 R 1366 0 R ] >> endobj -1352 0 obj << +1365 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [196.2861 501.7702 203.26 512.8952] /Subtype /Link /A << /S /GoTo /D (figure.8) >> >> endobj -1353 0 obj << +1366 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [196.7569 370.5401 203.7308 381.3883] /Subtype /Link /A << /S /GoTo /D (figure.9) >> >> endobj -1351 0 obj << -/D [1349 0 R /XYZ 150.7049 740.9981 null] +1364 0 obj << +/D [1362 0 R /XYZ 150.7049 740.9981 null] >> endobj -326 0 obj << -/D [1349 0 R /XYZ 150.7049 716.0915 null] +334 0 obj << +/D [1362 0 R /XYZ 150.7049 716.0915 null] >> endobj -1348 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R >> +1361 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1358 0 obj << +1371 0 obj << /Length 4628 >> stream @@ -26632,27 +27101,27 @@ ET 0 g 0 G endstream endobj -1357 0 obj << +1370 0 obj << /Type /Page -/Contents 1358 0 R -/Resources 1356 0 R +/Contents 1371 0 R +/Resources 1369 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1359 0 obj << -/D [1357 0 R /XYZ 99.8954 740.9981 null] +1372 0 obj << +/D [1370 0 R /XYZ 99.8954 740.9981 null] >> endobj -1354 0 obj << -/D [1357 0 R /XYZ 143.4516 412.2365 null] +1367 0 obj << +/D [1370 0 R /XYZ 143.4516 412.2365 null] >> endobj -1355 0 obj << -/D [1357 0 R /XYZ 146.1606 171.0735 null] +1368 0 obj << +/D [1370 0 R /XYZ 146.1606 171.0735 null] >> endobj -1356 0 obj << -/Font << /F48 700 0 R /F8 414 0 R /F32 567 0 R >> +1369 0 obj << +/Font << /F48 711 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1363 0 obj << +1376 0 obj << /Length 5138 >> stream @@ -26863,27 +27332,27 @@ ET 0 g 0 G endstream endobj -1362 0 obj << +1375 0 obj << /Type /Page -/Contents 1363 0 R -/Resources 1361 0 R +/Contents 1376 0 R +/Resources 1374 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1364 0 obj << -/D [1362 0 R /XYZ 150.7049 740.9981 null] +1377 0 obj << +/D [1375 0 R /XYZ 150.7049 740.9981 null] >> endobj -330 0 obj << -/D [1362 0 R /XYZ 150.7049 644.4574 null] +338 0 obj << +/D [1375 0 R /XYZ 150.7049 644.4574 null] >> endobj -1365 0 obj << -/D [1362 0 R /XYZ 150.7049 613.8693 null] +1378 0 obj << +/D [1375 0 R /XYZ 150.7049 613.8693 null] >> endobj -1361 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1374 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1368 0 obj << +1381 0 obj << /Length 1903 >> stream @@ -26954,27 +27423,27 @@ ET 0 g 0 G endstream endobj -1367 0 obj << +1380 0 obj << /Type /Page -/Contents 1368 0 R -/Resources 1366 0 R +/Contents 1381 0 R +/Resources 1379 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1369 0 obj << -/D [1367 0 R /XYZ 99.8954 740.9981 null] +1382 0 obj << +/D [1380 0 R /XYZ 99.8954 740.9981 null] >> endobj -334 0 obj << -/D [1367 0 R /XYZ 99.8954 644.4574 null] +342 0 obj << +/D [1380 0 R /XYZ 99.8954 644.4574 null] >> endobj -1370 0 obj << -/D [1367 0 R /XYZ 99.8954 613.8693 null] +1383 0 obj << +/D [1380 0 R /XYZ 99.8954 613.8693 null] >> endobj -1366 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1379 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1373 0 obj << +1386 0 obj << /Length 2208 >> stream @@ -27071,27 +27540,27 @@ ET 0 g 0 G endstream endobj -1372 0 obj << +1385 0 obj << /Type /Page -/Contents 1373 0 R -/Resources 1371 0 R +/Contents 1386 0 R +/Resources 1384 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1374 0 obj << -/D [1372 0 R /XYZ 150.7049 740.9981 null] +1387 0 obj << +/D [1385 0 R /XYZ 150.7049 740.9981 null] >> endobj -338 0 obj << -/D [1372 0 R /XYZ 150.7049 641.6678 null] +346 0 obj << +/D [1385 0 R /XYZ 150.7049 641.6678 null] >> endobj -1375 0 obj << -/D [1372 0 R /XYZ 150.7049 613.8693 null] +1388 0 obj << +/D [1385 0 R /XYZ 150.7049 613.8693 null] >> endobj -1371 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1384 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1378 0 obj << +1391 0 obj << /Length 2549 >> stream @@ -27214,27 +27683,27 @@ ET 0 g 0 G endstream endobj -1377 0 obj << +1390 0 obj << /Type /Page -/Contents 1378 0 R -/Resources 1376 0 R +/Contents 1391 0 R +/Resources 1389 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1379 0 obj << -/D [1377 0 R /XYZ 99.8954 740.9981 null] +1392 0 obj << +/D [1390 0 R /XYZ 99.8954 740.9981 null] >> endobj -342 0 obj << -/D [1377 0 R /XYZ 99.8954 641.6678 null] +350 0 obj << +/D [1390 0 R /XYZ 99.8954 641.6678 null] >> endobj -1380 0 obj << -/D [1377 0 R /XYZ 99.8954 613.8693 null] +1393 0 obj << +/D [1390 0 R /XYZ 99.8954 613.8693 null] >> endobj -1376 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1389 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1383 0 obj << +1396 0 obj << /Length 2570 >> stream @@ -27317,27 +27786,27 @@ ET 0 g 0 G endstream endobj -1382 0 obj << +1395 0 obj << /Type /Page -/Contents 1383 0 R -/Resources 1381 0 R +/Contents 1396 0 R +/Resources 1394 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1360 0 R +/Parent 1373 0 R >> endobj -1384 0 obj << -/D [1382 0 R /XYZ 150.7049 740.9981 null] +1397 0 obj << +/D [1395 0 R /XYZ 150.7049 740.9981 null] >> endobj -346 0 obj << -/D [1382 0 R /XYZ 150.7049 659.6006 null] +354 0 obj << +/D [1395 0 R /XYZ 150.7049 659.6006 null] >> endobj -1385 0 obj << -/D [1382 0 R /XYZ 150.7049 631.8021 null] +1398 0 obj << +/D [1395 0 R /XYZ 150.7049 631.8021 null] >> endobj -1381 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R >> +1394 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1388 0 obj << +1401 0 obj << /Length 789 >> stream @@ -27359,24 +27828,24 @@ ET 0 g 0 G endstream endobj -1387 0 obj << +1400 0 obj << /Type /Page -/Contents 1388 0 R -/Resources 1386 0 R +/Contents 1401 0 R +/Resources 1399 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R +/Parent 1403 0 R >> endobj -1389 0 obj << -/D [1387 0 R /XYZ 99.8954 740.9981 null] +1402 0 obj << +/D [1400 0 R /XYZ 99.8954 740.9981 null] >> endobj -350 0 obj << -/D [1387 0 R /XYZ 99.8954 716.0915 null] +358 0 obj << +/D [1400 0 R /XYZ 99.8954 716.0915 null] >> endobj -1386 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R >> +1399 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1393 0 obj << +1406 0 obj << /Length 6473 >> stream @@ -27553,35 +28022,35 @@ ET 0 g 0 G endstream endobj -1392 0 obj << +1405 0 obj << /Type /Page -/Contents 1393 0 R -/Resources 1391 0 R +/Contents 1406 0 R +/Resources 1404 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R -/Annots [ 1396 0 R ] +/Parent 1403 0 R +/Annots [ 1409 0 R ] >> endobj -1396 0 obj << +1409 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 400.2482 417.8184 411.3731] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1394 0 obj << -/D [1392 0 R /XYZ 150.7049 740.9981 null] +1407 0 obj << +/D [1405 0 R /XYZ 150.7049 740.9981 null] >> endobj -354 0 obj << -/D [1392 0 R /XYZ 150.7049 641.6678 null] +362 0 obj << +/D [1405 0 R /XYZ 150.7049 641.6678 null] >> endobj -1395 0 obj << -/D [1392 0 R /XYZ 150.7049 613.8693 null] +1408 0 obj << +/D [1405 0 R /XYZ 150.7049 613.8693 null] >> endobj -1391 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1404 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1399 0 obj << +1412 0 obj << /Length 7186 >> stream @@ -27770,35 +28239,35 @@ ET 0 g 0 G endstream endobj -1398 0 obj << +1411 0 obj << /Type /Page -/Contents 1399 0 R -/Resources 1397 0 R +/Contents 1412 0 R +/Resources 1410 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R -/Annots [ 1402 0 R ] +/Parent 1403 0 R +/Annots [ 1415 0 R ] >> endobj -1402 0 obj << +1415 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 533.7475 367.009 544.8725] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1400 0 obj << -/D [1398 0 R /XYZ 99.8954 740.9981 null] +1413 0 obj << +/D [1411 0 R /XYZ 99.8954 740.9981 null] >> endobj -358 0 obj << -/D [1398 0 R /XYZ 99.8954 641.6678 null] +366 0 obj << +/D [1411 0 R /XYZ 99.8954 641.6678 null] >> endobj -1401 0 obj << -/D [1398 0 R /XYZ 99.8954 613.8693 null] +1414 0 obj << +/D [1411 0 R /XYZ 99.8954 613.8693 null] >> endobj -1397 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1410 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1405 0 obj << +1418 0 obj << /Length 5182 >> stream @@ -27977,35 +28446,35 @@ ET 0 g 0 G endstream endobj -1404 0 obj << +1417 0 obj << /Type /Page -/Contents 1405 0 R -/Resources 1403 0 R +/Contents 1418 0 R +/Resources 1416 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R -/Annots [ 1408 0 R ] +/Parent 1403 0 R +/Annots [ 1421 0 R ] >> endobj -1408 0 obj << +1421 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 400.2482 417.8184 411.3731] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1406 0 obj << -/D [1404 0 R /XYZ 150.7049 740.9981 null] +1419 0 obj << +/D [1417 0 R /XYZ 150.7049 740.9981 null] >> endobj -362 0 obj << -/D [1404 0 R /XYZ 150.7049 644.4574 null] +370 0 obj << +/D [1417 0 R /XYZ 150.7049 644.4574 null] >> endobj -1407 0 obj << -/D [1404 0 R /XYZ 150.7049 613.8693 null] +1420 0 obj << +/D [1417 0 R /XYZ 150.7049 613.8693 null] >> endobj -1403 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1416 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1411 0 obj << +1424 0 obj << /Length 5797 >> stream @@ -28196,35 +28665,35 @@ ET 0 g 0 G endstream endobj -1410 0 obj << +1423 0 obj << /Type /Page -/Contents 1411 0 R -/Resources 1409 0 R +/Contents 1424 0 R +/Resources 1422 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R -/Annots [ 1414 0 R ] +/Parent 1403 0 R +/Annots [ 1427 0 R ] >> endobj -1414 0 obj << +1427 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 533.7475 367.009 544.8725] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1412 0 obj << -/D [1410 0 R /XYZ 99.8954 740.9981 null] +1425 0 obj << +/D [1423 0 R /XYZ 99.8954 740.9981 null] >> endobj -366 0 obj << -/D [1410 0 R /XYZ 99.8954 644.4574 null] +374 0 obj << +/D [1423 0 R /XYZ 99.8954 644.4574 null] >> endobj -1413 0 obj << -/D [1410 0 R /XYZ 99.8954 613.8693 null] +1426 0 obj << +/D [1423 0 R /XYZ 99.8954 613.8693 null] >> endobj -1409 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1422 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1417 0 obj << +1430 0 obj << /Length 1529 >> stream @@ -28270,24 +28739,24 @@ ET 0 g 0 G endstream endobj -1416 0 obj << +1429 0 obj << /Type /Page -/Contents 1417 0 R -/Resources 1415 0 R +/Contents 1430 0 R +/Resources 1428 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1390 0 R +/Parent 1403 0 R >> endobj -1418 0 obj << -/D [1416 0 R /XYZ 150.7049 740.9981 null] +1431 0 obj << +/D [1429 0 R /XYZ 150.7049 740.9981 null] >> endobj -370 0 obj << -/D [1416 0 R /XYZ 150.7049 716.0915 null] +378 0 obj << +/D [1429 0 R /XYZ 150.7049 716.0915 null] >> endobj -1415 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F14 592 0 R /F32 567 0 R >> +1428 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F14 602 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1421 0 obj << +1434 0 obj << /Length 7048 >> stream @@ -28493,48 +28962,48 @@ ET 0 g 0 G endstream endobj -1420 0 obj << +1433 0 obj << /Type /Page -/Contents 1421 0 R -/Resources 1419 0 R +/Contents 1434 0 R +/Resources 1432 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R -/Annots [ 1424 0 R 1426 0 R ] +/Parent 1441 0 R +/Annots [ 1437 0 R 1439 0 R ] >> endobj -1424 0 obj << +1437 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [321.3431 464.0091 388.4011 475.134] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1426 0 obj << +1439 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.289 352.1993 134.7509 362.3014] /Subtype /Link /A << /S /GoTo /D (Hfootnote.2) >> >> endobj -1422 0 obj << -/D [1420 0 R /XYZ 99.8954 740.9981 null] +1435 0 obj << +/D [1433 0 R /XYZ 99.8954 740.9981 null] >> endobj -374 0 obj << -/D [1420 0 R /XYZ 99.8954 659.6006 null] +382 0 obj << +/D [1433 0 R /XYZ 99.8954 659.6006 null] >> endobj -1423 0 obj << -/D [1420 0 R /XYZ 99.8954 631.8021 null] +1436 0 obj << +/D [1433 0 R /XYZ 99.8954 631.8021 null] >> endobj -1425 0 obj << -/D [1420 0 R /XYZ 99.8954 374.7813 null] +1438 0 obj << +/D [1433 0 R /XYZ 99.8954 374.7813 null] >> endobj -1427 0 obj << -/D [1420 0 R /XYZ 115.1385 129.7901 null] +1440 0 obj << +/D [1433 0 R /XYZ 115.1385 129.7901 null] >> endobj -1419 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R /F11 561 0 R /F7 572 0 R /F34 575 0 R /F33 579 0 R >> +1432 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R /F11 571 0 R /F7 582 0 R /F34 585 0 R /F33 589 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1431 0 obj << +1444 0 obj << /Length 8151 >> stream @@ -28843,56 +29312,56 @@ ET 0 g 0 G endstream endobj -1430 0 obj << +1443 0 obj << /Type /Page -/Contents 1431 0 R -/Resources 1429 0 R +/Contents 1444 0 R +/Resources 1442 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R -/Annots [ 1434 0 R 1435 0 R 1436 0 R 1437 0 R ] +/Parent 1441 0 R +/Annots [ 1447 0 R 1448 0 R 1449 0 R 1450 0 R ] >> endobj -1434 0 obj << +1447 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [368.6656 539.7251 440.9539 550.8501] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1435 0 obj << +1448 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [447.7304 471.9792 514.7884 483.1041] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1436 0 obj << +1449 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.298 404.2332 489.3559 415.3582] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1437 0 obj << +1450 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.3852 258.7787 436.4431 269.9036] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1432 0 obj << -/D [1430 0 R /XYZ 150.7049 740.9981 null] +1445 0 obj << +/D [1443 0 R /XYZ 150.7049 740.9981 null] >> endobj -378 0 obj << -/D [1430 0 R /XYZ 150.7049 659.6006 null] +386 0 obj << +/D [1443 0 R /XYZ 150.7049 659.6006 null] >> endobj -1433 0 obj << -/D [1430 0 R /XYZ 150.7049 631.8021 null] +1446 0 obj << +/D [1443 0 R /XYZ 150.7049 631.8021 null] >> endobj -1429 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1442 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1440 0 obj << +1453 0 obj << /Length 8160 >> stream @@ -29171,42 +29640,42 @@ ET 0 g 0 G endstream endobj -1439 0 obj << +1452 0 obj << /Type /Page -/Contents 1440 0 R -/Resources 1438 0 R +/Contents 1453 0 R +/Resources 1451 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R -/Annots [ 1443 0 R 1444 0 R ] +/Parent 1441 0 R +/Annots [ 1456 0 R 1457 0 R ] >> endobj -1443 0 obj << +1456 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [321.3431 497.882 388.4011 509.007] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1444 0 obj << +1457 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [324.8854 386.3005 391.9434 397.4254] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1441 0 obj << -/D [1439 0 R /XYZ 99.8954 740.9981 null] +1454 0 obj << +/D [1452 0 R /XYZ 99.8954 740.9981 null] >> endobj -382 0 obj << -/D [1439 0 R /XYZ 99.8954 644.4574 null] +390 0 obj << +/D [1452 0 R /XYZ 99.8954 644.4574 null] >> endobj -1442 0 obj << -/D [1439 0 R /XYZ 99.8954 613.8693 null] +1455 0 obj << +/D [1452 0 R /XYZ 99.8954 613.8693 null] >> endobj -1438 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1451 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1447 0 obj << +1460 0 obj << /Length 2788 >> stream @@ -29341,35 +29810,35 @@ ET 0 g 0 G endstream endobj -1446 0 obj << +1459 0 obj << /Type /Page -/Contents 1447 0 R -/Resources 1445 0 R +/Contents 1460 0 R +/Resources 1458 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R -/Annots [ 1450 0 R ] +/Parent 1441 0 R +/Annots [ 1463 0 R ] >> endobj -1450 0 obj << +1463 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.1526 521.7924 439.2105 532.9173] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1448 0 obj << -/D [1446 0 R /XYZ 150.7049 740.9981 null] +1461 0 obj << +/D [1459 0 R /XYZ 150.7049 740.9981 null] >> endobj -386 0 obj << -/D [1446 0 R /XYZ 150.7049 641.6678 null] +394 0 obj << +/D [1459 0 R /XYZ 150.7049 641.6678 null] >> endobj -1449 0 obj << -/D [1446 0 R /XYZ 150.7049 613.8693 null] +1462 0 obj << +/D [1459 0 R /XYZ 150.7049 613.8693 null] >> endobj -1445 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1458 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1453 0 obj << +1466 0 obj << /Length 880 >> stream @@ -29391,24 +29860,24 @@ ET 0 g 0 G endstream endobj -1452 0 obj << +1465 0 obj << /Type /Page -/Contents 1453 0 R -/Resources 1451 0 R +/Contents 1466 0 R +/Resources 1464 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R +/Parent 1441 0 R >> endobj -1454 0 obj << -/D [1452 0 R /XYZ 99.8954 740.9981 null] +1467 0 obj << +/D [1465 0 R /XYZ 99.8954 740.9981 null] >> endobj -390 0 obj << -/D [1452 0 R /XYZ 99.8954 716.0915 null] +398 0 obj << +/D [1465 0 R /XYZ 99.8954 716.0915 null] >> endobj -1451 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F32 567 0 R >> +1464 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1457 0 obj << +1470 0 obj << /Length 10004 >> stream @@ -29690,42 +30159,42 @@ ET 0 g 0 G endstream endobj -1456 0 obj << +1469 0 obj << /Type /Page -/Contents 1457 0 R -/Resources 1455 0 R +/Contents 1470 0 R +/Resources 1468 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1428 0 R -/Annots [ 1460 0 R 1461 0 R ] +/Parent 1441 0 R +/Annots [ 1473 0 R 1474 0 R ] >> endobj -1460 0 obj << +1473 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 184.5845 417.8184 195.7094] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1461 0 obj << +1474 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 117.1154 412.5881 128.2404] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1458 0 obj << -/D [1456 0 R /XYZ 150.7049 740.9981 null] +1471 0 obj << +/D [1469 0 R /XYZ 150.7049 740.9981 null] >> endobj -394 0 obj << -/D [1456 0 R /XYZ 150.7049 660.7083 null] +402 0 obj << +/D [1469 0 R /XYZ 150.7049 660.7083 null] >> endobj -1459 0 obj << -/D [1456 0 R /XYZ 150.7049 441.8183 null] +1472 0 obj << +/D [1469 0 R /XYZ 150.7049 441.8183 null] >> endobj -1455 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F11 561 0 R /F14 592 0 R /F10 589 0 R /F7 572 0 R /F19 546 0 R /F29 411 0 R /F32 567 0 R >> +1468 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F11 571 0 R /F14 602 0 R /F10 599 0 R /F7 582 0 R /F19 556 0 R /F29 419 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1464 0 obj << +1477 0 obj << /Length 7801 >> stream @@ -29898,29 +30367,29 @@ ET 0 g 0 G endstream endobj -1463 0 obj << +1476 0 obj << /Type /Page -/Contents 1464 0 R -/Resources 1462 0 R +/Contents 1477 0 R +/Resources 1475 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1467 0 R -/Annots [ 1466 0 R ] +/Parent 1480 0 R +/Annots [ 1479 0 R ] >> endobj -1466 0 obj << +1479 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 453.3545 361.7786 464.4795] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1465 0 obj << -/D [1463 0 R /XYZ 99.8954 740.9981 null] +1478 0 obj << +/D [1476 0 R /XYZ 99.8954 740.9981 null] >> endobj -1462 0 obj << -/Font << /F29 411 0 R /F8 414 0 R /F32 567 0 R /F11 561 0 R /F14 592 0 R >> +1475 0 obj << +/Font << /F29 419 0 R /F8 422 0 R /F32 577 0 R /F11 571 0 R /F14 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1470 0 obj << +1483 0 obj << /Length 3082 >> stream @@ -29986,21 +30455,21 @@ ET 0 g 0 G endstream endobj -1469 0 obj << +1482 0 obj << /Type /Page -/Contents 1470 0 R -/Resources 1468 0 R +/Contents 1483 0 R +/Resources 1481 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1467 0 R +/Parent 1480 0 R >> endobj -1471 0 obj << -/D [1469 0 R /XYZ 150.7049 740.9981 null] +1484 0 obj << +/D [1482 0 R /XYZ 150.7049 740.9981 null] >> endobj -1468 0 obj << -/Font << /F29 411 0 R /F8 414 0 R >> +1481 0 obj << +/Font << /F29 419 0 R /F8 422 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1474 0 obj << +1487 0 obj << /Length 9661 >> stream @@ -30166,60 +30635,60 @@ ET 0 g 0 G endstream endobj -1473 0 obj << +1486 0 obj << /Type /Page -/Contents 1474 0 R -/Resources 1472 0 R +/Contents 1487 0 R +/Resources 1485 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1467 0 R +/Parent 1480 0 R >> endobj -1475 0 obj << -/D [1473 0 R /XYZ 99.8954 740.9981 null] +1488 0 obj << +/D [1486 0 R /XYZ 99.8954 740.9981 null] >> endobj -1476 0 obj << -/D [1473 0 R /XYZ 99.8954 695.8497 null] +1489 0 obj << +/D [1486 0 R /XYZ 99.8954 695.8497 null] >> endobj -552 0 obj << -/D [1473 0 R /XYZ 99.8954 700.3148 null] +562 0 obj << +/D [1486 0 R /XYZ 99.8954 700.3148 null] >> endobj -553 0 obj << -/D [1473 0 R /XYZ 99.8954 654.5591 null] +563 0 obj << +/D [1486 0 R /XYZ 99.8954 654.5591 null] >> endobj -554 0 obj << -/D [1473 0 R /XYZ 99.8954 606.8662 null] +564 0 obj << +/D [1486 0 R /XYZ 99.8954 606.8662 null] >> endobj -1477 0 obj << -/D [1473 0 R /XYZ 99.8954 561.1105 null] +1490 0 obj << +/D [1486 0 R /XYZ 99.8954 561.1105 null] >> endobj -1478 0 obj << -/D [1473 0 R /XYZ 99.8954 514.8012 null] +1491 0 obj << +/D [1486 0 R /XYZ 99.8954 514.8012 null] >> endobj -608 0 obj << -/D [1473 0 R /XYZ 99.8954 457.6438 null] +618 0 obj << +/D [1486 0 R /XYZ 99.8954 457.6438 null] >> endobj -1479 0 obj << -/D [1473 0 R /XYZ 99.8954 387.9777 null] +1492 0 obj << +/D [1486 0 R /XYZ 99.8954 387.9777 null] >> endobj -1480 0 obj << -/D [1473 0 R /XYZ 99.8954 341.6685 null] +1493 0 obj << +/D [1486 0 R /XYZ 99.8954 341.6685 null] >> endobj -1481 0 obj << -/D [1473 0 R /XYZ 99.8954 295.9128 null] +1494 0 obj << +/D [1486 0 R /XYZ 99.8954 295.9128 null] >> endobj -1482 0 obj << -/D [1473 0 R /XYZ 99.8954 250.157 null] +1495 0 obj << +/D [1486 0 R /XYZ 99.8954 250.157 null] >> endobj -609 0 obj << -/D [1473 0 R /XYZ 99.8954 216.91 null] +619 0 obj << +/D [1486 0 R /XYZ 99.8954 216.91 null] >> endobj -1483 0 obj << -/D [1473 0 R /XYZ 99.8954 171.1542 null] +1496 0 obj << +/D [1486 0 R /XYZ 99.8954 171.1542 null] >> endobj -1472 0 obj << -/Font << /F18 405 0 R /F8 414 0 R /F19 546 0 R /F32 567 0 R >> +1485 0 obj << +/Font << /F18 413 0 R /F8 422 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1486 0 obj << +1499 0 obj << /Length 9035 >> stream @@ -30369,54 +30838,54 @@ ET 0 g 0 G endstream endobj -1485 0 obj << +1498 0 obj << /Type /Page -/Contents 1486 0 R -/Resources 1484 0 R +/Contents 1499 0 R +/Resources 1497 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1467 0 R +/Parent 1480 0 R >> endobj -1487 0 obj << -/D [1485 0 R /XYZ 150.7049 740.9981 null] +1500 0 obj << +/D [1498 0 R /XYZ 150.7049 740.9981 null] >> endobj -1488 0 obj << -/D [1485 0 R /XYZ 150.7049 716.0915 null] +1501 0 obj << +/D [1498 0 R /XYZ 150.7049 716.0915 null] >> endobj -581 0 obj << -/D [1485 0 R /XYZ 150.7049 675.7428 null] +591 0 obj << +/D [1498 0 R /XYZ 150.7049 675.7428 null] >> endobj -550 0 obj << -/D [1485 0 R /XYZ 150.7049 631.9072 null] +560 0 obj << +/D [1498 0 R /XYZ 150.7049 631.9072 null] >> endobj -551 0 obj << -/D [1485 0 R /XYZ 150.7049 588.0716 null] +561 0 obj << +/D [1498 0 R /XYZ 150.7049 588.0716 null] >> endobj -1489 0 obj << -/D [1485 0 R /XYZ 150.7049 544.236 null] +1502 0 obj << +/D [1498 0 R /XYZ 150.7049 544.236 null] >> endobj -1490 0 obj << -/D [1485 0 R /XYZ 150.7049 500.4003 null] +1503 0 obj << +/D [1498 0 R /XYZ 150.7049 500.4003 null] >> endobj -582 0 obj << -/D [1485 0 R /XYZ 150.7049 435.145 null] +592 0 obj << +/D [1498 0 R /XYZ 150.7049 435.145 null] >> endobj -549 0 obj << -/D [1485 0 R /XYZ 150.7049 377.1403 null] +559 0 obj << +/D [1498 0 R /XYZ 150.7049 377.1403 null] >> endobj -548 0 obj << -/D [1485 0 R /XYZ 150.7049 333.5815 null] +558 0 obj << +/D [1498 0 R /XYZ 150.7049 333.5815 null] >> endobj -1491 0 obj << -/D [1485 0 R /XYZ 150.7049 301.701 null] +1504 0 obj << +/D [1498 0 R /XYZ 150.7049 301.701 null] >> endobj -1492 0 obj << -/D [1485 0 R /XYZ 150.7049 257.8654 null] +1505 0 obj << +/D [1498 0 R /XYZ 150.7049 257.8654 null] >> endobj -1484 0 obj << -/Font << /F8 414 0 R /F19 546 0 R /F32 567 0 R >> +1497 0 obj << +/Font << /F8 422 0 R /F19 556 0 R /F32 577 0 R >> /ProcSet [ /PDF /Text ] >> endobj -945 0 obj << +958 0 obj << /Length1 1125 /Length2 4765 /Length3 532 @@ -30436,7 +30905,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /CISHVG+CMR9 def +/FontName /CDNBJP+CMR9 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30513,37 +30982,37 @@ _ cleartomark endstream endobj -946 0 obj << +959 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1493 0 R +/Encoding 1506 0 R /FirstChar 40 /LastChar 115 -/Widths 1494 0 R -/BaseFont /CISHVG+CMR9 -/FontDescriptor 944 0 R +/Widths 1507 0 R +/BaseFont /CDNBJP+CMR9 +/FontDescriptor 957 0 R >> endobj -944 0 obj << +957 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /CISHVG+CMR9 +/FontName /CDNBJP+CMR9 /ItalicAngle 0 /StemV 74 /XHeight 431 /FontBBox [-39 -250 1036 750] /Flags 4 /CharSet (/parenleft/parenright/period/zero/one/two/three/four/five/six/seven/eight/nine/B/G/I/L/O/P/X/c/e/o/r/s) -/FontFile 945 0 R +/FontFile 958 0 R >> endobj -1494 0 obj +1507 0 obj [400 400 0 0 0 0 285 0 514 514 514 514 514 514 514 514 514 514 0 0 0 0 0 0 0 0 728 0 0 0 0 806 0 371 0 0 642 0 0 799 699 0 0 0 0 0 0 0 771 0 0 0 0 0 0 0 0 0 0 457 0 457 0 0 0 0 0 0 0 0 0 514 0 0 402 405 ] endobj -1493 0 obj << +1506 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 66/B 67/.notdef 71/G 72/.notdef 73/I 74/.notdef 76/L 77/.notdef 79/O/P 81/.notdef 88/X 89/.notdef 99/c 100/.notdef 101/e 102/.notdef 111/o 112/.notdef 114/r/s 116/.notdef] >> endobj -851 0 obj << +864 0 obj << /Length1 766 /Length2 759 /Length3 532 @@ -30563,7 +31032,7 @@ stream /ItalicAngle -14.035 def /isFixedPitch false def end readonly def -/FontName /FYFTDL+CMSY7 def +/FontName /EIWHIG+CMSY7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30589,37 +31058,37 @@ aaT'/D cleartomark endstream endobj -852 0 obj << +865 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1495 0 R +/Encoding 1508 0 R /FirstChar 0 /LastChar 49 -/Widths 1496 0 R -/BaseFont /FYFTDL+CMSY7 -/FontDescriptor 850 0 R +/Widths 1509 0 R +/BaseFont /EIWHIG+CMSY7 +/FontDescriptor 863 0 R >> endobj -850 0 obj << +863 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /FYFTDL+CMSY7 +/FontName /EIWHIG+CMSY7 /ItalicAngle -14.035 /StemV 93 /XHeight 431 /FontBBox [-15 -951 1252 782] /Flags 4 /CharSet (/minus/infinity) -/FontFile 851 0 R +/FontFile 864 0 R >> endobj -1496 0 obj +1509 0 obj [893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1139 ] endobj -1495 0 obj << +1508 0 obj << /Type /Encoding /Differences [ 0 /minus 1/.notdef 49/infinity 50/.notdef] >> endobj -699 0 obj << +710 0 obj << /Length1 1306 /Length2 5708 /Length3 532 @@ -30639,7 +31108,7 @@ stream /ItalicAngle 0 def /isFixedPitch true def end readonly def -/FontName /AYFFGE+CMTT9 def +/FontName /PHFFOG+CMTT9 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30706,37 +31175,37 @@ qÜ– cleartomark endstream endobj -700 0 obj << +711 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1497 0 R +/Encoding 1510 0 R /FirstChar 39 /LastChar 122 -/Widths 1498 0 R -/BaseFont /AYFFGE+CMTT9 -/FontDescriptor 698 0 R +/Widths 1511 0 R +/BaseFont /PHFFOG+CMTT9 +/FontDescriptor 709 0 R >> endobj -698 0 obj << +709 0 obj << /Ascent 611 /CapHeight 611 /Descent -222 -/FontName /AYFFGE+CMTT9 +/FontName /PHFFOG+CMTT9 /ItalicAngle 0 /StemV 74 /XHeight 431 /FontBBox [-6 -233 542 698] /Flags 4 /CharSet (/quoteright/parenleft/parenright/comma/period/zero/one/two/nine/colon/equal/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/x/y/z) -/FontFile 699 0 R +/FontFile 710 0 R >> endobj -1498 0 obj +1511 0 obj [525 525 525 0 0 525 0 525 0 525 525 525 0 0 0 0 0 0 525 525 0 0 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 ] endobj -1497 0 obj << +1510 0 obj << /Type /Encoding /Differences [ 0 /.notdef 39/quoteright/parenleft/parenright 42/.notdef 44/comma 45/.notdef 46/period 47/.notdef 48/zero/one/two 51/.notdef 57/nine/colon 59/.notdef 61/equal 62/.notdef 95/underscore 96/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v 119/.notdef 120/x/y/z 123/.notdef] >> endobj -621 0 obj << +631 0 obj << /Length1 745 /Length2 1242 /Length3 532 @@ -30756,7 +31225,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /JOWFHH+CMMI5 def +/FontName /ZBFLUG+CMMI5 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30782,37 +31251,37 @@ currentfile eexec cleartomark endstream endobj -622 0 obj << +632 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1499 0 R +/Encoding 1512 0 R /FirstChar 105 /LastChar 105 -/Widths 1500 0 R -/BaseFont /JOWFHH+CMMI5 -/FontDescriptor 620 0 R +/Widths 1513 0 R +/BaseFont /ZBFLUG+CMMI5 +/FontDescriptor 630 0 R >> endobj -620 0 obj << +630 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /JOWFHH+CMMI5 +/FontName /ZBFLUG+CMMI5 /ItalicAngle -14.04 /StemV 90 /XHeight 431 /FontBBox [37 -250 1349 750] /Flags 4 /CharSet (/i) -/FontFile 621 0 R +/FontFile 631 0 R >> endobj -1500 0 obj +1513 0 obj [534 ] endobj -1499 0 obj << +1512 0 obj << /Type /Encoding /Differences [ 0 /.notdef 105/i 106/.notdef] >> endobj -591 0 obj << +601 0 obj << /Length1 1050 /Length2 2900 /Length3 532 @@ -30832,7 +31301,7 @@ stream /ItalicAngle -14.035 def /isFixedPitch false def end readonly def -/FontName /JJGYWA+CMSY10 def +/FontName /RKNYNK+CMSY10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30887,37 +31356,37 @@ c cleartomark endstream endobj -592 0 obj << +602 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1501 0 R +/Encoding 1514 0 R /FirstChar 0 /LastChar 120 -/Widths 1502 0 R -/BaseFont /JJGYWA+CMSY10 -/FontDescriptor 590 0 R +/Widths 1515 0 R +/BaseFont /RKNYNK+CMSY10 +/FontDescriptor 600 0 R >> endobj -590 0 obj << +600 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /JJGYWA+CMSY10 +/FontName /RKNYNK+CMSY10 /ItalicAngle -14.035 /StemV 85 /XHeight 431 /FontBBox [-29 -960 1116 775] /Flags 4 /CharSet (/minus/bullet/lessequal/greaterequal/arrowleft/element/negationslash/B/H/I/braceleft/braceright/bar/bardbl/radical/section) -/FontFile 591 0 R +/FontFile 601 0 R >> endobj -1502 0 obj +1515 0 obj [778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 0 778 778 0 0 0 0 0 0 0 0 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 657 0 0 0 0 0 845 545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 0 0 278 500 0 0 0 0 833 0 0 0 0 0 0 0 444 ] endobj -1501 0 obj << +1514 0 obj << /Type /Encoding /Differences [ 0 /minus 1/.notdef 15/bullet 16/.notdef 20/lessequal/greaterequal 22/.notdef 32/arrowleft 33/.notdef 50/element 51/.notdef 54/negationslash 55/.notdef 66/B 67/.notdef 72/H/I 74/.notdef 102/braceleft/braceright 104/.notdef 106/bar/bardbl 108/.notdef 112/radical 113/.notdef 120/section 121/.notdef] >> endobj -588 0 obj << +598 0 obj << /Length1 907 /Length2 3553 /Length3 532 @@ -30937,7 +31406,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /DXIWTI+CMMI7 def +/FontName /MEAIJV+CMMI7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -30984,37 +31453,37 @@ NØ• cleartomark endstream endobj -589 0 obj << +599 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1503 0 R +/Encoding 1516 0 R /FirstChar 59 /LastChar 114 -/Widths 1504 0 R -/BaseFont /DXIWTI+CMMI7 -/FontDescriptor 587 0 R +/Widths 1517 0 R +/BaseFont /MEAIJV+CMMI7 +/FontDescriptor 597 0 R >> endobj -587 0 obj << +597 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /DXIWTI+CMMI7 +/FontName /MEAIJV+CMMI7 /ItalicAngle -14.04 /StemV 81 /XHeight 431 /FontBBox [0 -250 1171 750] /Flags 4 /CharSet (/comma/H/I/T/a/c/i/j/k/m/n/r) -/FontFile 588 0 R +/FontFile 598 0 R >> endobj -1504 0 obj +1517 0 obj [339 0 0 0 0 0 0 0 0 0 0 0 0 936 506 0 0 0 0 0 0 0 0 0 0 675 0 0 0 0 0 0 0 0 0 0 0 0 620 0 511 0 0 0 0 0 404 473 607 0 1014 706 0 0 0 530 ] endobj -1503 0 obj << +1516 0 obj << /Type /Encoding /Differences [ 0 /.notdef 59/comma 60/.notdef 72/H/I 74/.notdef 84/T 85/.notdef 97/a 98/.notdef 99/c 100/.notdef 105/i/j/k 108/.notdef 109/m/n 111/.notdef 114/r 115/.notdef] >> endobj -578 0 obj << +588 0 obj << /Length1 1385 /Length2 7327 /Length3 532 @@ -31034,7 +31503,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /JDBHDJ+CMR8 def +/FontName /WDSUNO+CMR8 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31130,37 +31599,37 @@ h cleartomark endstream endobj -579 0 obj << +589 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1505 0 R +/Encoding 1518 0 R /FirstChar 40 /LastChar 121 -/Widths 1506 0 R -/BaseFont /JDBHDJ+CMR8 -/FontDescriptor 577 0 R +/Widths 1519 0 R +/BaseFont /WDSUNO+CMR8 +/FontDescriptor 587 0 R >> endobj -577 0 obj << +587 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /JDBHDJ+CMR8 +/FontName /WDSUNO+CMR8 /ItalicAngle 0 /StemV 76 /XHeight 431 /FontBBox [-36 -250 1070 750] /Flags 4 /CharSet (/parenleft/parenright/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/B/G/I/L/O/P/T/X/a/c/d/e/g/h/i/l/m/n/o/p/r/s/t/u/v/w/y) -/FontFile 578 0 R +/FontFile 588 0 R >> endobj -1506 0 obj +1519 0 obj [413 413 0 0 0 354 295 531 531 531 531 531 531 531 531 531 531 531 0 0 0 0 0 0 0 0 752 0 0 0 0 834 0 383 0 0 664 0 0 826 723 0 0 0 767 0 0 0 796 0 0 0 0 0 0 0 0 531 0 472 590 472 0 531 590 295 0 0 295 885 590 531 590 0 414 419 413 590 561 767 0 561 ] endobj -1505 0 obj << +1518 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 45/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 66/B 67/.notdef 71/G 72/.notdef 73/I 74/.notdef 76/L 77/.notdef 79/O/P 81/.notdef 84/T 85/.notdef 88/X 89/.notdef 97/a 98/.notdef 99/c/d/e 102/.notdef 103/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w 120/.notdef 121/y 122/.notdef] >> endobj -574 0 obj << +584 0 obj << /Length1 751 /Length2 1212 /Length3 532 @@ -31180,7 +31649,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /KTEVGX+CMR6 def +/FontName /SEUQPB+CMR6 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31207,37 +31676,37 @@ currentfile eexec cleartomark endstream endobj -575 0 obj << +585 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1507 0 R +/Encoding 1520 0 R /FirstChar 49 /LastChar 50 -/Widths 1508 0 R -/BaseFont /KTEVGX+CMR6 -/FontDescriptor 573 0 R +/Widths 1521 0 R +/BaseFont /SEUQPB+CMR6 +/FontDescriptor 583 0 R >> endobj -573 0 obj << +583 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /KTEVGX+CMR6 +/FontName /SEUQPB+CMR6 /ItalicAngle 0 /StemV 83 /XHeight 431 /FontBBox [-20 -250 1193 750] /Flags 4 /CharSet (/one/two) -/FontFile 574 0 R +/FontFile 584 0 R >> endobj -1508 0 obj +1521 0 obj [611 611 ] endobj -1507 0 obj << +1520 0 obj << /Type /Encoding /Differences [ 0 /.notdef 49/one/two 51/.notdef] >> endobj -571 0 obj << +581 0 obj << /Length1 769 /Length2 1298 /Length3 532 @@ -31257,7 +31726,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /DOMUZP+CMR7 def +/FontName /PTBEDQ+CMR7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31284,37 +31753,37 @@ _2 cleartomark endstream endobj -572 0 obj << +582 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1509 0 R +/Encoding 1522 0 R /FirstChar 49 /LastChar 58 -/Widths 1510 0 R -/BaseFont /DOMUZP+CMR7 -/FontDescriptor 570 0 R +/Widths 1523 0 R +/BaseFont /PTBEDQ+CMR7 +/FontDescriptor 580 0 R >> endobj -570 0 obj << +580 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /DOMUZP+CMR7 +/FontName /PTBEDQ+CMR7 /ItalicAngle 0 /StemV 79 /XHeight 431 /FontBBox [-27 -250 1122 750] /Flags 4 /CharSet (/one/two/colon) -/FontFile 571 0 R +/FontFile 581 0 R >> endobj -1510 0 obj +1523 0 obj [569 569 0 0 0 0 0 0 0 323 ] endobj -1509 0 obj << +1522 0 obj << /Type /Encoding /Differences [ 0 /.notdef 49/one/two 51/.notdef 58/colon 59/.notdef] >> endobj -566 0 obj << +576 0 obj << /Length1 1719 /Length2 10393 /Length3 532 @@ -31334,7 +31803,7 @@ stream /ItalicAngle 0 def /isFixedPitch true def end readonly def -/FontName /TUWHYH+CMTT10 def +/FontName /JFZTVK+CMTT10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31454,37 +31923,37 @@ b cleartomark endstream endobj -567 0 obj << +577 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1511 0 R +/Encoding 1524 0 R /FirstChar 40 /LastChar 126 -/Widths 1512 0 R -/BaseFont /TUWHYH+CMTT10 -/FontDescriptor 565 0 R +/Widths 1525 0 R +/BaseFont /JFZTVK+CMTT10 +/FontDescriptor 575 0 R >> endobj -565 0 obj << +575 0 obj << /Ascent 611 /CapHeight 611 /Descent -222 -/FontName /TUWHYH+CMTT10 +/FontName /JFZTVK+CMTT10 /ItalicAngle 0 /StemV 69 /XHeight 431 /FontBBox [-4 -235 731 800] /Flags 4 /CharSet (/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/nine/colon/equal/A/B/C/E/F/I/K/L/N/O/P/S/T/W/Y/backslash/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/asciitilde) -/FontFile 566 0 R +/FontFile 576 0 R >> endobj -1512 0 obj +1525 0 obj [525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 525 525 0 0 525 0 0 0 525 525 525 0 525 525 0 0 525 0 525 525 0 525 525 525 0 0 525 525 0 0 525 0 525 0 0 525 0 0 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 525 ] endobj -1511 0 obj << +1524 0 obj << /Type /Encoding /Differences [ 0 /.notdef 40/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six 55/.notdef 57/nine/colon 59/.notdef 61/equal 62/.notdef 65/A/B/C 68/.notdef 69/E/F 71/.notdef 73/I 74/.notdef 75/K/L 77/.notdef 78/N/O/P 81/.notdef 83/S/T 85/.notdef 87/W 88/.notdef 89/Y 90/.notdef 92/backslash 93/.notdef 95/underscore 96/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef 126/asciitilde 127/.notdef] >> endobj -560 0 obj << +570 0 obj << /Length1 1341 /Length2 8729 /Length3 532 @@ -31504,7 +31973,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /PIMTMX+CMMI10 def +/FontName /FEBARF+CMMI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31594,37 +32063,37 @@ PM{ cleartomark endstream endobj -561 0 obj << +571 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1513 0 R +/Encoding 1526 0 R /FirstChar 11 /LastChar 122 -/Widths 1514 0 R -/BaseFont /PIMTMX+CMMI10 -/FontDescriptor 559 0 R +/Widths 1527 0 R +/BaseFont /FEBARF+CMMI10 +/FontDescriptor 569 0 R >> endobj -559 0 obj << +569 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /PIMTMX+CMMI10 +/FontName /FEBARF+CMMI10 /ItalicAngle -14.04 /StemV 72 /XHeight 431 /FontBBox [-32 -250 1048 750] /Flags 4 /CharSet (/alpha/beta/period/comma/less/greater/A/D/I/L/N/P/Q/T/U/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) -/FontFile 560 0 R +/FontFile 570 0 R >> endobj -1514 0 obj +1527 0 obj [640 566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 278 778 0 778 0 0 750 0 0 828 0 0 0 0 440 0 0 681 0 803 0 642 791 0 0 584 683 0 0 0 0 0 0 0 0 0 0 0 529 429 433 520 466 490 477 576 345 412 521 298 878 600 485 503 0 451 469 361 572 485 716 572 490 465 ] endobj -1513 0 obj << +1526 0 obj << /Type /Encoding /Differences [ 0 /.notdef 11/alpha/beta 13/.notdef 58/period/comma/less 61/.notdef 62/greater 63/.notdef 65/A 66/.notdef 68/D 69/.notdef 73/I 74/.notdef 76/L 77/.notdef 78/N 79/.notdef 80/P/Q 82/.notdef 84/T/U 86/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z 123/.notdef] >> endobj -545 0 obj << +555 0 obj << /Length1 1685 /Length2 13643 /Length3 532 @@ -31644,7 +32113,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /SJZKDS+CMTI10 def +/FontName /MTFWCZ+CMTI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -31787,37 +32256,37 @@ Y cleartomark endstream endobj -546 0 obj << +556 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1515 0 R +/Encoding 1528 0 R /FirstChar 11 /LastChar 122 -/Widths 1516 0 R -/BaseFont /SJZKDS+CMTI10 -/FontDescriptor 544 0 R +/Widths 1529 0 R +/BaseFont /MTFWCZ+CMTI10 +/FontDescriptor 554 0 R >> endobj -544 0 obj << +554 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /SJZKDS+CMTI10 +/FontName /MTFWCZ+CMTI10 /ItalicAngle -14.04 /StemV 68 /XHeight 431 /FontBBox [-163 -250 1146 969] /Flags 4 /CharSet (/ff/fi/fl/quoteright/comma/hyphen/period/slash/zero/one/two/three/five/eight/nine/colon/equal/A/B/C/D/E/F/G/I/K/L/M/N/O/P/R/S/T/U/V/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) -/FontFile 545 0 R +/FontFile 555 0 R >> endobj -1516 0 obj +1529 0 obj [613 562 588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 307 358 307 511 511 511 511 511 0 511 0 0 511 511 307 0 0 767 0 0 0 743 704 716 755 678 653 774 0 386 0 769 627 897 743 767 678 0 729 562 716 743 743 0 0 0 0 0 0 0 0 0 0 511 460 460 511 460 307 460 511 307 307 460 256 818 562 511 511 460 422 409 332 537 460 664 464 486 409 ] endobj -1515 0 obj << +1528 0 obj << /Type /Encoding /Differences [ 0 /.notdef 11/ff/fi/fl 14/.notdef 39/quoteright 40/.notdef 44/comma/hyphen/period/slash/zero/one/two/three 52/.notdef 53/five 54/.notdef 56/eight/nine/colon 59/.notdef 61/equal 62/.notdef 65/A/B/C/D/E/F/G 72/.notdef 73/I 74/.notdef 75/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V 87/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef] >> endobj -413 0 obj << +421 0 obj << /Length1 2040 /Length2 15030 /Length3 532 @@ -31837,7 +32306,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /ZXHIKR+CMR10 def +/FontName /CJLUGW+CMR10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32002,37 +32471,37 @@ sߥ cleartomark endstream endobj -414 0 obj << +422 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1517 0 R +/Encoding 1530 0 R /FirstChar 11 /LastChar 123 -/Widths 1518 0 R -/BaseFont /ZXHIKR+CMR10 -/FontDescriptor 412 0 R +/Widths 1531 0 R +/BaseFont /CJLUGW+CMR10 +/FontDescriptor 420 0 R >> endobj -412 0 obj << +420 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /ZXHIKR+CMR10 +/FontName /CJLUGW+CMR10 /ItalicAngle 0 /StemV 69 /XHeight 431 /FontBBox [-251 -250 1009 969] /Flags 4 /CharSet (/ff/fi/fl/ffi/quotedblright/ampersand/quoteright/parenleft/parenright/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/bracketleft/quotedblleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash) -/FontFile 413 0 R +/FontFile 421 0 R >> endobj -1518 0 obj +1531 0 obj [583 556 556 833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 778 278 389 389 0 778 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 0 778 0 0 0 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 0 736 556 722 750 750 1028 750 750 0 278 500 278 0 0 0 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 ] endobj -1517 0 obj << +1530 0 obj << /Type /Encoding /Differences [ 0 /.notdef 11/ff/fi/fl/ffi 15/.notdef 34/quotedblright 35/.notdef 38/ampersand/quoteright/parenleft/parenright 42/.notdef 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 60/.notdef 61/equal 62/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X/Y 90/.notdef 91/bracketleft/quotedblleft/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash 124/.notdef] >> endobj -410 0 obj << +418 0 obj << /Length1 1762 /Length2 12194 /Length3 532 @@ -32052,7 +32521,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /RRMJTZ+CMBX10 def +/FontName /NLZIUC+CMBX10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32185,37 +32654,37 @@ p cleartomark endstream endobj -411 0 obj << +419 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1519 0 R +/Encoding 1532 0 R /FirstChar 12 /LastChar 123 -/Widths 1520 0 R -/BaseFont /RRMJTZ+CMBX10 -/FontDescriptor 409 0 R +/Widths 1533 0 R +/BaseFont /NLZIUC+CMBX10 +/FontDescriptor 417 0 R >> endobj -409 0 obj << +417 0 obj << /Ascent 694 /CapHeight 686 /Descent -194 -/FontName /RRMJTZ+CMBX10 +/FontName /NLZIUC+CMBX10 /ItalicAngle 0 /StemV 114 /XHeight 444 /FontBBox [-301 -250 1164 946] /Flags 4 /CharSet (/fi/fl/quotedblright/quoteright/comma/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/equal/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/V/quotedblleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash) -/FontFile 410 0 R +/FontFile 418 0 R >> endobj -1520 0 obj +1533 0 obj [639 639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 0 0 0 0 319 0 0 0 0 319 0 319 0 575 575 575 575 575 575 575 575 575 575 319 0 0 894 0 0 0 869 818 831 882 756 724 904 900 436 594 0 692 1092 900 864 786 0 862 639 800 885 869 0 0 0 0 0 603 0 0 0 0 559 639 511 639 527 351 575 639 319 351 607 319 958 639 575 639 607 474 454 447 639 607 831 607 607 511 575 ] endobj -1519 0 obj << +1532 0 obj << /Type /Encoding /Differences [ 0 /.notdef 12/fi/fl 14/.notdef 34/quotedblright 35/.notdef 39/quoteright 40/.notdef 44/comma 45/.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 61/equal 62/.notdef 65/A/B/C/D/E/F/G/H/I/J 75/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T/U/V 87/.notdef 92/quotedblleft 93/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash 124/.notdef] >> endobj -407 0 obj << +415 0 obj << /Length1 1067 /Length2 5106 /Length3 532 @@ -32235,7 +32704,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /YAIEMY+CMTI12 def +/FontName /RQVPUO+CMTI12 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32298,37 +32767,37 @@ Hn4*/ cleartomark endstream endobj -408 0 obj << +416 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1521 0 R +/Encoding 1534 0 R /FirstChar 65 /LastChar 121 -/Widths 1522 0 R -/BaseFont /YAIEMY+CMTI12 -/FontDescriptor 406 0 R +/Widths 1535 0 R +/BaseFont /RQVPUO+CMTI12 +/FontDescriptor 414 0 R >> endobj -406 0 obj << +414 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /YAIEMY+CMTI12 +/FontName /RQVPUO+CMTI12 /ItalicAngle -14.04 /StemV 63 /XHeight 431 /FontBBox [-36 -251 1103 750] /Flags 4 /CharSet (/A/B/L/P/S/a/b/c/d/e/f/g/h/i/l/n/o/p/r/s/t/u/y) -/FontFile 407 0 R +/FontFile 415 0 R >> endobj -1522 0 obj +1535 0 obj [727 688 0 0 0 0 0 0 0 0 0 613 0 0 0 663 0 0 550 0 0 0 0 0 0 0 0 0 0 0 0 0 500 450 450 500 450 300 450 500 300 0 0 250 0 550 500 500 0 413 400 325 525 0 0 0 475 ] endobj -1521 0 obj << +1534 0 obj << /Type /Encoding /Differences [ 0 /.notdef 65/A/B 67/.notdef 76/L 77/.notdef 80/P 81/.notdef 83/S 84/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l 109/.notdef 110/n/o/p 113/.notdef 114/r/s/t/u 118/.notdef 121/y 122/.notdef] >> endobj -404 0 obj << +412 0 obj << /Length1 1720 /Length2 10319 /Length3 532 @@ -32348,7 +32817,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /JJYSBK+CMBX12 def +/FontName /NOCKJY+CMBX12 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32477,747 +32946,761 @@ _m5^Í…Pc cleartomark endstream endobj -405 0 obj << +413 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1523 0 R +/Encoding 1536 0 R /FirstChar 12 /LastChar 124 -/Widths 1524 0 R -/BaseFont /JJYSBK+CMBX12 -/FontDescriptor 403 0 R +/Widths 1537 0 R +/BaseFont /NOCKJY+CMBX12 +/FontDescriptor 411 0 R >> endobj -403 0 obj << +411 0 obj << /Ascent 694 /CapHeight 686 /Descent -194 -/FontName /JJYSBK+CMBX12 +/FontName /NOCKJY+CMBX12 /ItalicAngle 0 /StemV 109 /XHeight 444 /FontBBox [-53 -251 1139 750] /Flags 4 /CharSet (/fi/quoteright/parenleft/parenright/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash) -/FontFile 404 0 R +/FontFile 412 0 R >> endobj -1524 0 obj +1537 0 obj [625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 312 437 437 0 0 0 375 312 0 562 562 562 562 562 562 562 562 562 562 0 0 0 0 0 0 0 850 800 812 862 738 707 884 880 419 0 881 676 1067 880 845 769 0 839 625 782 865 850 1162 0 0 0 0 0 0 0 0 0 547 625 500 625 513 344 562 625 312 0 594 312 937 625 562 625 594 459 444 437 625 594 812 594 594 500 562 1125 ] endobj -1523 0 obj << +1536 0 obj << /Type /Encoding /Differences [ 0 /.notdef 12/fi 13/.notdef 39/quoteright/parenleft/parenright 42/.notdef 45/hyphen/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 65/A/B/C/D/E/F/G/H/I 74/.notdef 75/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W 88/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash 125/.notdef] >> endobj -415 0 obj << +423 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [398 0 R 417 0 R 421 0 R 465 0 R 515 0 R 531 0 R] +/Parent 1538 0 R +/Kids [406 0 R 425 0 R 429 0 R 475 0 R 525 0 R 541 0 R] >> endobj -547 0 obj << +557 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [535 0 R 557 0 R 584 0 R 598 0 R 611 0 R 617 0 R] +/Parent 1538 0 R +/Kids [545 0 R 567 0 R 594 0 R 608 0 R 621 0 R 627 0 R] >> endobj -648 0 obj << +658 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [632 0 R 650 0 R 654 0 R 671 0 R 678 0 R 683 0 R] +/Parent 1538 0 R +/Kids [642 0 R 660 0 R 664 0 R 681 0 R 689 0 R 694 0 R] >> endobj -703 0 obj << +714 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [693 0 R 705 0 R 716 0 R 725 0 R 734 0 R 740 0 R] +/Parent 1538 0 R +/Kids [704 0 R 716 0 R 727 0 R 735 0 R 743 0 R 753 0 R] >> endobj -753 0 obj << +766 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [744 0 R 755 0 R 761 0 R 771 0 R 775 0 R 784 0 R] +/Parent 1538 0 R +/Kids [757 0 R 768 0 R 774 0 R 783 0 R 788 0 R 797 0 R] >> endobj -796 0 obj << +809 0 obj << /Type /Pages /Count 6 -/Parent 1525 0 R -/Kids [789 0 R 798 0 R 806 0 R 814 0 R 822 0 R 826 0 R] +/Parent 1538 0 R +/Kids [802 0 R 811 0 R 819 0 R 827 0 R 835 0 R 839 0 R] >> endobj -841 0 obj << +854 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [834 0 R 843 0 R 847 0 R 858 0 R 869 0 R 881 0 R] +/Parent 1539 0 R +/Kids [847 0 R 856 0 R 860 0 R 871 0 R 882 0 R 894 0 R] >> endobj -891 0 obj << +903 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [885 0 R 893 0 R 902 0 R 908 0 R 913 0 R 923 0 R] +/Parent 1539 0 R +/Kids [898 0 R 905 0 R 915 0 R 921 0 R 926 0 R 936 0 R] >> endobj -939 0 obj << +952 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [934 0 R 941 0 R 948 0 R 957 0 R 970 0 R 974 0 R] +/Parent 1539 0 R +/Kids [947 0 R 954 0 R 961 0 R 970 0 R 983 0 R 987 0 R] >> endobj -991 0 obj << +1004 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [983 0 R 993 0 R 997 0 R 1005 0 R 1010 0 R 1014 0 R] +/Parent 1539 0 R +/Kids [996 0 R 1006 0 R 1010 0 R 1018 0 R 1023 0 R 1027 0 R] >> endobj -1025 0 obj << +1038 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [1019 0 R 1027 0 R 1032 0 R 1040 0 R 1045 0 R 1054 0 R] +/Parent 1539 0 R +/Kids [1032 0 R 1040 0 R 1045 0 R 1053 0 R 1058 0 R 1067 0 R] >> endobj -1066 0 obj << +1079 0 obj << /Type /Pages /Count 6 -/Parent 1526 0 R -/Kids [1061 0 R 1068 0 R 1075 0 R 1082 0 R 1093 0 R 1100 0 R] +/Parent 1539 0 R +/Kids [1074 0 R 1081 0 R 1088 0 R 1095 0 R 1106 0 R 1113 0 R] >> endobj -1117 0 obj << +1130 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1111 0 R 1119 0 R 1129 0 R 1136 0 R 1145 0 R 1151 0 R] +/Parent 1540 0 R +/Kids [1124 0 R 1132 0 R 1142 0 R 1149 0 R 1158 0 R 1164 0 R] >> endobj -1163 0 obj << +1176 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1157 0 R 1165 0 R 1171 0 R 1177 0 R 1183 0 R 1189 0 R] +/Parent 1540 0 R +/Kids [1170 0 R 1178 0 R 1184 0 R 1190 0 R 1196 0 R 1202 0 R] >> endobj -1201 0 obj << +1214 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1196 0 R 1203 0 R 1212 0 R 1221 0 R 1227 0 R 1235 0 R] +/Parent 1540 0 R +/Kids [1209 0 R 1216 0 R 1225 0 R 1234 0 R 1240 0 R 1248 0 R] >> endobj -1246 0 obj << +1259 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1243 0 R 1248 0 R 1256 0 R 1264 0 R 1272 0 R 1277 0 R] +/Parent 1540 0 R +/Kids [1256 0 R 1261 0 R 1269 0 R 1277 0 R 1285 0 R 1290 0 R] >> endobj -1286 0 obj << +1299 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1282 0 R 1288 0 R 1293 0 R 1298 0 R 1303 0 R 1310 0 R] +/Parent 1540 0 R +/Kids [1295 0 R 1301 0 R 1306 0 R 1311 0 R 1316 0 R 1323 0 R] >> endobj -1323 0 obj << +1336 0 obj << /Type /Pages /Count 6 -/Parent 1527 0 R -/Kids [1317 0 R 1325 0 R 1332 0 R 1339 0 R 1344 0 R 1349 0 R] +/Parent 1540 0 R +/Kids [1330 0 R 1338 0 R 1345 0 R 1352 0 R 1357 0 R 1362 0 R] >> endobj -1360 0 obj << +1373 0 obj << /Type /Pages /Count 6 -/Parent 1528 0 R -/Kids [1357 0 R 1362 0 R 1367 0 R 1372 0 R 1377 0 R 1382 0 R] +/Parent 1541 0 R +/Kids [1370 0 R 1375 0 R 1380 0 R 1385 0 R 1390 0 R 1395 0 R] >> endobj -1390 0 obj << +1403 0 obj << /Type /Pages /Count 6 -/Parent 1528 0 R -/Kids [1387 0 R 1392 0 R 1398 0 R 1404 0 R 1410 0 R 1416 0 R] +/Parent 1541 0 R +/Kids [1400 0 R 1405 0 R 1411 0 R 1417 0 R 1423 0 R 1429 0 R] >> endobj -1428 0 obj << +1441 0 obj << /Type /Pages /Count 6 -/Parent 1528 0 R -/Kids [1420 0 R 1430 0 R 1439 0 R 1446 0 R 1452 0 R 1456 0 R] +/Parent 1541 0 R +/Kids [1433 0 R 1443 0 R 1452 0 R 1459 0 R 1465 0 R 1469 0 R] >> endobj -1467 0 obj << +1480 0 obj << /Type /Pages /Count 4 -/Parent 1528 0 R -/Kids [1463 0 R 1469 0 R 1473 0 R 1485 0 R] +/Parent 1541 0 R +/Kids [1476 0 R 1482 0 R 1486 0 R 1498 0 R] >> endobj -1525 0 obj << +1538 0 obj << /Type /Pages /Count 36 -/Parent 1529 0 R -/Kids [415 0 R 547 0 R 648 0 R 703 0 R 753 0 R 796 0 R] +/Parent 1542 0 R +/Kids [423 0 R 557 0 R 658 0 R 714 0 R 766 0 R 809 0 R] >> endobj -1526 0 obj << +1539 0 obj << /Type /Pages /Count 36 -/Parent 1529 0 R -/Kids [841 0 R 891 0 R 939 0 R 991 0 R 1025 0 R 1066 0 R] +/Parent 1542 0 R +/Kids [854 0 R 903 0 R 952 0 R 1004 0 R 1038 0 R 1079 0 R] >> endobj -1527 0 obj << +1540 0 obj << /Type /Pages /Count 36 -/Parent 1529 0 R -/Kids [1117 0 R 1163 0 R 1201 0 R 1246 0 R 1286 0 R 1323 0 R] +/Parent 1542 0 R +/Kids [1130 0 R 1176 0 R 1214 0 R 1259 0 R 1299 0 R 1336 0 R] >> endobj -1528 0 obj << +1541 0 obj << /Type /Pages /Count 22 -/Parent 1529 0 R -/Kids [1360 0 R 1390 0 R 1428 0 R 1467 0 R] +/Parent 1542 0 R +/Kids [1373 0 R 1403 0 R 1441 0 R 1480 0 R] >> endobj -1529 0 obj << +1542 0 obj << /Type /Pages /Count 130 -/Kids [1525 0 R 1526 0 R 1527 0 R 1528 0 R] +/Kids [1538 0 R 1539 0 R 1540 0 R 1541 0 R] >> endobj -1530 0 obj << +1543 0 obj << /Type /Outlines /First 7 0 R /Last 7 0 R /Count 1 >> endobj +403 0 obj << +/Title 404 0 R +/A 401 0 R +/Parent 399 0 R +>> endobj +399 0 obj << +/Title 400 0 R +/A 397 0 R +/Parent 7 0 R +/Prev 379 0 R +/First 403 0 R +/Last 403 0 R +/Count -1 +>> endobj 395 0 obj << /Title 396 0 R /A 393 0 R -/Parent 391 0 R +/Parent 379 0 R +/Prev 391 0 R >> endobj 391 0 obj << /Title 392 0 R /A 389 0 R -/Parent 7 0 R -/Prev 371 0 R -/First 395 0 R -/Last 395 0 R -/Count -1 +/Parent 379 0 R +/Prev 387 0 R +/Next 395 0 R >> endobj 387 0 obj << /Title 388 0 R /A 385 0 R -/Parent 371 0 R +/Parent 379 0 R /Prev 383 0 R +/Next 391 0 R >> endobj 383 0 obj << /Title 384 0 R /A 381 0 R -/Parent 371 0 R -/Prev 379 0 R +/Parent 379 0 R /Next 387 0 R >> endobj 379 0 obj << /Title 380 0 R /A 377 0 R -/Parent 371 0 R -/Prev 375 0 R -/Next 383 0 R +/Parent 7 0 R +/Prev 359 0 R +/Next 399 0 R +/First 383 0 R +/Last 395 0 R +/Count -4 >> endobj 375 0 obj << /Title 376 0 R /A 373 0 R -/Parent 371 0 R -/Next 379 0 R +/Parent 359 0 R +/Prev 371 0 R >> endobj 371 0 obj << /Title 372 0 R /A 369 0 R -/Parent 7 0 R -/Prev 351 0 R -/Next 391 0 R -/First 375 0 R -/Last 387 0 R -/Count -4 +/Parent 359 0 R +/Prev 367 0 R +/Next 375 0 R >> endobj 367 0 obj << /Title 368 0 R /A 365 0 R -/Parent 351 0 R +/Parent 359 0 R /Prev 363 0 R +/Next 371 0 R >> endobj 363 0 obj << /Title 364 0 R /A 361 0 R -/Parent 351 0 R -/Prev 359 0 R +/Parent 359 0 R /Next 367 0 R >> endobj 359 0 obj << /Title 360 0 R /A 357 0 R -/Parent 351 0 R -/Prev 355 0 R -/Next 363 0 R +/Parent 7 0 R +/Prev 335 0 R +/Next 379 0 R +/First 363 0 R +/Last 375 0 R +/Count -4 >> endobj 355 0 obj << /Title 356 0 R /A 353 0 R -/Parent 351 0 R -/Next 359 0 R +/Parent 335 0 R +/Prev 351 0 R >> endobj 351 0 obj << /Title 352 0 R /A 349 0 R -/Parent 7 0 R -/Prev 327 0 R -/Next 371 0 R -/First 355 0 R -/Last 367 0 R -/Count -4 +/Parent 335 0 R +/Prev 347 0 R +/Next 355 0 R >> endobj 347 0 obj << /Title 348 0 R /A 345 0 R -/Parent 327 0 R +/Parent 335 0 R /Prev 343 0 R +/Next 351 0 R >> endobj 343 0 obj << /Title 344 0 R /A 341 0 R -/Parent 327 0 R +/Parent 335 0 R /Prev 339 0 R /Next 347 0 R >> endobj 339 0 obj << /Title 340 0 R /A 337 0 R -/Parent 327 0 R -/Prev 335 0 R +/Parent 335 0 R /Next 343 0 R >> endobj 335 0 obj << /Title 336 0 R /A 333 0 R -/Parent 327 0 R -/Prev 331 0 R -/Next 339 0 R +/Parent 7 0 R +/Prev 267 0 R +/Next 359 0 R +/First 339 0 R +/Last 355 0 R +/Count -5 >> endobj 331 0 obj << /Title 332 0 R /A 329 0 R -/Parent 327 0 R -/Next 335 0 R +/Parent 267 0 R +/Prev 327 0 R >> endobj 327 0 obj << /Title 328 0 R /A 325 0 R -/Parent 7 0 R -/Prev 259 0 R -/Next 351 0 R -/First 331 0 R -/Last 347 0 R -/Count -5 +/Parent 267 0 R +/Prev 323 0 R +/Next 331 0 R >> endobj 323 0 obj << /Title 324 0 R /A 321 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 319 0 R +/Next 327 0 R >> endobj 319 0 obj << /Title 320 0 R /A 317 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 315 0 R /Next 323 0 R >> endobj 315 0 obj << /Title 316 0 R /A 313 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 311 0 R /Next 319 0 R >> endobj 311 0 obj << /Title 312 0 R /A 309 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 307 0 R /Next 315 0 R >> endobj 307 0 obj << /Title 308 0 R /A 305 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 303 0 R /Next 311 0 R >> endobj 303 0 obj << /Title 304 0 R /A 301 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 299 0 R /Next 307 0 R >> endobj 299 0 obj << /Title 300 0 R /A 297 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 295 0 R /Next 303 0 R >> endobj 295 0 obj << /Title 296 0 R /A 293 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 291 0 R /Next 299 0 R >> endobj 291 0 obj << /Title 292 0 R /A 289 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 287 0 R /Next 295 0 R >> endobj 287 0 obj << /Title 288 0 R /A 285 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 283 0 R /Next 291 0 R >> endobj 283 0 obj << /Title 284 0 R /A 281 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 279 0 R /Next 287 0 R >> endobj 279 0 obj << /Title 280 0 R /A 277 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 275 0 R /Next 283 0 R >> endobj 275 0 obj << /Title 276 0 R /A 273 0 R -/Parent 259 0 R +/Parent 267 0 R /Prev 271 0 R /Next 279 0 R >> endobj 271 0 obj << /Title 272 0 R /A 269 0 R -/Parent 259 0 R -/Prev 267 0 R +/Parent 267 0 R /Next 275 0 R >> endobj 267 0 obj << /Title 268 0 R /A 265 0 R -/Parent 259 0 R -/Prev 263 0 R -/Next 271 0 R +/Parent 7 0 R +/Prev 175 0 R +/Next 335 0 R +/First 271 0 R +/Last 331 0 R +/Count -16 >> endobj 263 0 obj << /Title 264 0 R /A 261 0 R -/Parent 259 0 R -/Next 267 0 R +/Parent 175 0 R +/Prev 259 0 R >> endobj 259 0 obj << /Title 260 0 R /A 257 0 R -/Parent 7 0 R -/Prev 167 0 R -/Next 327 0 R -/First 263 0 R -/Last 323 0 R -/Count -16 +/Parent 175 0 R +/Prev 255 0 R +/Next 263 0 R >> endobj 255 0 obj << /Title 256 0 R /A 253 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 251 0 R +/Next 259 0 R >> endobj 251 0 obj << /Title 252 0 R /A 249 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 247 0 R /Next 255 0 R >> endobj 247 0 obj << /Title 248 0 R /A 245 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 243 0 R /Next 251 0 R >> endobj 243 0 obj << /Title 244 0 R /A 241 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 239 0 R /Next 247 0 R >> endobj 239 0 obj << /Title 240 0 R /A 237 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 235 0 R /Next 243 0 R >> endobj 235 0 obj << /Title 236 0 R /A 233 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 231 0 R /Next 239 0 R >> endobj 231 0 obj << /Title 232 0 R /A 229 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 227 0 R /Next 235 0 R >> endobj 227 0 obj << /Title 228 0 R /A 225 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 223 0 R /Next 231 0 R >> endobj 223 0 obj << /Title 224 0 R /A 221 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 219 0 R /Next 227 0 R >> endobj 219 0 obj << /Title 220 0 R /A 217 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 215 0 R /Next 223 0 R >> endobj 215 0 obj << /Title 216 0 R /A 213 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 211 0 R /Next 219 0 R >> endobj 211 0 obj << /Title 212 0 R /A 209 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 207 0 R /Next 215 0 R >> endobj 207 0 obj << /Title 208 0 R /A 205 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 203 0 R /Next 211 0 R >> endobj 203 0 obj << /Title 204 0 R /A 201 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 199 0 R /Next 207 0 R >> endobj 199 0 obj << /Title 200 0 R /A 197 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 195 0 R /Next 203 0 R >> endobj 195 0 obj << /Title 196 0 R /A 193 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 191 0 R /Next 199 0 R >> endobj 191 0 obj << /Title 192 0 R /A 189 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 187 0 R /Next 195 0 R >> endobj 187 0 obj << /Title 188 0 R /A 185 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 183 0 R /Next 191 0 R >> endobj 183 0 obj << /Title 184 0 R /A 181 0 R -/Parent 167 0 R +/Parent 175 0 R /Prev 179 0 R /Next 187 0 R >> endobj 179 0 obj << /Title 180 0 R /A 177 0 R -/Parent 167 0 R -/Prev 175 0 R +/Parent 175 0 R /Next 183 0 R >> endobj 175 0 obj << /Title 176 0 R /A 173 0 R -/Parent 167 0 R -/Prev 171 0 R -/Next 179 0 R +/Parent 7 0 R +/Prev 155 0 R +/Next 267 0 R +/First 179 0 R +/Last 263 0 R +/Count -22 >> endobj 171 0 obj << /Title 172 0 R /A 169 0 R -/Parent 167 0 R -/Next 175 0 R +/Parent 155 0 R +/Prev 167 0 R >> endobj 167 0 obj << /Title 168 0 R /A 165 0 R -/Parent 7 0 R -/Prev 147 0 R -/Next 259 0 R -/First 171 0 R -/Last 255 0 R -/Count -22 +/Parent 155 0 R +/Prev 163 0 R +/Next 171 0 R >> endobj 163 0 obj << /Title 164 0 R /A 161 0 R -/Parent 147 0 R +/Parent 155 0 R /Prev 159 0 R +/Next 167 0 R >> endobj 159 0 obj << /Title 160 0 R /A 157 0 R -/Parent 147 0 R -/Prev 155 0 R +/Parent 155 0 R /Next 163 0 R >> endobj 155 0 obj << /Title 156 0 R /A 153 0 R -/Parent 147 0 R -/Prev 151 0 R -/Next 159 0 R +/Parent 7 0 R +/Prev 103 0 R +/Next 175 0 R +/First 159 0 R +/Last 171 0 R +/Count -4 >> endobj 151 0 obj << /Title 152 0 R /A 149 0 R -/Parent 147 0 R -/Next 155 0 R +/Parent 103 0 R +/Prev 147 0 R >> endobj 147 0 obj << /Title 148 0 R /A 145 0 R -/Parent 7 0 R -/Prev 95 0 R -/Next 167 0 R -/First 151 0 R -/Last 163 0 R -/Count -4 +/Parent 103 0 R +/Prev 143 0 R +/Next 151 0 R >> endobj 143 0 obj << /Title 144 0 R /A 141 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 139 0 R +/Next 147 0 R >> endobj 139 0 obj << /Title 140 0 R /A 137 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 135 0 R /Next 143 0 R >> endobj 135 0 obj << /Title 136 0 R /A 133 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 131 0 R /Next 139 0 R >> endobj 131 0 obj << /Title 132 0 R /A 129 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 127 0 R /Next 135 0 R >> endobj 127 0 obj << /Title 128 0 R /A 125 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 123 0 R /Next 131 0 R >> endobj 123 0 obj << /Title 124 0 R /A 121 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 119 0 R /Next 127 0 R >> endobj 119 0 obj << /Title 120 0 R /A 117 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 115 0 R /Next 123 0 R >> endobj 115 0 obj << /Title 116 0 R /A 113 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 111 0 R /Next 119 0 R >> endobj 111 0 obj << /Title 112 0 R /A 109 0 R -/Parent 95 0 R +/Parent 103 0 R /Prev 107 0 R /Next 115 0 R >> endobj 107 0 obj << /Title 108 0 R /A 105 0 R -/Parent 95 0 R -/Prev 103 0 R +/Parent 103 0 R /Next 111 0 R >> endobj 103 0 obj << /Title 104 0 R /A 101 0 R -/Parent 95 0 R -/Prev 99 0 R -/Next 107 0 R +/Parent 7 0 R +/Prev 35 0 R +/Next 155 0 R +/First 107 0 R +/Last 151 0 R +/Count -12 >> endobj 99 0 obj << /Title 100 0 R /A 97 0 R -/Parent 95 0 R -/Next 103 0 R +/Parent 59 0 R +/Prev 95 0 R >> endobj 95 0 obj << /Title 96 0 R /A 93 0 R -/Parent 7 0 R -/Prev 35 0 R -/Next 147 0 R -/First 99 0 R -/Last 143 0 R -/Count -12 +/Parent 59 0 R +/Prev 91 0 R +/Next 99 0 R >> endobj 91 0 obj << /Title 92 0 R /A 89 0 R /Parent 59 0 R /Prev 87 0 R +/Next 95 0 R >> endobj 87 0 obj << /Title 88 0 R @@ -33273,8 +33756,8 @@ endobj /Parent 35 0 R /Prev 55 0 R /First 63 0 R -/Last 91 0 R -/Count -8 +/Last 99 0 R +/Count -10 >> endobj 55 0 obj << /Title 56 0 R @@ -33317,7 +33800,7 @@ endobj /A 33 0 R /Parent 7 0 R /Prev 15 0 R -/Next 95 0 R +/Next 103 0 R /First 39 0 R /Last 59 0 R /Count -4 @@ -33367,1579 +33850,1592 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 1530 0 R +/Parent 1543 0 R /First 11 0 R -/Last 391 0 R +/Last 399 0 R /Count -11 >> endobj -1531 0 obj << -/Names [(Doc-Start) 402 0 R (Hfootnote.1) 576 0 R (Hfootnote.2) 1427 0 R (Item.1) 623 0 R (Item.10) 636 0 R (Item.11) 637 0 R (Item.12) 638 0 R (Item.13) 639 0 R (Item.14) 640 0 R (Item.15) 641 0 R (Item.16) 642 0 R (Item.17) 643 0 R (Item.18) 644 0 R (Item.19) 645 0 R (Item.2) 624 0 R (Item.20) 646 0 R (Item.21) 647 0 R (Item.22) 660 0 R (Item.23) 661 0 R (Item.24) 662 0 R (Item.25) 663 0 R (Item.26) 664 0 R (Item.27) 665 0 R (Item.28) 666 0 R (Item.29) 667 0 R (Item.3) 625 0 R (Item.30) 668 0 R (Item.31) 669 0 R (Item.32) 674 0 R (Item.33) 675 0 R (Item.34) 688 0 R (Item.35) 689 0 R (Item.36) 690 0 R (Item.37) 691 0 R (Item.38) 738 0 R (Item.39) 962 0 R (Item.4) 626 0 R (Item.40) 963 0 R (Item.41) 964 0 R (Item.42) 1024 0 R (Item.43) 1030 0 R (Item.44) 1038 0 R (Item.45) 1043 0 R (Item.46) 1052 0 R (Item.47) 1079 0 R (Item.48) 1080 0 R (Item.49) 1089 0 R (Item.5) 627 0 R (Item.50) 1090 0 R (Item.51) 1091 0 R (Item.52) 1105 0 R (Item.53) 1106 0 R (Item.54) 1107 0 R (Item.55) 1108 0 R (Item.56) 1109 0 R (Item.57) 1123 0 R (Item.58) 1124 0 R (Item.59) 1125 0 R (Item.6) 628 0 R (Item.60) 1126 0 R (Item.61) 1127 0 R (Item.62) 1143 0 R (Item.63) 1161 0 R (Item.64) 1162 0 R (Item.65) 1193 0 R (Item.66) 1194 0 R (Item.67) 1209 0 R (Item.68) 1210 0 R (Item.69) 1218 0 R (Item.7) 629 0 R (Item.70) 1219 0 R (Item.71) 1231 0 R (Item.72) 1232 0 R (Item.73) 1233 0 R (Item.74) 1253 0 R (Item.75) 1254 0 R (Item.76) 1261 0 R (Item.77) 1262 0 R (Item.78) 1269 0 R (Item.79) 1270 0 R (Item.8) 630 0 R (Item.80) 1308 0 R (Item.81) 1315 0 R (Item.82) 1322 0 R (Item.83) 1330 0 R (Item.84) 1337 0 R (Item.9) 635 0 R (cite.APNUM06) 609 0 R (cite.BLACS) 581 0 R (cite.BLAS1) 552 0 R (cite.BLAS2) 553 0 R (cite.BLAS3) 554 0 R (cite.CAI_SAAD) 1479 0 R (cite.CAI_SARKIS) 1480 0 R (cite.CAI_WIDLUND) 1481 0 R (cite.DD1) 1482 0 R (cite.DD2) 1491 0 R (cite.DOUGLAS) 1477 0 R (cite.KIVA3PSBLAS) 1490 0 R (cite.METIS) 582 0 R (cite.MPI1) 1492 0 R (cite.PARA04) 608 0 R (cite.PARA04FOREST) 1478 0 R (cite.PSBLAS) 1489 0 R (cite.SUPERLU) 1488 0 R (cite.UMFPACK) 1483 0 R (cite.machiels) 549 0 R (cite.metcalf) 548 0 R (cite.sblas02) 551 0 R (cite.sblas97) 550 0 R (descdata) 657 0 R (equation.1) 861 0 R (equation.2) 862 0 R (equation.3) 863 0 R (figure.1) 580 0 R (figure.2) 603 0 R (figure.3) 676 0 R (figure.4) 686 0 R (figure.5) 701 0 R (figure.6) 927 0 R (figure.7) 968 0 R (figure.8) 1354 0 R (figure.9) 1355 0 R (page.1) 401 0 R (page.10) 673 0 R (page.100) 1341 0 R (page.101) 1346 0 R (page.102) 1351 0 R (page.103) 1359 0 R (page.104) 1364 0 R (page.105) 1369 0 R (page.106) 1374 0 R (page.107) 1379 0 R (page.108) 1384 0 R (page.109) 1389 0 R (page.11) 680 0 R (page.110) 1394 0 R (page.111) 1400 0 R (page.112) 1406 0 R (page.113) 1412 0 R (page.114) 1418 0 R (page.115) 1422 0 R (page.116) 1432 0 R (page.117) 1441 0 R (page.118) 1448 0 R (page.119) 1454 0 R (page.12) 685 0 R (page.120) 1458 0 R (page.121) 1465 0 R (page.122) 1471 0 R (page.123) 1475 0 R (page.124) 1487 0 R (page.13) 695 0 R (page.14) 707 0 R (page.15) 718 0 R (page.16) 727 0 R (page.17) 736 0 R (page.18) 742 0 R (page.19) 746 0 R (page.2) 419 0 R (page.20) 757 0 R (page.21) 763 0 R (page.22) 773 0 R (page.23) 777 0 R (page.24) 786 0 R (page.25) 791 0 R (page.26) 800 0 R (page.27) 808 0 R (page.28) 816 0 R (page.29) 824 0 R (page.3) 586 0 R (page.30) 828 0 R (page.31) 836 0 R (page.32) 845 0 R (page.33) 849 0 R (page.34) 860 0 R (page.35) 871 0 R (page.36) 883 0 R (page.37) 887 0 R (page.38) 895 0 R (page.39) 904 0 R (page.4) 600 0 R (page.40) 910 0 R (page.41) 915 0 R (page.42) 925 0 R (page.43) 936 0 R (page.44) 943 0 R (page.45) 950 0 R (page.46) 959 0 R (page.47) 972 0 R (page.48) 976 0 R (page.49) 985 0 R (page.5) 613 0 R (page.50) 995 0 R (page.51) 999 0 R (page.52) 1007 0 R (page.53) 1012 0 R (page.54) 1016 0 R (page.55) 1021 0 R (page.56) 1029 0 R (page.57) 1034 0 R (page.58) 1042 0 R (page.59) 1047 0 R (page.6) 619 0 R (page.60) 1056 0 R (page.61) 1063 0 R (page.62) 1070 0 R (page.63) 1077 0 R (page.64) 1084 0 R (page.65) 1095 0 R (page.66) 1102 0 R (page.67) 1113 0 R (page.68) 1121 0 R (page.69) 1131 0 R (page.7) 634 0 R (page.70) 1138 0 R (page.71) 1147 0 R (page.72) 1153 0 R (page.73) 1159 0 R (page.74) 1167 0 R (page.75) 1173 0 R (page.76) 1179 0 R (page.77) 1185 0 R (page.78) 1191 0 R (page.79) 1198 0 R (page.8) 652 0 R (page.80) 1205 0 R (page.81) 1214 0 R (page.82) 1223 0 R (page.83) 1229 0 R (page.84) 1237 0 R (page.85) 1245 0 R (page.86) 1250 0 R (page.87) 1258 0 R (page.88) 1266 0 R (page.89) 1274 0 R (page.9) 656 0 R (page.90) 1279 0 R (page.91) 1284 0 R (page.92) 1290 0 R (page.93) 1295 0 R (page.94) 1300 0 R (page.95) 1305 0 R (page.96) 1312 0 R (page.97) 1319 0 R (page.98) 1327 0 R (page.99) 1334 0 R (page.i) 423 0 R (page.ii) 467 0 R (page.iii) 517 0 R (page.iv) 533 0 R (precdata) 696 0 R (section*.1) 424 0 R (section*.10) 78 0 R (section*.100) 238 0 R (section*.101) 1199 0 R (section*.102) 242 0 R (section*.103) 1206 0 R (section*.104) 1208 0 R (section*.105) 246 0 R (section*.106) 1215 0 R (section*.107) 1217 0 R (section*.108) 250 0 R (section*.109) 1224 0 R (section*.11) 721 0 R (section*.110) 1230 0 R (section*.111) 254 0 R (section*.112) 1238 0 R (section*.113) 262 0 R (section*.114) 1251 0 R (section*.115) 1252 0 R (section*.116) 266 0 R (section*.117) 1259 0 R (section*.118) 1260 0 R (section*.119) 270 0 R (section*.12) 82 0 R (section*.120) 1267 0 R (section*.121) 1268 0 R (section*.122) 274 0 R (section*.123) 1275 0 R (section*.124) 278 0 R (section*.125) 1280 0 R (section*.126) 282 0 R (section*.127) 1285 0 R (section*.128) 286 0 R (section*.129) 1291 0 R (section*.13) 723 0 R (section*.130) 290 0 R (section*.131) 1296 0 R (section*.132) 294 0 R (section*.133) 1301 0 R (section*.134) 298 0 R (section*.135) 1306 0 R (section*.136) 1307 0 R (section*.137) 302 0 R (section*.138) 1313 0 R (section*.139) 1314 0 R (section*.14) 86 0 R (section*.140) 306 0 R (section*.141) 1320 0 R (section*.142) 1321 0 R (section*.143) 310 0 R (section*.144) 1328 0 R (section*.145) 1329 0 R (section*.146) 314 0 R (section*.147) 1335 0 R (section*.148) 1336 0 R (section*.149) 318 0 R (section*.15) 729 0 R (section*.150) 1342 0 R (section*.151) 322 0 R (section*.152) 1347 0 R (section*.153) 330 0 R (section*.154) 1365 0 R (section*.155) 334 0 R (section*.156) 1370 0 R (section*.157) 338 0 R (section*.158) 1375 0 R (section*.159) 342 0 R (section*.16) 90 0 R (section*.160) 1380 0 R (section*.161) 346 0 R (section*.162) 1385 0 R (section*.163) 354 0 R (section*.164) 1395 0 R (section*.165) 358 0 R (section*.166) 1401 0 R (section*.167) 362 0 R (section*.168) 1407 0 R (section*.169) 366 0 R (section*.17) 731 0 R (section*.170) 1413 0 R (section*.171) 374 0 R (section*.172) 1423 0 R (section*.173) 1425 0 R (section*.174) 378 0 R (section*.175) 1433 0 R (section*.176) 382 0 R (section*.177) 1442 0 R (section*.178) 386 0 R (section*.179) 1449 0 R (section*.18) 737 0 R (section*.180) 394 0 R (section*.181) 1459 0 R (section*.182) 1476 0 R (section*.19) 98 0 R (section*.2) 62 0 R (section*.20) 747 0 R (section*.21) 102 0 R (section*.22) 764 0 R (section*.23) 106 0 R (section*.24) 778 0 R (section*.25) 110 0 R (section*.26) 792 0 R (section*.27) 114 0 R (section*.28) 801 0 R (section*.29) 118 0 R (section*.3) 702 0 R (section*.30) 809 0 R (section*.31) 122 0 R (section*.32) 817 0 R (section*.33) 126 0 R (section*.34) 830 0 R (section*.35) 130 0 R (section*.36) 837 0 R (section*.37) 134 0 R (section*.38) 854 0 R (section*.39) 138 0 R (section*.4) 66 0 R (section*.40) 865 0 R (section*.41) 142 0 R (section*.42) 888 0 R (section*.43) 150 0 R (section*.44) 917 0 R (section*.45) 937 0 R (section*.46) 154 0 R (section*.47) 952 0 R (section*.48) 961 0 R (section*.49) 965 0 R (section*.5) 710 0 R (section*.50) 158 0 R (section*.51) 987 0 R (section*.52) 988 0 R (section*.53) 162 0 R (section*.54) 1001 0 R (section*.55) 1002 0 R (section*.56) 170 0 R (section*.57) 1017 0 R (section*.58) 1023 0 R (section*.59) 174 0 R (section*.6) 70 0 R (section*.60) 1035 0 R (section*.61) 1037 0 R (section*.62) 178 0 R (section*.63) 1048 0 R (section*.64) 1051 0 R (section*.65) 182 0 R (section*.66) 1057 0 R (section*.67) 186 0 R (section*.68) 1064 0 R (section*.69) 190 0 R (section*.7) 713 0 R (section*.70) 1071 0 R (section*.71) 1078 0 R (section*.72) 194 0 R (section*.73) 1085 0 R (section*.74) 1088 0 R (section*.75) 198 0 R (section*.76) 1096 0 R (section*.77) 1104 0 R (section*.78) 202 0 R (section*.79) 1114 0 R (section*.8) 74 0 R (section*.80) 1122 0 R (section*.81) 206 0 R (section*.82) 1132 0 R (section*.83) 210 0 R (section*.84) 1139 0 R (section*.85) 1142 0 R (section*.86) 214 0 R (section*.87) 1148 0 R (section*.88) 218 0 R (section*.89) 1154 0 R (section*.9) 719 0 R (section*.90) 1160 0 R (section*.91) 222 0 R (section*.92) 1168 0 R (section*.93) 226 0 R (section*.94) 1174 0 R (section*.95) 230 0 R (section*.96) 1180 0 R (section*.97) 234 0 R (section*.98) 1186 0 R (section*.99) 1192 0 R (section.1) 10 0 R (section.10) 370 0 R (section.11) 390 0 R (section.2) 14 0 R (section.3) 34 0 R (section.4) 94 0 R (section.5) 146 0 R (section.6) 166 0 R (section.7) 258 0 R (section.8) 326 0 R (section.9) 350 0 R (spdata) 681 0 R (subsection.2.1) 18 0 R (subsection.2.2) 22 0 R (subsection.2.3) 26 0 R (subsection.2.4) 30 0 R (subsection.3.1) 38 0 R (subsection.3.2) 46 0 R (subsection.3.3) 54 0 R (subsection.3.4) 58 0 R (subsubsection.3.1.1) 42 0 R (subsubsection.3.2.1) 50 0 R (table.1) 748 0 R (table.10) 853 0 R (table.11) 864 0 R (table.12) 889 0 R (table.13) 916 0 R (table.14) 951 0 R (table.15) 986 0 R (table.16) 1000 0 R (table.2) 765 0 R (table.3) 779 0 R (table.4) 793 0 R (table.5) 802 0 R (table.6) 810 0 R (table.7) 818 0 R (table.8) 829 0 R (table.9) 838 0 R (title.0) 6 0 R] +1544 0 obj << +/Names [(Doc-Start) 410 0 R (Hfootnote.1) 586 0 R (Hfootnote.2) 1440 0 R (Item.1) 633 0 R (Item.10) 646 0 R (Item.11) 647 0 R (Item.12) 648 0 R (Item.13) 649 0 R (Item.14) 650 0 R (Item.15) 651 0 R (Item.16) 652 0 R (Item.17) 653 0 R (Item.18) 654 0 R (Item.19) 655 0 R (Item.2) 634 0 R (Item.20) 656 0 R (Item.21) 657 0 R (Item.22) 670 0 R (Item.23) 671 0 R (Item.24) 672 0 R (Item.25) 673 0 R (Item.26) 674 0 R (Item.27) 675 0 R (Item.28) 676 0 R (Item.29) 677 0 R (Item.3) 635 0 R (Item.30) 678 0 R (Item.31) 679 0 R (Item.32) 684 0 R (Item.33) 685 0 R (Item.34) 699 0 R (Item.35) 700 0 R (Item.36) 701 0 R (Item.37) 702 0 R (Item.38) 751 0 R (Item.39) 975 0 R (Item.4) 636 0 R (Item.40) 976 0 R (Item.41) 977 0 R (Item.42) 1037 0 R (Item.43) 1043 0 R (Item.44) 1051 0 R (Item.45) 1056 0 R (Item.46) 1065 0 R (Item.47) 1092 0 R (Item.48) 1093 0 R (Item.49) 1102 0 R (Item.5) 637 0 R (Item.50) 1103 0 R (Item.51) 1104 0 R (Item.52) 1118 0 R (Item.53) 1119 0 R (Item.54) 1120 0 R (Item.55) 1121 0 R (Item.56) 1122 0 R (Item.57) 1136 0 R (Item.58) 1137 0 R (Item.59) 1138 0 R (Item.6) 638 0 R (Item.60) 1139 0 R (Item.61) 1140 0 R (Item.62) 1156 0 R (Item.63) 1174 0 R (Item.64) 1175 0 R (Item.65) 1206 0 R (Item.66) 1207 0 R (Item.67) 1222 0 R (Item.68) 1223 0 R (Item.69) 1231 0 R (Item.7) 639 0 R (Item.70) 1232 0 R (Item.71) 1244 0 R (Item.72) 1245 0 R (Item.73) 1246 0 R (Item.74) 1266 0 R (Item.75) 1267 0 R (Item.76) 1274 0 R (Item.77) 1275 0 R (Item.78) 1282 0 R (Item.79) 1283 0 R (Item.8) 640 0 R (Item.80) 1321 0 R (Item.81) 1328 0 R (Item.82) 1335 0 R (Item.83) 1343 0 R (Item.84) 1350 0 R (Item.9) 645 0 R (cite.APNUM06) 619 0 R (cite.BLACS) 591 0 R (cite.BLAS1) 562 0 R (cite.BLAS2) 563 0 R (cite.BLAS3) 564 0 R (cite.CAI_SAAD) 1492 0 R (cite.CAI_SARKIS) 1493 0 R (cite.CAI_WIDLUND) 1494 0 R (cite.DD1) 1495 0 R (cite.DD2) 1504 0 R (cite.DOUGLAS) 1490 0 R (cite.KIVA3PSBLAS) 1503 0 R (cite.METIS) 592 0 R (cite.MPI1) 1505 0 R (cite.PARA04) 618 0 R (cite.PARA04FOREST) 1491 0 R (cite.PSBLAS) 1502 0 R (cite.SUPERLU) 1501 0 R (cite.UMFPACK) 1496 0 R (cite.machiels) 559 0 R (cite.metcalf) 558 0 R (cite.sblas02) 561 0 R (cite.sblas97) 560 0 R (descdata) 667 0 R (equation.1) 874 0 R (equation.2) 875 0 R (equation.3) 876 0 R (figure.1) 590 0 R (figure.2) 613 0 R (figure.3) 686 0 R (figure.4) 698 0 R (figure.5) 712 0 R (figure.6) 940 0 R (figure.7) 981 0 R (figure.8) 1367 0 R (figure.9) 1368 0 R (page.1) 409 0 R (page.10) 683 0 R (page.100) 1354 0 R (page.101) 1359 0 R (page.102) 1364 0 R (page.103) 1372 0 R (page.104) 1377 0 R (page.105) 1382 0 R (page.106) 1387 0 R (page.107) 1392 0 R (page.108) 1397 0 R (page.109) 1402 0 R (page.11) 691 0 R (page.110) 1407 0 R (page.111) 1413 0 R (page.112) 1419 0 R (page.113) 1425 0 R (page.114) 1431 0 R (page.115) 1435 0 R (page.116) 1445 0 R (page.117) 1454 0 R (page.118) 1461 0 R (page.119) 1467 0 R (page.12) 696 0 R (page.120) 1471 0 R (page.121) 1478 0 R (page.122) 1484 0 R (page.123) 1488 0 R (page.124) 1500 0 R (page.13) 706 0 R (page.14) 718 0 R (page.15) 729 0 R (page.16) 737 0 R (page.17) 745 0 R (page.18) 755 0 R (page.19) 759 0 R (page.2) 427 0 R (page.20) 770 0 R (page.21) 776 0 R (page.22) 785 0 R (page.23) 790 0 R (page.24) 799 0 R (page.25) 804 0 R (page.26) 813 0 R (page.27) 821 0 R (page.28) 829 0 R (page.29) 837 0 R (page.3) 596 0 R (page.30) 841 0 R (page.31) 849 0 R (page.32) 858 0 R (page.33) 862 0 R (page.34) 873 0 R (page.35) 884 0 R (page.36) 896 0 R (page.37) 900 0 R (page.38) 907 0 R (page.39) 917 0 R (page.4) 610 0 R (page.40) 923 0 R (page.41) 928 0 R (page.42) 938 0 R (page.43) 949 0 R (page.44) 956 0 R (page.45) 963 0 R (page.46) 972 0 R (page.47) 985 0 R (page.48) 989 0 R (page.49) 998 0 R (page.5) 623 0 R (page.50) 1008 0 R (page.51) 1012 0 R (page.52) 1020 0 R (page.53) 1025 0 R (page.54) 1029 0 R (page.55) 1034 0 R (page.56) 1042 0 R (page.57) 1047 0 R (page.58) 1055 0 R (page.59) 1060 0 R (page.6) 629 0 R (page.60) 1069 0 R (page.61) 1076 0 R (page.62) 1083 0 R (page.63) 1090 0 R (page.64) 1097 0 R (page.65) 1108 0 R (page.66) 1115 0 R (page.67) 1126 0 R (page.68) 1134 0 R (page.69) 1144 0 R (page.7) 644 0 R (page.70) 1151 0 R (page.71) 1160 0 R (page.72) 1166 0 R (page.73) 1172 0 R (page.74) 1180 0 R (page.75) 1186 0 R (page.76) 1192 0 R (page.77) 1198 0 R (page.78) 1204 0 R (page.79) 1211 0 R (page.8) 662 0 R (page.80) 1218 0 R (page.81) 1227 0 R (page.82) 1236 0 R (page.83) 1242 0 R (page.84) 1250 0 R (page.85) 1258 0 R (page.86) 1263 0 R (page.87) 1271 0 R (page.88) 1279 0 R (page.89) 1287 0 R (page.9) 666 0 R (page.90) 1292 0 R (page.91) 1297 0 R (page.92) 1303 0 R (page.93) 1308 0 R (page.94) 1313 0 R (page.95) 1318 0 R (page.96) 1325 0 R (page.97) 1332 0 R (page.98) 1340 0 R (page.99) 1347 0 R (page.i) 431 0 R (page.ii) 477 0 R (page.iii) 527 0 R (page.iv) 543 0 R (precdata) 707 0 R (section*.1) 432 0 R (section*.10) 78 0 R (section*.100) 1193 0 R (section*.101) 242 0 R (section*.102) 1199 0 R (section*.103) 1205 0 R (section*.104) 246 0 R (section*.105) 1212 0 R (section*.106) 250 0 R (section*.107) 1219 0 R (section*.108) 1221 0 R (section*.109) 254 0 R (section*.11) 732 0 R (section*.110) 1228 0 R (section*.111) 1230 0 R (section*.112) 258 0 R (section*.113) 1237 0 R (section*.114) 1243 0 R (section*.115) 262 0 R (section*.116) 1251 0 R (section*.117) 270 0 R (section*.118) 1264 0 R (section*.119) 1265 0 R (section*.12) 82 0 R (section*.120) 274 0 R (section*.121) 1272 0 R (section*.122) 1273 0 R (section*.123) 278 0 R (section*.124) 1280 0 R (section*.125) 1281 0 R (section*.126) 282 0 R (section*.127) 1288 0 R (section*.128) 286 0 R (section*.129) 1293 0 R (section*.13) 738 0 R (section*.130) 290 0 R (section*.131) 1298 0 R (section*.132) 294 0 R (section*.133) 1304 0 R (section*.134) 298 0 R (section*.135) 1309 0 R (section*.136) 302 0 R (section*.137) 1314 0 R (section*.138) 306 0 R (section*.139) 1319 0 R (section*.14) 86 0 R (section*.140) 1320 0 R (section*.141) 310 0 R (section*.142) 1326 0 R (section*.143) 1327 0 R (section*.144) 314 0 R (section*.145) 1333 0 R (section*.146) 1334 0 R (section*.147) 318 0 R (section*.148) 1341 0 R (section*.149) 1342 0 R (section*.15) 739 0 R (section*.150) 322 0 R (section*.151) 1348 0 R (section*.152) 1349 0 R (section*.153) 326 0 R (section*.154) 1355 0 R (section*.155) 330 0 R (section*.156) 1360 0 R (section*.157) 338 0 R (section*.158) 1378 0 R (section*.159) 342 0 R (section*.16) 90 0 R (section*.160) 1383 0 R (section*.161) 346 0 R (section*.162) 1388 0 R (section*.163) 350 0 R (section*.164) 1393 0 R (section*.165) 354 0 R (section*.166) 1398 0 R (section*.167) 362 0 R (section*.168) 1408 0 R (section*.169) 366 0 R (section*.17) 740 0 R (section*.170) 1414 0 R (section*.171) 370 0 R (section*.172) 1420 0 R (section*.173) 374 0 R (section*.174) 1426 0 R (section*.175) 382 0 R (section*.176) 1436 0 R (section*.177) 1438 0 R (section*.178) 386 0 R (section*.179) 1446 0 R (section*.18) 94 0 R (section*.180) 390 0 R (section*.181) 1455 0 R (section*.182) 394 0 R (section*.183) 1462 0 R (section*.184) 402 0 R (section*.185) 1472 0 R (section*.186) 1489 0 R (section*.19) 746 0 R (section*.2) 62 0 R (section*.20) 98 0 R (section*.21) 748 0 R (section*.22) 750 0 R (section*.23) 106 0 R (section*.24) 760 0 R (section*.25) 110 0 R (section*.26) 777 0 R (section*.27) 114 0 R (section*.28) 791 0 R (section*.29) 118 0 R (section*.3) 713 0 R (section*.30) 805 0 R (section*.31) 122 0 R (section*.32) 814 0 R (section*.33) 126 0 R (section*.34) 822 0 R (section*.35) 130 0 R (section*.36) 830 0 R (section*.37) 134 0 R (section*.38) 843 0 R (section*.39) 138 0 R (section*.4) 66 0 R (section*.40) 850 0 R (section*.41) 142 0 R (section*.42) 867 0 R (section*.43) 146 0 R (section*.44) 878 0 R (section*.45) 150 0 R (section*.46) 901 0 R (section*.47) 158 0 R (section*.48) 930 0 R (section*.49) 950 0 R (section*.5) 721 0 R (section*.50) 162 0 R (section*.51) 965 0 R (section*.52) 974 0 R (section*.53) 978 0 R (section*.54) 166 0 R (section*.55) 1000 0 R (section*.56) 1001 0 R (section*.57) 170 0 R (section*.58) 1014 0 R (section*.59) 1015 0 R (section*.6) 70 0 R (section*.60) 178 0 R (section*.61) 1030 0 R (section*.62) 1036 0 R (section*.63) 182 0 R (section*.64) 1048 0 R (section*.65) 1050 0 R (section*.66) 186 0 R (section*.67) 1061 0 R (section*.68) 1064 0 R (section*.69) 190 0 R (section*.7) 724 0 R (section*.70) 1070 0 R (section*.71) 194 0 R (section*.72) 1077 0 R (section*.73) 198 0 R (section*.74) 1084 0 R (section*.75) 1091 0 R (section*.76) 202 0 R (section*.77) 1098 0 R (section*.78) 1101 0 R (section*.79) 206 0 R (section*.8) 74 0 R (section*.80) 1109 0 R (section*.81) 1117 0 R (section*.82) 210 0 R (section*.83) 1127 0 R (section*.84) 1135 0 R (section*.85) 214 0 R (section*.86) 1145 0 R (section*.87) 218 0 R (section*.88) 1152 0 R (section*.89) 1155 0 R (section*.9) 730 0 R (section*.90) 222 0 R (section*.91) 1161 0 R (section*.92) 226 0 R (section*.93) 1167 0 R (section*.94) 1173 0 R (section*.95) 230 0 R (section*.96) 1181 0 R (section*.97) 234 0 R (section*.98) 1187 0 R (section*.99) 238 0 R (section.1) 10 0 R (section.10) 378 0 R (section.11) 398 0 R (section.2) 14 0 R (section.3) 34 0 R (section.4) 102 0 R (section.5) 154 0 R (section.6) 174 0 R (section.7) 266 0 R (section.8) 334 0 R (section.9) 358 0 R (spdata) 692 0 R (subsection.2.1) 18 0 R (subsection.2.2) 22 0 R (subsection.2.3) 26 0 R (subsection.2.4) 30 0 R (subsection.3.1) 38 0 R (subsection.3.2) 46 0 R (subsection.3.3) 54 0 R (subsection.3.4) 58 0 R (subsubsection.3.1.1) 42 0 R (subsubsection.3.2.1) 50 0 R (table.1) 761 0 R (table.10) 866 0 R (table.11) 877 0 R (table.12) 902 0 R (table.13) 929 0 R (table.14) 964 0 R (table.15) 999 0 R (table.16) 1013 0 R (table.2) 778 0 R (table.3) 792 0 R (table.4) 806 0 R (table.5) 815 0 R (table.6) 823 0 R (table.7) 831 0 R (table.8) 842 0 R (table.9) 851 0 R (title.0) 6 0 R] /Limits [(Doc-Start) (title.0)] >> endobj -1532 0 obj << -/Kids [1531 0 R] +1545 0 obj << +/Kids [1544 0 R] >> endobj -1533 0 obj << -/Dests 1532 0 R +1546 0 obj << +/Dests 1545 0 R >> endobj -1534 0 obj << +1547 0 obj << /Type /Catalog -/Pages 1529 0 R -/Outlines 1530 0 R -/Names 1533 0 R +/Pages 1542 0 R +/Outlines 1543 0 R +/Names 1546 0 R /URI (http://ce.uniroma2.it/psblas) /PageMode /UseOutlines /PageLabels << /Nums [0 << /S /D >> 2 << /S /r >> 6 << /S /D >> ] >> -/OpenAction 397 0 R +/OpenAction 405 0 R >> endobj -1535 0 obj << +1548 0 obj << /Title (Parallel Sparse BLAS V. 2.1) /Subject (Parallel Sparse Basic Linear Algebra Subroutines) /Keywords (Computer Science Linear Algebra Fluid Dynamics Parallel Linux MPI PSBLAS Iterative Solvers Preconditioners) /Creator (pdfLaTeX) /Producer ($Id: userguide.tex 1702 2007-04-16 09:47:33Z sfilippo $) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() -/CreationDate (D:20070531145758+02'00') +/CreationDate (D:20070601110654+02'00') /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4) >> endobj xref -0 1536 +0 1549 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000009 00000 n -0000009982 00000 n -0001130580 00000 n +0000010194 00000 n +0001140561 00000 n 0000000052 00000 n 0000000094 00000 n -0000116271 00000 n -0001130508 00000 n +0000119240 00000 n +0001140489 00000 n 0000000139 00000 n 0000000172 00000 n -0000129199 00000 n -0001130385 00000 n +0000132168 00000 n +0001140366 00000 n 0000000218 00000 n 0000000255 00000 n -0000135515 00000 n -0001130311 00000 n +0000138484 00000 n +0001140292 00000 n 0000000306 00000 n 0000000347 00000 n -0000158439 00000 n -0001130224 00000 n +0000161408 00000 n +0001140205 00000 n 0000000398 00000 n 0000000437 00000 n -0000170390 00000 n -0001130137 00000 n +0000173359 00000 n +0001140118 00000 n 0000000488 00000 n 0000000532 00000 n -0000185616 00000 n -0001130063 00000 n +0000188585 00000 n +0001140044 00000 n 0000000583 00000 n 0000000623 00000 n -0000197564 00000 n -0001129940 00000 n +0000200533 00000 n +0001139920 00000 n 0000000669 00000 n 0000000705 00000 n -0000197626 00000 n -0001129829 00000 n +0000200595 00000 n +0001139809 00000 n 0000000756 00000 n 0000000804 00000 n -0000207926 00000 n -0001129768 00000 n +0000223537 00000 n +0001139748 00000 n 0000000860 00000 n 0000000900 00000 n -0000220061 00000 n -0001129644 00000 n +0000223599 00000 n +0001139624 00000 n 0000000951 00000 n 0000001002 00000 n -0000231241 00000 n -0001129583 00000 n +0000246558 00000 n +0001139563 00000 n 0000001058 00000 n 0000001098 00000 n -0000242295 00000 n -0001129496 00000 n +0000246620 00000 n +0001139476 00000 n 0000001149 00000 n 0000001201 00000 n -0000242485 00000 n -0001129385 00000 n +0000246810 00000 n +0001139364 00000 n 0000001252 00000 n 0000001304 00000 n -0000242547 00000 n -0001129311 00000 n +0000246872 00000 n +0001139290 00000 n 0000001351 00000 n 0000001403 00000 n -0000255741 00000 n -0001129224 00000 n +0000259694 00000 n +0001139203 00000 n 0000001450 00000 n 0000001502 00000 n -0000255867 00000 n -0001129137 00000 n +0000259821 00000 n +0001139116 00000 n 0000001549 00000 n 0000001602 00000 n -0000265720 00000 n -0001129050 00000 n +0000269500 00000 n +0001139029 00000 n 0000001649 00000 n 0000001702 00000 n -0000265845 00000 n -0001128963 00000 n +0000269625 00000 n +0001138942 00000 n 0000001750 00000 n 0000001796 00000 n -0000265969 00000 n -0001128876 00000 n +0000278917 00000 n +0001138855 00000 n 0000001844 00000 n -0000001888 00000 n -0000276147 00000 n -0001128789 00000 n -0000001936 00000 n -0000001980 00000 n -0000276274 00000 n -0001128715 00000 n -0000002028 00000 n -0000002074 00000 n -0000278717 00000 n -0001128589 00000 n -0000002120 00000 n -0000002163 00000 n -0000288596 00000 n -0001128513 00000 n -0000002211 00000 n -0000002245 00000 n -0000303407 00000 n -0001128422 00000 n -0000002294 00000 n -0000002326 00000 n -0000315229 00000 n -0001128330 00000 n -0000002375 00000 n -0000002408 00000 n -0000327008 00000 n -0001128238 00000 n -0000002457 00000 n -0000002490 00000 n -0000335906 00000 n -0001128146 00000 n -0000002539 00000 n -0000002573 00000 n -0000345184 00000 n -0001128054 00000 n +0000001901 00000 n +0000279044 00000 n +0001138768 00000 n +0000001949 00000 n +0000002006 00000 n +0000279171 00000 n +0001138681 00000 n +0000002054 00000 n +0000002098 00000 n +0000287417 00000 n +0001138594 00000 n +0000002146 00000 n +0000002190 00000 n +0000287542 00000 n +0001138519 00000 n +0000002238 00000 n +0000002285 00000 n +0000288520 00000 n +0001138389 00000 n +0000002332 00000 n +0000002376 00000 n +0000297822 00000 n +0001138310 00000 n +0000002425 00000 n +0000002459 00000 n +0000312008 00000 n +0001138217 00000 n +0000002508 00000 n +0000002540 00000 n +0000325030 00000 n +0001138124 00000 n +0000002589 00000 n 0000002622 00000 n -0000002655 00000 n -0000354942 00000 n -0001127962 00000 n +0000336807 00000 n +0001138031 00000 n +0000002671 00000 n 0000002704 00000 n -0000002738 00000 n -0000365651 00000 n -0001127870 00000 n +0000345714 00000 n +0001137938 00000 n +0000002753 00000 n 0000002787 00000 n -0000002820 00000 n -0000375241 00000 n -0001127778 00000 n +0000355006 00000 n +0001137845 00000 n +0000002836 00000 n 0000002869 00000 n -0000002903 00000 n -0000385243 00000 n -0001127686 00000 n +0000364756 00000 n +0001137752 00000 n +0000002918 00000 n 0000002952 00000 n -0000002985 00000 n -0000395725 00000 n -0001127594 00000 n +0000375467 00000 n +0001137659 00000 n +0000003001 00000 n 0000003034 00000 n -0000003065 00000 n -0000420977 00000 n -0001127516 00000 n -0000003114 00000 n -0000003145 00000 n -0000441938 00000 n -0001127387 00000 n -0000003192 00000 n -0000003236 00000 n -0000450626 00000 n -0001127308 00000 n -0000003285 00000 n -0000003316 00000 n -0000477285 00000 n -0001127215 00000 n -0000003365 00000 n -0000003396 00000 n -0000508795 00000 n -0001127122 00000 n -0000003445 00000 n -0000003478 00000 n -0000524152 00000 n -0001127043 00000 n -0000003527 00000 n -0000003561 00000 n -0000528413 00000 n -0001126912 00000 n -0000003608 00000 n -0000003654 00000 n -0000537612 00000 n -0001126833 00000 n -0000003703 00000 n -0000003735 00000 n -0000560908 00000 n -0001126740 00000 n -0000003784 00000 n -0000003816 00000 n -0000568898 00000 n -0001126647 00000 n -0000003865 00000 n -0000003897 00000 n -0000575284 00000 n -0001126554 00000 n -0000003946 00000 n -0000003978 00000 n -0000579692 00000 n -0001126461 00000 n -0000004027 00000 n -0000004060 00000 n -0000589224 00000 n -0001126368 00000 n -0000004109 00000 n -0000004144 00000 n -0000600793 00000 n -0001126275 00000 n -0000004193 00000 n -0000004225 00000 n -0000609819 00000 n -0001126182 00000 n +0000385074 00000 n +0001137566 00000 n +0000003083 00000 n +0000003117 00000 n +0000395076 00000 n +0001137473 00000 n +0000003166 00000 n +0000003199 00000 n +0000405558 00000 n +0001137380 00000 n +0000003248 00000 n +0000003279 00000 n +0000429580 00000 n +0001137301 00000 n +0000003328 00000 n +0000003359 00000 n +0000451688 00000 n +0001137171 00000 n +0000003406 00000 n +0000003450 00000 n +0000460376 00000 n +0001137092 00000 n +0000003499 00000 n +0000003530 00000 n +0000487035 00000 n +0001136999 00000 n +0000003579 00000 n +0000003610 00000 n +0000518550 00000 n +0001136906 00000 n +0000003659 00000 n +0000003692 00000 n +0000533924 00000 n +0001136827 00000 n +0000003741 00000 n +0000003775 00000 n +0000538192 00000 n +0001136696 00000 n +0000003822 00000 n +0000003868 00000 n +0000547392 00000 n +0001136617 00000 n +0000003917 00000 n +0000003949 00000 n +0000570688 00000 n +0001136524 00000 n +0000003998 00000 n +0000004030 00000 n +0000578678 00000 n +0001136431 00000 n +0000004079 00000 n +0000004111 00000 n +0000585064 00000 n +0001136338 00000 n +0000004160 00000 n +0000004192 00000 n +0000589472 00000 n +0001136245 00000 n +0000004241 00000 n 0000004274 00000 n -0000004306 00000 n -0000625320 00000 n -0001126089 00000 n -0000004355 00000 n -0000004387 00000 n -0000635329 00000 n -0001125996 00000 n -0000004436 00000 n -0000004469 00000 n -0000642459 00000 n -0001125903 00000 n -0000004518 00000 n -0000004549 00000 n -0000648838 00000 n -0001125810 00000 n -0000004598 00000 n -0000004630 00000 n -0000657532 00000 n -0001125717 00000 n -0000004679 00000 n -0000004711 00000 n -0000665206 00000 n -0001125624 00000 n -0000004760 00000 n -0000004792 00000 n -0000670431 00000 n -0001125531 00000 n -0000004841 00000 n -0000004874 00000 n -0000677646 00000 n -0001125438 00000 n -0000004923 00000 n -0000004954 00000 n -0000687882 00000 n -0001125345 00000 n -0000005003 00000 n -0000005047 00000 n -0000700400 00000 n -0001125252 00000 n -0000005097 00000 n -0000005141 00000 n -0000707109 00000 n -0001125159 00000 n -0000005191 00000 n -0000005233 00000 n -0000713777 00000 n -0001125066 00000 n -0000005283 00000 n -0000005324 00000 n -0000722139 00000 n -0001124973 00000 n -0000005374 00000 n -0000005413 00000 n -0000736690 00000 n -0001124894 00000 n -0000005463 00000 n -0000005496 00000 n -0000737581 00000 n -0001124763 00000 n -0000005543 00000 n -0000005594 00000 n -0000742673 00000 n -0001124684 00000 n -0000005644 00000 n -0000005675 00000 n -0000749865 00000 n -0001124591 00000 n -0000005725 00000 n -0000005756 00000 n -0000756280 00000 n -0001124498 00000 n -0000005806 00000 n -0000005837 00000 n -0000760480 00000 n -0001124405 00000 n -0000005887 00000 n -0000005928 00000 n -0000765512 00000 n -0001124312 00000 n -0000005978 00000 n -0000006016 00000 n -0000767970 00000 n -0001124219 00000 n -0000006066 00000 n -0000006098 00000 n -0000770946 00000 n -0001124126 00000 n -0000006148 00000 n -0000006182 00000 n -0000773602 00000 n -0001124033 00000 n -0000006232 00000 n -0000006264 00000 n -0000780122 00000 n -0001123940 00000 n -0000006314 00000 n -0000006346 00000 n -0000787405 00000 n -0001123847 00000 n -0000006396 00000 n -0000006426 00000 n -0000794898 00000 n -0001123754 00000 n -0000006476 00000 n -0000006506 00000 n -0000802407 00000 n -0001123661 00000 n -0000006556 00000 n -0000006586 00000 n -0000809903 00000 n -0001123568 00000 n -0000006636 00000 n -0000006666 00000 n -0000817420 00000 n -0001123475 00000 n -0000006716 00000 n -0000006746 00000 n -0000824574 00000 n -0001123382 00000 n -0000006796 00000 n -0000006826 00000 n -0000831624 00000 n -0001123303 00000 n -0000006876 00000 n -0000006906 00000 n -0000840067 00000 n -0001123173 00000 n -0000006953 00000 n -0000006989 00000 n -0000850729 00000 n -0001123094 00000 n -0000007039 00000 n -0000007073 00000 n -0000853125 00000 n -0001123001 00000 n -0000007123 00000 n -0000007155 00000 n -0000855825 00000 n -0001122908 00000 n -0000007205 00000 n -0000007251 00000 n -0000858867 00000 n -0001122815 00000 n -0000007301 00000 n -0000007344 00000 n -0000861929 00000 n -0001122736 00000 n -0000007394 00000 n -0000007428 00000 n -0000863211 00000 n -0001122606 00000 n -0000007475 00000 n -0000007506 00000 n -0000870273 00000 n -0001122527 00000 n -0000007556 00000 n -0000007586 00000 n -0000878139 00000 n -0001122434 00000 n -0000007636 00000 n -0000007667 00000 n -0000884001 00000 n -0001122341 00000 n -0000007717 00000 n -0000007754 00000 n -0000890478 00000 n -0001122262 00000 n -0000007804 00000 n -0000007842 00000 n -0000892512 00000 n -0001122132 00000 n -0000007890 00000 n -0000007936 00000 n -0000900330 00000 n -0001122053 00000 n -0000007986 00000 n -0000008021 00000 n -0000909837 00000 n -0001121960 00000 n -0000008071 00000 n +0000599004 00000 n +0001136152 00000 n +0000004323 00000 n +0000004358 00000 n +0000610573 00000 n +0001136059 00000 n +0000004407 00000 n +0000004439 00000 n +0000619599 00000 n +0001135966 00000 n +0000004488 00000 n +0000004520 00000 n +0000635100 00000 n +0001135873 00000 n +0000004569 00000 n +0000004601 00000 n +0000645109 00000 n +0001135780 00000 n +0000004650 00000 n +0000004683 00000 n +0000652239 00000 n +0001135687 00000 n +0000004732 00000 n +0000004763 00000 n +0000658618 00000 n +0001135594 00000 n +0000004812 00000 n +0000004844 00000 n +0000667312 00000 n +0001135501 00000 n +0000004893 00000 n +0000004925 00000 n +0000674986 00000 n +0001135408 00000 n +0000004974 00000 n +0000005006 00000 n +0000680211 00000 n +0001135315 00000 n +0000005055 00000 n +0000005088 00000 n +0000687426 00000 n +0001135222 00000 n +0000005137 00000 n +0000005168 00000 n +0000697662 00000 n +0001135129 00000 n +0000005218 00000 n +0000005262 00000 n +0000710180 00000 n +0001135036 00000 n +0000005312 00000 n +0000005356 00000 n +0000716889 00000 n +0001134943 00000 n +0000005406 00000 n +0000005448 00000 n +0000723557 00000 n +0001134850 00000 n +0000005498 00000 n +0000005539 00000 n +0000731919 00000 n +0001134757 00000 n +0000005589 00000 n +0000005628 00000 n +0000746470 00000 n +0001134678 00000 n +0000005678 00000 n +0000005711 00000 n +0000747361 00000 n +0001134547 00000 n +0000005758 00000 n +0000005809 00000 n +0000752453 00000 n +0001134468 00000 n +0000005859 00000 n +0000005890 00000 n +0000759645 00000 n +0001134375 00000 n +0000005940 00000 n +0000005971 00000 n +0000766060 00000 n +0001134282 00000 n +0000006021 00000 n +0000006052 00000 n +0000770260 00000 n +0001134189 00000 n +0000006102 00000 n +0000006143 00000 n +0000775292 00000 n +0001134096 00000 n +0000006193 00000 n +0000006231 00000 n +0000777750 00000 n +0001134003 00000 n +0000006281 00000 n +0000006313 00000 n +0000780726 00000 n +0001133910 00000 n +0000006363 00000 n +0000006397 00000 n +0000783382 00000 n +0001133817 00000 n +0000006447 00000 n +0000006479 00000 n +0000789902 00000 n +0001133724 00000 n +0000006529 00000 n +0000006561 00000 n +0000797185 00000 n +0001133631 00000 n +0000006611 00000 n +0000006641 00000 n +0000804678 00000 n +0001133538 00000 n +0000006691 00000 n +0000006721 00000 n +0000812187 00000 n +0001133445 00000 n +0000006771 00000 n +0000006801 00000 n +0000819683 00000 n +0001133352 00000 n +0000006851 00000 n +0000006881 00000 n +0000827200 00000 n +0001133259 00000 n +0000006931 00000 n +0000006961 00000 n +0000834354 00000 n +0001133166 00000 n +0000007011 00000 n +0000007041 00000 n +0000841404 00000 n +0001133087 00000 n +0000007091 00000 n +0000007121 00000 n +0000849847 00000 n +0001132957 00000 n +0000007168 00000 n +0000007204 00000 n +0000860509 00000 n +0001132878 00000 n +0000007254 00000 n +0000007288 00000 n +0000862905 00000 n +0001132785 00000 n +0000007338 00000 n +0000007370 00000 n +0000865605 00000 n +0001132692 00000 n +0000007420 00000 n +0000007466 00000 n +0000868647 00000 n +0001132599 00000 n +0000007516 00000 n +0000007559 00000 n +0000871709 00000 n +0001132520 00000 n +0000007609 00000 n +0000007643 00000 n +0000872991 00000 n +0001132390 00000 n +0000007690 00000 n +0000007721 00000 n +0000880053 00000 n +0001132311 00000 n +0000007771 00000 n +0000007801 00000 n +0000887919 00000 n +0001132218 00000 n +0000007851 00000 n +0000007882 00000 n +0000893781 00000 n +0001132125 00000 n +0000007932 00000 n +0000007969 00000 n +0000900258 00000 n +0001132046 00000 n +0000008019 00000 n +0000008057 00000 n +0000902292 00000 n +0001131916 00000 n 0000008105 00000 n -0000918843 00000 n -0001121867 00000 n -0000008155 00000 n -0000008190 00000 n -0000922313 00000 n -0001121788 00000 n -0000008240 00000 n -0000008280 00000 n -0000923699 00000 n -0001121672 00000 n -0000008328 00000 n -0000008368 00000 n -0000934457 00000 n -0001121607 00000 n -0000008418 00000 n -0000008452 00000 n -0000009734 00000 n -0000010043 00000 n -0000008504 00000 n -0000009856 00000 n -0000009919 00000 n -0001117119 00000 n -0001104283 00000 n -0001116955 00000 n -0001103607 00000 n -0001096638 00000 n -0001103443 00000 n -0001095390 00000 n -0001080637 00000 n -0001095226 00000 n -0001079203 00000 n -0001061337 00000 n -0001079040 00000 n -0001118300 00000 n -0000010616 00000 n -0000010430 00000 n -0000010153 00000 n -0000010552 00000 n -0000047077 00000 n -0000040334 00000 n -0000010687 00000 n -0000046952 00000 n -0000047015 00000 n -0000040780 00000 n -0000040935 00000 n -0000041089 00000 n -0000041250 00000 n -0000041411 00000 n -0000041571 00000 n -0000041732 00000 n -0000041887 00000 n -0000042047 00000 n -0000042213 00000 n -0000042374 00000 n -0000042539 00000 n -0000042700 00000 n -0000042861 00000 n -0000043018 00000 n -0000043175 00000 n -0000043332 00000 n -0000043489 00000 n -0000043647 00000 n -0000043805 00000 n -0000043962 00000 n -0000044120 00000 n -0000044275 00000 n -0000044433 00000 n -0000044590 00000 n -0000044748 00000 n -0000044905 00000 n -0000045063 00000 n -0000045221 00000 n -0000045379 00000 n -0000045537 00000 n -0000045695 00000 n -0000045852 00000 n -0000046010 00000 n -0000046167 00000 n -0000046322 00000 n -0000046479 00000 n -0000046637 00000 n -0000046795 00000 n -0000092025 00000 n -0000084187 00000 n -0000047174 00000 n -0000091961 00000 n -0000084689 00000 n -0000084845 00000 n -0000085003 00000 n -0000085160 00000 n -0000085318 00000 n -0000085476 00000 n -0000085634 00000 n -0000085791 00000 n -0000085948 00000 n -0000086106 00000 n -0000086264 00000 n -0000086422 00000 n -0000086580 00000 n -0000086738 00000 n -0000086896 00000 n -0000087053 00000 n -0000087209 00000 n -0000087366 00000 n -0000087523 00000 n -0000087681 00000 n -0000087840 00000 n -0000087999 00000 n -0000088158 00000 n -0000088317 00000 n -0000088473 00000 n -0000088630 00000 n -0000088789 00000 n -0000088948 00000 n -0000089107 00000 n -0000089266 00000 n -0000089423 00000 n -0000089582 00000 n -0000089741 00000 n -0000089900 00000 n -0000090059 00000 n -0000090218 00000 n -0000090377 00000 n -0000090536 00000 n -0000090694 00000 n -0000090852 00000 n -0000091010 00000 n -0000091166 00000 n -0000091325 00000 n -0000091484 00000 n -0000091643 00000 n -0000091802 00000 n -0000103000 00000 n -0000100814 00000 n -0000092109 00000 n -0000102937 00000 n -0000101044 00000 n -0000101198 00000 n -0000101357 00000 n -0000101515 00000 n -0000101674 00000 n -0000101832 00000 n -0000101988 00000 n -0000102145 00000 n -0000102304 00000 n -0000102463 00000 n -0000102622 00000 n -0000102778 00000 n -0000103548 00000 n -0000103362 00000 n -0000103084 00000 n -0000103484 00000 n -0000116333 00000 n -0000114979 00000 n -0000103619 00000 n -0000115169 00000 n -0000115327 00000 n -0000115487 00000 n -0000115645 00000 n -0000115801 00000 n -0000115958 00000 n -0000116114 00000 n -0001060178 00000 n -0001044053 00000 n -0001060014 00000 n -0001118418 00000 n -0000967203 00000 n -0000967138 00000 n -0000966813 00000 n -0000966878 00000 n -0000956512 00000 n -0000956576 00000 n -0000956640 00000 n -0000133457 00000 n -0000129326 00000 n -0000128247 00000 n -0000116430 00000 n -0001043079 00000 n -0001032213 00000 n -0001042915 00000 n -0000128421 00000 n -0000128576 00000 n -0000128731 00000 n -0001030970 00000 n -0001018061 00000 n -0001030806 00000 n -0000128886 00000 n -0000129043 00000 n -0001017697 00000 n -0001014838 00000 n -0001017536 00000 n -0001014518 00000 n -0001011763 00000 n -0001014357 00000 n -0000129262 00000 n -0001010724 00000 n -0001001218 00000 n -0001010562 00000 n -0000135451 00000 n -0000966748 00000 n -0000967074 00000 n -0000135577 00000 n -0000133335 00000 n -0000129487 00000 n -0000135388 00000 n -0001000620 00000 n -0000995366 00000 n -0001000457 00000 n -0000994395 00000 n -0000989650 00000 n -0000994232 00000 n -0000135173 00000 n -0000135292 00000 n -0000135366 00000 n -0000144065 00000 n -0000146592 00000 n -0000143915 00000 n -0000135754 00000 n -0000146464 00000 n -0000146149 00000 n -0000146306 00000 n -0000146528 00000 n -0000145887 00000 n -0000146006 00000 n -0000146053 00000 n -0000146127 00000 n -0000956834 00000 n -0000957157 00000 n -0000158501 00000 n -0000157914 00000 n -0000146756 00000 n -0000158376 00000 n -0000158064 00000 n -0000158220 00000 n -0000170963 00000 n -0000170204 00000 n -0000158624 00000 n -0000170326 00000 n -0000989339 00000 n -0000986557 00000 n -0000989175 00000 n -0000170453 00000 n -0000170517 00000 n -0000170580 00000 n -0000170644 00000 n -0000170708 00000 n -0000170772 00000 n -0000170836 00000 n -0000170899 00000 n -0000182284 00000 n -0000181282 00000 n -0000171098 00000 n -0000181404 00000 n -0000181467 00000 n -0000181530 00000 n -0000181593 00000 n -0000181656 00000 n -0000181719 00000 n -0000181782 00000 n -0000181845 00000 n -0000181908 00000 n -0000181971 00000 n -0000182034 00000 n -0000182097 00000 n -0000182160 00000 n -0000182223 00000 n -0001118536 00000 n -0000185679 00000 n -0000185430 00000 n -0000182368 00000 n -0000185552 00000 n -0000198382 00000 n -0000197034 00000 n -0000185802 00000 n -0000197501 00000 n -0000197688 00000 n -0000197184 00000 n -0000197340 00000 n -0000197752 00000 n -0000197815 00000 n -0000197878 00000 n -0000197941 00000 n -0000198004 00000 n -0000198067 00000 n -0000198130 00000 n -0000198193 00000 n -0000198256 00000 n -0000198319 00000 n -0000207989 00000 n -0000207548 00000 n -0000198492 00000 n -0000207670 00000 n -0000207734 00000 n -0000207798 00000 n -0000207862 00000 n -0000220187 00000 n -0000219876 00000 n -0000208099 00000 n -0000219998 00000 n -0000220123 00000 n -0000231304 00000 n -0000230560 00000 n -0000220297 00000 n -0000230857 00000 n -0000230921 00000 n -0000230702 00000 n -0000230985 00000 n -0000231049 00000 n -0000231113 00000 n -0000231177 00000 n -0000242672 00000 n -0000241935 00000 n -0000231427 00000 n -0000242232 00000 n -0000242357 00000 n -0000242077 00000 n -0000985623 00000 n -0000977814 00000 n -0000985460 00000 n -0000242421 00000 n -0000242609 00000 n -0001118654 00000 n -0000255994 00000 n -0000254729 00000 n -0000242808 00000 n -0000255677 00000 n -0000254903 00000 n -0000255057 00000 n -0000255803 00000 n -0000255212 00000 n -0000255367 00000 n -0000255930 00000 n -0000255522 00000 n -0000266094 00000 n -0000265199 00000 n -0000256143 00000 n -0000265657 00000 n -0000265782 00000 n -0000265349 00000 n -0000265906 00000 n -0000265504 00000 n -0000266031 00000 n -0000276401 00000 n -0000275467 00000 n -0000266217 00000 n -0000276083 00000 n -0000275625 00000 n -0000276210 00000 n -0000275777 00000 n -0000276337 00000 n -0000275930 00000 n -0000278016 00000 n -0000277705 00000 n -0000276524 00000 n -0000277827 00000 n -0000277890 00000 n -0000277953 00000 n -0000278780 00000 n -0000278531 00000 n -0000278113 00000 n -0000278653 00000 n -0000288784 00000 n -0000287754 00000 n -0000278864 00000 n -0000288533 00000 n -0000288657 00000 n -0000288720 00000 n -0000287920 00000 n -0000288074 00000 n -0000288225 00000 n -0000288379 00000 n -0001118772 00000 n -0000292812 00000 n -0000292290 00000 n -0000288920 00000 n -0000292748 00000 n -0000292440 00000 n -0000292595 00000 n -0000303597 00000 n -0000302565 00000 n -0000292922 00000 n -0000303344 00000 n -0000303470 00000 n -0000303533 00000 n -0000302731 00000 n -0000302885 00000 n -0000303039 00000 n -0000303190 00000 n -0000304946 00000 n -0000304760 00000 n -0000303759 00000 n -0000304882 00000 n -0000315419 00000 n -0000314546 00000 n -0000305030 00000 n -0000315166 00000 n -0000315292 00000 n -0000315355 00000 n -0000314704 00000 n -0000314857 00000 n -0000315011 00000 n -0000317609 00000 n -0000317249 00000 n -0000315581 00000 n -0000317545 00000 n -0000317391 00000 n -0000327198 00000 n -0000326491 00000 n -0000317693 00000 n -0000326945 00000 n -0000327071 00000 n -0000327134 00000 n -0000326641 00000 n -0000326792 00000 n -0001118890 00000 n -0000336097 00000 n -0000335385 00000 n -0000327360 00000 n -0000335842 00000 n -0000335970 00000 n -0000336034 00000 n -0000335535 00000 n -0000335689 00000 n -0000345371 00000 n -0000344665 00000 n -0000336259 00000 n -0000345121 00000 n -0000345247 00000 n -0000345308 00000 n -0000344815 00000 n -0000344966 00000 n -0000355132 00000 n -0000354419 00000 n -0000345545 00000 n -0000354878 00000 n -0000355006 00000 n +0000008151 00000 n +0000910110 00000 n +0001131837 00000 n +0000008201 00000 n +0000008236 00000 n +0000919617 00000 n +0001131744 00000 n +0000008286 00000 n +0000008320 00000 n +0000928623 00000 n +0001131651 00000 n +0000008370 00000 n +0000008405 00000 n +0000932093 00000 n +0001131572 00000 n +0000008455 00000 n +0000008495 00000 n +0000933479 00000 n +0001131456 00000 n +0000008543 00000 n +0000008583 00000 n +0000944237 00000 n +0001131391 00000 n +0000008633 00000 n +0000008667 00000 n +0000009946 00000 n +0000010255 00000 n +0000008719 00000 n +0000010068 00000 n +0000010131 00000 n +0001126899 00000 n +0001114063 00000 n +0001126735 00000 n +0001113387 00000 n +0001106418 00000 n +0001113223 00000 n +0001105170 00000 n +0001090417 00000 n +0001105006 00000 n +0001088983 00000 n +0001071117 00000 n +0001088820 00000 n +0001128080 00000 n +0000010828 00000 n +0000010642 00000 n +0000010365 00000 n +0000010764 00000 n +0000050045 00000 n +0000042974 00000 n +0000010899 00000 n +0000049919 00000 n +0000049982 00000 n +0000043436 00000 n +0000043591 00000 n +0000043745 00000 n +0000043906 00000 n +0000044067 00000 n +0000044227 00000 n +0000044388 00000 n +0000044541 00000 n +0000044701 00000 n +0000044867 00000 n +0000045028 00000 n +0000045194 00000 n +0000045355 00000 n +0000045515 00000 n +0000045672 00000 n +0000045828 00000 n +0000045985 00000 n +0000046141 00000 n +0000046299 00000 n +0000046457 00000 n +0000046614 00000 n +0000046772 00000 n +0000046929 00000 n +0000047087 00000 n +0000047241 00000 n +0000047399 00000 n +0000047557 00000 n +0000047715 00000 n +0000047873 00000 n +0000048031 00000 n +0000048189 00000 n +0000048346 00000 n +0000048504 00000 n +0000048661 00000 n +0000048819 00000 n +0000048977 00000 n +0000049134 00000 n +0000049289 00000 n +0000049446 00000 n +0000049604 00000 n +0000049762 00000 n +0000094994 00000 n +0000087155 00000 n +0000050142 00000 n +0000094930 00000 n +0000087657 00000 n +0000087813 00000 n +0000087971 00000 n +0000088128 00000 n +0000088286 00000 n +0000088444 00000 n +0000088602 00000 n +0000088759 00000 n +0000088916 00000 n +0000089074 00000 n +0000089232 00000 n +0000089390 00000 n +0000089548 00000 n +0000089706 00000 n +0000089864 00000 n +0000090021 00000 n +0000090177 00000 n +0000090334 00000 n +0000090492 00000 n +0000090650 00000 n +0000090809 00000 n +0000090968 00000 n +0000091127 00000 n +0000091286 00000 n +0000091442 00000 n +0000091599 00000 n +0000091758 00000 n +0000091917 00000 n +0000092076 00000 n +0000092235 00000 n +0000092392 00000 n +0000092551 00000 n +0000092710 00000 n +0000092869 00000 n +0000093028 00000 n +0000093187 00000 n +0000093346 00000 n +0000093505 00000 n +0000093663 00000 n +0000093821 00000 n +0000093979 00000 n +0000094135 00000 n +0000094294 00000 n +0000094453 00000 n +0000094612 00000 n +0000094771 00000 n +0000105969 00000 n +0000103783 00000 n +0000095078 00000 n +0000105906 00000 n +0000104013 00000 n +0000104167 00000 n +0000104326 00000 n +0000104484 00000 n +0000104643 00000 n +0000104801 00000 n +0000104957 00000 n +0000105114 00000 n +0000105273 00000 n +0000105432 00000 n +0000105591 00000 n +0000105747 00000 n +0000106517 00000 n +0000106331 00000 n +0000106053 00000 n +0000106453 00000 n +0000119302 00000 n +0000117948 00000 n +0000106588 00000 n +0000118138 00000 n +0000118296 00000 n +0000118456 00000 n +0000118614 00000 n +0000118770 00000 n +0000118927 00000 n +0000119083 00000 n +0001069958 00000 n +0001053833 00000 n +0001069794 00000 n +0001128198 00000 n +0000976983 00000 n +0000976918 00000 n +0000976593 00000 n +0000976658 00000 n +0000966292 00000 n +0000966356 00000 n +0000966420 00000 n +0000136426 00000 n +0000132295 00000 n +0000131216 00000 n +0000119399 00000 n +0001052859 00000 n +0001041993 00000 n +0001052695 00000 n +0000131390 00000 n +0000131545 00000 n +0000131700 00000 n +0001040750 00000 n +0001027841 00000 n +0001040586 00000 n +0000131855 00000 n +0000132012 00000 n +0001027477 00000 n +0001024618 00000 n +0001027316 00000 n +0001024298 00000 n +0001021543 00000 n +0001024137 00000 n +0000132231 00000 n +0001020504 00000 n +0001010998 00000 n +0001020342 00000 n +0000138420 00000 n +0000976528 00000 n +0000976854 00000 n +0000138546 00000 n +0000136304 00000 n +0000132456 00000 n +0000138357 00000 n +0001010400 00000 n +0001005146 00000 n +0001010237 00000 n +0001004175 00000 n +0000999430 00000 n +0001004012 00000 n +0000138142 00000 n +0000138261 00000 n +0000138335 00000 n +0000147034 00000 n +0000149561 00000 n +0000146884 00000 n +0000138723 00000 n +0000149433 00000 n +0000149118 00000 n +0000149275 00000 n +0000149497 00000 n +0000148856 00000 n +0000148975 00000 n +0000149022 00000 n +0000149096 00000 n +0000966614 00000 n +0000966937 00000 n +0000161470 00000 n +0000160883 00000 n +0000149725 00000 n +0000161345 00000 n +0000161033 00000 n +0000161189 00000 n +0000173932 00000 n +0000173173 00000 n +0000161593 00000 n +0000173295 00000 n +0000999119 00000 n +0000996337 00000 n +0000998955 00000 n +0000173422 00000 n +0000173486 00000 n +0000173549 00000 n +0000173613 00000 n +0000173677 00000 n +0000173741 00000 n +0000173805 00000 n +0000173868 00000 n +0000185253 00000 n +0000184251 00000 n +0000174067 00000 n +0000184373 00000 n +0000184436 00000 n +0000184499 00000 n +0000184562 00000 n +0000184625 00000 n +0000184688 00000 n +0000184751 00000 n +0000184814 00000 n +0000184877 00000 n +0000184940 00000 n +0000185003 00000 n +0000185066 00000 n +0000185129 00000 n +0000185192 00000 n +0001128316 00000 n +0000188648 00000 n +0000188399 00000 n +0000185337 00000 n +0000188521 00000 n +0000201351 00000 n +0000200003 00000 n +0000188771 00000 n +0000200470 00000 n +0000200657 00000 n +0000200153 00000 n +0000200309 00000 n +0000200721 00000 n +0000200784 00000 n +0000200847 00000 n +0000200910 00000 n +0000200973 00000 n +0000201036 00000 n +0000201099 00000 n +0000201162 00000 n +0000201225 00000 n +0000201288 00000 n +0000211235 00000 n +0000210677 00000 n +0000201461 00000 n +0000210979 00000 n +0000211043 00000 n +0000211107 00000 n +0000211171 00000 n +0000210819 00000 n +0000223725 00000 n +0000223352 00000 n +0000211345 00000 n +0000223474 00000 n +0000223661 00000 n +0000234760 00000 n +0000234080 00000 n +0000223835 00000 n +0000234377 00000 n +0000234222 00000 n +0000234441 00000 n +0000234505 00000 n +0000234569 00000 n +0000234633 00000 n +0000234696 00000 n +0000246997 00000 n +0000246198 00000 n +0000234883 00000 n +0000246495 00000 n +0000246682 00000 n +0000246340 00000 n +0000995403 00000 n +0000987594 00000 n +0000995240 00000 n +0000246746 00000 n +0000246934 00000 n +0001128434 00000 n +0000259947 00000 n +0000258680 00000 n +0000247133 00000 n +0000259630 00000 n +0000258854 00000 n +0000259009 00000 n +0000259757 00000 n +0000259165 00000 n +0000259320 00000 n +0000259884 00000 n +0000259475 00000 n +0000269750 00000 n +0000268979 00000 n +0000260096 00000 n +0000269437 00000 n +0000269562 00000 n +0000269129 00000 n +0000269687 00000 n +0000269282 00000 n +0000279298 00000 n +0000278560 00000 n +0000269873 00000 n +0000278853 00000 n +0000278980 00000 n +0000279107 00000 n +0000279234 00000 n +0000278702 00000 n +0000287793 00000 n +0000286900 00000 n +0000279421 00000 n +0000287354 00000 n +0000287479 00000 n +0000287050 00000 n +0000287604 00000 n +0000287202 00000 n +0000287667 00000 n +0000287730 00000 n +0000288584 00000 n +0000288334 00000 n +0000287916 00000 n +0000288456 00000 n +0000298012 00000 n +0000296981 00000 n +0000288668 00000 n +0000297759 00000 n +0000297885 00000 n +0000297948 00000 n +0000297147 00000 n +0000297301 00000 n +0000297451 00000 n +0000297605 00000 n +0001128552 00000 n +0000302576 00000 n +0000302057 00000 n +0000298148 00000 n +0000302512 00000 n +0000302207 00000 n +0000302361 00000 n +0000312197 00000 n +0000311325 00000 n +0000302686 00000 n +0000311945 00000 n +0000312070 00000 n +0000312133 00000 n +0000311483 00000 n +0000311637 00000 n +0000311791 00000 n +0000314734 00000 n +0000314375 00000 n +0000312359 00000 n +0000314670 00000 n +0000314517 00000 n +0000325220 00000 n +0000324347 00000 n +0000314831 00000 n +0000324967 00000 n +0000325093 00000 n +0000325156 00000 n +0000324505 00000 n +0000324658 00000 n +0000324812 00000 n +0000327410 00000 n +0000327050 00000 n +0000325382 00000 n +0000327346 00000 n +0000327192 00000 n +0000336997 00000 n +0000336289 00000 n +0000327494 00000 n +0000336744 00000 n +0000336870 00000 n +0000336933 00000 n +0000336439 00000 n +0000336590 00000 n +0001128670 00000 n +0000345906 00000 n +0000345191 00000 n +0000337159 00000 n +0000345650 00000 n +0000345778 00000 n +0000345842 00000 n +0000345341 00000 n +0000345495 00000 n +0000355195 00000 n +0000354487 00000 n +0000346068 00000 n +0000354943 00000 n 0000355069 00000 n -0000354569 00000 n -0000354723 00000 n -0000356487 00000 n -0000356302 00000 n -0000355306 00000 n -0000356424 00000 n -0000365843 00000 n -0000365128 00000 n -0000356571 00000 n -0000365587 00000 n -0000365715 00000 n -0000365779 00000 n -0000365278 00000 n -0000365432 00000 n -0000375431 00000 n -0000374722 00000 n -0000366005 00000 n -0000375178 00000 n -0000375304 00000 n -0000375367 00000 n -0000374872 00000 n -0000375023 00000 n -0001119008 00000 n -0000376780 00000 n -0000376594 00000 n -0000375593 00000 n -0000376716 00000 n -0000385432 00000 n -0000384723 00000 n -0000376864 00000 n -0000385180 00000 n -0000977374 00000 n -0000975058 00000 n -0000977213 00000 n -0000385306 00000 n -0000385369 00000 n -0000384873 00000 n -0000385025 00000 n -0000396109 00000 n -0000395203 00000 n -0000385594 00000 n -0000395661 00000 n -0000395789 00000 n -0000395853 00000 n -0000395917 00000 n -0000395981 00000 n -0000396045 00000 n -0000395353 00000 n -0000395508 00000 n -0000408410 00000 n -0000406905 00000 n -0000396283 00000 n -0000408347 00000 n -0000407103 00000 n -0000407258 00000 n -0000407413 00000 n -0000407568 00000 n -0000407723 00000 n -0000407878 00000 n -0000408035 00000 n -0000408192 00000 n -0000409707 00000 n -0000409521 00000 n -0000408520 00000 n -0000409643 00000 n -0000421164 00000 n -0000420617 00000 n -0000409791 00000 n -0000420914 00000 n -0000421040 00000 n -0000421102 00000 n -0000420759 00000 n -0001119126 00000 n -0000432720 00000 n -0000431707 00000 n -0000421338 00000 n -0000432656 00000 n -0000431881 00000 n -0000432037 00000 n -0000432192 00000 n -0000432347 00000 n -0000432502 00000 n -0000440234 00000 n -0000439712 00000 n -0000432856 00000 n -0000440171 00000 n -0000439862 00000 n -0000440017 00000 n -0000442002 00000 n -0000441576 00000 n -0000440344 00000 n -0000441874 00000 n -0000441718 00000 n -0000450815 00000 n -0000449941 00000 n -0000442086 00000 n -0000450563 00000 n -0000450689 00000 n -0000450752 00000 n -0000450099 00000 n -0000450253 00000 n -0000450408 00000 n -0000455981 00000 n -0000460607 00000 n -0000455839 00000 n -0000450964 00000 n -0000460479 00000 n -0000460324 00000 n -0000460543 00000 n -0000459989 00000 n -0000460108 00000 n -0000460155 00000 n -0000460229 00000 n -0000460302 00000 n -0000463292 00000 n -0000462869 00000 n -0000460745 00000 n -0000463166 00000 n -0000463229 00000 n -0000463011 00000 n -0001119244 00000 n -0000467162 00000 n -0000466976 00000 n -0000463402 00000 n -0000467098 00000 n -0000974181 00000 n -0000967497 00000 n -0000974019 00000 n -0000477473 00000 n -0000476762 00000 n -0000467246 00000 n -0000477222 00000 n -0000477347 00000 n -0000477410 00000 n +0000355131 00000 n +0000354637 00000 n +0000354788 00000 n +0000364948 00000 n +0000364233 00000 n +0000355369 00000 n +0000364692 00000 n +0000364820 00000 n +0000364884 00000 n +0000364383 00000 n +0000364537 00000 n +0000366303 00000 n +0000366118 00000 n +0000365122 00000 n +0000366240 00000 n +0000375659 00000 n +0000374944 00000 n +0000366387 00000 n +0000375403 00000 n +0000375531 00000 n +0000375595 00000 n +0000375094 00000 n +0000375248 00000 n +0000385264 00000 n +0000384555 00000 n +0000375821 00000 n +0000385011 00000 n +0000385137 00000 n +0000385200 00000 n +0000384705 00000 n +0000384856 00000 n +0001128788 00000 n +0000386613 00000 n +0000386427 00000 n +0000385426 00000 n +0000386549 00000 n +0000395265 00000 n +0000394556 00000 n +0000386697 00000 n +0000395013 00000 n +0000987154 00000 n +0000984838 00000 n +0000986993 00000 n +0000395139 00000 n +0000395202 00000 n +0000394706 00000 n +0000394858 00000 n +0000405942 00000 n +0000405036 00000 n +0000395427 00000 n +0000405494 00000 n +0000405622 00000 n +0000405686 00000 n +0000405750 00000 n +0000405814 00000 n +0000405878 00000 n +0000405186 00000 n +0000405341 00000 n +0000418243 00000 n +0000416738 00000 n +0000406116 00000 n +0000418180 00000 n +0000416936 00000 n +0000417091 00000 n +0000417246 00000 n +0000417401 00000 n +0000417556 00000 n +0000417711 00000 n +0000417868 00000 n +0000418025 00000 n +0000419540 00000 n +0000419354 00000 n +0000418353 00000 n +0000419476 00000 n +0000429769 00000 n +0000429395 00000 n +0000419624 00000 n +0000429517 00000 n +0000429643 00000 n +0000429706 00000 n +0001128906 00000 n +0000441854 00000 n +0000440678 00000 n +0000429943 00000 n +0000441790 00000 n +0000440860 00000 n +0000441015 00000 n +0000441171 00000 n +0000441326 00000 n +0000441480 00000 n +0000441635 00000 n +0000449984 00000 n +0000449461 00000 n +0000441990 00000 n +0000449921 00000 n +0000449611 00000 n +0000449766 00000 n +0000451752 00000 n +0000451326 00000 n +0000450094 00000 n +0000451624 00000 n +0000451468 00000 n +0000460565 00000 n +0000459691 00000 n +0000451836 00000 n +0000460313 00000 n +0000460439 00000 n +0000460502 00000 n +0000459849 00000 n +0000460003 00000 n +0000460158 00000 n +0000465731 00000 n +0000470357 00000 n +0000465589 00000 n +0000460714 00000 n +0000470229 00000 n +0000470074 00000 n +0000470293 00000 n +0000469739 00000 n +0000469858 00000 n +0000469905 00000 n +0000469979 00000 n +0000470052 00000 n +0000473042 00000 n +0000472619 00000 n +0000470495 00000 n +0000472916 00000 n +0000472979 00000 n +0000472761 00000 n +0001129024 00000 n 0000476912 00000 n -0000477067 00000 n -0000493815 00000 n -0000488273 00000 n -0000487267 00000 n -0000477635 00000 n -0000487890 00000 n -0000487425 00000 n -0000487954 00000 n -0000488018 00000 n -0000488081 00000 n -0000488145 00000 n -0000488209 00000 n -0000487580 00000 n -0000487735 00000 n -0000498306 00000 n -0000492897 00000 n -0000492712 00000 n -0000488409 00000 n -0000492834 00000 n -0000498369 00000 n -0000493693 00000 n -0000492981 00000 n -0000498242 00000 n -0000497907 00000 n -0000498026 00000 n -0000498073 00000 n -0000498147 00000 n -0000498220 00000 n -0000509045 00000 n -0000508274 00000 n -0000498468 00000 n -0000508732 00000 n -0000508856 00000 n -0000508919 00000 n -0000508982 00000 n -0000508424 00000 n -0000508577 00000 n -0001119362 00000 n -0000513024 00000 n -0000512838 00000 n -0000509219 00000 n -0000512960 00000 n -0000524406 00000 n -0000523790 00000 n -0000513134 00000 n -0000524089 00000 n -0000524215 00000 n -0000524279 00000 n -0000524343 00000 n -0000523933 00000 n -0000527699 00000 n -0000527331 00000 n -0000524580 00000 n -0000527633 00000 n -0000527477 00000 n -0000528477 00000 n -0000528223 00000 n -0000527797 00000 n -0000528348 00000 n -0000537743 00000 n -0000537421 00000 n -0000528562 00000 n -0000537546 00000 n -0000537677 00000 n -0000547774 00000 n -0000547277 00000 n -0000537893 00000 n -0000547579 00000 n -0000547424 00000 n -0000547644 00000 n -0000547709 00000 n -0001119483 00000 n -0000552835 00000 n -0000552577 00000 n -0000547911 00000 n -0000552703 00000 n -0000552769 00000 n -0000561166 00000 n -0000560540 00000 n -0000552972 00000 n -0000560843 00000 n -0000560972 00000 n -0000560687 00000 n -0000561037 00000 n -0000561102 00000 n -0000562571 00000 n -0000562313 00000 n -0000561303 00000 n -0000562439 00000 n -0000562505 00000 n -0000569157 00000 n -0000568365 00000 n -0000562643 00000 n -0000568833 00000 n -0000568962 00000 n -0000568521 00000 n -0000568677 00000 n -0000569027 00000 n -0000569092 00000 n -0000575415 00000 n -0000574752 00000 n -0000569281 00000 n -0000575218 00000 n -0000575349 00000 n -0000574908 00000 n -0000575062 00000 n -0000579821 00000 n -0000579326 00000 n -0000575539 00000 n -0000579627 00000 n -0000579756 00000 n -0000579473 00000 n -0001119608 00000 n -0000589355 00000 n -0000588692 00000 n -0000579945 00000 n -0000589158 00000 n -0000589289 00000 n -0000588848 00000 n -0000589002 00000 n -0000592356 00000 n -0000591970 00000 n -0000589505 00000 n -0000592096 00000 n -0000592161 00000 n -0000592226 00000 n -0000592291 00000 n -0000601187 00000 n -0000600265 00000 n -0000592454 00000 n -0000600727 00000 n -0000600858 00000 n -0000600421 00000 n -0000600575 00000 n -0000600924 00000 n -0000600990 00000 n -0000601056 00000 n -0000601122 00000 n -0000609948 00000 n -0000609291 00000 n -0000601324 00000 n -0000609754 00000 n -0000609883 00000 n -0000609447 00000 n -0000609601 00000 n -0000616754 00000 n -0000615990 00000 n -0000610085 00000 n -0000616292 00000 n -0000616137 00000 n -0000616358 00000 n -0000616424 00000 n -0000616490 00000 n -0000616556 00000 n -0000616622 00000 n -0000616688 00000 n -0000625448 00000 n -0000624790 00000 n -0000616865 00000 n -0000625255 00000 n -0000625383 00000 n -0000624946 00000 n -0000625102 00000 n -0001119733 00000 n -0000629671 00000 n -0000629084 00000 n -0000625572 00000 n -0000629210 00000 n -0000629276 00000 n -0000629342 00000 n -0000629408 00000 n -0000629474 00000 n -0000629540 00000 n -0000629606 00000 n -0000635458 00000 n -0000634803 00000 n -0000629769 00000 n -0000635264 00000 n -0000635393 00000 n -0000634959 00000 n -0000635110 00000 n -0000642722 00000 n -0000641927 00000 n -0000635582 00000 n -0000642393 00000 n -0000642524 00000 n -0000642083 00000 n -0000642237 00000 n -0000642590 00000 n -0000642656 00000 n -0000648967 00000 n -0000648474 00000 n -0000642846 00000 n -0000648773 00000 n -0000648902 00000 n -0000648621 00000 n -0000657663 00000 n -0000657163 00000 n -0000649104 00000 n -0000657466 00000 n -0000657597 00000 n -0000657310 00000 n -0000660099 00000 n -0000659713 00000 n -0000657800 00000 n -0000659839 00000 n -0000659904 00000 n -0000659969 00000 n -0000660034 00000 n -0001119858 00000 n -0000665337 00000 n -0000664839 00000 n -0000660197 00000 n -0000665140 00000 n -0000665271 00000 n -0000664986 00000 n -0000670560 00000 n -0000670065 00000 n -0000665461 00000 n -0000670366 00000 n -0000670495 00000 n -0000670212 00000 n -0000677777 00000 n -0000677277 00000 n -0000670684 00000 n -0000677580 00000 n -0000677711 00000 n -0000677424 00000 n -0000688011 00000 n -0000687514 00000 n -0000677927 00000 n -0000687817 00000 n -0000687946 00000 n -0000687661 00000 n -0000690654 00000 n -0000690265 00000 n -0000688148 00000 n -0000690391 00000 n -0000690457 00000 n -0000690523 00000 n -0000690589 00000 n -0000700529 00000 n -0000700032 00000 n -0000690765 00000 n -0000700335 00000 n -0000700464 00000 n -0000700179 00000 n -0001119983 00000 n -0000707438 00000 n -0000706740 00000 n -0000700666 00000 n -0000707043 00000 n -0000707174 00000 n -0000706887 00000 n -0000707240 00000 n -0000707306 00000 n -0000707372 00000 n -0000714101 00000 n -0000713411 00000 n -0000707562 00000 n -0000713712 00000 n -0000713841 00000 n -0000713558 00000 n -0000713906 00000 n -0000713971 00000 n -0000714036 00000 n -0000722270 00000 n -0000721772 00000 n -0000714225 00000 n -0000722073 00000 n -0000722204 00000 n -0000721919 00000 n -0000728933 00000 n -0000728482 00000 n -0000722407 00000 n -0000728608 00000 n -0000728673 00000 n -0000728738 00000 n -0000728803 00000 n -0000728868 00000 n -0000736821 00000 n -0000735997 00000 n -0000729057 00000 n -0000736624 00000 n -0000736755 00000 n -0000736162 00000 n -0000736314 00000 n -0000736468 00000 n -0000737645 00000 n -0000737390 00000 n -0000736958 00000 n -0000737516 00000 n -0001120108 00000 n -0000743001 00000 n -0000742481 00000 n -0000737730 00000 n -0000742607 00000 n -0000742738 00000 n -0000742804 00000 n -0000742870 00000 n -0000742936 00000 n -0000750189 00000 n -0000749674 00000 n -0000743125 00000 n -0000749800 00000 n -0000749929 00000 n -0000749994 00000 n -0000750059 00000 n -0000750124 00000 n -0000756609 00000 n -0000756088 00000 n -0000750339 00000 n -0000756214 00000 n -0000756345 00000 n -0000756411 00000 n -0000756477 00000 n -0000756543 00000 n -0000760609 00000 n -0000760289 00000 n -0000756759 00000 n -0000760415 00000 n -0000760544 00000 n -0000765643 00000 n -0000765320 00000 n -0000760720 00000 n -0000765446 00000 n -0000765577 00000 n -0000768099 00000 n -0000767779 00000 n -0000765780 00000 n -0000767905 00000 n -0000768034 00000 n -0001120233 00000 n -0000771077 00000 n -0000770754 00000 n -0000768210 00000 n -0000770880 00000 n -0000771011 00000 n -0000773731 00000 n -0000773411 00000 n -0000771188 00000 n -0000773537 00000 n -0000773666 00000 n -0000780253 00000 n -0000779930 00000 n -0000773842 00000 n -0000780056 00000 n -0000780187 00000 n -0000787663 00000 n -0000787214 00000 n -0000780390 00000 n -0000787340 00000 n -0000787469 00000 n -0000787534 00000 n -0000787599 00000 n -0000795161 00000 n -0000794706 00000 n -0000787813 00000 n -0000794832 00000 n -0000794963 00000 n -0000795029 00000 n -0000795095 00000 n -0000802666 00000 n -0000802216 00000 n -0000795311 00000 n -0000802342 00000 n -0000802471 00000 n -0000802536 00000 n -0000802601 00000 n -0001120358 00000 n -0000810165 00000 n -0000809711 00000 n -0000802816 00000 n -0000809837 00000 n -0000809968 00000 n -0000810034 00000 n -0000810100 00000 n -0000817679 00000 n -0000817229 00000 n -0000810315 00000 n -0000817355 00000 n -0000817484 00000 n -0000817549 00000 n -0000817614 00000 n -0000824705 00000 n -0000824382 00000 n -0000817829 00000 n -0000824508 00000 n -0000824639 00000 n -0000831753 00000 n -0000831433 00000 n -0000824842 00000 n -0000831559 00000 n -0000831688 00000 n -0000840132 00000 n -0000839535 00000 n -0000831890 00000 n -0000840001 00000 n -0000839691 00000 n -0000839845 00000 n -0000845109 00000 n -0000845175 00000 n -0000845241 00000 n -0000844918 00000 n -0000840230 00000 n -0000845044 00000 n -0001120483 00000 n -0000850860 00000 n -0000850537 00000 n -0000845339 00000 n -0000850663 00000 n -0000850794 00000 n -0000853254 00000 n -0000852934 00000 n -0000850971 00000 n -0000853060 00000 n -0000853189 00000 n -0000855956 00000 n -0000855633 00000 n -0000853365 00000 n -0000855759 00000 n -0000855890 00000 n -0000858996 00000 n -0000858676 00000 n -0000856067 00000 n -0000858802 00000 n -0000858931 00000 n -0000862060 00000 n -0000861737 00000 n -0000859107 00000 n -0000861863 00000 n -0000861994 00000 n -0000863275 00000 n -0000863020 00000 n -0000862171 00000 n -0000863146 00000 n -0001120608 00000 n -0000870404 00000 n -0000869906 00000 n -0000863373 00000 n -0000870207 00000 n -0000870338 00000 n -0000870053 00000 n -0000878268 00000 n -0000877774 00000 n -0000870528 00000 n -0000878074 00000 n -0000878203 00000 n -0000877921 00000 n -0000884132 00000 n -0000883634 00000 n -0000878392 00000 n -0000883935 00000 n -0000884066 00000 n -0000883781 00000 n -0000890607 00000 n -0000890113 00000 n -0000884256 00000 n -0000890413 00000 n -0000890542 00000 n -0000890260 00000 n -0000892577 00000 n -0000892320 00000 n -0000890731 00000 n -0000892446 00000 n -0000900590 00000 n -0000899796 00000 n -0000892688 00000 n -0000900265 00000 n -0000900394 00000 n -0000899952 00000 n -0000900459 00000 n -0000900107 00000 n -0000900524 00000 n -0001120733 00000 n -0000909968 00000 n -0000908976 00000 n -0000900765 00000 n -0000909771 00000 n -0000909902 00000 n -0000909150 00000 n -0000909304 00000 n -0000909460 00000 n -0000909615 00000 n -0000918972 00000 n -0000918312 00000 n -0000910092 00000 n -0000918778 00000 n -0000918907 00000 n -0000918468 00000 n -0000918622 00000 n -0000922444 00000 n -0000921944 00000 n -0000919096 00000 n -0000922247 00000 n -0000922378 00000 n -0000922091 00000 n -0000923763 00000 n -0000923508 00000 n -0000922568 00000 n -0000923634 00000 n -0000934588 00000 n -0000933925 00000 n -0000923861 00000 n -0000934391 00000 n -0000934522 00000 n -0000934081 00000 n -0000934235 00000 n -0000942992 00000 n -0000942624 00000 n -0000934763 00000 n -0000942927 00000 n -0000942771 00000 n -0001120858 00000 n -0000946450 00000 n -0000946258 00000 n -0000943116 00000 n -0000946384 00000 n -0000957284 00000 n -0000956256 00000 n -0000946535 00000 n -0000956382 00000 n -0000956447 00000 n -0000956704 00000 n -0000956769 00000 n -0000956898 00000 n -0000956963 00000 n -0000957028 00000 n -0000957093 00000 n -0000957219 00000 n -0000967399 00000 n -0000966490 00000 n -0000957395 00000 n -0000966616 00000 n -0000966682 00000 n -0000966943 00000 n -0000967008 00000 n -0000967268 00000 n -0000967333 00000 n -0000974700 00000 n -0000974477 00000 n -0000977716 00000 n -0000977590 00000 n -0000986211 00000 n -0000985950 00000 n -0000989565 00000 n -0000989540 00000 n -0000995013 00000 n -0000994719 00000 n -0001001004 00000 n -0001000846 00000 n -0001011332 00000 n -0001011063 00000 n -0001014749 00000 n -0001014720 00000 n -0001017952 00000 n -0001017905 00000 n -0001031708 00000 n -0001031389 00000 n -0001043710 00000 n -0001043385 00000 n -0001060932 00000 n -0001060563 00000 n -0001080126 00000 n -0001079716 00000 n -0001096184 00000 n -0001095806 00000 n -0001104035 00000 n -0001103854 00000 n -0001117899 00000 n -0001117521 00000 n -0001120965 00000 n -0001121085 00000 n -0001121207 00000 n -0001121333 00000 n -0001121441 00000 n -0001121533 00000 n -0001130679 00000 n -0001140501 00000 n -0001140542 00000 n -0001140582 00000 n -0001140821 00000 n +0000476726 00000 n +0000473152 00000 n +0000476848 00000 n +0000983961 00000 n +0000977277 00000 n +0000983799 00000 n +0000487223 00000 n +0000486512 00000 n +0000476996 00000 n +0000486972 00000 n +0000487097 00000 n +0000487160 00000 n +0000486662 00000 n +0000486817 00000 n +0000503565 00000 n +0000498023 00000 n +0000497017 00000 n +0000487385 00000 n +0000497640 00000 n +0000497175 00000 n +0000497704 00000 n +0000497768 00000 n +0000497831 00000 n +0000497895 00000 n +0000497959 00000 n +0000497330 00000 n +0000497485 00000 n +0000508056 00000 n +0000502647 00000 n +0000502462 00000 n +0000498159 00000 n +0000502584 00000 n +0000508119 00000 n +0000503443 00000 n +0000502731 00000 n +0000507992 00000 n +0000507657 00000 n +0000507776 00000 n +0000507823 00000 n +0000507897 00000 n +0000507970 00000 n +0000518802 00000 n +0000518024 00000 n +0000508218 00000 n +0000518487 00000 n +0000518611 00000 n +0000518674 00000 n +0000518738 00000 n +0000518177 00000 n +0000518331 00000 n +0001129142 00000 n +0000522788 00000 n +0000522596 00000 n +0000518976 00000 n +0000522722 00000 n +0000534182 00000 n +0000533556 00000 n +0000522899 00000 n +0000533859 00000 n +0000533988 00000 n +0000534053 00000 n +0000534118 00000 n +0000533703 00000 n +0000537477 00000 n +0000537108 00000 n +0000534357 00000 n +0000537411 00000 n +0000537255 00000 n +0000538256 00000 n +0000538001 00000 n +0000537575 00000 n +0000538127 00000 n +0000547523 00000 n +0000547200 00000 n +0000538341 00000 n +0000547326 00000 n +0000547457 00000 n +0000557554 00000 n +0000557057 00000 n +0000547673 00000 n +0000557359 00000 n +0000557204 00000 n +0000557424 00000 n +0000557489 00000 n +0001129266 00000 n +0000562615 00000 n +0000562357 00000 n +0000557691 00000 n +0000562483 00000 n +0000562549 00000 n +0000570946 00000 n +0000570320 00000 n +0000562752 00000 n +0000570623 00000 n +0000570752 00000 n +0000570467 00000 n +0000570817 00000 n +0000570882 00000 n +0000572351 00000 n +0000572093 00000 n +0000571083 00000 n +0000572219 00000 n +0000572285 00000 n +0000578937 00000 n +0000578145 00000 n +0000572423 00000 n +0000578613 00000 n +0000578742 00000 n +0000578301 00000 n +0000578457 00000 n +0000578807 00000 n +0000578872 00000 n +0000585195 00000 n +0000584532 00000 n +0000579061 00000 n +0000584998 00000 n +0000585129 00000 n +0000584688 00000 n +0000584842 00000 n +0000589601 00000 n +0000589106 00000 n +0000585319 00000 n +0000589407 00000 n +0000589536 00000 n +0000589253 00000 n +0001129391 00000 n +0000599135 00000 n +0000598472 00000 n +0000589725 00000 n +0000598938 00000 n +0000599069 00000 n +0000598628 00000 n +0000598782 00000 n +0000602136 00000 n +0000601750 00000 n +0000599285 00000 n +0000601876 00000 n +0000601941 00000 n +0000602006 00000 n +0000602071 00000 n +0000610967 00000 n +0000610045 00000 n +0000602234 00000 n +0000610507 00000 n +0000610638 00000 n +0000610201 00000 n +0000610355 00000 n +0000610704 00000 n +0000610770 00000 n +0000610836 00000 n +0000610902 00000 n +0000619728 00000 n +0000619071 00000 n +0000611104 00000 n +0000619534 00000 n +0000619663 00000 n +0000619227 00000 n +0000619381 00000 n +0000626534 00000 n +0000625770 00000 n +0000619865 00000 n +0000626072 00000 n +0000625917 00000 n +0000626138 00000 n +0000626204 00000 n +0000626270 00000 n +0000626336 00000 n +0000626402 00000 n +0000626468 00000 n +0000635228 00000 n +0000634570 00000 n +0000626645 00000 n +0000635035 00000 n +0000635163 00000 n +0000634726 00000 n +0000634882 00000 n +0001129516 00000 n +0000639451 00000 n +0000638864 00000 n +0000635352 00000 n +0000638990 00000 n +0000639056 00000 n +0000639122 00000 n +0000639188 00000 n +0000639254 00000 n +0000639320 00000 n +0000639386 00000 n +0000645238 00000 n +0000644583 00000 n +0000639549 00000 n +0000645044 00000 n +0000645173 00000 n +0000644739 00000 n +0000644890 00000 n +0000652502 00000 n +0000651707 00000 n +0000645362 00000 n +0000652173 00000 n +0000652304 00000 n +0000651863 00000 n +0000652017 00000 n +0000652370 00000 n +0000652436 00000 n +0000658747 00000 n +0000658254 00000 n +0000652626 00000 n +0000658553 00000 n +0000658682 00000 n +0000658401 00000 n +0000667443 00000 n +0000666943 00000 n +0000658884 00000 n +0000667246 00000 n +0000667377 00000 n +0000667090 00000 n +0000669879 00000 n +0000669493 00000 n +0000667580 00000 n +0000669619 00000 n +0000669684 00000 n +0000669749 00000 n +0000669814 00000 n +0001129641 00000 n +0000675117 00000 n +0000674619 00000 n +0000669977 00000 n +0000674920 00000 n +0000675051 00000 n +0000674766 00000 n +0000680340 00000 n +0000679845 00000 n +0000675241 00000 n +0000680146 00000 n +0000680275 00000 n +0000679992 00000 n +0000687557 00000 n +0000687057 00000 n +0000680464 00000 n +0000687360 00000 n +0000687491 00000 n +0000687204 00000 n +0000697791 00000 n +0000697294 00000 n +0000687707 00000 n +0000697597 00000 n +0000697726 00000 n +0000697441 00000 n +0000700434 00000 n +0000700045 00000 n +0000697928 00000 n +0000700171 00000 n +0000700237 00000 n +0000700303 00000 n +0000700369 00000 n +0000710309 00000 n +0000709812 00000 n +0000700545 00000 n +0000710115 00000 n +0000710244 00000 n +0000709959 00000 n +0001129766 00000 n +0000717218 00000 n +0000716520 00000 n +0000710446 00000 n +0000716823 00000 n +0000716954 00000 n +0000716667 00000 n +0000717020 00000 n +0000717086 00000 n +0000717152 00000 n +0000723881 00000 n +0000723191 00000 n +0000717342 00000 n +0000723492 00000 n +0000723621 00000 n +0000723338 00000 n +0000723686 00000 n +0000723751 00000 n +0000723816 00000 n +0000732050 00000 n +0000731552 00000 n +0000724005 00000 n +0000731853 00000 n +0000731984 00000 n +0000731699 00000 n +0000738713 00000 n +0000738262 00000 n +0000732187 00000 n +0000738388 00000 n +0000738453 00000 n +0000738518 00000 n +0000738583 00000 n +0000738648 00000 n +0000746601 00000 n +0000745777 00000 n +0000738837 00000 n +0000746404 00000 n +0000746535 00000 n +0000745942 00000 n +0000746094 00000 n +0000746248 00000 n +0000747425 00000 n +0000747170 00000 n +0000746738 00000 n +0000747296 00000 n +0001129891 00000 n +0000752781 00000 n +0000752261 00000 n +0000747510 00000 n +0000752387 00000 n +0000752518 00000 n +0000752584 00000 n +0000752650 00000 n +0000752716 00000 n +0000759969 00000 n +0000759454 00000 n +0000752905 00000 n +0000759580 00000 n +0000759709 00000 n +0000759774 00000 n +0000759839 00000 n +0000759904 00000 n +0000766389 00000 n +0000765868 00000 n +0000760119 00000 n +0000765994 00000 n +0000766125 00000 n +0000766191 00000 n +0000766257 00000 n +0000766323 00000 n +0000770389 00000 n +0000770069 00000 n +0000766539 00000 n +0000770195 00000 n +0000770324 00000 n +0000775423 00000 n +0000775100 00000 n +0000770500 00000 n +0000775226 00000 n +0000775357 00000 n +0000777879 00000 n +0000777559 00000 n +0000775560 00000 n +0000777685 00000 n +0000777814 00000 n +0001130016 00000 n +0000780857 00000 n +0000780534 00000 n +0000777990 00000 n +0000780660 00000 n +0000780791 00000 n +0000783511 00000 n +0000783191 00000 n +0000780968 00000 n +0000783317 00000 n +0000783446 00000 n +0000790033 00000 n +0000789710 00000 n +0000783622 00000 n +0000789836 00000 n +0000789967 00000 n +0000797443 00000 n +0000796994 00000 n +0000790170 00000 n +0000797120 00000 n +0000797249 00000 n +0000797314 00000 n +0000797379 00000 n +0000804941 00000 n +0000804486 00000 n +0000797593 00000 n +0000804612 00000 n +0000804743 00000 n +0000804809 00000 n +0000804875 00000 n +0000812446 00000 n +0000811996 00000 n +0000805091 00000 n +0000812122 00000 n +0000812251 00000 n +0000812316 00000 n +0000812381 00000 n +0001130141 00000 n +0000819945 00000 n +0000819491 00000 n +0000812596 00000 n +0000819617 00000 n +0000819748 00000 n +0000819814 00000 n +0000819880 00000 n +0000827459 00000 n +0000827009 00000 n +0000820095 00000 n +0000827135 00000 n +0000827264 00000 n +0000827329 00000 n +0000827394 00000 n +0000834485 00000 n +0000834162 00000 n +0000827609 00000 n +0000834288 00000 n +0000834419 00000 n +0000841533 00000 n +0000841213 00000 n +0000834622 00000 n +0000841339 00000 n +0000841468 00000 n +0000849912 00000 n +0000849315 00000 n +0000841670 00000 n +0000849781 00000 n +0000849471 00000 n +0000849625 00000 n +0000854889 00000 n +0000854955 00000 n +0000855021 00000 n +0000854698 00000 n +0000850010 00000 n +0000854824 00000 n +0001130266 00000 n +0000860640 00000 n +0000860317 00000 n +0000855119 00000 n +0000860443 00000 n +0000860574 00000 n +0000863034 00000 n +0000862714 00000 n +0000860751 00000 n +0000862840 00000 n +0000862969 00000 n +0000865736 00000 n +0000865413 00000 n +0000863145 00000 n +0000865539 00000 n +0000865670 00000 n +0000868776 00000 n +0000868456 00000 n +0000865847 00000 n +0000868582 00000 n +0000868711 00000 n +0000871840 00000 n +0000871517 00000 n +0000868887 00000 n +0000871643 00000 n +0000871774 00000 n +0000873055 00000 n +0000872800 00000 n +0000871951 00000 n +0000872926 00000 n +0001130391 00000 n +0000880184 00000 n +0000879686 00000 n +0000873153 00000 n +0000879987 00000 n +0000880118 00000 n +0000879833 00000 n +0000888048 00000 n +0000887554 00000 n +0000880308 00000 n +0000887854 00000 n +0000887983 00000 n +0000887701 00000 n +0000893912 00000 n +0000893414 00000 n +0000888172 00000 n +0000893715 00000 n +0000893846 00000 n +0000893561 00000 n +0000900387 00000 n +0000899893 00000 n +0000894036 00000 n +0000900193 00000 n +0000900322 00000 n +0000900040 00000 n +0000902357 00000 n +0000902100 00000 n +0000900511 00000 n +0000902226 00000 n +0000910370 00000 n +0000909576 00000 n +0000902468 00000 n +0000910045 00000 n +0000910174 00000 n +0000909732 00000 n +0000910239 00000 n +0000909887 00000 n +0000910304 00000 n +0001130516 00000 n +0000919748 00000 n +0000918756 00000 n +0000910545 00000 n +0000919551 00000 n +0000919682 00000 n +0000918930 00000 n +0000919084 00000 n +0000919240 00000 n +0000919395 00000 n +0000928752 00000 n +0000928092 00000 n +0000919872 00000 n +0000928558 00000 n +0000928687 00000 n +0000928248 00000 n +0000928402 00000 n +0000932224 00000 n +0000931724 00000 n +0000928876 00000 n +0000932027 00000 n +0000932158 00000 n +0000931871 00000 n +0000933543 00000 n +0000933288 00000 n +0000932348 00000 n +0000933414 00000 n +0000944368 00000 n +0000943705 00000 n +0000933641 00000 n +0000944171 00000 n +0000944302 00000 n +0000943861 00000 n +0000944015 00000 n +0000952772 00000 n +0000952404 00000 n +0000944543 00000 n +0000952707 00000 n +0000952551 00000 n +0001130641 00000 n +0000956230 00000 n +0000956038 00000 n +0000952896 00000 n +0000956164 00000 n +0000967064 00000 n +0000966036 00000 n +0000956315 00000 n +0000966162 00000 n +0000966227 00000 n +0000966484 00000 n +0000966549 00000 n +0000966678 00000 n +0000966743 00000 n +0000966808 00000 n +0000966873 00000 n +0000966999 00000 n +0000977179 00000 n +0000976270 00000 n +0000967175 00000 n +0000976396 00000 n +0000976462 00000 n +0000976723 00000 n +0000976788 00000 n +0000977048 00000 n +0000977113 00000 n +0000984480 00000 n +0000984257 00000 n +0000987496 00000 n +0000987370 00000 n +0000995991 00000 n +0000995730 00000 n +0000999345 00000 n +0000999320 00000 n +0001004793 00000 n +0001004499 00000 n +0001010784 00000 n +0001010626 00000 n +0001021112 00000 n +0001020843 00000 n +0001024529 00000 n +0001024500 00000 n +0001027732 00000 n +0001027685 00000 n +0001041488 00000 n +0001041169 00000 n +0001053490 00000 n +0001053165 00000 n +0001070712 00000 n +0001070343 00000 n +0001089906 00000 n +0001089496 00000 n +0001105964 00000 n +0001105586 00000 n +0001113815 00000 n +0001113634 00000 n +0001127679 00000 n +0001127301 00000 n +0001130748 00000 n +0001130868 00000 n +0001130991 00000 n +0001131117 00000 n +0001131225 00000 n +0001131317 00000 n +0001140660 00000 n +0001150578 00000 n +0001150619 00000 n +0001150659 00000 n +0001150898 00000 n trailer << -/Size 1536 -/Root 1534 0 R -/Info 1535 0 R -/ID [ ] +/Size 1549 +/Root 1547 0 R +/Info 1548 0 R +/ID [<544C4626B01C41E79E983C4584B67507> <544C4626B01C41E79E983C4584B67507>] >> startxref -1141390 +1151467 %%EOF