diff --git a/docs/pdf/datastruct.tex b/docs/pdf/datastruct.tex index 742fd913..f78e609c 100644 --- a/docs/pdf/datastruct.tex +++ b/docs/pdf/datastruct.tex @@ -94,7 +94,7 @@ 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. \end{description} -The Fortran95 definition for \verb|psb_desc_type| structures is +The Fortran~95 definition for \verb|psb_desc_type| structures is as follows: \begin{figure}[h!] \begin{Sbox} @@ -203,8 +203,9 @@ as in Coordinate Storage or Compressed Sparse Rows, should be greater than or equal to the maximum column index actually present in the sparse matrix. Specified as: integer variable. \end{description} -FORTRAN95 interface for distributed sparse matrices containing double precision -real entries is defined as in figure~\ref{fig:spmattype}. +The Fortran~95 interface for distributed sparse matrices containing +double precision real entries is defined as shown in +figure~\ref{fig:spmattype}. \begin{figure}[h!] \begin{Sbox} \begin{minipage}[tl]{0.85\textwidth} diff --git a/docs/pdf/figures/psblas.pdf b/docs/pdf/figures/psblas.pdf index 56e52047..5d0d1820 100644 Binary files a/docs/pdf/figures/psblas.pdf and b/docs/pdf/figures/psblas.pdf differ diff --git a/docs/pdf/intro.tex b/docs/pdf/intro.tex index 0d2487bd..80654b1a 100644 --- a/docs/pdf/intro.tex +++ b/docs/pdf/intro.tex @@ -11,8 +11,10 @@ dense matrix operations. The current implementation of PSBLAS addresses a distributed memory execution model operating with message passing. -The PSBLAS library is internally implemented in a mixture of -Fortran~77 and Fortran~95~\cite{metcalf} programming languages. +The PSBLAS library is internally implemented in + the Fortran~95~\cite{metcalf} programming language, with reuse and/or + adaptation of some existing Fortran~77 software, and a handful of C + routines. A similar approach has been advocated by a number of authors, e.g.~\cite{machiels}. Moreover, the Fortran~95 facilities for dynamic memory management and interface overloading greatly enhance the @@ -70,7 +72,7 @@ structures of the serial kernels is available to the parallel version. The overall design and parallelization strategy have been influenced by the structure of the ScaLAPACK parallel library. The layered structure of the PSBLAS library -is shown in figure~\ref{fig:psblas} ; lower layers of the library +is shown in figure~\ref{fig:psblas}; lower layers of the library indicate an encapsulation relationship with upper layers. The ongoing discussion focuses on the Fortran~95 layer immediately below the application layer. @@ -92,7 +94,7 @@ user does not need to delve into their details (see Sec.~\ref{sec:parenv}). %% grid and store internally for further use. \begin{figure}[h] \begin{center} -\includegraphics[scale=0.45]{figures/psblas} +\rotatebox{-90}{\includegraphics[scale=0.65]{figures/psblas}} \end{center} \caption{PSBLAS library components hierarchy.\label{fig:psblas}} \end{figure} @@ -173,7 +175,12 @@ another domain such that there is a boundary point which {\em depends\/} on it. Whenever performing a computational step, such as a matrix-vector product, the values associated with halo points are requested from other domains. A boundary point of a given -domain is a halo point for (at least) another domain; therefore +domain is usually a halo point for some other domain\footnote{This is + the normal situation when the pattern of the sparse matrix is + symmetric, which is equivalent to say that the interaction between + two variables is reciprocal. If the matrix pattern is non-symmetric + we may have one-way interactions, and these could cause a situation + in which a boundary point is not a halo point for its neighbour.}; therefore the cardinality of the boundary points set denotes the amount of data sent to other domains. \item[Overlap.] An overlap point is a boundary point assigned to @@ -182,8 +189,8 @@ has to be replicated for each assignment. \end{description} Overlap points do not usually exist in the basic data distribution, but they are a feature of Domain Decomposition -Schwarz preconditioners which we are in the process of including in -our distribution~\cite{PARA04,APNUM06}. +Schwarz preconditioners which we are the subject of related research +work~\cite{2007c,2007d}. We denote the sets of internal, boundary and halo points for a given subdomain by $\cal I$, $\cal B$ and $\cal H$. diff --git a/docs/pdf/toolsrout.tex b/docs/pdf/toolsrout.tex index 50dc9dad..9463b27f 100644 --- a/docs/pdf/toolsrout.tex +++ b/docs/pdf/toolsrout.tex @@ -1352,8 +1352,9 @@ position as the corresponding entries in $x$. \end{description} \section*{Usage notes} \begin{enumerate} -\item The sorting can be performed in the up/down direction; for - complex data the sorting must be done on the absolute values; +\item The sorting can be performed in the up/down direction, on the + natural or absolute values; for complex data the sorting can only + be done on the absolute values; \item The routines return the items in the chosen ordering; the output difference is the handling of ties (i.e. items with an equal value) in the original input. With the merge-sort algorithm diff --git a/docs/pdf/userguide.tex b/docs/pdf/userguide.tex index e3d51f10..ec293b2a 100644 --- a/docs/pdf/userguide.tex +++ b/docs/pdf/userguide.tex @@ -103,11 +103,28 @@ \cleardoublepage \begin{thebibliography}{99} + +\bibitem{PARA04FOREST} +G.~Bella, S.~Filippone, A.~De Maio and M.~Testa, +{\em A Simulation Model for Forest Fires}, +in J.~Dongarra, K.~Madsen, J.~Wasniewski, editors, +Proceedings of PARA~04 Workshop on State of the Art +in Scientific Computing, pp.~546--553, Lecture Notes in Computer Science, +Springer, 2005. +\bibitem{2007d} A. Buttari, D. di Serafino, P. D'Ambra, S. Filippone,\newblock +2LEV-D2P4: a package of high-performance preconditioners,\newblock +Applicable Algebra in Engineering, Communications and Computing, +Volume 18, Number 3, May, 2007, pp. 223-239 +%Published online: 13 February 2007, {\tt http://dx.doi.org/10.1007/s00200-007-0035-z} % -\bibitem{BLAS1} -Lawson, C., Hanson, R., Kincaid, D. and Krogh, F., - Basic {L}inear {A}lgebra {S}ubprograms for {F}ortran usage, -{ACM Trans. Math. Softw.} vol.~{5}, 38--329, 1979. +\bibitem{2007c} P. D'Ambra, S. Filippone, D. Di Serafino\newblock +On the Development of PSBLAS-based Parallel Two-level Schwarz Preconditioners +\newblock +Applied Numerical Mathematics, Elsevier Science, +Volume 57, Issues 11-12, November-December 2007, Pages 1181-1196. +%published online 3 February 2007, {\tt +% http://dx.doi.org/10.1016/j.apnum.2007.01.006} + \bibitem{BLAS2} Dongarra, J. J., DuCroz, J., Hammarling, S. and Hanson, R., An Extended Set of {F}ortran {B}asic {L}inear {A}lgebra {S}ubprograms, @@ -122,13 +139,6 @@ A Set of level 3 Basic Linear Algebra Subprograms, %% Advances in Computational Mathematics, 1993, 1, 127-137. %% (See also {\tt http://www.mgnet.org/~douglas/ccd-codes.html}) % -\bibitem{PARA04FOREST} -G.~Bella, S.~Filippone, A.~De Maio and M.~Testa, -{\em A Simulation Model for Forest Fires}, -in J.~Dongarra, K.~Madsen, J.~Wasniewski, editors, -Proceedings of PARA~04 Workshop on State of the Art -in Scientific Computing, pp.~546--553, Lecture Notes in Computer Science, -Springer, 2005. % %% \bibitem{PARA04} %% A.~Buttari, P.~D'Ambra, D.~di Serafino and S.~Filippone, @@ -215,6 +225,11 @@ Karypis, G. and Kumar, V., Minneapolis, MN 55455: University of Minnesota, Department of Computer Science, 1995. Internet Address: {\verb|http://www.cs.umn.edu/~karypis|}. +\bibitem{BLAS1} +Lawson, C., Hanson, R., Kincaid, D. and Krogh, F., + Basic {L}inear {A}lgebra {S}ubprograms for {F}ortran usage, +{ACM Trans. Math. Softw.} vol.~{5}, 38--329, 1979. + \bibitem{machiels} {Machiels, L. and Deville, M.} {\em Fortran 90: An entry to object-oriented programming for the solution diff --git a/docs/userguide.pdf b/docs/userguide.pdf index 6cf6f8d5..f3f19d09 100644 --- a/docs/userguide.pdf +++ b/docs/userguide.pdf @@ -665,7 +665,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 -131.4179 -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(Octob)-27(e)-1(r)-333(18,)-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 -131.4179 -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(Octob)-27(e)-1(r)-333(19,)-333(2007)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -797,7 +797,7 @@ ET 0 g 0 G 1 0 0 1 -438.6251 -632.8697 cm BT -/F8 9.9626 Tf 438.6251 632.8697 Td[(5)]TJ +/F8 9.9626 Tf 438.6251 632.8697 Td[(4)]TJ ET 1 0 0 1 443.6065 632.8697 cm 0 g 0 G @@ -817,7 +817,7 @@ ET 0 g 0 G 1 0 0 1 -438.6251 -619.8808 cm BT -/F8 9.9626 Tf 438.6251 619.8808 Td[(6)]TJ +/F8 9.9626 Tf 438.6251 619.8808 Td[(5)]TJ ET 1 0 0 1 443.6065 619.8808 cm 0 g 0 G @@ -837,7 +837,7 @@ ET 0 g 0 G 1 0 0 1 -438.6251 -606.8919 cm BT -/F8 9.9626 Tf 438.6251 606.8919 Td[(8)]TJ +/F8 9.9626 Tf 438.6251 606.8919 Td[(7)]TJ ET 1 0 0 1 443.6065 606.8919 cm 0 g 0 G @@ -5085,7 +5085,7 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 561 0 obj << -/Length 11319 +/Length 11464 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -5094,91 +5094,91 @@ stream 0 g 0 G 1 0 0 1 -443.6065 -740.9981 cm BT -/F18 14.3462 Tf 99.8954 706.1289 Td[(1)-1125(In)31(t)-1(ro)-32(ducti)-1(on)]TJ/F8 9.9626 Tf 0 -36.3521 Td[(The)-316(PS)1(B)-1(LAS)-315(li)1(brar)1(y)83(,)-319(d)1(e)-1(v)28(elop)-28(ed)-315(w)-1(i)1(th)-316(th)1(e)-316(aim)-316(to)-316(facili)1(tate)-316(the)-316(par)1(allelization)-316(of)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(onally)-323(in)28(tensiv)28(e)-325(sc)-1(i)1(e)-1(n)28(t)1(i\014c)-324(app)1(lications,)-326(is)-324(des)-1(i)1(gned)-324(to)-324(ad)1(dres)-1(s)-324(par)1(allel)]TJ 0 -11.9552 Td[(impl)1(e)-1(me)-1(n)29(tation)-427(of)-427(i)1(te)-1(r)1(ativ)28(e)-428(solv)28(ers)-428(f)1(or)-427(s)-1(p)1(arse)-428(lin)1(e)-1(ar)-426(s)-1(ystem)-1(s)-427(throu)1(gh)-427(th)1(e)-428(di)1(s)-1(-)]TJ 0 -11.9551 Td[(tri)1(bu)1(te)-1(d)-284(mem)-1(or)1(y)-285(p)1(arad)1(igm.)-428(It)-285(i)1(nclud)1(e)-1(s)-285(r)1(outin)1(e)-1(s)-284(for)-284(m)28(ulti)1(plyi)1(ng)-284(s)-1(p)1(arse)-285(matrice)-1(s)]TJ 0 -11.9552 Td[(b)28(y)-342(dense)-344(matri)1(c)-1(es)-1(,)-345(solvi)1(ng)-343(b)1(lo)-28(c)27(k)-342(diagon)1(al)-343(syste)-1(ms)-343(with)-343(t)1(rian)1(gular)-342(diagon)1(al)-343(en-)]TJ 0 -11.9552 Td[(tri)1(e)-1(s,)-350(p)1(repro)-27(c)-1(es)-1(sing)-346(s)-1(p)1(arse)-347(matrice)-1(s,)-350(an)1(d)-346(c)-1(on)28(t)1(ains)-347(ad)1(dit)1(ional)-346(rou)1(tines)-347(f)1(or)-347(d)1(e)-1(n)1(s)-1(e)]TJ 0 -11.9551 Td[(matrix)-439(op)-27(e)-1(r)1(ations.)-762(T)-1(h)1(e)-440(curr)1(e)-1(n)28(t)-439(impl)1(e)-1(me)-1(n)29(tation)-439(of)-439(P)1(SBLAS)-439(add)1(res)-1(se)-1(s)-440(a)-439(di)1(s)-1(-)]TJ 0 -11.9552 Td[(tri)1(bu)1(te)-1(d)-333(mem)-1(or)1(y)-334(exec)-1(u)1(tion)-333(mo)-28(del)-333(op)-27(e)-1(rat)1(ing)-333(with)-333(me)-1(ss)-1(age)-333(pass)-1(in)1(g.)]TJ 14.944 -19.7631 Td[(The)-382(PS)1(BL)-1(AS)-381(li)1(brar)1(y)-382(is)-382(in)29(te)-1(rn)1(ally)-381(impleme)-1(n)28(ted)-381(in)-382(a)-381(m)-1(i)1(xtur)1(e)-383(of)-381(F)84(ortran)-381(77)]TJ -14.944 -11.9552 Td[(and)-361(F)84(ortran)-361(95)-362([)]TJ +/F18 14.3462 Tf 99.8954 706.1289 Td[(1)-1125(In)31(t)-1(ro)-32(ducti)-1(on)]TJ/F8 9.9626 Tf 0 -31.7751 Td[(The)-316(PS)1(B)-1(LAS)-315(li)1(brar)1(y)83(,)-319(d)1(e)-1(v)28(elop)-28(ed)-315(w)-1(i)1(th)-316(th)1(e)-316(aim)-316(to)-316(facili)1(tate)-316(the)-316(par)1(allelization)-316(of)]TJ 0 -11.9551 Td[(com)-1(p)1(utati)1(onally)-323(in)28(tensiv)28(e)-325(sc)-1(i)1(e)-1(n)28(t)1(i\014c)-324(app)1(lications,)-326(is)-324(des)-1(i)1(gned)-324(to)-324(ad)1(dres)-1(s)-324(par)1(allel)]TJ 0 -11.9552 Td[(impl)1(e)-1(me)-1(n)29(tation)-427(of)-427(i)1(te)-1(r)1(ativ)28(e)-428(solv)28(ers)-428(f)1(or)-427(s)-1(p)1(arse)-428(lin)1(e)-1(ar)-426(s)-1(ystem)-1(s)-427(throu)1(gh)-427(th)1(e)-428(di)1(s)-1(-)]TJ 0 -11.9552 Td[(tri)1(bu)1(te)-1(d)-284(mem)-1(or)1(y)-285(p)1(arad)1(igm.)-428(It)-285(i)1(nclud)1(e)-1(s)-285(r)1(outin)1(e)-1(s)-284(for)-284(m)28(ulti)1(plyi)1(ng)-284(s)-1(p)1(arse)-285(matrice)-1(s)]TJ 0 -11.9551 Td[(b)28(y)-342(dense)-344(matri)1(c)-1(es)-1(,)-345(solvi)1(ng)-343(b)1(lo)-28(c)27(k)-342(diagon)1(al)-343(syste)-1(ms)-343(with)-343(t)1(rian)1(gular)-342(diagon)1(al)-343(en-)]TJ 0 -11.9552 Td[(tri)1(e)-1(s,)-350(p)1(repro)-27(c)-1(es)-1(sing)-346(s)-1(p)1(arse)-347(matrice)-1(s,)-350(an)1(d)-346(c)-1(on)28(t)1(ains)-347(ad)1(dit)1(ional)-346(rou)1(tines)-347(f)1(or)-347(d)1(e)-1(n)1(s)-1(e)]TJ 0 -11.9552 Td[(matrix)-439(op)-27(e)-1(r)1(ations.)-762(T)-1(h)1(e)-440(curr)1(e)-1(n)28(t)-439(impl)1(e)-1(me)-1(n)29(tation)-439(of)-439(P)1(SBLAS)-439(add)1(res)-1(se)-1(s)-440(a)-439(di)1(s)-1(-)]TJ 0 -11.9551 Td[(tri)1(bu)1(te)-1(d)-333(mem)-1(or)1(y)-334(exec)-1(u)1(tion)-333(mo)-28(del)-333(op)-27(e)-1(rat)1(ing)-333(with)-333(me)-1(ss)-1(age)-333(pass)-1(in)1(g.)]TJ 14.944 -17.3037 Td[(The)-382(PS)1(BL)-1(AS)-381(li)1(brar)1(y)-382(is)-382(in)29(te)-1(rn)1(ally)-381(impleme)-1(n)28(ted)-381(in)-382(t)1(he)-382(F)83(or)1(tran)-381(95)-382([)]TJ ET -1 0 0 1 172.3375 554.3723 cm +1 0 0 1 409.3334 573.3639 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -172.3375 -554.3723 cm +1 0 0 1 -409.3334 -573.3639 cm BT -/F8 9.9626 Tf 172.3375 554.3723 Td[(12)]TJ +/F8 9.9626 Tf 409.3334 573.3639 Td[(14)]TJ ET -1 0 0 1 182.3001 554.3723 cm +1 0 0 1 419.2961 573.3639 cm 0 g 0 G -1 0 0 1 -182.3001 -554.3723 cm +1 0 0 1 -419.2961 -573.3639 cm BT -/F8 9.9626 Tf 182.3001 554.3723 Td[(])-362(p)1(rogr)1(am)-1(min)1(g)-362(langu)1(age)-1(s.)-529(A)-362(s)-1(i)1(m)-1(il)1(ar)-362(ap)1(proac)28(h)-362(h)1(as)-362(b)-28(ee)-1(n)-361(ad)1(-)]TJ -82.4047 -11.9552 Td[(v)28(o)-28(cate)-1(d)-391(b)28(y)-391(a)-392(n)28(u)1(m)27(b)-27(e)-1(r)-391(of)-391(auth)1(ors)-1(,)-406(e.g.)-391([)]TJ +/F8 9.9626 Tf 419.2961 573.3639 Td[(])-382(p)1(ro-)]TJ -319.4007 -11.9551 Td[(gramming)-345(lan)1(guage,)-348(w)-1(i)1(th)-345(reuse)-346(an)1(d/or)-345(ad)1(aptation)-344(of)-345(s)-1(ome)-346(existin)1(g)-346(F)84(ortr)1(an)-345(77)]TJ 0 -11.9552 Td[(soft)28(w)27(ar)1(e)-1(,)-352(an)1(d)-348(a)-349(han)1(df)1(ul)-348(of)-348(C)-349(rou)1(tin)1(e)-1(s.)-490(A)-349(similar)-348(app)1(roac)28(h)-349(h)1(as)-349(b)-27(e)-1(en)-348(adv)28(o)-28(cate)-1(d)]TJ 0 -11.9552 Td[(b)28(y)-248(a)-248(n)28(u)1(m)27(b)-27(e)-1(r)-247(of)-248(aut)1(hors,)-265(e)-1(.)1(g.)-248([)]TJ ET -1 0 0 1 270.5471 542.4172 cm +1 0 0 1 224.5974 537.4984 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -270.5471 -542.4172 cm +1 0 0 1 -224.5974 -537.4984 cm BT -/F8 9.9626 Tf 270.5471 542.4172 Td[(11)]TJ +/F8 9.9626 Tf 224.5974 537.4984 Td[(13)]TJ ET -1 0 0 1 280.5098 542.4172 cm +1 0 0 1 234.5601 537.4984 cm 0 g 0 G -1 0 0 1 -280.5098 -542.4172 cm +1 0 0 1 -234.5601 -537.4984 cm BT -/F8 9.9626 Tf 280.5098 542.4172 Td[(].)-619(Moreo)28(v)28(e)-1(r)1(,)-407(t)1(he)-392(F)83(or)1(tran)-391(95)-392(facili)1(ties)]TJ -180.6144 -11.9552 Td[(for)-463(d)1(ynamic)-464(me)-1(mory)-463(managem)-1(en)28(t)-463(and)-463(in)29(te)-1(r)1(face)-464(o)27(v)28(erload)1(in)1(g)-464(greatly)-463(e)-1(n)1(han)1(c)-1(e)]TJ 0 -11.9552 Td[(th)1(e)-464(u)1(s)-1(ab)1(ilit)28(y)-462(of)-463(t)1(he)-463(PS)1(B)-1(LAS)-462(sub)1(routi)1(nes)-1(.)-832(In)-463(th)1(is)-463(w)27(a)28(y)84(,)-495(the)-463(lib)1(rar)1(y)-463(can)-463(tak)28(e)]TJ 0 -11.9551 Td[(care)-384(of)-382(run)29(time)-384(me)-1(mory)-382(re)-1(q)1(uir)1(e)-1(me)-1(n)29(ts)-384(th)1(at)-383(are)-383(quit)1(e)-384(d)1(i\016)-1(cul)1(t)-383(or)-383(e)-1(v)28(en)-383(i)1(m)-1(p)-27(os)-1(si-)]TJ 0 -11.9552 Td[(bl)1(e)-429(to)-428(p)1(redict)-428(at)-428(impl)1(e)-1(me)-1(n)29(tation)-427(or)-428(c)-1(omp)1(ilation)-427(time)-1(.)-728(In)-428(t)1(he)-428(c)-1(u)1(rren)28(t)-428(releas)-1(e)]TJ 0 -11.9552 Td[(w)28(e)-416(rely)-415(on)-414(the)-415(a)28(v)55(ai)1(labil)1(it)28(y)-415(of)-415(th)1(e)-416(so-c)-1(all)1(e)-1(d)-415(al)1(lo)-28(catable)-415(e)-1(x)1(te)-1(n)1(s)-1(i)1(ons,)-436(sp)-27(e)-1(ci\014ed)-415(in)]TJ 0 -11.9551 Td[(TR)-311(15581.)-437(S)1(tri)1(c)-1(tly)-310(sp)-28(eakin)1(g)-311(th)1(e)-1(y)-310(are)-311(ou)1(ts)-1(i)1(de)-311(th)1(e)-311(F)83(or)1(tran)-310(95)-311(stand)1(ard)1(;)-318(ho)28(w)27(ev)28(er)]TJ 0 -11.9552 Td[(th)1(e)-1(y)-346(ha)28(v)28(e)-347(b)-28(ee)-1(n)-346(in)1(c)-1(l)1(uded)-346(in)-346(the)-347(F)84(ortran)-346(2003)-347(l)1(angu)1(age)-348(stan)1(dard)1(,)-350(and)-346(are)-347(a)28(v)56(ail-)]TJ 0 -11.9552 Td[(abl)1(e)-365(in)-363(pr)1(ac)-1(tically)-363(all)-364(F)84(ortran)-363(95)-364(c)-1(ompil)1(e)-1(r)1(s)-365(on)-364(t)1(he)-364(m)-1(ar)1(k)27(et,)-371(inclu)1(din)1(g)-364(the)-364(GNU)]TJ 0 -11.9551 Td[(F)84(ortran)-402(com)-1(p)1(iler)-402(from)-403(t)1(he)-403(F)84(re)-1(e)-403(S)1(oft)28(w)28(are)-403(F)84(oun)1(dation)-402(\050as)-403(of)-402(v)28(ersion)-402(4.2\051.)-652(The)]TJ 0 -11.9552 Td[(pr)1(e)-1(se)-1(n)29(tation)-432(of)-432(th)1(e)-433(P)1(SBLAS)-432(lib)1(rary)-432(f)1(ollo)28(ws)-433(the)-432(ge)-1(n)1(e)-1(r)1(al)-433(stru)1(c)-1(t)1(ure)-432(of)-432(the)-433(p)1(ro-)]TJ 0 -11.9552 Td[(p)-27(os)-1(al)-371(for)-371(s)-1(erial)-371(Sp)1(arse)-373(BLAS)-371([)]TJ +/F8 9.9626 Tf 234.5601 537.4984 Td[(].)-416(M)1(oreo)27(v)28(er,)-265(th)1(e)-249(F)84(ortr)1(an)-248(95)-248(facilit)1(ie)-1(s)-248(for)-248(d)1(ynamic)]TJ -134.6647 -11.9551 Td[(me)-1(mory)-297(managem)-1(en)28(t)-297(and)-297(in)28(terf)1(ac)-1(e)-298(o)28(v)28(erload)1(ing)-297(greatly)-297(e)-1(n)1(han)1(c)-1(e)-298(th)1(e)-298(usabil)1(it)28(y)-298(of)]TJ 0 -11.9552 Td[(th)1(e)-458(P)1(SBLAS)-457(sub)1(rou)1(tines)-1(.)-815(In)-456(thi)1(s)-458(w)28(a)28(y)83(,)-487(the)-457(lib)1(rary)-456(c)-1(an)-456(tak)28(e)-458(care)-457(of)-457(r)1(un)28(ti)1(m)-1(e)]TJ 0 -11.9552 Td[(me)-1(mory)-403(requi)1(rem)-1(en)28(ts)-404(th)1(at)-404(ar)1(e)-404(quit)1(e)-404(di\016c)-1(u)1(lt)-403(or)-403(e)-1(v)28(en)-403(im)-1(p)-27(oss)-1(ib)1(le)-404(to)-403(predi)1(c)-1(t)-403(at)]TJ 0 -11.9551 Td[(impl)1(e)-1(me)-1(n)29(tation)-285(or)-284(c)-1(ompi)1(lation)-285(t)1(im)-1(e.)-428(In)-285(th)1(e)-286(cur)1(re)-1(n)29(t)-285(rele)-1(ase)-286(w)28(e)-285(re)-1(l)1(y)-285(on)-285(th)1(e)-286(a)28(v)56(ail-)]TJ 0 -11.9552 Td[(abi)1(lit)28(y)-405(of)-404(the)-405(s)-1(o-called)-405(allo)-27(c)-1(atab)1(le)-405(e)-1(xtension)1(s)-1(,)-422(s)-1(p)-27(e)-1(ci\014)1(e)-1(d)-404(in)-405(TR)-405(15581.)-659(Str)1(ic)-1(tl)1(y)]TJ 0 -11.9552 Td[(sp)-28(eakin)1(g)-330(th)1(e)-1(y)-329(are)-330(ou)1(ts)-1(i)1(de)-330(th)1(e)-330(F)83(or)1(tran)-329(95)-330(stand)1(ard)1(;)-331(h)1(o)27(w)28(e)-1(v)28(er)-329(they)-329(ha)28(v)28(e)-330(b)-27(e)-1(en)-329(in-)]TJ 0 -11.9551 Td[(clud)1(e)-1(d)-367(in)-366(the)-368(F)84(ortr)1(an)-367(2003)-368(lan)1(guage)-368(stand)1(ard)1(,)-376(and)-367(ar)1(e)-368(a)28(v)56(ailabl)1(e)-368(in)-367(pr)1(ac)-1(ti)1(c)-1(all)1(y)]TJ 0 -11.9552 Td[(all)-412(F)84(ortr)1(an)-412(95)-412(com)-1(p)1(ilers)-412(on)-412(th)1(e)-413(mark)28(et,)-431(inclu)1(din)1(g)-412(the)-412(GNU)-412(F)84(ortran)-411(c)-1(omp)1(iler)]TJ 0 -11.9552 Td[(fr)1(om)-336(th)1(e)-336(F)84(ree)-336(S)1(oft)28(w)28(are)-336(F)84(oun)1(dation)-334(\050as)-336(of)-334(v)28(e)-1(r)1(s)-1(ion)-334(4.2\051.)-450(Th)1(e)-336(pr)1(e)-1(se)-1(n)29(tation)-335(of)-334(the)]TJ 0 -11.9551 Td[(PS)1(BLAS)-370(lib)1(rary)-370(f)1(ollo)28(ws)-371(th)1(e)-371(general)-370(structur)1(e)-371(of)-370(t)1(he)-371(p)1(rop)-27(os)-1(al)-370(f)1(or)-370(s)-1(eri)1(al)-370(Spar)1(s)-1(e)]TJ 0 -11.9552 Td[(BLAS)-457([)]TJ ET -1 0 0 1 232.957 410.9103 cm +1 0 0 1 133.5026 405.9916 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -232.957 -410.9103 cm +1 0 0 1 -133.5026 -405.9916 cm BT -/F8 9.9626 Tf 232.957 410.9103 Td[(6)]TJ +/F8 9.9626 Tf 133.5026 405.9916 Td[(7)]TJ ET -1 0 0 1 237.9384 410.9103 cm +1 0 0 1 138.484 405.9916 cm 0 g 0 G -1 0 0 1 -237.9384 -410.9103 cm +1 0 0 1 -138.484 -405.9916 cm BT -/F8 9.9626 Tf 237.9384 410.9103 Td[(,)]TJ +/F8 9.9626 Tf 138.484 405.9916 Td[(,)]TJ ET -1 0 0 1 244.4095 410.9103 cm +1 0 0 1 145.8008 405.9916 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -244.4095 -410.9103 cm +1 0 0 1 -145.8008 -405.9916 cm BT -/F8 9.9626 Tf 244.4095 410.9103 Td[(7)]TJ +/F8 9.9626 Tf 145.8008 405.9916 Td[(8)]TJ ET -1 0 0 1 249.3908 410.9103 cm +1 0 0 1 150.7822 405.9916 cm 0 g 0 G -1 0 0 1 -249.3908 -410.9103 cm +1 0 0 1 -150.7822 -405.9916 cm BT -/F8 9.9626 Tf 249.3908 410.9103 Td[(],)-381(whi)1(c)27(h)-371(in)-372(i)1(ts)-372(turn)-371(is)-372(b)1(as)-1(ed)-372(on)-371(th)1(e)-373(p)1(rop)-27(os)-1(al)]TJ -149.4954 -11.9552 Td[(for)-333(BLAS)-333(on)-333(d)1(e)-1(n)1(s)-1(e)-333(m)-1(atr)1(ic)-1(es)-334([)]TJ +/F8 9.9626 Tf 150.7822 405.9916 Td[(],)-487(whic)28(h)-456(in)-456(its)-457(tur)1(n)-457(i)1(s)-457(base)-1(d)-456(on)-456(the)-457(p)1(rop)-27(os)-1(al)-456(for)-456(B)-1(LAS)-456(on)-456(d)1(e)-1(n)1(s)-1(e)]TJ -50.8868 -11.9552 Td[(matrice)-1(s)-333([)]TJ ET -1 0 0 1 228.469 398.9551 cm +1 0 0 1 142.5964 394.0364 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -228.469 -398.9551 cm +1 0 0 1 -142.5964 -394.0364 cm BT -/F8 9.9626 Tf 228.469 398.9551 Td[(1)]TJ +/F8 9.9626 Tf 142.5964 394.0364 Td[(12)]TJ ET -1 0 0 1 233.4504 398.9551 cm +1 0 0 1 152.5591 394.0364 cm 0 g 0 G -1 0 0 1 -233.4504 -398.9551 cm +1 0 0 1 -152.5591 -394.0364 cm BT -/F8 9.9626 Tf 233.4504 398.9551 Td[(,)]TJ +/F8 9.9626 Tf 152.5591 394.0364 Td[(,)]TJ ET -1 0 0 1 239.5386 398.9551 cm +1 0 0 1 158.6474 394.0364 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -239.5386 -398.9551 cm +1 0 0 1 -158.6474 -394.0364 cm BT -/F8 9.9626 Tf 239.5386 398.9551 Td[(2)]TJ +/F8 9.9626 Tf 158.6474 394.0364 Td[(4)]TJ ET -1 0 0 1 244.52 398.9551 cm +1 0 0 1 163.6287 394.0364 cm 0 g 0 G -1 0 0 1 -244.52 -398.9551 cm +1 0 0 1 -163.6287 -394.0364 cm BT -/F8 9.9626 Tf 244.52 398.9551 Td[(,)]TJ +/F8 9.9626 Tf 163.6287 394.0364 Td[(,)]TJ ET -1 0 0 1 250.6083 398.9551 cm +1 0 0 1 169.717 394.0364 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -250.6083 -398.9551 cm +1 0 0 1 -169.717 -394.0364 cm BT -/F8 9.9626 Tf 250.6083 398.9551 Td[(3)]TJ +/F8 9.9626 Tf 169.717 394.0364 Td[(5)]TJ ET -1 0 0 1 255.5896 398.9551 cm +1 0 0 1 174.6984 394.0364 cm 0 g 0 G -1 0 0 1 -255.5896 -398.9551 cm +1 0 0 1 -174.6984 -394.0364 cm BT -/F8 9.9626 Tf 255.5896 398.9551 Td[(].)]TJ -140.7502 -19.763 Td[(The)-403(app)1(licabili)1(t)28(y)-403(of)-403(sparse)-403(ite)-1(r)1(ativ)28(e)-403(s)-1(olv)28(ers)-403(to)-403(m)-1(an)29(y)-403(di\013eren)28(t)-403(areas)-404(cause)-1(s)]TJ -14.944 -11.9552 Td[(som)-1(e)-317(termin)1(ology)-316(pr)1(oblem)-1(s)-316(b)-28(ec)-1(au)1(s)-1(e)-316(the)-317(sam)-1(e)-316(c)-1(on)1(c)-1(ept)-316(ma)27(y)-316(b)-27(e)-317(denot)1(e)-1(d)-316(th)1(rough)]TJ 0 -11.9552 Td[(di)1(\013)-1(eren)28(t)-342(n)1(am)-1(es)-342(dep)-28(end)1(ing)-342(on)-341(the)-342(ap)1(plication)-341(area.)-470(The)-342(PS)1(B)-1(LAS)-341(featur)1(e)-1(s)-342(pr)1(e)-1(-)]TJ 0 -11.9551 Td[(se)-1(n)28(ted)-450(i)1(n)-450(th)1(is)-451(d)1(o)-28(cume)-1(n)29(t)-450(w)-1(i)1(ll)-450(b)-27(e)-451(d)1(isc)-1(u)1(s)-1(se)-1(d)-449(re)-1(f)1(e)-1(r)1(rin)1(g)-450(to)-450(a)-450(\014n)1(ite)-450(di\013ere)-1(n)1(c)-1(e)-450(di)1(s)-1(-)]TJ 0 -11.9552 Td[(cre)-1(t)1(iz)-1(ati)1(on)-329(of)-329(a)-329(P)28(art)1(ial)-329(Di\013e)-1(r)1(e)-1(n)28(t)1(ial)-329(Equ)1(ation)-329(\050P)1(DE\051)1(.)-329(Ho)27(w)28(e)-1(v)28(er,)-329(the)-330(scop)-28(e)-329(of)-329(the)]TJ 0 -11.9552 Td[(lib)1(rar)1(y)-345(is)-345(wid)1(e)-1(r)-344(th)1(an)-345(th)1(at:)-467(f)1(or)-345(example,)-347(it)-345(can)-344(b)-27(e)-346(ap)1(pl)1(ie)-1(d)-344(to)-344(\014ni)1(te)-345(e)-1(l)1(e)-1(me)-1(n)29(t)-345(di)1(s)-1(-)]TJ 0 -11.9551 Td[(cre)-1(t)1(iz)-1(ati)1(ons)-278(of)-278(P)1(DEs,)-289(and)-277(e)-1(v)28(en)-278(to)-278(d)1(i\013e)-1(ren)28(t)-278(class)-1(es)-279(of)-277(pr)1(oblem)-1(s)-278(s)-1(u)1(c)27(h)-277(as)-279(n)1(onli)1(near)]TJ 0 -11.9552 Td[(opt)1(im)-1(i)1(z)-1(ati)1(on,)-333(for)-333(example)-333(in)-333(opti)1(m)-1(al)-333(con)28(trol)-333(p)1(rob)1(le)-1(ms.)]TJ 14.944 -19.7631 Td[(The)-489(des)-1(ign)-488(of)-489(a)-489(solv)28(e)-1(r)-488(for)-489(spar)1(s)-1(e)-489(linear)-489(syste)-1(ms)-490(i)1(s)-490(dr)1(iv)28(en)-489(b)28(y)-489(man)28(y)-489(con-)]TJ -14.944 -11.9552 Td[(\015i)1(c)-1(ti)1(ng)-385(ob)-55(j)1(e)-1(ctiv)28(es)-1(,)-397(suc)28(h)-384(as)-385(limitin)1(g)-385(o)-28(ccupat)1(ion)-384(of)-384(s)-1(tor)1(age)-385(res)-1(ou)1(rc)-1(es,)-398(exp)1(loitin)1(g)]TJ 0 -11.9551 Td[(regul)1(arities)-433(in)-432(the)-433(in)1(put)-432(data,)-457(e)-1(x)1(ploi)1(ting)-432(hard)1(w)27(ar)1(e)-434(c)28(har)1(ac)-1(teristics)-434(of)-432(th)1(e)-434(p)1(ar-)]TJ 0 -11.9552 Td[(allel)-370(p)1(latf)1(orm.)-554(T)83(o)-370(ac)27(h)1(ie)-1(v)28(e)-370(an)-369(optimal)-370(com)-1(m)28(un)1(ication)-370(t)1(o)-370(c)-1(ompu)1(tation)-369(ratio)-370(on)]TJ 0 -11.9552 Td[(di)1(s)-1(tr)1(ibu)1(te)-1(d)-442(me)-1(mory)-442(m)-1(ac)28(hin)1(e)-1(s)-443(it)-443(i)1(s)-444(es)-1(sen)28(tial)-443(t)1(o)-443(k)28(e)-1(ep)-443(th)1(e)]TJ/F19 9.9626 Tf 253.9609 0 Td[(data)-459(lo)51(c)51(al)1(ity)]TJ/F8 9.9626 Tf 57.6087 0 Td[(as)-443(high)]TJ -311.5696 -11.9551 Td[(as)-381(p)-27(os)-1(sibl)1(e)-1(;)-404(th)1(is)-381(c)-1(an)-380(b)-27(e)-382(d)1(one)-381(th)1(rou)1(gh)-381(an)-380(ap)1(prop)1(riate)-381(d)1(ata)-381(all)1(o)-28(c)-1(ati)1(on)-381(strat)1(e)-1(gy)84(.)]TJ 0 -11.9552 Td[(The)-389(c)27(h)1(oic)-1(e)-389(of)-388(the)-389(pr)1(e)-1(cond)1(ition)1(e)-1(r)-388(is)-389(anoth)1(e)-1(r)-388(v)28(e)-1(ry)-388(imp)-28(or)1(tan)28(t)-389(f)1(ac)-1(tor)-388(that)-389(a\013ec)-1(ts)]TJ 0 -11.9552 Td[(e\016)-1(ciency)-416(of)-414(the)-416(i)1(m)-1(p)1(lem)-1(en)28(ted)-415(app)1(lication.)-690(O)1(ptimal)-415(dat)1(a)-416(d)1(istrib)1(ution)-414(re)-1(q)1(uir)1(e)-1(-)]TJ 0 -11.9551 Td[(me)-1(n)28(t)1(s)-442(f)1(or)-441(a)-440(giv)28(e)-1(n)-440(p)1(re)-1(cond)1(ition)1(e)-1(r)-440(ma)27(y)-440(con\015i)1(c)-1(t)-440(w)-1(i)1(th)-441(d)1(istrib)1(ution)-440(requ)1(irem)-1(en)28(ts)]TJ 0 -11.9552 Td[(of)-427(th)1(e)-428(rest)-428(of)-426(the)-427(s)-1(olv)28(er.)-726(F)1(ind)1(ing)-427(th)1(e)-428(opt)1(im)-1(al)-427(tr)1(ade-)-1(o\013)-427(ma)27(y)-427(b)-27(e)-428(v)28(ery)-427(d)1(i\016c)-1(u)1(lt)]TJ 0 -11.9552 Td[(b)-27(e)-1(cause)-394(it)-392(is)-394(ap)1(pli)1(c)-1(ation)-392(dep)-27(e)-1(n)1(den)28(t.)-624(P)29(os)-1(sibl)1(e)-394(soluti)1(ons)-393(to)-393(thes)-1(e)-393(pr)1(oblems)-394(and)]TJ 0 -11.9551 Td[(oth)1(e)-1(r)-430(i)1(m)-1(p)-27(ortan)29(t)-430(inp)1(uts)-430(to)-430(th)1(e)-431(d)1(e)-1(v)28(elopmen)28(t)-430(of)-430(th)1(e)-431(P)1(SBLAS)-430(soft)28(w)28(are)-430(pac)28(k)55(age)]TJ 0 -11.9552 Td[(ha)28(v)28(e)-385(c)-1(ome)-385(fr)1(om)-386(an)-384(es)-1(tab)1(lished)-385(exp)-27(e)-1(r)1(ie)-1(n)1(c)-1(e)-385(in)-384(app)1(lyin)1(g)-385(th)1(e)-386(P)1(SBLAS)-385(solv)28(ers)-385(to)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(onal)-333(\015u)1(id)-333(d)1(ynamics)-334(app)1(lications.)]TJ +/F8 9.9626 Tf 174.6984 394.0364 Td[(].)]TJ -59.859 -17.3037 Td[(The)-403(app)1(licabili)1(t)28(y)-403(of)-403(sparse)-403(ite)-1(r)1(ativ)28(e)-403(s)-1(olv)28(ers)-403(to)-403(m)-1(an)29(y)-403(di\013eren)28(t)-403(areas)-404(cause)-1(s)]TJ -14.944 -11.9552 Td[(som)-1(e)-317(termin)1(ology)-316(pr)1(oblem)-1(s)-316(b)-28(ec)-1(au)1(s)-1(e)-316(the)-317(sam)-1(e)-316(c)-1(on)1(c)-1(ept)-316(ma)27(y)-316(b)-27(e)-317(denot)1(e)-1(d)-316(th)1(rough)]TJ 0 -11.9551 Td[(di)1(\013)-1(eren)28(t)-342(n)1(am)-1(es)-342(dep)-28(end)1(ing)-342(on)-341(the)-342(ap)1(plication)-341(area.)-470(The)-342(PS)1(B)-1(LAS)-341(featur)1(e)-1(s)-342(pr)1(e)-1(-)]TJ 0 -11.9552 Td[(se)-1(n)28(ted)-450(i)1(n)-450(th)1(is)-451(d)1(o)-28(cume)-1(n)29(t)-450(w)-1(i)1(ll)-450(b)-27(e)-451(d)1(isc)-1(u)1(s)-1(se)-1(d)-449(re)-1(f)1(e)-1(r)1(rin)1(g)-450(to)-450(a)-450(\014n)1(ite)-450(di\013ere)-1(n)1(c)-1(e)-450(di)1(s)-1(-)]TJ 0 -11.9552 Td[(cre)-1(t)1(iz)-1(ati)1(on)-329(of)-329(a)-329(P)28(art)1(ial)-329(Di\013e)-1(r)1(e)-1(n)28(t)1(ial)-329(Equ)1(ation)-329(\050P)1(DE\051)1(.)-329(Ho)27(w)28(e)-1(v)28(er,)-329(the)-330(scop)-28(e)-329(of)-329(the)]TJ 0 -11.9551 Td[(lib)1(rar)1(y)-345(is)-345(wid)1(e)-1(r)-344(th)1(an)-345(th)1(at:)-467(f)1(or)-345(example,)-347(it)-345(can)-344(b)-27(e)-346(ap)1(pl)1(ie)-1(d)-344(to)-344(\014ni)1(te)-345(e)-1(l)1(e)-1(me)-1(n)29(t)-345(di)1(s)-1(-)]TJ 0 -11.9552 Td[(cre)-1(t)1(iz)-1(ati)1(ons)-278(of)-278(P)1(DEs,)-289(and)-277(e)-1(v)28(en)-278(to)-278(d)1(i\013e)-1(ren)28(t)-278(class)-1(es)-279(of)-277(pr)1(oblem)-1(s)-278(s)-1(u)1(c)27(h)-277(as)-279(n)1(onli)1(near)]TJ 0 -11.9552 Td[(opt)1(im)-1(i)1(z)-1(ati)1(on,)-333(for)-333(example)-333(in)-333(opti)1(m)-1(al)-333(con)28(trol)-333(p)1(rob)1(le)-1(ms.)]TJ 14.944 -17.3037 Td[(The)-489(des)-1(ign)-488(of)-489(a)-489(solv)28(e)-1(r)-488(for)-489(spar)1(s)-1(e)-489(linear)-489(syste)-1(ms)-490(i)1(s)-490(dr)1(iv)28(en)-489(b)28(y)-489(man)28(y)-489(con-)]TJ -14.944 -11.9552 Td[(\015i)1(c)-1(ti)1(ng)-385(ob)-55(j)1(e)-1(ctiv)28(es)-1(,)-397(suc)28(h)-384(as)-385(limitin)1(g)-385(o)-28(ccupat)1(ion)-384(of)-384(s)-1(tor)1(age)-385(res)-1(ou)1(rc)-1(es,)-398(exp)1(loitin)1(g)]TJ 0 -11.9551 Td[(regul)1(arities)-433(in)-432(the)-433(in)1(put)-432(data,)-457(e)-1(x)1(ploi)1(ting)-432(hard)1(w)27(ar)1(e)-434(c)28(har)1(ac)-1(teristics)-434(of)-432(th)1(e)-434(p)1(ar-)]TJ 0 -11.9552 Td[(allel)-370(p)1(latf)1(orm.)-554(T)83(o)-370(ac)27(h)1(ie)-1(v)28(e)-370(an)-369(optimal)-370(com)-1(m)28(un)1(ication)-370(t)1(o)-370(c)-1(ompu)1(tation)-369(ratio)-370(on)]TJ 0 -11.9552 Td[(di)1(s)-1(tr)1(ibu)1(te)-1(d)-442(me)-1(mory)-442(m)-1(ac)28(hin)1(e)-1(s)-443(it)-443(i)1(s)-444(es)-1(sen)28(tial)-443(t)1(o)-443(k)28(e)-1(ep)-443(th)1(e)]TJ/F19 9.9626 Tf 253.9609 0 Td[(data)-459(lo)51(c)51(al)1(ity)]TJ/F8 9.9626 Tf 57.6087 0 Td[(as)-443(high)]TJ -311.5696 -11.9551 Td[(as)-381(p)-27(os)-1(sibl)1(e)-1(;)-404(th)1(is)-381(c)-1(an)-380(b)-27(e)-382(d)1(one)-381(th)1(rou)1(gh)-381(an)-380(ap)1(prop)1(riate)-381(d)1(ata)-381(all)1(o)-28(c)-1(ati)1(on)-381(strat)1(e)-1(gy)84(.)]TJ 0 -11.9552 Td[(The)-389(c)27(h)1(oic)-1(e)-389(of)-388(the)-389(pr)1(e)-1(cond)1(ition)1(e)-1(r)-388(is)-389(anoth)1(e)-1(r)-388(v)28(e)-1(ry)-388(imp)-28(or)1(tan)28(t)-389(f)1(ac)-1(tor)-388(that)-389(a\013ec)-1(ts)]TJ 0 -11.9552 Td[(e\016)-1(ciency)-416(of)-414(the)-416(i)1(m)-1(p)1(lem)-1(en)28(ted)-415(app)1(lication.)-690(O)1(ptimal)-415(dat)1(a)-416(d)1(istrib)1(ution)-414(re)-1(q)1(uir)1(e)-1(-)]TJ 0 -11.9551 Td[(me)-1(n)28(t)1(s)-442(f)1(or)-441(a)-440(giv)28(e)-1(n)-440(p)1(re)-1(cond)1(ition)1(e)-1(r)-440(ma)27(y)-440(con\015i)1(c)-1(t)-440(w)-1(i)1(th)-441(d)1(istrib)1(ution)-440(requ)1(irem)-1(en)28(ts)]TJ 0 -11.9552 Td[(of)-427(th)1(e)-428(rest)-428(of)-426(the)-427(s)-1(olv)28(er.)-726(F)1(ind)1(ing)-427(th)1(e)-428(opt)1(im)-1(al)-427(tr)1(ade-)-1(o\013)-427(ma)27(y)-427(b)-27(e)-428(v)28(ery)-427(d)1(i\016c)-1(u)1(lt)]TJ 0 -11.9552 Td[(b)-27(e)-1(cause)-394(it)-392(is)-394(ap)1(pli)1(c)-1(ation)-392(dep)-27(e)-1(n)1(den)28(t.)-624(P)29(os)-1(sibl)1(e)-394(soluti)1(ons)-393(to)-393(thes)-1(e)-393(pr)1(oblems)-394(and)]TJ 0 -11.9551 Td[(oth)1(e)-1(r)-430(i)1(m)-1(p)-27(ortan)29(t)-430(inp)1(uts)-430(to)-430(th)1(e)-431(d)1(e)-1(v)28(elopmen)28(t)-430(of)-430(th)1(e)-431(P)1(SBLAS)-430(soft)28(w)28(are)-430(pac)28(k)55(age)]TJ 0 -11.9552 Td[(ha)28(v)28(e)-385(c)-1(ome)-385(fr)1(om)-386(an)-384(es)-1(tab)1(lished)-385(exp)-27(e)-1(r)1(ie)-1(n)1(c)-1(e)-385(in)-384(app)1(lyin)1(g)-385(th)1(e)-386(P)1(SBLAS)-385(solv)28(ers)-385(to)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(onal)-333(\015u)1(id)-333(d)1(ynamics)-334(app)1(lications.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -5201,49 +5201,49 @@ endobj 562 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [171.3412 553.3761 183.2964 561.789] +/Rect [408.3372 572.3677 420.2924 580.7806] /Subtype /Link /A << /S /GoTo /D (cite.metcalf) >> >> endobj 563 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [269.5509 541.4209 281.5061 549.8338] +/Rect [223.6012 536.5022 235.5564 544.9151] /Subtype /Link /A << /S /GoTo /D (cite.machiels) >> >> endobj 564 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [231.9608 409.914 238.9346 418.3269] +/Rect [132.5064 404.9953 139.4802 413.4082] /Subtype /Link /A << /S /GoTo /D (cite.sblas97) >> >> endobj 565 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [243.4133 409.914 250.3871 418.3269] +/Rect [144.8046 404.9953 151.7784 413.4082] /Subtype /Link /A << /S /GoTo /D (cite.sblas02) >> >> endobj 566 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [227.4728 397.9589 234.4466 406.3718] +/Rect [141.6002 393.0402 153.5554 401.453] /Subtype /Link /A << /S /GoTo /D (cite.BLAS1) >> >> endobj 567 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [238.5424 397.9589 245.5162 406.3718] +/Rect [157.6511 393.0402 164.625 401.453] /Subtype /Link /A << /S /GoTo /D (cite.BLAS2) >> >> endobj 568 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [249.612 397.9589 256.5859 406.3718] +/Rect [168.7208 393.0402 175.6946 401.453] /Subtype /Link /A << /S /GoTo /D (cite.BLAS3) >> >> endobj @@ -5255,7 +5255,7 @@ endobj /ProcSet [ /PDF /Text ] >> endobj 583 0 obj << -/Length 11765 +/Length 7618 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -5264,86 +5264,73 @@ stream 0 g 0 G 1 0 0 1 -494.416 -740.9981 cm BT -/F18 14.3462 Tf 150.7049 706.1289 Td[(2)-1125(G)-1(ener)-1(al)-375(o)31(v)31(er)-1(view)]TJ/F8 9.9626 Tf 0 -23.4122 Td[(The)-519(PS)1(B)-1(LAS)-518(li)1(brar)1(y)-519(is)-519(des)-1(i)1(gned)-519(to)-519(h)1(and)1(le)-519(the)-519(impleme)-1(n)28(tat)1(ion)-519(of)-518(iterativ)28(e)]TJ 0 -11.9552 Td[(solv)28(e)-1(r)1(s)-502(for)-500(s)-1(p)1(ars)-1(e)-501(lin)1(e)-1(ar)-501(syste)-1(ms)-502(on)-501(d)1(istrib)1(uted)-501(me)-1(mory)-501(p)1(arallel)-501(com)-1(p)1(uters.)]TJ 0 -11.9551 Td[(The)-430(sys)-1(t)1(e)-1(m)-430(co)-28(e\016)-1(cie)-1(n)29(t)-430(matri)1(x)]TJ/F11 9.9626 Tf 136.2576 0 Td[(A)]TJ/F8 9.9626 Tf 11.7522 0 Td[(m)27(u)1(s)-1(t)-429(b)-27(e)-430(s)-1(qu)1(are;)-478(it)-429(m)-1(a)28(y)-429(b)-28(e)-430(r)1(e)-1(al)-429(or)-429(c)-1(omplex,)]TJ -148.0098 -11.9552 Td[(non)1(s)-1(y)1(m)-1(metric,)-373(an)1(d)-365(its)-365(s)-1(p)1(arsit)28(y)-365(p)1(atte)-1(r)1(n)-365(n)1(e)-1(eds)-365(not)-365(to)-365(b)-27(e)-365(s)-1(ymme)-1(tr)1(ic)-1(.)-539(The)-365(se)-1(ri)1(al)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(on)-357(par)1(ts)-357(are)-358(b)1(as)-1(ed)-356(on)-357(th)1(e)-358(se)-1(r)1(ial)-357(sparse)-357(B)-1(LAS)1(,)-357(so)-357(that)-357(an)29(y)-357(e)-1(x)1(te)-1(n)1(s)-1(ion)]TJ 0 -11.9551 Td[(made)-321(t)1(o)-321(th)1(e)-321(d)1(ata)-321(stru)1(c)-1(t)1(ures)-321(of)-320(t)1(he)-321(se)-1(r)1(ial)-320(k)28(e)-1(r)1(nels)-321(i)1(s)-321(a)28(v)55(ai)1(labl)1(e)-321(to)-320(the)-320(paral)1(le)-1(l)-320(v)28(er-)]TJ 0 -11.9552 Td[(sion.)-688(The)-415(o)28(v)28(erall)-414(design)-414(and)-414(par)1(allelization)-414(s)-1(tr)1(ate)-1(gy)-414(h)1(a)27(v)28(e)-415(b)-27(ee)-1(n)-414(in)1(\015uenced)-415(b)29(y)]TJ 0 -11.9552 Td[(th)1(e)-349(stru)1(c)-1(tu)1(re)-348(of)-348(th)1(e)-348(ScaLAP)83(A)28(CK)-348(p)1(arall)1(e)-1(l)-348(l)1(ibr)1(ary)84(.)-488(T)-1(h)1(e)-348(la)28(y)28(e)-1(r)1(e)-1(d)-347(s)-1(tr)1(uctur)1(e)-349(of)-347(the)]TJ 0 -11.9551 Td[(PS)1(BLAS)-418(lib)1(rar)1(y)-418(is)-418(s)-1(h)1(o)27(wn)-417(in)-418(\014)1(gure)]TJ +/F18 14.3462 Tf 150.7049 706.1289 Td[(2)-1125(G)-1(ener)-1(al)-375(o)31(v)31(er)-1(view)]TJ/F8 9.9626 Tf 0 -22.7859 Td[(The)-519(PS)1(B)-1(LAS)-518(li)1(brar)1(y)-519(is)-519(des)-1(i)1(gned)-519(to)-519(h)1(and)1(le)-519(the)-519(impleme)-1(n)28(tat)1(ion)-519(of)-518(iterativ)28(e)]TJ 0 -11.9552 Td[(solv)28(e)-1(r)1(s)-502(for)-500(s)-1(p)1(ars)-1(e)-501(lin)1(e)-1(ar)-501(syste)-1(ms)-502(on)-501(d)1(istrib)1(uted)-501(me)-1(mory)-501(p)1(arallel)-501(com)-1(p)1(uters.)]TJ 0 -11.9552 Td[(The)-430(sys)-1(t)1(e)-1(m)-430(co)-28(e\016)-1(cie)-1(n)29(t)-430(matri)1(x)]TJ/F11 9.9626 Tf 136.2576 0 Td[(A)]TJ/F8 9.9626 Tf 11.7522 0 Td[(m)27(u)1(s)-1(t)-429(b)-27(e)-430(s)-1(qu)1(are;)-478(it)-429(m)-1(a)28(y)-429(b)-28(e)-430(r)1(e)-1(al)-429(or)-429(c)-1(omplex,)]TJ -148.0098 -11.9551 Td[(non)1(s)-1(y)1(m)-1(metric,)-373(an)1(d)-365(its)-365(s)-1(p)1(arsit)28(y)-365(p)1(atte)-1(r)1(n)-365(n)1(e)-1(eds)-365(not)-365(to)-365(b)-27(e)-365(s)-1(ymme)-1(tr)1(ic)-1(.)-539(The)-365(se)-1(ri)1(al)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(on)-357(par)1(ts)-357(are)-358(b)1(as)-1(ed)-356(on)-357(th)1(e)-358(se)-1(r)1(ial)-357(sparse)-357(B)-1(LAS)1(,)-357(so)-357(that)-357(an)29(y)-357(e)-1(x)1(te)-1(n)1(s)-1(ion)]TJ 0 -11.9552 Td[(made)-474(to)-473(th)1(e)-474(dat)1(a)-474(stru)1(c)-1(tu)1(res)-474(of)-473(th)1(e)-474(s)-1(eri)1(al)-473(k)28(e)-1(rn)1(e)-1(l)1(s)-474(is)-474(a)28(v)56(ailab)1(le)-474(to)-473(th)1(e)-474(par)1(allel)]TJ 0 -11.9551 Td[(v)28(ers)-1(i)1(on.)-724(T)-1(h)1(e)-427(o)27(v)28(erall)-426(des)-1(i)1(gn)-427(an)1(d)-427(p)1(arall)1(e)-1(li)1(z)-1(ati)1(on)-427(strategy)-427(h)1(a)28(v)28(e)-428(b)-27(ee)-1(n)-426(in\015)1(uence)-1(d)]TJ 0 -11.9552 Td[(b)28(y)-373(the)-373(s)-1(tr)1(ucture)-374(of)-373(th)1(e)-374(ScaLAP)84(A)28(C)-1(K)-373(par)1(allel)-373(libr)1(ary)84(.)-565(The)-374(la)28(y)28(ered)-373(s)-1(tr)1(ucture)-374(of)]TJ 0 -11.9552 Td[(th)1(e)-425(PS)1(B)-1(LAS)-423(libr)1(ary)-424(is)-424(s)-1(h)1(o)27(wn)-424(i)1(n)-424(\014gu)1(re)]TJ ET -1 0 0 1 309.6887 587.0754 cm +1 0 0 1 328.1276 587.7016 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -309.6887 -587.0754 cm +1 0 0 1 -328.1276 -587.7016 cm BT -/F8 9.9626 Tf 309.6887 587.0754 Td[(1)]TJ +/F8 9.9626 Tf 328.1276 587.7016 Td[(1)]TJ ET -1 0 0 1 314.67 587.0754 cm +1 0 0 1 333.1089 587.7016 cm 0 g 0 G -1 0 0 1 -314.67 -587.0754 cm +1 0 0 1 -333.1089 -587.7016 cm BT -/F8 9.9626 Tf 318.8345 587.0754 Td[(;)-460(lo)28(w)27(er)-418(l)1(a)27(y)28(ers)-418(of)-418(th)1(e)-419(li)1(brar)1(y)-418(in)1(dicate)-418(an)]TJ -168.1296 -11.9552 Td[(encapsulati)1(on)-423(r)1(e)-1(l)1(ationshi)1(p)-422(w)-1(i)1(th)-422(upp)-27(er)-423(l)1(a)27(y)28(ers.)-712(The)-423(on)1(goin)1(g)-423(d)1(is)-1(cuss)-1(i)1(on)-422(fo)-28(cuse)-1(s)]TJ 0 -11.9552 Td[(on)-444(t)1(he)-444(F)83(ort)1(ran)-444(95)-444(la)28(y)28(er)-444(imme)-1(d)1(iately)-444(b)-27(e)-1(lo)28(w)-444(the)-444(app)1(lication)-443(la)28(y)28(e)-1(r)1(.)-777(The)-444(se)-1(ri)1(al)]TJ 0 -11.9551 Td[(par)1(ts)-475(of)-473(the)-474(c)-1(ompu)1(tation)-473(on)-474(eac)27(h)-474(p)1(ro)-28(ce)-1(ss)-475(ar)1(e)-475(exec)-1(u)1(te)-1(d)-473(throu)1(gh)-474(calls)-474(to)-474(the)]TJ 0 -11.9552 Td[(se)-1(ri)1(al)-455(spar)1(s)-1(e)-455(BLAS)-454(sub)1(rout)1(ines)-1(.)-807(In)-454(a)-455(similar)-454(w)28(a)27(y)84(,)-485(t)1(he)-455(in)29(te)-1(r)1(-)-1(p)1(ro)-28(ce)-1(ss)-455(me)-1(ss)-1(age)]TJ 0 -11.9552 Td[(exc)27(h)1(anges)-370(ar)1(e)-370(i)1(m)-1(p)1(lem)-1(en)28(ted)-369(th)1(rou)1(gh)-369(t)1(he)-369(B)-1(asic)-369(Lin)1(e)-1(ar)-368(Algebra)-368(C)-1(omm)27(u)1(ni)1(c)-1(ation)]TJ 0 -11.9551 Td[(Su)1(br)1(outin)1(e)-1(s)-353(\050BLA)27(CS)1(\051)-353(lib)1(rary)-353([)]TJ +/F8 9.9626 Tf 333.1089 587.7016 Td[(;)-470(l)1(o)27(w)28(er)-424(la)28(y)28(e)-1(rs)-424(of)-424(the)-424(lib)1(rary)-424(in)1(di)1(c)-1(ate)]TJ -182.404 -11.9552 Td[(an)-463(encapsulati)1(on)-463(relation)1(s)-1(h)1(ip)-463(with)-463(up)1(p)-27(e)-1(r)-463(la)28(y)28(ers)-1(.)-834(The)-464(on)1(goin)1(g)-464(d)1(is)-1(cussion)-463(fo-)]TJ 0 -11.9551 Td[(cuse)-1(s)-448(on)-448(th)1(e)-449(F)84(ortran)-447(95)-448(la)28(y)28(e)-1(r)-448(i)1(m)-1(me)-1(d)1(iately)-448(b)-27(e)-1(l)1(o)27(w)-448(th)1(e)-449(ap)1(plication)-447(la)28(y)28(e)-1(r)1(.)-789(The)]TJ 0 -11.9552 Td[(se)-1(ri)1(al)-399(parts)-399(of)-399(the)-399(c)-1(ompu)1(tation)-399(on)-399(eac)27(h)-399(p)1(ro)-28(ces)-1(s)-400(ar)1(e)-400(exe)-1(cuted)-399(th)1(rough)-398(c)-1(all)1(s)-400(to)]TJ 0 -11.9552 Td[(th)1(e)-311(se)-1(r)1(ial)-310(spar)1(s)-1(e)-310(BLAS)-309(s)-1(u)1(brou)1(tines.)-437(In)-309(a)-310(sim)-1(i)1(lar)-310(w)28(a)28(y)83(,)-314(th)1(e)-311(i)1(n)28(ter-pro)-27(c)-1(es)-1(s)-310(me)-1(ss)-1(age)]TJ 0 -11.9551 Td[(exc)27(h)1(anges)-370(ar)1(e)-370(i)1(m)-1(p)1(lem)-1(en)28(ted)-369(th)1(rou)1(gh)-369(t)1(he)-369(B)-1(asic)-369(Lin)1(e)-1(ar)-368(Algebra)-368(C)-1(omm)27(u)1(ni)1(c)-1(ation)]TJ 0 -11.9552 Td[(Su)1(br)1(outin)1(e)-1(s)-353(\050BLA)27(CS)1(\051)-353(lib)1(rary)-353([)]TJ ET -1 0 0 1 285.6515 515.3444 cm +1 0 0 1 285.6515 515.9706 cm 0 1 0 rg 0 1 0 RG -1 0 0 1 -285.6515 -515.3444 cm +1 0 0 1 -285.6515 -515.9706 cm BT -/F8 9.9626 Tf 285.6515 515.3444 Td[(5)]TJ +/F8 9.9626 Tf 285.6515 515.9706 Td[(6)]TJ ET -1 0 0 1 290.6329 515.3444 cm +1 0 0 1 290.6329 515.9706 cm 0 g 0 G -1 0 0 1 -290.6329 -515.3444 cm +1 0 0 1 -290.6329 -515.9706 cm BT -/F8 9.9626 Tf 290.6329 515.3444 Td[(])-353(th)1(at)-353(guar)1(an)28(te)-1(es)-354(a)-353(p)-27(ort)1(able)-353(and)-352(e)-1(\016c)-1(i)1(e)-1(n)28(t)-353(com-)]TJ -139.928 -11.9552 Td[(m)27(u)1(ni)1(c)-1(ation)-398(la)28(y)28(e)-1(r)1(.)-642(T)-1(h)1(e)-400(Mess)-1(age)-400(P)29(as)-1(sing)-399(In)28(terf)1(ac)-1(e)-399(c)-1(o)-28(d)1(e)-400(is)-399(e)-1(n)1(c)-1(ap)1(s)-1(u)1(late)-1(d)-398(w)-1(i)1(thin)]TJ 0 -11.9552 Td[(th)1(e)-386(BLA)27(CS)-384(la)28(y)28(e)-1(r)1(.)-600(Ho)28(w)27(ev)28(er,)-398(in)-384(s)-1(ome)-386(case)-1(s,)-398(MP)1(I)-385(routi)1(nes)-386(are)-385(di)1(re)-1(ctly)-384(use)-1(d)-385(ei-)]TJ 0 -11.9551 Td[(th)1(e)-1(r)-403(to)-404(i)1(m)-1(p)1(ro)28(v)28(e)-404(e)-1(\016c)-1(i)1(e)-1(n)1(c)-1(y)-403(or)-403(to)-404(impl)1(e)-1(me)-1(n)29(t)-404(com)-1(m)28(un)1(ic)-1(at)1(ion)-403(pattern)1(s)-404(for)-403(w)-1(h)1(ic)27(h)]TJ 0 -11.9552 Td[(th)1(e)-334(B)-1(LA)28(CS)-333(p)1(ac)27(k)56(age)-334(do)-27(e)-1(sn't)-333(pr)1(o)28(vide)-333(an)28(y)-333(m)-1(eth)1(o)-28(d.)]TJ 14.9439 -12.8102 Td[(In)-416(an)29(y)-416(c)-1(ase)-417(w)28(e)-416(pro)28(vi)1(de)-416(w)-1(r)1(app)-27(e)-1(r)1(s)-417(ar)1(oun)1(d)-416(th)1(e)-417(BLA)28(C)-1(S)-415(rou)1(tines)-416(s)-1(o)-416(th)1(at)-416(the)]TJ -14.9439 -11.9552 Td[(user)-333(do)-28(es)-334(not)-333(n)1(e)-1(ed)-333(to)-333(delv)28(e)-334(in)29(to)-334(th)1(e)-1(i)1(r)-333(details)-334(\050see)-334(Sec)-1(.)]TJ +/F8 9.9626 Tf 290.6329 515.9706 Td[(])-353(th)1(at)-353(guar)1(an)28(te)-1(es)-354(a)-353(p)-27(ort)1(able)-353(and)-352(e)-1(\016c)-1(i)1(e)-1(n)28(t)-353(com-)]TJ -139.928 -11.9552 Td[(m)27(u)1(ni)1(c)-1(ation)-398(la)28(y)28(e)-1(r)1(.)-642(T)-1(h)1(e)-400(Mess)-1(age)-400(P)29(as)-1(sing)-399(In)28(terf)1(ac)-1(e)-399(c)-1(o)-28(d)1(e)-400(is)-399(e)-1(n)1(c)-1(ap)1(s)-1(u)1(late)-1(d)-398(w)-1(i)1(thin)]TJ 0 -11.9551 Td[(th)1(e)-386(BLA)27(CS)-384(la)28(y)28(e)-1(r)1(.)-600(Ho)28(w)27(ev)28(er,)-398(in)-384(s)-1(ome)-386(case)-1(s,)-398(MP)1(I)-385(routi)1(nes)-386(are)-385(di)1(re)-1(ctly)-384(use)-1(d)-385(ei-)]TJ 0 -11.9552 Td[(th)1(e)-1(r)-403(to)-404(i)1(m)-1(p)1(ro)28(v)28(e)-404(e)-1(\016c)-1(i)1(e)-1(n)1(c)-1(y)-403(or)-403(to)-404(impl)1(e)-1(me)-1(n)29(t)-404(com)-1(m)28(un)1(ic)-1(at)1(ion)-403(pattern)1(s)-404(for)-403(w)-1(h)1(ic)27(h)]TJ 0 -11.9552 Td[(th)1(e)-334(B)-1(LA)28(CS)-333(p)1(ac)27(k)56(age)-334(do)-27(e)-1(sn't)-333(pr)1(o)28(vide)-333(an)28(y)-333(m)-1(eth)1(o)-28(d.)]TJ 14.9439 -12.4736 Td[(In)-416(an)29(y)-416(c)-1(ase)-417(w)28(e)-416(pro)28(vi)1(de)-416(w)-1(r)1(app)-27(e)-1(r)1(s)-417(ar)1(oun)1(d)-416(th)1(e)-417(BLA)28(C)-1(S)-415(rou)1(tines)-416(s)-1(o)-416(th)1(at)-416(the)]TJ -14.9439 -11.9552 Td[(user)-333(do)-28(es)-334(not)-333(n)1(e)-1(ed)-333(to)-333(delv)28(e)-334(in)29(to)-334(th)1(e)-1(i)1(r)-333(details)-334(\050see)-334(Sec)-1(.)]TJ ET -1 0 0 1 388.9783 442.7583 cm +1 0 0 1 388.9783 443.7211 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -388.9783 -442.7583 cm +1 0 0 1 -388.9783 -443.7211 cm BT -/F8 9.9626 Tf 388.9783 442.7583 Td[(7)]TJ +/F8 9.9626 Tf 388.9783 443.7211 Td[(7)]TJ ET -1 0 0 1 393.9596 442.7583 cm +1 0 0 1 393.9596 443.7211 cm 0 g 0 G -1 0 0 1 -393.9596 -442.7583 cm +1 0 0 1 -393.9596 -443.7211 cm BT -/F8 9.9626 Tf 393.9596 442.7583 Td[(\051.)]TJ -228.3108 -12.8101 Td[(The)-439(t)28(yp)-27(e)-439(of)-438(li)1(near)-438(s)-1(ystem)-439(m)-1(at)1(rice)-1(s)-439(t)1(hat)-438(w)27(e)-439(ad)1(dr)1(e)-1(ss)-439(t)28(ypi)1(c)-1(all)1(y)-439(ar)1(is)-1(e)-438(in)-438(the)]TJ -14.9439 -11.9552 Td[(n)28(u)1(m)-1(erical)-428(soluti)1(on)-428(of)-428(P)1(DEs;)-475(in)-428(suc)28(h)-428(a)-428(c)-1(on)29(te)-1(x)1(t,)-452(it)-428(i)1(s)-429(n)1(e)-1(ce)-1(ss)-1(ar)1(y)-428(to)-428(pa)28(y)-428(sp)-28(ec)-1(i)1(al)]TJ 0 -11.9552 Td[(atten)28(tion)-295(to)-296(t)1(he)-296(s)-1(t)1(ructur)1(e)-296(of)-296(th)1(e)-296(prob)1(lem)-296(from)-296(wh)1(ic)27(h)-295(the)-296(ap)1(pli)1(c)-1(ati)1(on)-296(or)1(iginat)1(e)-1(s.)]TJ 0 -11.9551 Td[(The)-322(non)1(z)-1(ero)-322(pat)1(te)-1(r)1(n)-322(of)-322(a)-322(matr)1(ix)-322(arisin)1(g)-322(from)-322(th)1(e)-323(d)1(is)-1(cretization)-322(of)-321(a)-322(PDE)-321(is)-322(in-)]TJ 0 -11.9552 Td[(\015u)1(e)-1(n)1(c)-1(ed)-332(b)29(y)-332(v)55(ar)1(ious)-332(factors,)-332(s)-1(u)1(c)27(h)-332(as)-332(the)-332(s)-1(h)1(ap)-28(e)-332(of)-332(th)1(e)-333(domain)1(,)-332(the)-332(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]TJ 0 -11.9552 Td[(strategy)83(,)-396(an)1(d)-383(the)-383(e)-1(qu)1(ation)1(/unk)1(no)28(wn)-383(orderi)1(ng.)-595(Th)1(e)-384(m)-1(atr)1(ix)-383(itse)-1(lf)-383(can)-383(b)-27(e)-384(in)28(ter-)]TJ 0 -11.9551 Td[(pr)1(e)-1(ted)-358(as)-358(the)-358(adj)1(ac)-1(ency)-358(matrix)-358(of)-357(the)-358(grap)1(h)-358(ass)-1(o)-28(ciated)-358(with)-357(the)-358(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]TJ 0 -11.9552 Td[(me)-1(sh.)]TJ 14.9439 -12.8102 Td[(The)-241(d)1(is)-1(t)1(ribu)1(tion)-240(of)-240(the)-241(co)-28(e\016)-1(cien)28(t)-240(m)-1(atr)1(ix)-241(f)1(or)-240(the)-241(li)1(near)-241(syste)-1(m)-241(i)1(s)-241(base)-1(d)-240(on)-240(the)]TJ -14.9439 -11.9551 Td[(\134o)28(wner)-247(c)-1(ompu)1(tes)-1(")-247(ru)1(le:)-402(t)1(he)-248(v)56(ar)1(iable)-247(as)-1(so)-28(ciated)-247(to)-247(eac)27(h)-247(me)-1(sh)-247(p)-27(oin)28(t)-247(i)1(s)-248(ass)-1(ign)1(e)-1(d)-246(to)]TJ 0 -11.9552 Td[(a)-307(pro)-27(c)-1(es)-1(s)-308(th)1(at)-308(wil)1(l)-308(o)28(wn)-307(the)-307(c)-1(orr)1(e)-1(sp)-27(ondi)1(ng)-307(ro)28(w)-308(in)-307(th)1(e)-308(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t)-307(matrix)-307(and)-307(wil)1(l)]TJ 0 -11.9552 Td[(carry)-377(out)-378(al)1(l)-378(related)-377(c)-1(ompu)1(tations.)-577(T)-1(h)1(is)-378(allo)-28(cation)-377(s)-1(t)1(rategy)-378(is)-378(equiv)56(alen)28(t)-377(to)-378(a)]TJ 0 -11.9551 Td[(par)1(tition)-292(of)-293(th)1(e)-294(d)1(is)-1(cretization)-293(mes)-1(h)-293(i)1(n)28(to)]TJ/F19 9.9626 Tf 174.8745 0 Td[(sub-)1(do)-1(m)1(ains)]TJ/F8 9.9626 Tf 53.7205 0 Td[(.)-431(Ou)1(r)-293(li)1(brar)1(y)-293(s)-1(u)1(pp)-27(orts)-293(an)28(y)]TJ -228.595 -11.9552 Td[(di)1(s)-1(tr)1(ibu)1(tion)-278(t)1(hat)-278(k)28(ee)-1(p)1(s)-279(together)-278(th)1(e)-279(co)-28(e)-1(\016cie)-1(n)29(ts)-279(of)-278(eac)27(h)-277(m)-1(atr)1(ix)-278(ro)28(w;)-296(there)-278(are)-279(n)1(o)]TJ 0 -11.9552 Td[(oth)1(e)-1(r)-261(constrai)1(n)28(ts)-262(on)-260(the)-261(v)56(ariab)1(le)-261(as)-1(signmen)28(t.)-420(T)-1(h)1(is)-261(c)27(hoi)1(c)-1(e)-261(is)-261(c)-1(on)1(s)-1(isten)28(t)-261(with)-261(d)1(ata)]TJ 0 -11.9551 Td[(di)1(s)-1(tr)1(ibu)1(tion)1(s)-310(comm)-1(on)1(ly)-308(use)-1(d)-308(in)-308(ScaLAP)84(A)28(C)-1(K)-308(suc)27(h)-308(as)]TJ/F32 9.9626 Tf 233.5332 0 Td[(CYCLIC\050N\051)]TJ/F8 9.9626 Tf 50.1475 0 Td[(and)]TJ/F32 9.9626 Tf 19.1256 0 Td[(BLOCK)]TJ/F8 9.9626 Tf 26.1517 0 Td[(,)-308(as)]TJ -328.958 -11.9552 Td[(w)28(e)-1(ll)-421(as)-421(c)-1(ompletely)-421(arb)1(itrar)1(y)-422(assignme)-1(n)29(ts)-422(of)-421(equati)1(on)-421(in)1(dice)-1(s)-421(to)-422(p)1(ro)-28(ce)-1(sse)-1(s.)-708(I)-1(n)]TJ 0 -11.9552 Td[(par)1(ticular)-344(it)-345(is)-345(c)-1(on)1(s)-1(i)1(s)-1(ten)28(t)-345(with)-344(the)-345(usage)-345(of)-345(grap)1(h)-345(p)1(arti)1(tionin)1(g)-345(to)-28(ol)1(s)-346(com)-1(monl)1(y)]TJ 0 -11.9551 Td[(a)28(v)56(ailabl)1(e)-396(i)1(n)-395(t)1(he)-395(literatu)1(re,)-410(e)-1(.)1(g.)-629(M)1(ETIS)-395([)]TJ +/F8 9.9626 Tf 393.9596 443.7211 Td[(\051.)]TJ ET -1 0 0 1 329.7366 213.9002 cm -0 1 0 rg 0 1 0 RG -1 0 0 1 -329.7366 -213.9002 cm -BT -/F8 9.9626 Tf 329.7366 213.9002 Td[(10)]TJ -ET -1 0 0 1 339.6993 213.9002 cm +1 0 0 1 150.7049 428.2383 cm 0 g 0 G -1 0 0 1 -339.6993 -213.9002 cm -BT -/F8 9.9626 Tf 339.6993 213.9002 Td[(].)-628(Dense)-396(v)28(ec)-1(t)1(ors)-395(c)-1(on)1(form)-395(t)1(o)-395(s)-1(p)1(arse)]TJ -188.9944 -11.9552 Td[(matrice)-1(s,)-497(th)1(at)-464(is,)-497(the)-464(e)-1(n)29(tries)-465(of)-464(a)-464(v)28(ec)-1(tor)-464(f)1(ollo)28(w)-464(the)-464(s)-1(ame)-465(d)1(is)-1(t)1(rib)1(ution)-463(of)-464(the)]TJ 0 -11.9552 Td[(matrix)-333(r)1(o)27(ws.)]TJ 14.9439 -12.8101 Td[(W)84(e)-414(ass)-1(u)1(m)-1(e)-413(th)1(at)-413(the)-413(s)-1(p)1(arse)-414(matr)1(ix)-413(is)-413(bu)1(ilt)-413(i)1(n)-413(p)1(arallel,)-432(w)-1(h)1(e)-1(r)1(e)-414(eac)27(h)-412(pro)-27(c)-1(es)-1(s)]TJ -14.9439 -11.9552 Td[(generates)-322(it)1(s)-322(o)28(wn)-321(p)-27(ort)1(ion.)-440(W)84(e)-322(n)1(e)-1(v)28(er)-320(re)-1(q)1(uir)1(e)-322(th)1(at)-321(th)1(e)-322(en)28(ti)1(re)-321(m)-1(atr)1(ix)-321(b)-27(e)-321(a)27(v)56(ail)1(able)]TJ 0 -11.9552 Td[(on)-279(a)-279(singl)1(e)-280(n)1(o)-28(de.)-426(Ho)27(w)28(ev)28(e)-1(r,)-289(it)-279(is)-279(p)-28(oss)-1(i)1(ble)-279(to)-279(hold)-278(the)-279(e)-1(n)29(tire)-279(m)-1(at)1(rix)-279(in)-278(one)-279(pro)-27(c)-1(es)-1(s)]TJ 0 -11.9551 Td[(and)-368(distri)1(but)1(e)-370(it)-369(e)-1(x)1(pli)1(c)-1(itl)1(y)]TJ -ET -1 0 0 1 266.4315 141.3142 cm -0 0 1 rg 0 0 1 RG -1 0 0 1 -266.4315 -141.3142 cm -BT -/F7 6.9738 Tf 266.4315 144.9295 Td[(1)]TJ -ET -1 0 0 1 270.9009 141.3142 cm +1 0 0 1 81.0752 0 cm 0 g 0 G -1 0 0 1 -270.9009 -141.3142 cm -BT -/F8 9.9626 Tf 270.9009 141.3142 Td[(,)-378(ev)28(e)-1(n)-369(th)1(ough)-368(the)-370(r)1(e)-1(sult)1(ing)-369(b)-27(ottlenec)27(k)-369(w)28(ould)-369(mak)28(e)]TJ -ET -1 0 0 1 150.7049 126.9906 cm 0 g 0 G -1 0 0 1 0 2.5903 cm +1 0 0 1 4.9813 0 cm + q 0 -1 1 0 0 0 cm + q 0.65 0 0 0.65 0 0 cm q -[]0 d -0 J -0.3985 w -0 0.1992 m -137.4823 0.1992 l -S +1 0 0 1 0 0 cm +/Im1 Do Q -1 0 0 1 -150.7049 -129.5809 cm + Q + Q +1 0 0 1 -21.6732 -211.7878 cm +0 g 0 G +1 0 0 1 -215.0882 -216.4505 cm BT -/F34 5.9776 Tf 161.7969 123.1384 Td[(1)]TJ/F33 7.9701 Tf 4.151 -2.8128 Td[(In)-354(ou)-1(r)-354(pro)-1(tot)29(y)1(p)-30(e)-355(impl)-1(eme)-1(n)30(ta)-1(tion)-355(w)29(e)-354(pro)29(vide)-355(sam)-1(ple)-354(sc)-1(atte)-1(r/gat)-1(her)-354(ro)-1(utin)-1(es.)]TJ +/F8 9.9626 Tf 215.0882 216.4505 Td[(Figu)1(re)-334(1:)-444(P)1(SBLAS)-333(lib)1(rary)-333(com)-1(p)-27(on)1(e)-1(n)28(ts)-333(hierar)1(c)27(h)28(y)84(.)]TJ ET -1 0 0 1 150.7049 117.4862 cm +1 0 0 1 430.0326 216.4505 cm 0 g 0 G -1 0 0 1 0 -27.0485 cm +1 0 0 1 -279.3277 -1.9372 cm +0 g 0 G +1 0 0 1 -150.7049 -214.5133 cm +BT +/F8 9.9626 Tf 165.6488 192.0566 Td[(The)-439(t)28(yp)-27(e)-439(of)-438(li)1(near)-438(s)-1(ystem)-439(m)-1(at)1(rice)-1(s)-439(t)1(hat)-438(w)27(e)-439(ad)1(dr)1(e)-1(ss)-439(t)28(ypi)1(c)-1(all)1(y)-439(ar)1(is)-1(e)-438(in)-438(the)]TJ -14.9439 -11.9552 Td[(n)28(u)1(m)-1(erical)-428(soluti)1(on)-428(of)-428(P)1(DEs;)-475(in)-428(suc)28(h)-428(a)-428(c)-1(on)29(te)-1(x)1(t,)-452(it)-428(i)1(s)-429(n)1(e)-1(ce)-1(ss)-1(ar)1(y)-428(to)-428(pa)28(y)-428(sp)-28(ec)-1(i)1(al)]TJ 0 -11.9551 Td[(atten)28(tion)-295(to)-296(t)1(he)-296(s)-1(t)1(ructur)1(e)-296(of)-296(th)1(e)-296(prob)1(lem)-296(from)-296(wh)1(ic)27(h)-295(the)-296(ap)1(pli)1(c)-1(ati)1(on)-296(or)1(iginat)1(e)-1(s.)]TJ 0 -11.9552 Td[(The)-322(non)1(z)-1(ero)-322(pat)1(te)-1(r)1(n)-322(of)-322(a)-322(matr)1(ix)-322(arisin)1(g)-322(from)-322(th)1(e)-323(d)1(is)-1(cretization)-322(of)-321(a)-322(PDE)-321(is)-322(in-)]TJ 0 -11.9552 Td[(\015u)1(e)-1(n)1(c)-1(ed)-332(b)29(y)-332(v)55(ar)1(ious)-332(factors,)-332(s)-1(u)1(c)27(h)-332(as)-332(the)-332(s)-1(h)1(ap)-28(e)-332(of)-332(th)1(e)-333(domain)1(,)-332(the)-332(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]TJ 0 -11.9551 Td[(strategy)83(,)-396(an)1(d)-383(the)-383(e)-1(qu)1(ation)1(/unk)1(no)28(wn)-383(orderi)1(ng.)-595(Th)1(e)-384(m)-1(atr)1(ix)-383(itse)-1(lf)-383(can)-383(b)-27(e)-384(in)28(ter-)]TJ 0 -11.9552 Td[(pr)1(e)-1(ted)-358(as)-358(the)-358(adj)1(ac)-1(ency)-358(matrix)-358(of)-357(the)-358(grap)1(h)-358(ass)-1(o)-28(ciated)-358(with)-357(the)-358(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]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 @@ -5359,100 +5346,189 @@ endobj /Resources 581 0 R /MediaBox [0 0 595.2756 841.8898] /Parent 572 0 R -/Annots [ 587 0 R 588 0 R 589 0 R 593 0 R 594 0 R ] +/Annots [ 587 0 R 588 0 R 589 0 R ] >> endobj +580 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./figures/psblas.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 591 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 283.00000000 264.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R7 592 0 R +>>/Font << /R8 593 0 R >> +>> +/Length 594 0 R +/Filter /FlateDecode +>> +stream +xVn[7+LeRp"Y]7BWq$^ۀ ܙ3 m1E|VYK W)6a'j{8r{?_EIP;*vcKQ6l[/D+9pr4 *5&swEjyb`eaA:{3B|P0zxhT()cvqFc(*(;`F7 H\&+-]т8@ aE)ֆ!88C I8drɷk$udIRG:8}m~s{}lzkW/S@G*~5 :]Pֆ</ЬV;?bt1/~OܽsC@+ qQ8:+t*TUi̦EQMhM6 ]0Yxi᪊T=f\0Z +z:4ɠp[&;AF Z,&:Owo mY卐lާK.ޱ$KxA7ǻipT +7$}--3%+`fy &N^?my}npozܝnY+$a0xʾkzendstream +endobj +591 0 obj +<< +/Producer (ESP Ghostscript 815.04) +/CreationDate (D:20071019142653) +/ModDate (D:20071019142653) +>> +endobj +592 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +593 0 obj +<< +/BaseFont /Times-Roman +/Type /Font +/Subtype /Type1 +>> +endobj +594 0 obj +1086 +endobj 587 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.6924 584.1419 315.6663 594.9901] +/Rect [327.1313 584.7682 334.1052 595.6164] /Subtype /Link /A << /S /GoTo /D (figure.1) >> >> endobj 588 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 0] -/Rect [284.6553 514.3481 291.6291 522.761] +/Rect [284.6553 514.9743 291.6291 523.3872] /Subtype /Link /A << /S /GoTo /D (cite.BLACS) >> >> endobj 589 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.982 439.2714 394.9559 451.2266] +/Rect [387.982 440.2342 394.9559 452.1894] /Subtype /Link /A << /S /GoTo /D (section.7) >> >> endobj -593 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 -594 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [265.4353 138.3807 271.8971 150.42] -/Subtype /Link -/A << /S /GoTo /D (Hfootnote.1) >> ->> endobj 14 0 obj << /D [582 0 R /XYZ 150.7049 716.0915 null] >> endobj -601 0 obj << -/D [582 0 R /XYZ 165.9479 129.7901 null] +590 0 obj << +/D [582 0 R /XYZ 258.7025 228.4056 null] >> endobj 581 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F19 571 0 R /F32 592 0 R /F7 597 0 R /F34 600 0 R /F33 604 0 R >> +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R >> +/XObject << /Im1 580 0 R >> /ProcSet [ /PDF /Text ] >> endobj -610 0 obj << -/Length 3789 +598 0 obj << +/Length 11774 >> 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 -343.7111 -24.9066 cm +1 0 0 1 -443.6065 -740.9981 cm +BT +/F8 9.9626 Tf 99.8954 706.1289 Td[(me)-1(sh.)]TJ 14.944 -11.9552 Td[(The)-241(d)1(is)-1(t)1(ribu)1(tion)-240(of)-240(th)1(e)-242(co)-28(e\016)-1(cien)28(t)-240(m)-1(atr)1(ix)-241(f)1(or)-240(the)-241(li)1(near)-241(syste)-1(m)-241(i)1(s)-241(base)-1(d)-240(on)-240(the)]TJ -14.944 -11.9552 Td[(\134o)28(wner)-247(c)-1(ompu)1(tes)-1(")-247(ru)1(le:)-402(t)1(he)-248(v)56(ar)1(iable)-247(as)-1(so)-28(ciated)-247(to)-247(eac)27(h)-247(me)-1(sh)-247(p)-27(oin)28(t)-247(i)1(s)-248(ass)-1(ign)1(e)-1(d)-246(to)]TJ 0 -11.9551 Td[(a)-307(pro)-27(c)-1(es)-1(s)-308(th)1(at)-308(wil)1(l)-308(o)28(wn)-307(the)-307(c)-1(orr)1(e)-1(sp)-27(ondi)1(ng)-307(ro)28(w)-308(in)-307(th)1(e)-308(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t)-307(matrix)-307(and)-307(wil)1(l)]TJ 0 -11.9552 Td[(carry)-377(out)-378(al)1(l)-378(related)-377(c)-1(ompu)1(tations.)-577(T)-1(h)1(is)-378(allo)-28(cation)-377(s)-1(t)1(rategy)-378(is)-378(equiv)56(alen)28(t)-377(to)-378(a)]TJ 0 -11.9552 Td[(par)1(tition)-292(of)-293(th)1(e)-294(d)1(is)-1(cretization)-293(mes)-1(h)-293(i)1(n)28(to)]TJ/F19 9.9626 Tf 174.8745 0 Td[(sub-)1(do)-1(m)1(ains)]TJ/F8 9.9626 Tf 53.7205 0 Td[(.)-431(Ou)1(r)-293(li)1(brar)1(y)-293(s)-1(u)1(pp)-27(orts)-293(an)28(y)]TJ -228.595 -11.9551 Td[(di)1(s)-1(tr)1(ibu)1(tion)-278(t)1(hat)-278(k)28(ee)-1(p)1(s)-279(together)-278(th)1(e)-279(co)-28(e)-1(\016cie)-1(n)29(ts)-279(of)-278(eac)27(h)-277(m)-1(atr)1(ix)-278(ro)28(w;)-296(there)-278(are)-279(n)1(o)]TJ 0 -11.9552 Td[(oth)1(e)-1(r)-261(constrai)1(n)28(ts)-262(on)-260(the)-261(v)56(ariab)1(le)-261(as)-1(signmen)28(t.)-420(T)-1(h)1(is)-261(c)27(hoi)1(c)-1(e)-261(is)-261(c)-1(on)1(s)-1(isten)28(t)-261(with)-261(d)1(ata)]TJ 0 -11.9552 Td[(di)1(s)-1(tr)1(ibu)1(tion)1(s)-310(comm)-1(on)1(ly)-308(use)-1(d)-308(in)-308(ScaLAP)84(A)28(C)-1(K)-308(suc)27(h)-308(as)]TJ/F32 9.9626 Tf 233.5332 0 Td[(CYCLIC\050N\051)]TJ/F8 9.9626 Tf 50.1475 0 Td[(and)]TJ/F32 9.9626 Tf 19.1256 0 Td[(BLOCK)]TJ/F8 9.9626 Tf 26.1517 0 Td[(,)-308(as)]TJ -328.958 -11.9551 Td[(w)28(e)-1(ll)-421(as)-421(c)-1(ompletely)-421(arb)1(itrar)1(y)-422(assignme)-1(n)29(ts)-422(of)-421(equati)1(on)-421(in)1(dice)-1(s)-421(to)-422(p)1(ro)-28(ce)-1(sse)-1(s.)-708(I)-1(n)]TJ 0 -11.9552 Td[(par)1(ticular)-344(it)-345(is)-345(c)-1(on)1(s)-1(i)1(s)-1(ten)28(t)-345(with)-344(the)-345(usage)-345(of)-345(grap)1(h)-345(p)1(arti)1(tionin)1(g)-345(to)-28(ol)1(s)-346(com)-1(monl)1(y)]TJ 0 -11.9552 Td[(a)28(v)56(ailabl)1(e)-396(i)1(n)-395(t)1(he)-395(literatu)1(re,)-410(e)-1(.)1(g.)-629(M)1(ETIS)-395([)]TJ +ET +1 0 0 1 278.9271 574.622 cm +0 1 0 rg 0 1 0 RG +1 0 0 1 -278.9271 -574.622 cm +BT +/F8 9.9626 Tf 278.9271 574.622 Td[(11)]TJ +ET +1 0 0 1 288.8898 574.622 cm 0 g 0 G -1 0 0 1 29.1755 -356.3967 cm +1 0 0 1 -288.8898 -574.622 cm +BT +/F8 9.9626 Tf 288.8898 574.622 Td[(].)-628(Dense)-396(v)28(ec)-1(t)1(ors)-395(c)-1(on)1(form)-395(t)1(o)-395(s)-1(p)1(arse)]TJ -188.9944 -11.9552 Td[(matrice)-1(s,)-497(th)1(at)-464(is,)-497(the)-464(e)-1(n)29(tries)-465(of)-464(a)-464(v)28(ec)-1(tor)-464(f)1(ollo)28(w)-464(the)-464(s)-1(ame)-465(d)1(is)-1(t)1(rib)1(ution)-463(of)-464(the)]TJ 0 -11.9551 Td[(matrix)-333(r)1(o)27(ws.)]TJ 14.944 -11.9552 Td[(W)84(e)-414(ass)-1(u)1(m)-1(e)-413(th)1(at)-413(the)-413(sparse)-414(matr)1(ix)-413(is)-413(bu)1(ilt)-413(i)1(n)-413(p)1(arallel,)-432(w)-1(h)1(e)-1(r)1(e)-414(eac)27(h)-412(pro)-27(c)-1(es)-1(s)]TJ -14.944 -11.9552 Td[(generates)-322(it)1(s)-322(o)28(wn)-321(p)-27(ort)1(ion.)-440(W)84(e)-322(n)1(e)-1(v)28(er)-320(re)-1(q)1(uir)1(e)-322(th)1(at)-321(th)1(e)-322(en)28(ti)1(re)-321(m)-1(atr)1(ix)-321(b)-27(e)-321(a)27(v)56(ail)1(able)]TJ 0 -11.9551 Td[(on)-279(a)-279(singl)1(e)-280(n)1(o)-28(de.)-426(Ho)27(w)28(ev)28(e)-1(r,)-289(it)-279(is)-279(p)-28(oss)-1(i)1(ble)-279(to)-279(hold)-278(the)-279(e)-1(n)29(tire)-279(m)-1(at)1(rix)-279(in)-278(one)-279(pro)-27(c)-1(es)-1(s)]TJ 0 -11.9552 Td[(and)-368(distri)1(but)1(e)-370(it)-369(e)-1(x)1(pli)1(c)-1(itl)1(y)]TJ +ET +1 0 0 1 215.6221 502.891 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -215.6221 -502.891 cm +BT +/F7 6.9738 Tf 215.6221 506.5064 Td[(1)]TJ +ET +1 0 0 1 220.0914 502.891 cm 0 g 0 G +1 0 0 1 -220.0914 -502.891 cm +BT +/F8 9.9626 Tf 220.0914 502.891 Td[(,)-378(ev)28(e)-1(n)-369(th)1(ough)-368(the)-370(r)1(e)-1(sult)1(ing)-369(b)-27(ottlenec)27(k)-369(w)28(ould)-369(mak)28(e)]TJ -120.196 -11.9552 Td[(th)1(is)-334(opt)1(ion)-333(un)1(attractiv)28(e)-334(i)1(n)-333(m)-1(ost)-333(c)-1(ase)-1(s.)]TJ/F18 11.9552 Tf 0 -27.4046 Td[(2.)-1(1)-1125(Basic)-375(No)-1(mencl)-1(atur)-1(e)]TJ/F8 9.9626 Tf 0 -18.3893 Td[(Ou)1(r)-377(c)-1(ompu)1(tation)1(al)-377(m)-1(o)-27(del)-378(i)1(m)-1(p)1(lies)-378(th)1(at)-378(t)1(he)-378(d)1(ata)-377(allo)-28(cation)-377(on)-377(t)1(he)-378(p)1(arallel)-377(di)1(s)-1(-)]TJ 0 -11.9552 Td[(tri)1(bu)1(te)-1(d)-302(me)-1(mory)-302(m)-1(ac)28(hin)1(e)-303(is)-303(guid)1(e)-1(d)-302(b)28(y)-302(the)-303(structu)1(re)-303(of)-303(t)1(he)-303(ph)29(ys)-1(i)1(c)-1(al)-302(m)-1(o)-28(d)1(e)-1(l)1(,)-309(and)]TJ 0 -11.9552 Td[(sp)-28(ec)-1(i)1(\014cally)-333(b)28(y)-333(th)1(e)-334(discre)-1(t)1(iz)-1(ati)1(on)-333(m)-1(es)-1(h)-332(of)-333(the)-334(P)1(DE.)]TJ 14.944 -11.9551 Td[(Eac)28(h)-470(p)-28(oin)29(t)-471(of)-470(the)-471(d)1(is)-1(cretization)-470(m)-1(esh)-471(will)-470(ha)28(v)28(e)-471(\050at)-470(le)-1(ast\051)-471(on)1(e)-471(as)-1(so)-28(ciate)-1(d)]TJ -14.944 -11.9552 Td[(equati)1(on/v)56(ariab)1(le,)-466(and)-439(therefor)1(e)-441(on)1(e)-440(ind)1(e)-1(x)1(.)-763(W)83(e)-440(sa)27(y)-439(th)1(at)-440(p)-27(oin)28(t)]TJ/F11 9.9626 Tf 286.5782 0 Td[(i)]TJ/F19 9.9626 Tf 7.8121 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 38.8046 0 Td[(on)]TJ -333.1949 -11.9552 Td[(p)-27(oin)28(t)]TJ/F11 9.9626 Tf 26.99 0 Td[(j)]TJ/F8 9.9626 Tf 8.9703 0 Td[(if)-431(th)1(e)-432(equati)1(on)-431(for)-431(a)-431(v)56(ariab)1(le)-432(ass)-1(o)-28(ciated)-431(with)]TJ/F11 9.9626 Tf 205.8468 0 Td[(i)]TJ/F8 9.9626 Tf 7.7295 0 Td[(con)28(tain)1(s)-432(a)-432(t)1(e)-1(rm)-431(in)]TJ/F11 9.9626 Tf 86.7341 0 Td[(j)]TJ/F8 9.9626 Tf 4.673 0 Td[(,)]TJ -340.9437 -11.9551 Td[(or)-408(equ)1(iv)56(ale)-1(n)29(tly)-408(i)1(f)]TJ/F11 9.9626 Tf 78.9119 0 Td[(a)]TJ/F10 6.9738 Tf 5.2662 -1.4944 Td[(ij)]TJ/F14 9.9626 Tf 11.0211 1.4944 Td[(6)]TJ/F8 9.9626 Tf 0 0 Td[(=)-402(0.)-668(Af)1(ter)-408(th)1(e)-409(p)1(artit)1(ion)-408(of)-407(the)-408(d)1(is)-1(cretization)-407(m)-1(es)-1(h)-407(in)28(t)1(o)]TJ/F19 9.9626 Tf -95.1992 -11.9552 Td[(sub-)1(do)-1(m)1(ains)]TJ/F8 9.9626 Tf 57.6275 0 Td[(ass)-1(ign)1(e)-1(d)-309(to)-310(the)-310(paral)1(le)-1(l)-309(pro)-27(c)-1(es)-1(se)-1(s,)-315(w)28(e)-311(class)-1(i)1(fy)-310(th)1(e)-311(p)-27(oin)28(ts)-310(of)-310(a)-310(giv)28(en)]TJ -57.6275 -11.9552 Td[(sub-d)1(om)-1(ain)-332(as)-334(foll)1(o)27(win)1(g.)]TJ +ET +1 0 0 1 94.9141 331.8229 cm 0 g 0 G -1 0 0 1 4.9813 0 cm - q 0.45 0 0 0.45 0 0 cm -q -1 0 0 1 0 0 cm -/Im1 Do -Q - Q -1 0 0 1 30.2265 -31.8804 cm +1 0 0 1 -94.9141 -331.8229 cm +BT +/F29 9.9626 Tf 99.8954 331.8229 Td[(In)32(ternal.)]TJ +ET +1 0 0 1 143.0113 331.8229 cm 0 g 0 G -1 0 0 1 -164.2787 -327.8144 cm +1 0 0 1 -143.0113 -331.8229 cm BT -/F8 9.9626 Tf 164.2787 327.8144 Td[(Figu)1(re)-334(1:)-444(P)1(SBLAS)-333(lib)1(rary)-333(com)-1(p)-27(on)1(e)-1(n)28(ts)-333(hierar)1(c)27(h)28(y)84(.)]TJ +/F8 9.9626 Tf 147.9926 331.8229 Td[(An)-396(in)28(ternal)-396(p)-28(oi)1(n)28(t)-397(of)-396(a)-397(giv)28(e)-1(n)-396(domain)]TJ/F19 9.9626 Tf 164.6933 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.5612 0 Td[(onl)1(y)-397(on)-396(p)-28(oin)29(ts)-398(of)-396(the)]TJ -225.4451 -11.9552 Td[(sam)-1(e)-288(domain.)-429(If)-287(all)-288(p)-27(oin)28(ts)-288(of)-288(a)-288(domain)-287(are)-289(assigned)-288(to)-288(on)1(e)-289(p)1(ro)-28(ce)-1(ss)-1(,)-297(t)1(hen)-288(a)]TJ 0 -11.9552 Td[(com)-1(p)1(utati)1(onal)-342(ste)-1(p)-341(\050e)-1(.)1(g.,)-344(a)-342(matrix-v)28(ec)-1(tor)-341(pro)-27(duct\051)-342(of)-341(the)-342(e)-1(qu)1(ation)1(s)-343(ass)-1(o-)]TJ 0 -11.9551 Td[(ciate)-1(d)-301(w)-1(i)1(th)-302(the)-302(in)28(tern)1(al)-302(p)-28(oin)29(ts)-303(requ)1(ires)-303(no)-302(d)1(ata)-303(i)1(te)-1(ms)-303(f)1(rom)-303(ot)1(her)-302(domains)]TJ 0 -11.9552 Td[(and)-332(no)-333(c)-1(omm)27(u)1(nication)1(s)-1(.)]TJ ET -1 0 0 1 379.2231 327.8144 cm +1 0 0 1 94.9141 265.2007 cm 0 g 0 G -1 0 0 1 -279.3277 -1.9372 cm +1 0 0 1 -94.9141 -265.2007 cm +BT +/F29 9.9626 Tf 99.8954 265.2007 Td[(Boundar)1(y)96(.)]TJ +ET +1 0 0 1 151.431 265.2007 cm 0 g 0 G -1 0 0 1 -99.8954 -325.8772 cm +1 0 0 1 -151.431 -265.2007 cm BT -/F8 9.9626 Tf 99.8954 295.7061 Td[(th)1(is)-334(opt)1(ion)-333(un)1(attractiv)28(e)-334(i)1(n)-333(m)-1(ost)-333(c)-1(ase)-1(s.)]TJ/F18 11.9552 Tf 0 -28.6395 Td[(2.)-1(1)-1125(Basic)-375(No)-1(mencl)-1(atur)-1(e)]TJ/F8 9.9626 Tf 0 -18.6529 Td[(Ou)1(r)-377(c)-1(ompu)1(tation)1(al)-377(m)-1(o)-27(del)-378(i)1(m)-1(p)1(lies)-378(th)1(at)-378(t)1(he)-378(d)1(ata)-377(allo)-28(cation)-377(on)-377(t)1(he)-378(p)1(arallel)-377(di)1(s)-1(-)]TJ 0 -11.9552 Td[(tri)1(bu)1(te)-1(d)-302(me)-1(mory)-302(m)-1(ac)28(hin)1(e)-303(is)-303(guid)1(e)-1(d)-302(b)28(y)-302(the)-303(structu)1(re)-303(of)-303(t)1(he)-303(ph)29(ys)-1(i)1(c)-1(al)-302(m)-1(o)-28(d)1(e)-1(l)1(,)-309(and)]TJ 0 -11.9551 Td[(sp)-28(ec)-1(i)1(\014cally)-333(b)28(y)-333(th)1(e)-334(discre)-1(t)1(iz)-1(ati)1(on)-333(m)-1(es)-1(h)-332(of)-333(the)-334(P)1(DE.)]TJ 14.944 -12.0968 Td[(Eac)28(h)-470(p)-28(oin)29(t)-471(of)-470(the)-471(d)1(is)-1(cretization)-470(m)-1(esh)-471(will)-470(ha)28(v)28(e)-471(\050at)-470(le)-1(ast\051)-471(on)1(e)-471(as)-1(so)-28(ciate)-1(d)]TJ -14.944 -11.9551 Td[(equati)1(on/v)56(ariab)1(le,)-466(and)-439(therefor)1(e)-441(on)1(e)-440(ind)1(e)-1(x)1(.)-763(W)83(e)-440(sa)27(y)-439(th)1(at)-440(p)-27(oin)28(t)]TJ/F11 9.9626 Tf 286.5782 0 Td[(i)]TJ/F19 9.9626 Tf 7.8121 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 38.8046 0 Td[(on)]TJ -333.1949 -11.9552 Td[(p)-27(oin)28(t)]TJ/F11 9.9626 Tf 26.99 0 Td[(j)]TJ/F8 9.9626 Tf 8.9703 0 Td[(if)-431(th)1(e)-432(equati)1(on)-431(for)-431(a)-431(v)56(ariab)1(le)-432(ass)-1(o)-28(ciated)-431(with)]TJ/F11 9.9626 Tf 205.8468 0 Td[(i)]TJ/F8 9.9626 Tf 7.7295 0 Td[(con)28(tain)1(s)-432(a)-432(t)1(e)-1(rm)-431(in)]TJ/F11 9.9626 Tf 86.7341 0 Td[(j)]TJ/F8 9.9626 Tf 4.673 0 Td[(,)]TJ -340.9437 -11.9552 Td[(or)-408(equ)1(iv)56(ale)-1(n)29(tly)-408(i)1(f)]TJ/F11 9.9626 Tf 78.9119 0 Td[(a)]TJ/F10 6.9738 Tf 5.2662 -1.4944 Td[(ij)]TJ/F14 9.9626 Tf 11.0211 1.4944 Td[(6)]TJ/F8 9.9626 Tf 0 0 Td[(=)-402(0.)-668(Af)1(ter)-408(th)1(e)-409(p)1(artit)1(ion)-408(of)-407(the)-408(d)1(is)-1(cretization)-407(m)-1(es)-1(h)-407(in)28(t)1(o)]TJ/F19 9.9626 Tf -95.1992 -11.9552 Td[(sub-)1(do)-1(m)1(ains)]TJ/F8 9.9626 Tf 57.6275 0 Td[(ass)-1(ign)1(e)-1(d)-309(to)-310(the)-310(paral)1(le)-1(l)-309(pro)-27(c)-1(es)-1(se)-1(s,)-315(w)28(e)-311(class)-1(i)1(fy)-310(th)1(e)-311(p)-27(oin)28(ts)-310(of)-310(a)-310(giv)28(en)]TJ -57.6275 -11.9551 Td[(sub-d)1(om)-1(ain)-332(as)-334(foll)1(o)27(win)1(g.)]TJ +/F8 9.9626 Tf 156.4123 265.2007 Td[(A)-438(p)-27(oin)28(t)-438(of)-438(a)-438(giv)28(en)-438(d)1(om)-1(ai)1(n)-438(is)-438(a)-438(b)-28(ou)1(nd)1(ary)-438(p)-27(oin)28(t)-438(if)-437(it)]TJ/F19 9.9626 Tf 238.7061 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.9719 0 Td[(on)]TJ -308.2883 -11.9551 Td[(p)-27(oin)28(ts)-334(b)-27(elongi)1(ng)-333(to)-334(oth)1(e)-1(r)-333(d)1(omains.)]TJ ET -1 0 0 1 94.9141 132.2808 cm +1 0 0 1 94.9141 234.4441 cm 0 g 0 G -1 0 0 1 -94.9141 -132.2808 cm +1 0 0 1 -94.9141 -234.4441 cm BT -/F29 9.9626 Tf 99.8954 132.2808 Td[(In)32(ternal.)]TJ +/F29 9.9626 Tf 99.8954 234.4441 Td[(Halo.)]TJ ET -1 0 0 1 143.0113 132.2808 cm +1 0 0 1 126.5245 234.4441 cm 0 g 0 G -1 0 0 1 -143.0113 -132.2808 cm +1 0 0 1 -126.5245 -234.4441 cm BT -/F8 9.9626 Tf 147.9926 132.2808 Td[(An)-396(in)28(ternal)-396(p)-28(oi)1(n)28(t)-397(of)-396(a)-397(giv)28(e)-1(n)-396(domain)]TJ/F19 9.9626 Tf 164.6933 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.5612 0 Td[(onl)1(y)-397(on)-396(p)-28(oin)29(ts)-398(of)-396(the)]TJ -225.4451 -11.9552 Td[(sam)-1(e)-288(domain.)-429(If)-287(all)-288(p)-27(oin)28(ts)-288(of)-288(a)-288(domain)-287(are)-289(assigned)-288(to)-288(on)1(e)-289(p)1(ro)-28(ce)-1(ss)-1(,)-297(t)1(hen)-288(a)]TJ +/F8 9.9626 Tf 131.5059 234.4441 Td[(A)-462(halo)-462(p)-27(oin)28(t)-462(for)-462(a)-462(giv)28(en)-462(domain)-462(i)1(s)-463(a)-463(p)-27(oin)28(t)-462(b)-27(e)-1(l)1(ongin)1(g)-463(t)1(o)-463(an)1(other)-462(do-)]TJ -6.7039 -11.9552 Td[(main)-313(s)-1(u)1(c)27(h)-313(th)1(at)-314(th)1(e)-1(r)1(e)-314(is)-314(a)-313(b)-28(ou)1(nd)1(ary)-313(p)-28(oin)29(t)-314(wh)1(ic)27(h)]TJ/F19 9.9626 Tf 210.3701 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.548 0 Td[(on)-313(it.)-437(Whenev)28(e)-1(r)]TJ -247.9181 -11.9551 Td[(p)-27(e)-1(r)1(formin)1(g)-445(a)-444(comput)1(ational)-444(step,)-472(suc)28(h)-444(as)-445(a)-444(matri)1(x-)-1(v)28(ector)-444(pr)1(o)-28(du)1(c)-1(t,)-471(the)]TJ 0 -11.9552 Td[(v)56(alues)-383(as)-1(so)-28(ciate)-1(d)-382(with)-382(halo)-383(p)-27(oin)29(ts)-384(ar)1(e)-384(r)1(e)-1(qu)1(e)-1(sted)-383(f)1(rom)-383(other)-383(d)1(omains.)-593(A)]TJ 0 -11.9552 Td[(b)-27(oun)1(dary)-363(p)-27(oin)28(t)-363(of)-363(a)-364(gi)1(v)28(e)-1(n)-363(d)1(om)-1(ain)-363(i)1(s)-364(usuall)1(y)-364(a)-363(hal)1(o)-364(p)-27(oin)28(t)-363(for)-363(som)-1(e)-364(ot)1(her)]TJ 0 -11.9551 Td[(domain)]TJ ET -1 0 0 1 99.8954 90.4377 cm +1 0 0 1 156.904 174.6683 cm +0 0 1 rg 0 0 1 RG +1 0 0 1 -156.904 -174.6683 cm +BT +/F7 6.9738 Tf 156.904 178.2836 Td[(2)]TJ +ET +1 0 0 1 161.3733 174.6683 cm +0 g 0 G +1 0 0 1 -161.3733 -174.6683 cm +BT +/F8 9.9626 Tf 161.3733 174.6683 Td[(;)-323(therefor)1(e)-319(the)-319(cardi)1(nali)1(t)27(y)-318(of)-318(th)1(e)-319(b)-28(ou)1(nd)1(ary)-318(p)-28(oin)29(ts)-319(s)-1(et)-318(denotes)-319(the)]TJ +ET +1 0 0 1 99.8954 164.8885 cm +0 g 0 G +1 0 0 1 0 2.5903 cm +q +[]0 d +0 J +0.3985 w +0 0.1992 m +137.4823 0.1992 l +S +Q +1 0 0 1 -99.8954 -167.4788 cm +BT +/F34 5.9776 Tf 110.9874 161.0363 Td[(1)]TJ/F33 7.9701 Tf 4.1511 -2.8128 Td[(In)-354(ou)-1(r)-354(prot)-1(ot)29(y)1(p)-30(e)-355(impl)-1(eme)-1(n)30(ta)-1(tion)-355(w)29(e)-354(pro)29(vide)-355(sam)-1(ple)-354(sc)-1(atte)-1(r/gat)-1(her)-354(ro)-1(utin)-1(es.)]TJ/F34 5.9776 Tf -4.1511 -6.6916 Td[(2)]TJ/F33 7.9701 Tf 4.1511 -2.8128 Td[(Th)-1(is)-319(i)-1(s)-319(th)-1(e)-319(n)-1(orma)-1(l)-319(si)-1(tuati)-1(on)-320(whe)-1(n)-319(th)-1(e)-319(p)-1(atte)-1(rn)-320(of)-319(the)-320(sp)-1(arse)-320(mat)-1(rix)-319(is)-320(symme)-1(tric,)-327(wh)-1(ic)30(h)-320(is)]TJ -15.2431 -9.4645 Td[(equiv)59(al)-1(en)29(t)-266(t)-1(o)-266(sa)29(y)-266(t)-1(hat)-267(the)-267(in)29(te)-1(ractio)-1(n)-267(b)-29(e)-1(t)30(w)29(ee)-1(n)-266(t)29(w)29(o)-267(v)59(ariab)-1(les)-267(is)-266(re)-1(cipro)-30(ca)-1(l.)-443(If)-266(the)-267(ma)-1(trix)-266(p)-1(atte)-1(rn)]TJ 0 -9.4645 Td[(is)-256(non)-1(-symm)-1(etric)-256(w)29(e)-256(ma)29(y)-255(ha)29(v)30(e)-256(o)-1(ne-w)29(a)29(y)-255(in)29(ter)-1(actio)-1(ns,)-275(a)-1(nd)-256(the)-1(se)-255(c)-1(ould)-256(ca)-1(use)-256(a)-256(situa)-1(tion)-256(in)-256(w)-1(hic)29(h)]TJ 0 -9.4645 Td[(a)-354(b)-30(ou)-1(nda)-1(ry)-354(p)-29(o)-1(in)29(t)-354(is)-354(n)-1(ot)-354(a)-355(halo)-355(p)-30(oin)29(t)-354(for)-354(it)-1(s)-354(nei)-1(gh)29(b)-29(o)-1(ur.)]TJ +ET +1 0 0 1 99.8954 117.4862 cm +0 g 0 G +1 0 0 1 0 -27.0485 cm 0 g 0 G 1 0 0 1 -99.8954 -90.4377 cm BT @@ -5462,70 +5538,53 @@ ET 0 g 0 G endstream endobj -609 0 obj << +597 0 obj << /Type /Page -/Contents 610 0 R -/Resources 608 0 R +/Contents 598 0 R +/Resources 596 0 R /MediaBox [0 0 595.2756 841.8898] /Parent 572 0 R +/Annots [ 603 0 R 604 0 R 614 0 R ] >> endobj -580 0 obj << -/Type /XObject -/Subtype /Form -/FormType 1 -/PTEX.FileName (./figures/psblas.pdf) -/PTEX.PageNumber 1 -/PTEX.InfoDict 618 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 619 0 R >> ->> -/Length 620 0 R -/Filter /FlateDecode ->> -stream -xXMo6W17Ij!(fgm؃v" 9 doa$eL!gc/d=mxZL:޺0\x(wH eoų)1r}$WI@]#v*M#twF2If*EYeԪF 5$j0|ňʼfV$40P;RF{Yڙ F%0ޚXTd3ǀOҺF,w:`#ڳNl`pXlc1.耑^:'A/j`Eݟ:h'’2FF|>L|4`[oi)/I$(*']楆^2qb0_>3♪P -Q*GV]1)|tEt'=>n(Kc -ˇ=$!j<I79I󖂔ЦlAyMQQ" 1fŇ o Љ5*tT=R|/ݬg,'3Ip[=/<$uLجI!ltVgz֙F;~тg]cu|,.AguF:5!89d!?uV@uS0XtU7=-&Cfʌn!1R&wVҞ9u>iIC}~> ;}M{H LW #'MWL(dJdR>6dCFc(k/#62~uJgY'VY , ![>6뻫3 cM'N*,ol[rCHڗV[ybNP+r+ַWח9 -R)L>{%>R=#EVendstream -endobj -618 0 obj -<< -/Producer (ESP Ghostscript 815.03) -/CreationDate (D:20070116154150) -/ModDate (D:20070116154150) ->> -endobj -619 0 obj -<< -/BaseFont /Times-Roman -/Type /Font -/Subtype /Type1 ->> -endobj -620 0 obj -1319 -endobj -611 0 obj << -/D [609 0 R /XYZ 99.8954 740.9981 null] +603 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [277.9309 573.6257 289.8861 582.0386] +/Subtype /Link +/A << /S /GoTo /D (cite.METIS) >> >> endobj -605 0 obj << -/D [609 0 R /XYZ 207.8931 339.7695 null] +604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [214.6258 499.9576 221.0877 511.9969] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.1) >> +>> endobj +614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [155.9077 171.7348 162.3696 183.7741] +/Subtype /Link +/A << /S /GoTo /D (Hfootnote.2) >> +>> endobj +599 0 obj << +/D [597 0 R /XYZ 99.8954 740.9981 null] >> endobj 18 0 obj << -/D [609 0 R /XYZ 99.8954 279.2186 null] +/D [597 0 R /XYZ 99.8954 475.5418 null] >> endobj -608 0 obj << -/Font << /F8 434 0 R /F18 425 0 R /F11 586 0 R /F19 571 0 R /F10 614 0 R /F14 617 0 R /F29 431 0 R >> -/XObject << /Im1 580 0 R >> +618 0 obj << +/D [597 0 R /XYZ 115.1385 167.688 null] +>> endobj +622 0 obj << +/D [597 0 R /XYZ 115.1385 158.1837 null] +>> endobj +596 0 obj << +/Font << /F8 434 0 R /F19 571 0 R /F32 602 0 R /F7 607 0 R /F18 425 0 R /F11 586 0 R /F10 610 0 R /F14 613 0 R /F29 431 0 R /F34 617 0 R /F33 621 0 R >> /ProcSet [ /PDF /Text ] >> endobj -624 0 obj << -/Length 7755 +627 0 obj << +/Length 7645 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -5534,45 +5593,45 @@ stream 0 g 0 G 1 0 0 1 -494.416 -740.9981 cm BT -/F8 9.9626 Tf 175.6115 706.1289 Td[(com)-1(p)1(utati)1(onal)-342(ste)-1(p)-341(\050e)-1(.)1(g.,)-344(a)-342(matrix-v)28(ec)-1(tor)-341(pro)-27(duct\051)-342(of)-341(the)-342(e)-1(qu)1(ation)1(s)-343(ass)-1(o-)]TJ 0 -11.9552 Td[(ciate)-1(d)-301(w)-1(i)1(th)-302(the)-302(in)28(tern)1(al)-302(p)-28(oin)29(ts)-303(requ)1(ires)-303(no)-302(d)1(ata)-303(i)1(te)-1(ms)-303(f)1(rom)-303(ot)1(her)-302(domains)]TJ 0 -11.9552 Td[(and)-332(no)-333(c)-1(omm)27(u)1(nication)1(s)-1(.)]TJ +/F8 9.9626 Tf 175.6115 706.1289 Td[(amoun)28(t)-333(of)-333(d)1(ata)-334(sen)28(t)-333(to)-334(oth)1(e)-1(r)-333(d)1(om)-1(ai)1(ns.)]TJ ET -1 0 0 1 145.7235 662.3864 cm +1 0 0 1 145.7235 686.4525 cm 0 g 0 G -1 0 0 1 -145.7235 -662.3864 cm +1 0 0 1 -145.7235 -686.4525 cm BT -/F29 9.9626 Tf 150.7049 662.3864 Td[(Boundar)1(y)96(.)]TJ +/F29 9.9626 Tf 150.7049 686.4525 Td[(Ov)32(erlap.)]TJ ET -1 0 0 1 202.2405 662.3864 cm +1 0 0 1 193.3088 686.4525 cm 0 g 0 G -1 0 0 1 -202.2405 -662.3864 cm +1 0 0 1 -193.3088 -686.4525 cm BT -/F8 9.9626 Tf 207.2218 662.3864 Td[(A)-438(p)-27(oin)28(t)-438(of)-438(a)-438(giv)28(en)-438(d)1(om)-1(ai)1(n)-438(is)-438(a)-438(b)-28(ou)1(nd)1(ary)-438(p)-27(oin)28(t)-438(if)-437(it)]TJ/F19 9.9626 Tf 238.7061 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.9719 0 Td[(on)]TJ -308.2883 -11.9552 Td[(p)-27(oin)28(ts)-334(b)-27(elongi)1(ng)-333(to)-334(ot)1(he)-1(r)-333(d)1(omains.)]TJ +/F8 9.9626 Tf 198.2901 686.4525 Td[(An)-339(o)28(v)28(erlap)-338(p)-28(oi)1(n)28(t)-339(is)-339(a)-339(b)-28(ou)1(nd)1(ary)-339(p)-27(oin)28(t)-339(ass)-1(i)1(gned)-339(to)-339(m)28(ulti)1(ple)-339(domains.)]TJ -22.6786 -11.9552 Td[(An)28(y)-296(op)-28(erati)1(on)-297(th)1(at)-297(in)29(v)28(olv)28(e)-1(s)-297(an)-296(o)28(v)28(e)-1(rl)1(ap)-297(p)-27(oin)28(t)-296(has)-297(to)-297(b)-27(e)-297(repli)1(c)-1(ated)-296(for)-296(e)-1(ac)27(h)]TJ 0 -11.9551 Td[(ass)-1(ign)1(m)-1(en)28(t.)]TJ -24.9066 -19.4275 Td[(Ov)28(erlap)-328(p)-27(oin)29(ts)-329(do)-328(not)-328(u)1(s)-1(u)1(ally)-328(e)-1(x)1(is)-1(t)-328(in)-327(the)-329(b)1(as)-1(i)1(c)-329(data)-328(di)1(s)-1(tr)1(ibu)1(tion,)-329(b)1(ut)-328(th)1(e)-1(y)-328(are)]TJ 0 -11.9551 Td[(a)-367(f)1(e)-1(atu)1(re)-367(of)-367(Domain)-366(De)-1(com)-1(p)-27(osition)-366(Sc)27(h)29(w)27(ar)1(z)-368(p)1(re)-1(cond)1(ition)1(e)-1(r)1(s)-368(wh)1(ic)27(h)-366(w)27(e)-367(are)-367(the)]TJ 0 -11.9552 Td[(sub)-55(jec)-1(t)-333(of)-333(r)1(e)-1(lat)1(e)-1(d)-333(r)1(e)-1(se)-1(ar)1(c)27(h)-333(w)28(ork)-333([)]TJ ET -1 0 0 1 145.7235 630.5991 cm -0 g 0 G -1 0 0 1 -145.7235 -630.5991 cm +1 0 0 1 295.6615 619.2044 cm +0 1 0 rg 0 1 0 RG +1 0 0 1 -295.6615 -619.2044 cm BT -/F29 9.9626 Tf 150.7049 630.5991 Td[(Halo.)]TJ +/F8 9.9626 Tf 295.6615 619.2044 Td[(3)]TJ ET -1 0 0 1 177.334 630.5991 cm +1 0 0 1 300.6428 619.2044 cm 0 g 0 G -1 0 0 1 -177.334 -630.5991 cm +1 0 0 1 -300.6428 -619.2044 cm BT -/F8 9.9626 Tf 182.3153 630.5991 Td[(A)-321(halo)-321(p)-27(oin)28(t)-321(for)-321(a)-321(giv)28(en)-321(domain)-321(i)1(s)-322(a)-321(p)-28(oin)29(t)-322(b)-27(elongi)1(ng)-321(to)-322(an)1(other)-321(domain)]TJ -6.7038 -11.9551 Td[(suc)27(h)-346(that)-346(there)-347(is)-347(a)-347(b)-27(oun)1(dary)-346(p)-28(oi)1(n)28(t)-347(whi)1(c)27(h)]TJ/F19 9.9626 Tf 188.3186 0 Td[(dep)51(ends)]TJ/F8 9.9626 Tf 37.8802 0 Td[(on)-346(it.)-485(Wh)1(e)-1(n)1(e)-1(v)28(er)-347(p)-27(er-)]TJ -226.1988 -11.9552 Td[(for)1(m)-1(i)1(ng)-281(a)-280(c)-1(ompu)1(tation)1(al)-281(ste)-1(p)1(,)-291(suc)27(h)-280(as)-281(a)-281(matri)1(x-)-1(v)28(ector)-281(p)1(ro)-28(d)1(uct,)-291(the)-281(v)56(alu)1(e)-1(s)]TJ 0 -11.9552 Td[(ass)-1(o)-28(ciated)-346(with)-346(h)1(alo)-346(p)-28(oin)29(ts)-347(are)-346(re)-1(q)1(ues)-1(ted)-346(fr)1(om)-347(oth)1(e)-1(r)-346(d)1(om)-1(ai)1(ns.)-483(A)-347(b)-27(oun)1(d-)]TJ 0 -11.9551 Td[(ary)-321(p)-28(oin)29(t)-322(of)-322(a)-322(giv)28(en)-322(d)1(om)-1(ai)1(n)-322(is)-322(a)-322(halo)-322(p)-27(oin)29(t)-322(for)-322(\050at)-321(le)-1(ast\051)-322(an)1(other)-322(domain)1(;)]TJ 0 -11.9552 Td[(th)1(e)-1(refor)1(e)-384(th)1(e)-384(c)-1(ar)1(din)1(alit)28(y)-383(of)-383(th)1(e)-384(b)-27(ound)1(ary)-383(p)-27(oin)28(ts)-384(set)-384(d)1(e)-1(n)1(ote)-1(s)-383(the)-384(amou)1(n)28(t)]TJ 0 -11.9552 Td[(of)-333(d)1(ata)-334(se)-1(n)29(t)-334(t)1(o)-334(oth)1(e)-1(r)-333(d)1(om)-1(ai)1(ns.)]TJ +/F8 9.9626 Tf 300.6428 619.2044 Td[(,)]TJ ET -1 0 0 1 145.7235 539.036 cm -0 g 0 G -1 0 0 1 -145.7235 -539.036 cm +1 0 0 1 306.7311 619.2044 cm +0 1 0 rg 0 1 0 RG +1 0 0 1 -306.7311 -619.2044 cm BT -/F29 9.9626 Tf 150.7049 539.036 Td[(Ov)32(erlap.)]TJ +/F8 9.9626 Tf 306.7311 619.2044 Td[(2)]TJ ET -1 0 0 1 193.3088 539.036 cm +1 0 0 1 311.7124 619.2044 cm 0 g 0 G -1 0 0 1 -193.3088 -539.036 cm +1 0 0 1 -311.7124 -619.2044 cm BT -/F8 9.9626 Tf 198.2901 539.036 Td[(An)-339(o)28(v)28(erlap)-338(p)-28(oi)1(n)28(t)-339(is)-339(a)-339(b)-28(ou)1(nd)1(ary)-339(p)-27(oin)28(t)-339(ass)-1(i)1(gned)-339(to)-339(m)28(ulti)1(ple)-339(domains.)]TJ -22.6786 -11.9552 Td[(An)28(y)-296(op)-28(erati)1(on)-297(th)1(at)-297(in)29(v)28(olv)28(e)-1(s)-297(an)-296(o)28(v)28(e)-1(rl)1(ap)-297(p)-27(oin)28(t)-296(has)-297(to)-297(b)-27(e)-297(repli)1(c)-1(ated)-296(for)-296(e)-1(ac)27(h)]TJ 0 -11.9551 Td[(ass)-1(ign)1(m)-1(en)28(t.)]TJ -24.9066 -19.739 Td[(Ov)28(erlap)-328(p)-27(oin)29(ts)-329(do)-328(not)-328(u)1(s)-1(u)1(ally)-328(e)-1(x)1(is)-1(t)-328(in)-327(the)-329(b)1(as)-1(i)1(c)-329(data)-328(di)1(s)-1(tr)1(ibu)1(tion,)-329(b)1(ut)-328(th)1(e)-1(y)-328(are)]TJ 0 -11.9551 Td[(a)-422(fea)-1(t)1(ure)-423(of)-422(Domain)-422(Decom)-1(p)-27(os)-1(i)1(tion)-422(Sc)28(h)28(w)27(ar)1(z)-423(pr)1(e)-1(cond)1(ition)1(e)-1(rs)-422(w)-1(h)1(ic)27(h)-422(w)28(e)-423(are)-423(in)]TJ 0 -11.9552 Td[(th)1(e)-334(pr)1(o)-28(c)-1(es)-1(s)-333(of)-333(inclu)1(din)1(g)-334(i)1(n)-333(our)-333(d)1(is)-1(tr)1(ibu)1(tion)-333([)]TJ/F29 9.9626 Tf 192.8605 0 Td[(?)]TJ/F8 9.9626 Tf 5.4102 0 Td[(,)]TJ/F29 9.9626 Tf 6.0883 0 Td[(?)]TJ/F8 9.9626 Tf 5.4102 0 Td[(].)]TJ -194.8253 -11.9552 Td[(W)84(e)-314(denote)-314(th)1(e)-314(s)-1(ets)-314(of)-313(in)28(ternal)1(,)-318(b)-27(oun)1(dar)1(y)-314(an)1(d)-313(halo)-313(p)-28(oi)1(n)28(ts)-314(for)-313(a)-313(giv)28(e)-1(n)-313(sub)-27(do-)]TJ -14.9439 -11.9551 Td[(main)-338(b)28(y)]TJ/F14 9.9626 Tf 38.8411 0 Td[(I)]TJ/F8 9.9626 Tf 6.1603 0 Td[(,)]TJ/F14 9.9626 Tf 6.1491 0 Td[(B)]TJ/F8 9.9626 Tf 10.2161 0 Td[(and)]TJ/F14 9.9626 Tf 19.4206 0 Td[(H)]TJ/F8 9.9626 Tf 8.5098 0 Td[(.)-459(E)1(ac)27(h)-338(sub)-27(domain)-338(i)1(s)-339(as)-1(sign)1(e)-1(d)-338(to)-338(on)1(e)-339(pr)1(o)-28(ce)-1(ss)-1(;)-340(e)-1(ac)28(h)-338(pr)1(o)-28(c)-1(ess)]TJ -89.297 -11.9552 Td[(usual)1(ly)-280(o)28(wns)-281(on)1(e)-281(sub)-27(domain)1(,)-291(alth)1(ough)-279(the)-280(use)-1(r)-280(ma)28(y)-280(c)27(h)1(o)-28(os)-1(e)-280(to)-280(as)-1(sign)-279(m)-1(ore)-280(than)]TJ 0 -11.9552 Td[(one)-294(s)-1(u)1(b)-28(d)1(omain)-294(to)-294(a)-294(pr)1(o)-28(c)-1(es)-1(s.)-431(If)-294(eac)27(h)-294(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 192.2964 0 Td[(i)]TJ/F8 9.9626 Tf 6.363 0 Td[(o)28(wns)-295(on)1(e)-295(sub)-27(domain)1(,)-302(the)-294(n)28(um)28(b)-27(e)-1(r)]TJ -198.6594 -11.9551 Td[(of)-296(ro)28(ws)-297(in)-296(th)1(e)-297(lo)-28(cal)-297(spar)1(s)-1(e)-297(matr)1(ix)-296(is)]TJ/F14 9.9626 Tf 156.2156 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 4.2469 0 Td[(+)]TJ/F14 9.9626 Tf 9.2281 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.7675 0 Td[(,)-304(an)1(d)-296(the)-297(n)29(um)28(b)-28(er)-296(of)-296(lo)-28(cal)-297(colu)1(m)-1(n)1(s)]TJ -196.5949 -11.9552 Td[(\050i.)1(e)-1(.)-514(those)-358(f)1(or)-357(wh)1(ic)27(h)-356(there)-357(exists)-357(at)-357(leas)-1(t)-356(one)-357(non)1(-)-1(ze)-1(r)1(o)-357(en)28(try)-356(in)-356(the)-357(lo)-28(cal)-357(r)1(o)27(ws\051)]TJ 0 -11.9552 Td[(is)]TJ/F14 9.9626 Tf 10.018 0 Td[(jI)]TJ/F10 6.9738 Tf 8.1922 -1.4943 Td[(i)]TJ/F14 9.9626 Tf 3.3168 1.4944 Td[(j)]TJ/F8 9.9626 Tf 4.9813 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 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 4.9813 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 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[(.)]TJ +/F8 9.9626 Tf 311.7124 619.2044 Td[(].)]TJ -146.0636 -11.9552 Td[(W)84(e)-314(denote)-314(th)1(e)-314(s)-1(ets)-314(of)-313(in)28(ternal)1(,)-318(b)-27(oun)1(dar)1(y)-314(an)1(d)-313(halo)-313(p)-28(oi)1(n)28(ts)-314(for)-313(a)-313(giv)28(e)-1(n)-313(sub)-27(do-)]TJ -14.944 -11.9551 Td[(main)-338(b)28(y)]TJ/F14 9.9626 Tf 38.8411 0 Td[(I)]TJ/F8 9.9626 Tf 6.1603 0 Td[(,)]TJ/F14 9.9626 Tf 6.1492 0 Td[(B)]TJ/F8 9.9626 Tf 10.2161 0 Td[(and)]TJ/F14 9.9626 Tf 19.4205 0 Td[(H)]TJ/F8 9.9626 Tf 8.5098 0 Td[(.)-459(E)1(ac)27(h)-338(sub)-27(domain)-338(i)1(s)-339(as)-1(sign)1(e)-1(d)-338(to)-338(on)1(e)-339(pr)1(o)-28(ce)-1(ss)-1(;)-340(e)-1(ac)28(h)-338(pr)1(o)-28(c)-1(ess)]TJ -89.297 -11.9552 Td[(usual)1(ly)-280(o)28(wns)-281(on)1(e)-281(sub)-27(domain)1(,)-291(alth)1(ough)-279(the)-280(use)-1(r)-280(ma)28(y)-280(c)27(h)1(o)-28(os)-1(e)-280(to)-280(as)-1(sign)-280(more)-280(than)]TJ 0 -11.9552 Td[(one)-294(s)-1(u)1(b)-28(d)1(omain)-294(to)-294(a)-294(pr)1(o)-28(c)-1(es)-1(s.)-431(If)-294(eac)27(h)-294(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 192.2965 0 Td[(i)]TJ/F8 9.9626 Tf 6.363 0 Td[(o)28(wns)-295(on)1(e)-295(sub)-27(domain)1(,)-302(the)-294(n)28(um)28(b)-27(e)-1(r)]TJ -198.6595 -11.9551 Td[(of)-296(ro)28(ws)-297(in)-296(th)1(e)-297(lo)-28(cal)-297(spar)1(s)-1(e)-297(matr)1(ix)-296(is)]TJ/F14 9.9626 Tf 156.2156 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 4.2469 0 Td[(+)]TJ/F14 9.9626 Tf 9.2282 0 Td[(jB)]TJ/F10 6.9738 Tf 9.3109 -1.4944 Td[(i)]TJ/F14 9.9626 Tf 3.3169 1.4944 Td[(j)]TJ/F8 9.9626 Tf 2.7674 0 Td[(,)-304(an)1(d)-296(the)-297(n)29(um)28(b)-28(er)-296(of)-296(lo)-28(cal)-297(colu)1(m)-1(n)1(s)]TJ -196.5949 -11.9552 Td[(\050i.)1(e)-1(.)-514(those)-358(f)1(or)-357(wh)1(ic)27(h)-356(there)-357(exists)-357(at)-357(leas)-1(t)-356(one)-357(non)1(-)-1(ze)-1(r)1(o)-357(en)28(try)-356(in)-356(the)-357(lo)-28(cal)-357(r)1(o)27(ws\051)]TJ 0 -11.9552 Td[(is)]TJ/F14 9.9626 Tf 10.018 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 4.9812 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 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 4.9813 0 Td[(+)]TJ/F14 9.9626 Tf 9.9626 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[(.)]TJ ET -1 0 0 1 150.7049 373.4376 cm +1 0 0 1 150.7049 521.3214 cm 0 g 0 G 1 0 0 1 66.7754 0 cm 0 g 0 G @@ -5588,410 +5647,424 @@ Q Q 1 0 0 1 37.4863 -205.938 cm 0 g 0 G -1 0 0 1 -259.9479 -167.4996 cm +1 0 0 1 -259.9479 -315.3834 cm +BT +/F8 9.9626 Tf 259.9479 315.3834 Td[(Figu)1(re)-334(2:)-444(P)28(oi)1(n)28(t)-333(c)-1(lass\014cation.)]TJ +ET +1 0 0 1 385.173 315.3834 cm +0 g 0 G +1 0 0 1 -234.4681 -1.9372 cm +0 g 0 G +1 0 0 1 -150.7049 -313.4462 cm +BT +/F8 9.9626 Tf 165.6489 292.2755 Td[(This)-267(class)-1(i\014)1(c)-1(at)1(ion)-266(of)-267(mes)-1(h)-266(p)-27(oin)28(ts)-267(gui)1(des)-267(the)-267(namin)1(g)-267(sc)27(heme)-268(t)1(hat)-267(w)28(e)-267(adop)1(te)-1(d)]TJ -14.944 -11.9552 Td[(in)-473(the)-474(lib)1(rary)-473(in)28(ternal)1(s)-475(an)1(d)-474(in)-473(the)-474(data)-474(stru)1(c)-1(tu)1(res)-1(.)-866(W)84(e)-475(expl)1(ic)-1(i)1(tly)-474(n)1(ote)-475(th)1(at)]TJ 0 -11.9551 Td[(\134Halo")-333(p)-27(oin)28(ts)-334(ar)1(e)-334(also)-334(of)1(te)-1(n)-333(called)-333(\134gh)1(os)-1(t")-333(p)-27(oin)28(ts)-334(i)1(n)-333(the)-334(l)1(iteratur)1(e)-1(.)]TJ/F18 11.9552 Tf 0 -27.7813 Td[(2.)-1(2)-1125(Li)-1(brar)-1(y)-375(con)31(te)-1(n)32(t)-1(s)]TJ/F8 9.9626 Tf 0 -18.3894 Td[(The)-334(P)1(SBLAS)-333(li)1(brar)1(y)-333(c)-1(onsists)-334(of)-333(v)56(ari)1(ous)-334(class)-1(es)-334(of)-333(subr)1(outi)1(nes)-1(:)]TJ +ET +1 0 0 1 145.7236 202.7671 cm +0 g 0 G +1 0 0 1 -145.7236 -202.7671 cm +BT +/F29 9.9626 Tf 150.7049 202.7671 Td[(Computati)-1(on)1(al)-384(routines)]TJ +ET +1 0 0 1 269.8975 202.7671 cm +0 g 0 G +1 0 0 1 -269.8975 -202.7671 cm +BT +/F8 9.9626 Tf 274.8788 202.7671 Td[(com)-1(p)1(rising:)]TJ +ET +1 0 0 1 175.6115 183.0908 cm +0 g 0 G +1 0 0 1 -175.6115 -183.0908 cm +BT +/F14 9.9626 Tf 187.5666 183.0908 Td[(\017)]TJ +ET +1 0 0 1 192.548 183.0908 cm +0 g 0 G +1 0 0 1 -192.548 -183.0908 cm +BT +/F8 9.9626 Tf 197.5293 183.0908 Td[(Sp)1(arse)-334(matrix)-333(b)28(y)-333(d)1(e)-1(n)1(s)-1(e)-333(m)-1(atr)1(ix)-333(pro)-27(du)1(c)-1(t;)]TJ +ET +1 0 0 1 175.6115 167.3995 cm +0 g 0 G +1 0 0 1 -175.6115 -167.3995 cm +BT +/F14 9.9626 Tf 187.5666 167.3995 Td[(\017)]TJ +ET +1 0 0 1 192.548 167.3995 cm +0 g 0 G +1 0 0 1 -192.548 -167.3995 cm +BT +/F8 9.9626 Tf 197.5293 167.3995 Td[(Sp)1(arse)-334(tri)1(angu)1(lar)-333(s)-1(y)1(s)-1(tem)-1(s)-333(s)-1(olu)1(tion)-333(f)1(or)-333(blo)-27(c)27(k)-333(diagon)1(al)-333(m)-1(at)1(rice)-1(s;)]TJ +ET +1 0 0 1 175.6115 151.7082 cm +0 g 0 G +1 0 0 1 -175.6115 -151.7082 cm +BT +/F14 9.9626 Tf 187.5666 151.7082 Td[(\017)]TJ +ET +1 0 0 1 192.548 151.7082 cm +0 g 0 G +1 0 0 1 -192.548 -151.7082 cm +BT +/F8 9.9626 Tf 197.5293 151.7082 Td[(V)83(ec)-1(t)1(or)-333(and)-333(matrix)-333(n)1(orms)-1(;)]TJ +ET +1 0 0 1 175.6115 136.0169 cm +0 g 0 G +1 0 0 1 -175.6115 -136.0169 cm +BT +/F14 9.9626 Tf 187.5666 136.0169 Td[(\017)]TJ +ET +1 0 0 1 192.548 136.0169 cm +0 g 0 G +1 0 0 1 -192.548 -136.0169 cm BT -/F8 9.9626 Tf 259.9479 167.4996 Td[(Figu)1(re)-334(2:)-444(P)28(oi)1(n)28(t)-333(c)-1(lass\014cation.)]TJ +/F8 9.9626 Tf 197.5293 136.0169 Td[(Dense)-334(matrix)-333(sums)-1(;)]TJ ET -1 0 0 1 385.173 167.4996 cm +1 0 0 1 175.6115 120.3256 cm 0 g 0 G -1 0 0 1 -234.4681 -1.9371 cm +1 0 0 1 -175.6115 -120.3256 cm +BT +/F14 9.9626 Tf 187.5666 120.3256 Td[(\017)]TJ +ET +1 0 0 1 192.548 120.3256 cm 0 g 0 G -1 0 0 1 -150.7049 -165.5625 cm +1 0 0 1 -192.548 -120.3256 cm BT -/F8 9.9626 Tf 165.6489 144.236 Td[(This)-267(class)-1(i\014)1(c)-1(at)1(ion)-266(of)-267(mes)-1(h)-266(p)-27(oin)28(ts)-267(gui)1(des)-267(the)-267(namin)1(g)-267(sc)27(heme)-268(t)1(hat)-267(w)28(e)-267(adop)1(te)-1(d)]TJ -14.944 -11.9552 Td[(in)-473(the)-474(lib)1(rary)-473(in)28(ternal)1(s)-475(an)1(d)-474(in)-473(the)-474(data)-474(stru)1(c)-1(tu)1(res)-1(.)-866(W)84(e)-475(expl)1(ic)-1(i)1(tly)-474(n)1(ote)-475(th)1(at)]TJ 0 -11.9552 Td[(\134Halo")-333(p)-27(oin)28(ts)-334(ar)1(e)-334(also)-334(of)1(te)-1(n)-333(called)-333(\134gh)1(os)-1(t")-333(p)-27(oin)28(ts)-334(i)1(n)-333(the)-334(l)1(iteratur)1(e)-1(.)]TJ +/F8 9.9626 Tf 197.5293 120.3256 Td[(Dot)-333(pr)1(o)-28(du)1(c)-1(ts.)]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 320.0698 90.4377 Td[(4)]TJ +/F8 9.9626 Tf 320.0697 90.4377 Td[(4)]TJ ET -1 0 0 1 494.416 90.4377 cm +1 0 0 1 494.4159 90.4377 cm 0 g 0 G endstream endobj -623 0 obj << +626 0 obj << /Type /Page -/Contents 624 0 R -/Resources 622 0 R +/Contents 627 0 R +/Resources 625 0 R /MediaBox [0 0 595.2756 841.8898] /Parent 572 0 R +/Annots [ 629 0 R 630 0 R ] >> endobj -621 0 obj << +624 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/points.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 627 0 R +/PTEX.InfoDict 632 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 628 0 R ->>/Font << /R8 629 0 R >> +/R7 633 0 R +>>/Font << /R8 634 0 R >> >> -/Length 630 0 R +/Length 635 0 R /Filter /FlateDecode >> stream xYˎ5W qn6  3B=bAH}ϩc?ׄe]_?dwGad"沾}e4ߠ,s,_x/w׷~[Z.1uoO*x/22T<ᜇd&o/VC1V^dR 9^Ӿ͚zzõ7!SjJRWZSNm ide3fyRO|J_F~]~z2}VНm΀sQ<I}y5N p%UW@E$|pxE`&U %AIU0G]&MJxT.)~C8}~WۢvKK,8͗&`[C*ONs m 9؆u!`{P9mKI7oB*O샹~̳'^IavRy!zw'`x"0.Ѥb'i|sP:-%X/[^#ahdPY/)Zq&-VֽONtnGY& ˒וB̜Mnng%#؜ǂ"d;)(\X0}Zp#`ӆS%Hvţf``-+ЎQ49Ç,xO/,f,zinv$-܌`?禩|,7c;@!os]?ݲta0yҥZdyORܐ<%9䃀[}拇6m8uIPhf>m))YꓠҐ<%9䃀[}kWOr= A} 0' 9S,ir+\_uݿѐE?{'ȋB#4_$&`[qq&/> M5^_'`[BO% /]07o[qq &/M 5^_'n޶4.16sܥ%]!CgVe@ٖ$)5-5}?Lg+ |>{>hO‘jX5~,>0x},1c X€5Xb$3 څt=>tp8Շ$i>-%TXJR#gL“-J/0jȶw.ickZ,Ԥ^kU Wjǂ.UEzgP,"e̋:t!*%~ *Q@emPM1:ޒX(4 N]J'endstream endobj -627 0 obj +632 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070123225315) /ModDate (D:20070123225315) >> endobj -628 0 obj +633 0 obj << /Type /ExtGState /OPM 1 >> endobj -629 0 obj +634 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -630 0 obj +635 0 obj 1397 endobj -625 0 obj << -/D [623 0 R /XYZ 150.7049 740.9981 null] +629 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [294.6652 618.2081 301.6391 626.621] +/Subtype /Link +/A << /S /GoTo /D (cite.2007c) >> >> endobj -626 0 obj << -/D [623 0 R /XYZ 303.5622 179.4548 null] +630 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [305.7348 618.2081 312.7087 626.621] +/Subtype /Link +/A << /S /GoTo /D (cite.2007d) >> >> endobj -622 0 obj << -/Font << /F8 434 0 R /F29 431 0 R /F19 571 0 R /F14 617 0 R /F11 586 0 R /F10 614 0 R >> -/XObject << /Im2 621 0 R >> +628 0 obj << +/D [626 0 R /XYZ 150.7049 740.9981 null] +>> endobj +631 0 obj << +/D [626 0 R /XYZ 303.5622 327.3386 null] +>> endobj +22 0 obj << +/D [626 0 R /XYZ 150.7049 252.5944 null] +>> endobj +625 0 obj << +/Font << /F8 434 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F10 610 0 R /F18 425 0 R >> +/XObject << /Im2 624 0 R >> /ProcSet [ /PDF /Text ] >> endobj -633 0 obj << -/Length 11099 +640 0 obj << +/Length 10457 >> 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 -BT -/F18 11.9552 Tf 99.8954 706.1289 Td[(2.)-1(2)-1125(Li)-1(brar)-1(y)-375(con)31(te)-1(n)32(t)-1(s)]TJ/F8 9.9626 Tf 0 -18.3894 Td[(The)-334(P)1(SBLAS)-333(li)1(brar)1(y)-333(c)-1(onsists)-334(of)-333(v)56(ari)1(ous)-334(class)-1(es)-334(of)-333(subr)1(outi)1(nes)-1(:)]TJ -ET -1 0 0 1 94.9141 669.6174 cm -0 g 0 G -1 0 0 1 -94.9141 -669.6174 cm -BT -/F29 9.9626 Tf 99.8954 669.6174 Td[(Computati)-1(on)1(al)-384(routines)]TJ -ET -1 0 0 1 219.088 669.6174 cm -0 g 0 G -1 0 0 1 -219.088 -669.6174 cm -BT -/F8 9.9626 Tf 224.0693 669.6174 Td[(com)-1(p)1(rising:)]TJ -ET -1 0 0 1 124.802 650.5936 cm -0 g 0 G -1 0 0 1 -124.802 -650.5936 cm -BT -/F14 9.9626 Tf 136.7572 650.5936 Td[(\017)]TJ -ET -1 0 0 1 141.7385 650.5936 cm -0 g 0 G -1 0 0 1 -141.7385 -650.5936 cm -BT -/F8 9.9626 Tf 146.7198 650.5936 Td[(Sp)1(arse)-334(matrix)-333(b)28(y)-333(d)1(e)-1(n)1(s)-1(e)-333(m)-1(atr)1(ix)-333(pro)-27(du)1(c)-1(t;)]TJ -ET -1 0 0 1 124.802 635.555 cm -0 g 0 G -1 0 0 1 -124.802 -635.555 cm -BT -/F14 9.9626 Tf 136.7572 635.555 Td[(\017)]TJ -ET -1 0 0 1 141.7385 635.555 cm -0 g 0 G -1 0 0 1 -141.7385 -635.555 cm -BT -/F8 9.9626 Tf 146.7198 635.555 Td[(Sp)1(arse)-334(tri)1(angu)1(lar)-333(s)-1(y)1(s)-1(tem)-1(s)-333(s)-1(olu)1(tion)-333(f)1(or)-333(blo)-27(c)27(k)-333(diagon)1(al)-333(m)-1(at)1(rice)-1(s;)]TJ -ET -1 0 0 1 124.802 620.5163 cm -0 g 0 G -1 0 0 1 -124.802 -620.5163 cm -BT -/F14 9.9626 Tf 136.7572 620.5163 Td[(\017)]TJ -ET -1 0 0 1 141.7385 620.5163 cm -0 g 0 G -1 0 0 1 -141.7385 -620.5163 cm -BT -/F8 9.9626 Tf 146.7198 620.5163 Td[(V)83(ec)-1(t)1(or)-333(and)-333(matrix)-333(n)1(orms)-1(;)]TJ -ET -1 0 0 1 124.802 605.4777 cm -0 g 0 G -1 0 0 1 -124.802 -605.4777 cm -BT -/F14 9.9626 Tf 136.7572 605.4777 Td[(\017)]TJ -ET -1 0 0 1 141.7385 605.4777 cm -0 g 0 G -1 0 0 1 -141.7385 -605.4777 cm -BT -/F8 9.9626 Tf 146.7198 605.4777 Td[(Dense)-334(matrix)-333(sums)-1(;)]TJ -ET -1 0 0 1 124.802 590.439 cm -0 g 0 G -1 0 0 1 -124.802 -590.439 cm -BT -/F14 9.9626 Tf 136.7572 590.439 Td[(\017)]TJ -ET -1 0 0 1 141.7385 590.439 cm -0 g 0 G -1 0 0 1 -141.7385 -590.439 cm -BT -/F8 9.9626 Tf 146.7198 590.439 Td[(Dot)-333(pr)1(o)-28(du)1(c)-1(ts.)]TJ -ET -1 0 0 1 94.9141 571.4153 cm +1 0 0 1 -348.6924 -34.8692 cm 0 g 0 G -1 0 0 1 -94.9141 -571.4153 cm +1 0 0 1 -94.9141 -706.1289 cm BT -/F29 9.9626 Tf 99.8954 571.4153 Td[(Comm)32(unic)-1(ation)-384(r)1(outi)-1(nes)]TJ +/F29 9.9626 Tf 99.8954 706.1289 Td[(Comm)32(unic)-1(ation)-384(r)1(outi)-1(nes)]TJ ET -1 0 0 1 223.3844 571.4153 cm +1 0 0 1 223.3844 706.1289 cm 0 g 0 G -1 0 0 1 -223.3844 -571.4153 cm +1 0 0 1 -223.3844 -706.1289 cm BT -/F8 9.9626 Tf 228.3657 571.4153 Td[(han)1(dl)1(ing)-333(hal)1(o)-334(an)1(d)-333(o)28(v)28(e)-1(rl)1(ap)-333(c)-1(omm)27(u)1(nication)1(s)-1(;)]TJ +/F8 9.9626 Tf 228.3657 706.1289 Td[(han)1(dl)1(ing)-333(hal)1(o)-334(an)1(d)-333(o)28(v)28(e)-1(rl)1(ap)-333(c)-1(omm)27(u)1(nication)1(s)-1(;)]TJ ET -1 0 0 1 94.9141 552.3916 cm +1 0 0 1 94.9141 685.6689 cm 0 g 0 G -1 0 0 1 -94.9141 -552.3916 cm +1 0 0 1 -94.9141 -685.6689 cm BT -/F29 9.9626 Tf 99.8954 552.3916 Td[(Data)-384(managemen)32(t)-384(and)-383(auxil)-1(iary)-383(routines)]TJ +/F29 9.9626 Tf 99.8954 685.6689 Td[(Data)-384(managemen)32(t)-384(and)-383(auxil)-1(iary)-383(routines)]TJ ET -1 0 0 1 305.631 552.3916 cm +1 0 0 1 305.631 685.6689 cm 0 g 0 G -1 0 0 1 -305.631 -552.3916 cm +1 0 0 1 -305.631 -685.6689 cm BT -/F8 9.9626 Tf 310.6123 552.3916 Td[(in)1(c)-1(lu)1(di)1(ng:)]TJ +/F8 9.9626 Tf 310.6123 685.6689 Td[(in)1(c)-1(lu)1(di)1(ng:)]TJ ET -1 0 0 1 124.802 533.3679 cm +1 0 0 1 124.802 665.2089 cm 0 g 0 G -1 0 0 1 -124.802 -533.3679 cm +1 0 0 1 -124.802 -665.2089 cm BT -/F14 9.9626 Tf 136.7572 533.3679 Td[(\017)]TJ +/F14 9.9626 Tf 136.7572 665.2089 Td[(\017)]TJ ET -1 0 0 1 141.7385 533.3679 cm +1 0 0 1 141.7385 665.2089 cm 0 g 0 G -1 0 0 1 -141.7385 -533.3679 cm +1 0 0 1 -141.7385 -665.2089 cm BT -/F8 9.9626 Tf 146.7198 533.3679 Td[(P)28(ar)1(allel)-334(en)28(vi)1(ronmen)28(t)-333(m)-1(an)1(age)-1(me)-1(n)29(t)]TJ +/F8 9.9626 Tf 146.7198 665.2089 Td[(P)28(ar)1(allel)-334(en)28(vi)1(ronmen)28(t)-333(m)-1(an)1(age)-1(me)-1(n)29(t)]TJ ET -1 0 0 1 124.802 518.3292 cm +1 0 0 1 124.802 649.0013 cm 0 g 0 G -1 0 0 1 -124.802 -518.3292 cm +1 0 0 1 -124.802 -649.0013 cm BT -/F14 9.9626 Tf 136.7572 518.3292 Td[(\017)]TJ +/F14 9.9626 Tf 136.7572 649.0013 Td[(\017)]TJ ET -1 0 0 1 141.7385 518.3292 cm +1 0 0 1 141.7385 649.0013 cm 0 g 0 G -1 0 0 1 -141.7385 -518.3292 cm +1 0 0 1 -141.7385 -649.0013 cm BT -/F8 9.9626 Tf 146.7198 518.3292 Td[(Com)-1(m)28(un)1(ication)-333(desc)-1(ri)1(ptors)-333(allo)-28(cation)1(;)]TJ +/F8 9.9626 Tf 146.7198 649.0013 Td[(Com)-1(m)28(un)1(ication)-333(desc)-1(ri)1(ptors)-333(allo)-28(cation)1(;)]TJ ET -1 0 0 1 124.802 503.2906 cm +1 0 0 1 124.802 632.7938 cm 0 g 0 G -1 0 0 1 -124.802 -503.2906 cm +1 0 0 1 -124.802 -632.7938 cm BT -/F14 9.9626 Tf 136.7572 503.2906 Td[(\017)]TJ +/F14 9.9626 Tf 136.7572 632.7938 Td[(\017)]TJ ET -1 0 0 1 141.7385 503.2906 cm +1 0 0 1 141.7385 632.7938 cm 0 g 0 G -1 0 0 1 -141.7385 -503.2906 cm +1 0 0 1 -141.7385 -632.7938 cm BT -/F8 9.9626 Tf 146.7198 503.2906 Td[(Dense)-334(and)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix)-333(allo)-28(cation)1(;)]TJ +/F8 9.9626 Tf 146.7198 632.7938 Td[(Dense)-334(and)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix)-333(allo)-28(cation)1(;)]TJ ET -1 0 0 1 124.802 488.2519 cm +1 0 0 1 124.802 616.5862 cm 0 g 0 G -1 0 0 1 -124.802 -488.2519 cm +1 0 0 1 -124.802 -616.5862 cm BT -/F14 9.9626 Tf 136.7572 488.2519 Td[(\017)]TJ +/F14 9.9626 Tf 136.7572 616.5862 Td[(\017)]TJ ET -1 0 0 1 141.7385 488.2519 cm +1 0 0 1 141.7385 616.5862 cm 0 g 0 G -1 0 0 1 -141.7385 -488.2519 cm +1 0 0 1 -141.7385 -616.5862 cm BT -/F8 9.9626 Tf 146.7198 488.2519 Td[(Dense)-334(and)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix)-333(bu)1(ild)-333(an)1(d)-333(up)-27(date;)]TJ +/F8 9.9626 Tf 146.7198 616.5862 Td[(Dense)-334(and)-333(spar)1(s)-1(e)-333(m)-1(atr)1(ix)-333(bu)1(ild)-333(an)1(d)-333(up)-27(date;)]TJ ET -1 0 0 1 124.802 473.2132 cm +1 0 0 1 124.802 600.3786 cm 0 g 0 G -1 0 0 1 -124.802 -473.2132 cm +1 0 0 1 -124.802 -600.3786 cm BT -/F14 9.9626 Tf 136.7572 473.2132 Td[(\017)]TJ +/F14 9.9626 Tf 136.7572 600.3786 Td[(\017)]TJ ET -1 0 0 1 141.7385 473.2132 cm +1 0 0 1 141.7385 600.3786 cm 0 g 0 G -1 0 0 1 -141.7385 -473.2132 cm +1 0 0 1 -141.7385 -600.3786 cm BT -/F8 9.9626 Tf 146.7198 473.2132 Td[(Sp)1(arse)-334(matrix)-333(an)1(d)-333(data)-333(di)1(s)-1(tr)1(ibu)1(tion)-333(p)1(re)-1(p)1(ro)-28(ces)-1(sing.)]TJ +/F8 9.9626 Tf 146.7198 600.3786 Td[(Sp)1(arse)-334(matrix)-333(an)1(d)-333(data)-333(di)1(s)-1(tr)1(ibu)1(tion)-333(p)1(re)-1(p)1(ro)-28(ces)-1(sing.)]TJ ET -1 0 0 1 94.9141 454.1895 cm +1 0 0 1 94.9141 579.9187 cm 0 g 0 G -1 0 0 1 -94.9141 -454.1895 cm +1 0 0 1 -94.9141 -579.9187 cm BT -/F29 9.9626 Tf 99.8954 454.1895 Td[(Preconditi)-1(oner)-383(r)1(outi)-1(nes)]TJ +/F29 9.9626 Tf 99.8954 579.9187 Td[(Preconditi)-1(oner)-383(r)1(outi)-1(nes)]TJ ET -1 0 0 1 218.5346 454.1895 cm +1 0 0 1 218.5346 579.9187 cm 0 g 0 G -1 0 0 1 -123.6205 -19.0237 cm +1 0 0 1 -123.6205 -20.46 cm 0 g 0 G -1 0 0 1 -94.9141 -435.1658 cm +1 0 0 1 -94.9141 -559.4587 cm BT -/F29 9.9626 Tf 99.8954 435.1658 Td[(Iterati)-1(v)32(e)-383(me)-1(tho)-32(d)1(s)]TJ +/F29 9.9626 Tf 99.8954 559.4587 Td[(Iterati)-1(v)32(e)-383(me)-1(tho)-32(d)1(s)]TJ ET -1 0 0 1 189.2211 435.1658 cm +1 0 0 1 189.2211 559.4587 cm 0 g 0 G -1 0 0 1 -189.2211 -435.1658 cm +1 0 0 1 -189.2211 -559.4587 cm BT -/F8 9.9626 Tf 194.2024 435.1658 Td[(a)-333(s)-1(u)1(bse)-1(t)-333(of)-333(Kr)1(ylo)28(v)-333(s)-1(u)1(bspace)-334(iterativ)28(e)-333(m)-1(etho)-27(ds)]TJ -94.307 -18.1222 Td[(The)-392(f)1(ollo)28(wing)-391(namin)1(g)-392(sc)27(h)1(e)-1(me)-392(h)1(as)-392(b)-28(ee)-1(n)-391(ad)1(opted)-391(for)-391(al)1(l)-392(t)1(he)-392(sym)27(b)-27(ols)-392(i)1(n)28(te)-1(r)1(nall)1(y)]TJ 0 -11.9551 Td[(de\014n)1(e)-1(d)-332(in)-333(the)-333(PS)1(B)-1(LAS)-333(soft)28(w)28(are)-334(p)1(ac)27(k)56(age)-1(:)]TJ +/F8 9.9626 Tf 194.2024 559.4587 Td[(a)-333(s)-1(u)1(bse)-1(t)-333(of)-333(Kr)1(ylo)28(v)-333(s)-1(u)1(bspace)-334(iterativ)28(e)-333(m)-1(etho)-27(ds)]TJ -94.307 -20.3263 Td[(The)-392(f)1(ollo)28(wing)-391(namin)1(g)-392(sc)27(h)1(e)-1(me)-392(h)1(as)-392(b)-28(ee)-1(n)-391(ad)1(opted)-391(for)-391(al)1(l)-392(t)1(he)-392(sym)27(b)-27(ols)-392(i)1(n)28(te)-1(r)1(nall)1(y)]TJ 0 -11.9552 Td[(de\014n)1(e)-1(d)-332(in)-333(the)-333(PS)1(B)-1(LAS)-333(soft)28(w)28(are)-334(p)1(ac)27(k)56(age)-1(:)]TJ ET -1 0 0 1 99.8954 386.9664 cm +1 0 0 1 99.8954 506.8509 cm 0 g 0 G -1 0 0 1 -99.8954 -386.9664 cm +1 0 0 1 -99.8954 -506.8509 cm BT -/F14 9.9626 Tf 114.8394 386.9664 Td[(\017)]TJ +/F14 9.9626 Tf 114.8394 506.8509 Td[(\017)]TJ ET -1 0 0 1 119.8207 386.9664 cm +1 0 0 1 119.8207 506.8509 cm 0 g 0 G -1 0 0 1 -119.8207 -386.9664 cm +1 0 0 1 -119.8207 -506.8509 cm BT -/F8 9.9626 Tf 124.802 386.9664 Td[(all)-275(t)1(he)-275(s)-1(ym)28(b)-27(ols)-276(\050i)1(.e)-1(.)-424(s)-1(u)1(brou)1(tin)1(e)-276(n)1(am)-1(es,)-287(d)1(ata)-275(t)28(yp)-27(e)-1(s...\051)-425(ar)1(e)-276(p)1(re\014xed)-275(b)29(y)]TJ/F32 9.9626 Tf 297.8831 0 Td[(psb_)]TJ +/F8 9.9626 Tf 124.802 506.8509 Td[(all)-275(t)1(he)-275(s)-1(ym)28(b)-27(ols)-276(\050i)1(.e)-1(.)-424(s)-1(u)1(brou)1(tin)1(e)-276(n)1(am)-1(es,)-287(d)1(ata)-275(t)28(yp)-27(e)-1(s...\051)-425(ar)1(e)-276(p)1(re\014xed)-275(b)29(y)]TJ/F32 9.9626 Tf 297.8831 0 Td[(psb_)]TJ ET -1 0 0 1 99.8954 367.9426 cm +1 0 0 1 99.8954 486.391 cm 0 g 0 G -1 0 0 1 -99.8954 -367.9426 cm +1 0 0 1 -99.8954 -486.391 cm BT -/F14 9.9626 Tf 114.8394 367.9426 Td[(\017)]TJ +/F14 9.9626 Tf 114.8394 486.391 Td[(\017)]TJ ET -1 0 0 1 119.8207 367.9426 cm +1 0 0 1 119.8207 486.391 cm 0 g 0 G -1 0 0 1 -119.8207 -367.9426 cm +1 0 0 1 -119.8207 -486.391 cm BT -/F8 9.9626 Tf 124.802 367.9426 Td[(all)-333(th)1(e)-334(data)-333(t)28(yp)-27(e)-334(n)1(am)-1(es)-334(are)-334(su\016xed)-333(b)28(y)]TJ/F32 9.9626 Tf 173.3779 0 Td[(_type)]TJ +/F8 9.9626 Tf 124.802 486.391 Td[(all)-333(th)1(e)-334(data)-333(t)28(yp)-27(e)-334(n)1(am)-1(es)-334(are)-334(su\016xed)-333(b)28(y)]TJ/F32 9.9626 Tf 173.3779 0 Td[(_type)]TJ ET -1 0 0 1 99.8954 348.9189 cm +1 0 0 1 99.8954 465.931 cm 0 g 0 G -1 0 0 1 -99.8954 -348.9189 cm +1 0 0 1 -99.8954 -465.931 cm BT -/F14 9.9626 Tf 114.8394 348.9189 Td[(\017)]TJ +/F14 9.9626 Tf 114.8394 465.931 Td[(\017)]TJ ET -1 0 0 1 119.8207 348.9189 cm +1 0 0 1 119.8207 465.931 cm 0 g 0 G -1 0 0 1 -119.8207 -348.9189 cm +1 0 0 1 -119.8207 -465.931 cm BT -/F8 9.9626 Tf 124.802 348.9189 Td[(all)-333(th)1(e)-334(c)-1(on)1(s)-1(t)1(an)28(t)-333(v)55(al)1(ues)-334(are)-334(su\016xed)-333(b)28(y)]TJ/F32 9.9626 Tf 167.6217 0 Td[(_)]TJ +/F8 9.9626 Tf 124.802 465.931 Td[(all)-333(th)1(e)-334(c)-1(on)1(s)-1(t)1(an)28(t)-333(v)55(al)1(ues)-334(are)-334(su\016xed)-333(b)28(y)]TJ/F32 9.9626 Tf 167.6217 0 Td[(_)]TJ ET -1 0 0 1 99.8954 329.8952 cm +1 0 0 1 99.8954 445.471 cm 0 g 0 G -1 0 0 1 -99.8954 -329.8952 cm +1 0 0 1 -99.8954 -445.471 cm BT -/F14 9.9626 Tf 114.8394 329.8952 Td[(\017)]TJ +/F14 9.9626 Tf 114.8394 445.471 Td[(\017)]TJ ET -1 0 0 1 119.8207 329.8952 cm +1 0 0 1 119.8207 445.471 cm 0 g 0 G -1 0 0 1 -119.8207 -329.8952 cm +1 0 0 1 -119.8207 -445.471 cm BT -/F8 9.9626 Tf 124.802 329.8952 Td[(all)-473(the)-473(s)-1(u)1(brou)1(tin)1(e)-474(name)-1(s)-474(f)1(ollo)28(w)-474(th)1(e)-474(ru)1(le)]TJ/F32 9.9626 Tf 186.5005 0 Td[(psb_xxname)]TJ/F8 9.9626 Tf 57.0206 0 Td[(where)]TJ/F32 9.9626 Tf 30.205 0 Td[(xx)]TJ/F8 9.9626 Tf 15.1778 0 Td[(can)-473(b)-28(e)]TJ -288.9039 -11.9552 Td[(either:)]TJ +/F8 9.9626 Tf 124.802 445.471 Td[(all)-473(the)-473(s)-1(u)1(brou)1(tin)1(e)-474(name)-1(s)-474(f)1(ollo)28(w)-474(th)1(e)-474(ru)1(le)]TJ/F32 9.9626 Tf 186.5005 0 Td[(psb_xxname)]TJ/F8 9.9626 Tf 57.0206 0 Td[(where)]TJ/F32 9.9626 Tf 30.205 0 Td[(xx)]TJ/F8 9.9626 Tf 15.1778 0 Td[(can)-473(b)-28(e)]TJ -288.9039 -11.9551 Td[(either:)]TJ ET -1 0 0 1 124.802 298.9163 cm +1 0 0 1 124.802 413.0559 cm 0 g 0 G -1 0 0 1 -124.802 -298.9163 cm +1 0 0 1 -124.802 -413.0559 cm BT -/F29 9.9626 Tf 136.01 298.9163 Td[({)]TJ +/F29 9.9626 Tf 136.01 413.0559 Td[({)]TJ ET -1 0 0 1 141.7385 298.9163 cm +1 0 0 1 141.7385 413.0559 cm 0 g 0 G -1 0 0 1 -141.7385 -298.9163 cm +1 0 0 1 -141.7385 -413.0559 cm BT -/F32 9.9626 Tf 146.7198 298.9163 Td[(ge)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(d)1(e)-1(n)1(s)-1(e)-333(data,)]TJ +/F32 9.9626 Tf 146.7198 413.0559 Td[(ge)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(d)1(e)-1(n)1(s)-1(e)-333(data,)]TJ ET -1 0 0 1 124.802 283.8777 cm +1 0 0 1 124.802 396.8483 cm 0 g 0 G -1 0 0 1 -124.802 -283.8777 cm +1 0 0 1 -124.802 -396.8483 cm BT -/F29 9.9626 Tf 136.01 283.8777 Td[({)]TJ +/F29 9.9626 Tf 136.01 396.8483 Td[({)]TJ ET -1 0 0 1 141.7385 283.8777 cm +1 0 0 1 141.7385 396.8483 cm 0 g 0 G -1 0 0 1 -141.7385 -283.8777 cm +1 0 0 1 -141.7385 -396.8483 cm BT -/F32 9.9626 Tf 146.7198 283.8777 Td[(sp)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(spar)1(s)-1(e)-334(d)1(ata,)]TJ +/F32 9.9626 Tf 146.7198 396.8483 Td[(sp)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(spar)1(s)-1(e)-334(d)1(ata,)]TJ ET -1 0 0 1 124.802 268.839 cm +1 0 0 1 124.802 380.6408 cm 0 g 0 G -1 0 0 1 -124.802 -268.839 cm +1 0 0 1 -124.802 -380.6408 cm BT -/F29 9.9626 Tf 136.01 268.839 Td[({)]TJ +/F29 9.9626 Tf 136.01 380.6408 Td[({)]TJ ET -1 0 0 1 141.7385 268.839 cm +1 0 0 1 141.7385 380.6408 cm 0 g 0 G -1 0 0 1 -141.7385 -268.839 cm +1 0 0 1 -141.7385 -380.6408 cm BT -/F32 9.9626 Tf 146.7198 268.839 Td[(cd)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(comm)27(un)1(ication)-333(d)1(e)-1(sc)-1(r)1(iptor)-333(\050see)]TJ +/F32 9.9626 Tf 146.7198 380.6408 Td[(cd)]TJ/F8 9.9626 Tf 10.4607 0 Td[(:)-444(the)-333(routi)1(ne)-334(i)1(s)-334(related)-333(to)-334(comm)27(un)1(ication)-333(d)1(e)-1(sc)-1(r)1(iptor)-333(\050see)]TJ ET -1 0 0 1 407.3539 268.839 cm +1 0 0 1 407.3539 380.6408 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -407.3539 -268.839 cm +1 0 0 1 -407.3539 -380.6408 cm BT -/F8 9.9626 Tf 407.3539 268.839 Td[(3)]TJ +/F8 9.9626 Tf 407.3539 380.6408 Td[(3)]TJ ET -1 0 0 1 412.3352 268.839 cm +1 0 0 1 412.3352 380.6408 cm 0 g 0 G -1 0 0 1 -412.3352 -268.839 cm +1 0 0 1 -412.3352 -380.6408 cm BT -/F8 9.9626 Tf 412.3352 268.839 Td[(\051.)]TJ -287.5332 -19.0237 Td[(F)84(or)-276(example)-276(th)1(e)]TJ/F32 9.9626 Tf 72.3296 0 Td[(psb_geins)]TJ/F8 9.9626 Tf 47.073 0 Td[(,)]TJ/F32 9.9626 Tf 5.628 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 49.8186 0 Td[(and)]TJ/F32 9.9626 Tf 18.7964 0 Td[(psb_cdins)]TJ/F8 9.9626 Tf 49.8186 0 Td[(p)-27(e)-1(r)1(form)-276(t)1(he)-276(s)-1(ame)]TJ -243.4642 -11.9552 Td[(action)-342(\050s)-1(ee)]TJ +/F8 9.9626 Tf 412.3352 380.6408 Td[(\051.)]TJ -287.5332 -20.46 Td[(F)84(or)-276(example)-276(th)1(e)]TJ/F32 9.9626 Tf 72.3296 0 Td[(psb_geins)]TJ/F8 9.9626 Tf 47.073 0 Td[(,)]TJ/F32 9.9626 Tf 5.628 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 49.8186 0 Td[(and)]TJ/F32 9.9626 Tf 18.7964 0 Td[(psb_cdins)]TJ/F8 9.9626 Tf 49.8186 0 Td[(p)-27(e)-1(r)1(form)-276(t)1(he)-276(s)-1(ame)]TJ -243.4642 -11.9552 Td[(action)-342(\050s)-1(ee)]TJ ET -1 0 0 1 174.8595 237.8601 cm +1 0 0 1 174.8595 348.2256 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -174.8595 -237.8601 cm +1 0 0 1 -174.8595 -348.2256 cm BT -/F8 9.9626 Tf 174.8595 237.8601 Td[(6)]TJ +/F8 9.9626 Tf 174.8595 348.2256 Td[(6)]TJ ET -1 0 0 1 179.8409 237.8601 cm +1 0 0 1 179.8409 348.2256 cm 0 g 0 G -1 0 0 1 -179.8409 -237.8601 cm +1 0 0 1 -179.8409 -348.2256 cm BT -/F8 9.9626 Tf 179.8409 237.8601 Td[(\051)-343(on)-342(dense)-343(m)-1(atr)1(ice)-1(s,)-345(s)-1(p)1(arse)-344(matri)1(c)-1(es)-344(an)1(d)-342(c)-1(omm)27(u)1(nication)-342(de-)]TJ -55.0389 -11.9552 Td[(sc)-1(ri)1(ptor)1(s)-358(r)1(e)-1(sp)-28(ec)-1(t)1(iv)28(e)-1(l)1(y)83(.)-515(In)29(te)-1(r)1(face)-358(o)28(v)28(erload)1(ing)-357(al)1(lo)28(w)-1(s)-357(th)1(e)-358(u)1(s)-1(age)-357(of)-356(the)-357(sam)-1(e)]TJ 0 -11.9551 Td[(subr)1(outi)1(ne)-334(in)29(te)-1(r)1(face)-1(s)-334(f)1(or)-333(b)-28(ot)1(h)-333(real)-334(an)1(d)-333(com)-1(p)1(le)-1(x)-333(d)1(ata.)]TJ -24.9066 -18.1222 Td[(In)-320(th)1(e)-321(desc)-1(ri)1(ption)-319(of)-320(the)-320(s)-1(u)1(br)1(outin)1(e)-1(s,)-323(ar)1(gume)-1(n)28(t)1(s)-321(or)-320(argu)1(m)-1(en)28(t)-320(en)28(tri)1(e)-1(s)-321(ar)1(e)-321(clas)-1(si-)]TJ 0 -11.9551 Td[(\014ed)-333(as:)]TJ +/F8 9.9626 Tf 179.8409 348.2256 Td[(\051)-343(on)-342(dense)-343(m)-1(atr)1(ice)-1(s,)-345(s)-1(p)1(arse)-344(matri)1(c)-1(es)-344(an)1(d)-342(c)-1(omm)27(u)1(nication)-342(de-)]TJ -55.0389 -11.9552 Td[(sc)-1(ri)1(ptor)1(s)-358(r)1(e)-1(sp)-28(ec)-1(t)1(iv)28(e)-1(l)1(y)83(.)-515(In)29(te)-1(r)1(face)-358(o)28(v)28(erload)1(ing)-357(al)1(lo)28(w)-1(s)-357(th)1(e)-358(u)1(s)-1(age)-357(of)-356(the)-357(sam)-1(e)]TJ 0 -11.9551 Td[(subr)1(outi)1(ne)-334(in)29(te)-1(r)1(face)-1(s)-334(f)1(or)-333(b)-28(ot)1(h)-333(real)-334(an)1(d)-333(com)-1(p)1(le)-1(x)-333(d)1(ata.)]TJ -24.9066 -20.3263 Td[(In)-320(th)1(e)-321(desc)-1(ri)1(ption)-319(of)-320(the)-320(s)-1(u)1(br)1(outin)1(e)-1(s,)-323(ar)1(gume)-1(n)28(t)1(s)-321(or)-320(argu)1(m)-1(en)28(t)-320(en)28(tri)1(e)-1(s)-321(ar)1(e)-321(clas)-1(si-)]TJ 0 -11.9552 Td[(\014ed)-333(as:)]TJ ET -1 0 0 1 94.9141 165.7503 cm +1 0 0 1 94.9141 271.7075 cm 0 g 0 G -1 0 0 1 -94.9141 -165.7503 cm +1 0 0 1 -94.9141 -271.7075 cm BT -/F29 9.9626 Tf 99.8954 165.7503 Td[(global)]TJ +/F29 9.9626 Tf 99.8954 271.7075 Td[(global)]TJ ET -1 0 0 1 129.6517 165.7503 cm +1 0 0 1 129.6517 271.7075 cm 0 g 0 G -1 0 0 1 -129.6517 -165.7503 cm +1 0 0 1 -129.6517 -271.7075 cm BT -/F8 9.9626 Tf 134.633 165.7503 Td[(F)84(or)-228(inp)1(ut)-228(argu)1(m)-1(en)28(ts,)-249(the)-228(v)55(al)1(ue)-229(m)28(ust)-228(b)-28(e)-229(t)1(he)-229(same)-229(on)-228(all)-228(p)1(ro)-28(ce)-1(ss)-1(es)-229(p)1(artici-)]TJ -9.831 -11.9552 Td[(pat)1(ing)-252(in)-252(the)-253(sub)1(routi)1(ne)-253(call;)-279(for)-252(out)1(put)-252(argu)1(m)-1(en)28(ts)-253(th)1(e)-253(v)55(al)1(ue)-253(is)-253(gu)1(aran)28(tee)-1(d)]TJ 0 -11.9551 Td[(to)-333(b)-28(e)-333(the)-334(same)-1(.)]TJ +/F8 9.9626 Tf 134.633 271.7075 Td[(F)84(or)-228(inp)1(ut)-228(argu)1(m)-1(en)28(ts,)-249(the)-228(v)55(al)1(ue)-229(m)28(ust)-228(b)-28(e)-229(t)1(he)-229(same)-229(on)-228(all)-228(p)1(ro)-28(ce)-1(ss)-1(es)-229(p)1(artici-)]TJ -9.831 -11.9552 Td[(pat)1(ing)-252(in)-252(the)-253(sub)1(routi)1(ne)-253(call;)-279(for)-252(out)1(put)-252(argu)1(m)-1(en)28(ts)-253(th)1(e)-253(v)55(al)1(ue)-253(is)-253(gu)1(aran)28(tee)-1(d)]TJ 0 -11.9551 Td[(to)-333(b)-28(e)-333(the)-334(same)-1(.)]TJ ET -1 0 0 1 94.9141 122.8163 cm +1 0 0 1 94.9141 227.3372 cm 0 g 0 G -1 0 0 1 -94.9141 -122.8163 cm +1 0 0 1 -94.9141 -227.3372 cm BT -/F29 9.9626 Tf 99.8954 122.8163 Td[(lo)-32(ca)-1(l)]TJ +/F29 9.9626 Tf 99.8954 227.3372 Td[(lo)-32(ca)-1(l)]TJ ET -1 0 0 1 122.9684 122.8163 cm +1 0 0 1 122.9684 227.3372 cm 0 g 0 G -1 0 0 1 -122.9684 -122.8163 cm +1 0 0 1 -122.9684 -227.3372 cm BT -/F8 9.9626 Tf 127.9498 122.8163 Td[(Eac)28(h)-333(pr)1(o)-28(c)-1(ess)-334(has)-334(i)1(ts)-334(o)28(wn)-333(v)55(al)1(ue\050s)-1(\051)-333(in)1(dep)-28(end)1(e)-1(n)29(tly)83(.)]TJ +/F8 9.9626 Tf 127.9498 227.3372 Td[(Eac)28(h)-333(pr)1(o)-28(c)-1(ess)-334(has)-334(i)1(ts)-334(o)28(wn)-333(v)55(al)1(ue\050s)-1(\051)-333(in)1(dep)-28(end)1(e)-1(n)29(tly)83(.)]TJ/F18 11.9552 Tf -28.0544 -28.5976 Td[(2.)-1(3)-1125(Appl)-1(icati)-1(on)-375(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -18.6381 Td[(The)-275(main)-274(u)1(nd)1(e)-1(r)1(lyin)1(g)-275(p)1(rin)1(c)-1(i)1(ple)-274(of)-274(the)-274(PSBLAS)-274(li)1(brar)1(y)-274(is)-275(th)1(at)-274(the)-275(l)1(ibr)1(ary)-274(ob)-55(jec)-1(ts)]TJ 0 -11.9552 Td[(are)-311(c)-1(r)1(e)-1(ated)-311(an)1(d)-311(exist)-311(w)-1(i)1(th)-311(reference)-312(to)-311(a)-311(di)1(s)-1(cretize)-1(d)-311(space)-312(t)1(o)-312(wh)1(ic)27(h)-310(there)-312(corr)1(e)-1(-)]TJ 0 -11.9552 Td[(sp)-28(on)1(ds)-340(an)-339(in)1(dex)-340(space)-340(and)-339(a)-339(m)-1(atr)1(ix)-339(s)-1(p)1(ars)-1(i)1(t)28(y)-340(p)1(atte)-1(r)1(n.)-463(As)-340(an)-339(exam)-1(p)1(le,)-341(c)-1(on)1(s)-1(i)1(der)]TJ 0 -11.9551 Td[(a)-355(c)-1(ell-ce)-1(n)28(tered)-355(\014n)1(ite-)-1(v)28(ol)1(ume)-356(d)1(is)-1(cretization)-355(of)-355(th)1(e)-356(Na)28(vier-St)1(ok)28(e)-1(s)-356(equ)1(ations)-355(on)-355(a)]TJ 0 -11.9552 Td[(sim)27(u)1(lation)-370(domain;)-389(the)-371(in)1(dex)-371(s)-1(p)1(ac)-1(e)-371(1)]TJ/F11 9.9626 Tf 166.0032 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 22.9592 0 Td[(is)-371(isom)-1(or)1(phi)1(c)-372(to)-371(t)1(he)-371(s)-1(et)-371(of)-371(ce)-1(l)1(l)-371(c)-1(en-)]TJ -188.9624 -11.9552 Td[(ters,)-388(w)-1(h)1(e)-1(r)1(e)-1(as)-378(t)1(he)-378(p)1(atte)-1(r)1(n)-377(of)-377(th)1(e)-378(as)-1(so)-28(ciated)-377(lin)1(e)-1(ar)-377(syste)-1(m)-377(m)-1(atr)1(ix)-377(is)-378(i)1(s)-1(omorp)1(hic)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -6003,40 +6076,40 @@ ET 0 g 0 G endstream endobj -632 0 obj << +639 0 obj << /Type /Page -/Contents 633 0 R -/Resources 631 0 R +/Contents 640 0 R +/Resources 638 0 R /MediaBox [0 0 595.2756 841.8898] /Parent 572 0 R -/Annots [ 635 0 R 636 0 R ] +/Annots [ 642 0 R 643 0 R ] >> endobj -635 0 obj << +642 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [406.3576 265.3521 413.3315 277.3073] +/Rect [406.3576 377.1538 413.3315 389.109] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj -636 0 obj << +643 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.8633 234.3732 180.8371 246.3284] +/Rect [173.8633 344.7387 180.8371 356.6939] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj -634 0 obj << -/D [632 0 R /XYZ 99.8954 740.9981 null] +641 0 obj << +/D [639 0 R /XYZ 99.8954 740.9981 null] >> endobj -22 0 obj << -/D [632 0 R /XYZ 99.8954 716.0915 null] +26 0 obj << +/D [639 0 R /XYZ 99.8954 210.3303 null] >> endobj -631 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F29 431 0 R /F14 617 0 R /F32 592 0 R >> +638 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F14 613 0 R /F32 602 0 R /F18 425 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -639 0 obj << -/Length 11521 +646 0 obj << +/Length 11593 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -6045,103 +6118,127 @@ stream 0 g 0 G 1 0 0 1 -494.416 -740.9981 cm BT -/F18 11.9552 Tf 150.7049 706.1289 Td[(2.)-1(3)-1125(Appl)-1(icati)-1(on)-375(st)-1(ruct)-1(ure)]TJ/F8 9.9626 Tf 0 -18.7867 Td[(The)-275(main)-274(u)1(nd)1(e)-1(r)1(lyin)1(g)-275(p)1(rin)1(c)-1(i)1(ple)-274(of)-274(the)-274(PSBLAS)-274(li)1(brar)1(y)-274(is)-275(th)1(at)-274(the)-275(l)1(ibr)1(ary)-274(ob)-55(jec)-1(ts)]TJ 0 -11.9552 Td[(are)-311(c)-1(r)1(e)-1(ated)-311(an)1(d)-311(exist)-311(w)-1(i)1(th)-311(reference)-312(to)-311(a)-311(d)1(is)-1(cretize)-1(d)-311(space)-312(t)1(o)-312(wh)1(ic)27(h)-310(there)-312(corr)1(e)-1(-)]TJ 0 -11.9551 Td[(sp)-28(on)1(ds)-340(an)-339(in)1(dex)-340(space)-340(and)-339(a)-339(m)-1(atr)1(ix)-339(s)-1(p)1(ars)-1(i)1(t)28(y)-340(p)1(atte)-1(r)1(n.)-463(As)-340(an)-339(exam)-1(p)1(le,)-341(c)-1(on)1(s)-1(i)1(der)]TJ 0 -11.9552 Td[(a)-355(c)-1(ell-ce)-1(n)28(tered)-355(\014n)1(ite-)-1(v)28(ol)1(ume)-356(d)1(is)-1(cretization)-355(of)-355(th)1(e)-356(Na)28(vier-St)1(ok)28(e)-1(s)-356(equ)1(ations)-355(on)-355(a)]TJ 0 -11.9552 Td[(sim)27(u)1(lation)-370(domain;)-389(the)-371(in)1(dex)-371(s)-1(p)1(ac)-1(e)-371(1)]TJ/F11 9.9626 Tf 166.0032 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 22.9591 0 Td[(is)-371(isom)-1(or)1(phi)1(c)-372(to)-371(t)1(he)-371(s)-1(et)-371(of)-371(ce)-1(l)1(l)-371(c)-1(en-)]TJ -188.9623 -11.9551 Td[(ters,)-388(w)-1(h)1(e)-1(r)1(e)-1(as)-378(t)1(he)-378(p)1(atte)-1(r)1(n)-377(of)-377(th)1(e)-378(as)-1(so)-28(ciated)-377(lin)1(e)-1(ar)-377(syste)-1(m)-377(m)-1(atr)1(ix)-377(is)-378(i)1(s)-1(omorp)1(hic)]TJ 0 -11.9552 Td[(to)-277(the)-278(ad)1(jace)-1(n)1(c)-1(y)-277(grap)1(h)-277(im)-1(p)-27(ose)-1(d)-277(on)-277(th)1(e)-278(disc)-1(r)1(e)-1(ti)1(z)-1(ation)-277(mes)-1(h)-277(b)28(y)-277(th)1(e)-278(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]TJ 0 -11.9552 Td[(ste)-1(n)1(c)-1(il)1(.)]TJ 14.9439 -12.1686 Td[(Th)28(us)-408(the)-409(\014)1(rst)-409(or)1(der)-408(of)-408(bu)1(s)-1(in)1(e)-1(ss)-409(is)-408(to)-409(es)-1(tab)1(lish)-408(an)-408(in)1(dex)-408(s)-1(p)1(ac)-1(e,)-427(and)-408(th)1(is)-409(is)]TJ -14.9439 -11.9552 Td[(don)1(e)-371(w)-1(i)1(th)-371(a)-371(call)-371(to)]TJ/F32 9.9626 Tf 87.1086 0 Td[(psb_cdall)]TJ/F8 9.9626 Tf 50.7685 0 Td[(in)-370(whic)28(h)-371(w)28(e)-372(sp)-28(ecify)-371(t)1(he)-371(s)-1(ize)-371(of)-371(th)1(e)-372(i)1(ndex)-371(space)]TJ/F11 9.9626 Tf -137.8771 -11.9552 Td[(n)]TJ/F8 9.9626 Tf 9.1424 0 Td[(and)-317(t)1(he)-318(all)1(o)-28(c)-1(ati)1(on)-317(of)-317(the)-318(elem)-1(en)28(ts)-318(of)-317(th)1(e)-318(in)1(dex)-318(space)-318(to)-317(the)-318(v)56(ari)1(ous)-318(p)1(ro)-28(ce)-1(ss)-1(es)]TJ -9.1424 -11.9551 Td[(makin)1(g)-334(u)1(p)-333(the)-333(MPI)-333(\050vir)1(tual\051)-333(p)1(arallel)-333(mac)27(hi)1(ne.)]TJ 14.9439 -12.1687 Td[(The)-309(i)1(ndex)-308(s)-1(p)1(ac)-1(e)-308(is)-309(par)1(tition)1(e)-1(d)-308(amon)1(g)-309(p)1(ro)-28(ce)-1(ss)-1(es,)-314(an)1(d)-308(thi)1(s)-309(c)-1(r)1(e)-1(ates)-309(a)-308(m)-1(ap)1(pin)1(g)]TJ -14.9439 -11.9552 Td[(fr)1(om)-250(t)1(he)-250(\134gl)1(obal")-249(n)29(um)27(b)-27(erin)1(g)-249(1)]TJ/F11 9.9626 Tf 132.8519 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 21.7442 0 Td[(to)-249(a)-249(n)28(u)1(m)27(b)-27(e)-1(r)1(ing)-249(\134l)1(o)-28(c)-1(al)1(")-249(to)-249(e)-1(ac)27(h)-248(pr)1(o)-28(c)-1(ess)-1(;)-277(eac)27(h)]TJ -154.5961 -11.9551 Td[(pr)1(o)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 33.7713 0 Td[(i)]TJ/F8 9.9626 Tf 5.7936 0 Td[(will)-237(o)28(wn)-237(a)-237(ce)-1(r)1(tain)-236(s)-1(u)1(bse)-1(t)-237(1)]TJ/F11 9.9626 Tf 113.5085 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 -1.4944 Td[(ro)28(w)]TJ/F9 4.9813 Tf 15.8019 -0.9963 Td[(i)]TJ/F8 9.9626 Tf 3.6541 2.4907 Td[(,)-256(e)-1(ac)28(h)-237(elem)-1(en)28(t)-237(of)-236(w)-1(h)1(ic)27(h)-236(c)-1(or)1(re)-1(sp)-27(ond)1(s)]TJ -191.7927 -11.9552 Td[(to)-390(a)-389(c)-1(ertai)1(n)-390(elem)-1(en)28(t)-389(of)-389(1)]TJ/F11 9.9626 Tf 111.3133 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 0 Td[(.)-613(The)-390(u)1(s)-1(er)-390(d)1(o)-28(es)-390(not)-390(set)-390(expli)1(c)-1(it)1(ly)-390(t)1(his)-390(mapp)1(ing;)]TJ -130.5766 -11.9552 Td[(when)-392(the)-392(app)1(lication)-392(needs)-393(to)-392(in)1(dicate)-393(to)-392(whi)1(c)27(h)-392(ele)-1(men)28(t)-392(of)-392(the)-392(ind)1(e)-1(x)-392(space)-393(a)]TJ 0 -11.9551 Td[(ce)-1(rt)1(ain)-273(it)1(e)-1(m)-273(is)-273(relate)-1(d)1(,)-285(suc)27(h)-272(as)-273(the)-273(ro)28(w)-273(and)-272(c)-1(olu)1(m)-1(n)-272(in)1(dex)-273(of)-273(a)-273(matr)1(ix)-273(co)-28(e)-1(\016cie)-1(n)29(t,)]TJ 0 -11.9552 Td[(it)-448(do)-28(es)-449(s)-1(o)-448(in)-448(the)-449(\134glob)1(al")-449(n)29(um)28(b)-28(erin)1(g,)-477(and)-448(the)-449(li)1(brar)1(y)-449(wil)1(l)-449(tr)1(anslate)-449(in)28(to)-448(the)]TJ 0 -11.9552 Td[(app)1(rop)1(riate)-333(\134lo)-28(cal")-334(n)29(um)27(b)-27(erin)1(g.)]TJ 14.944 -12.1686 Td[(F)84(or)-274(a)-274(gi)1(v)28(e)-1(n)-273(in)1(dex)-274(space)-274(1)]TJ/F11 9.9626 Tf 109.3313 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 21.9902 0 Td[(th)1(e)-1(re)-274(ar)1(e)-275(man)28(y)-273(p)-28(ossible)-274(ass)-1(o)-27(c)-1(iat)1(e)-1(d)-273(top)-27(ologies)-1(,)]TJ -146.2655 -11.9552 Td[(i.e.)-418(man)28(y)-254(d)1(i\013)-1(eren)28(t)-254(di)1(s)-1(cretization)-254(ste)-1(n)1(c)-1(i)1(ls)-1(;)-280(th)28(u)1(s)-255(th)1(e)-255(d)1(e)-1(sc)-1(r)1(ipti)1(on)-254(of)-254(th)1(e)-255(in)1(dex)-254(s)-1(p)1(ac)-1(e)]TJ 0 -11.9552 Td[(is)-355(not)-355(com)-1(p)1(lete)-1(d)-354(un)28(ti)1(l)-355(the)-355(use)-1(r)-355(h)1(as)-356(d)1(e)-1(\014)1(ned)-355(a)-355(sparsit)28(y)-355(p)1(atte)-1(r)1(n,)-360(e)-1(i)1(ther)-355(e)-1(x)1(pli)1(c)-1(itl)1(y)]TJ 0 -11.9551 Td[(th)1(rough)]TJ/F32 9.9626 Tf 36.9305 0 Td[(psb_cdins)]TJ/F8 9.9626 Tf 49.6601 0 Td[(or)-259(implicitl)1(y)-260(th)1(rough)]TJ/F32 9.9626 Tf 92.2223 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.073 0 Td[(.)-420(Th)1(e)-261(d)1(e)-1(scrip)1(tor)-260(i)1(s)-261(\014)1(nali)1(z)-1(ed)]TJ -225.8859 -11.9552 Td[(with)-354(a)-354(c)-1(al)1(l)-354(to)]TJ/F32 9.9626 Tf 62.2736 0 Td[(psb_cdasb)]TJ/F8 9.9626 Tf 50.6033 0 Td[(and)-353(a)-355(spar)1(s)-1(e)-355(matri)1(x)-355(wit)1(h)-354(a)-355(call)-354(to)]TJ/F32 9.9626 Tf 153.2175 0 Td[(psb_spasb)]TJ/F8 9.9626 Tf 47.0731 0 Td[(.)-507(After)]TJ/F32 9.9626 Tf -313.1675 -11.9552 Td[(psb_cdasb)]TJ/F8 9.9626 Tf 50.4428 0 Td[(eac)27(h)-338(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 57.2447 0 Td[(i)]TJ/F8 9.9626 Tf 6.8021 0 Td[(will)-338(h)1(a)27(v)28(e)-338(de\014n)1(e)-1(d)-338(a)-338(se)-1(t)-338(of)-338(\134h)1(alo")-338(\050or)-338(\134ghost"\051)-338(in)1(dice)-1(s)]TJ/F11 9.9626 Tf -114.4896 -11.9551 Td[(n)]TJ/F8 9.9626 Tf 5.9799 -1.4944 Td[(ro)28(w)]TJ/F9 4.9813 Tf 15.8019 -0.9963 Td[(i)]TJ/F8 9.9626 Tf 5.9852 2.4907 Td[(+)-234(1)]TJ/F11 9.9626 Tf 16.7216 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 -3.487 Td[(col)]TJ/F9 4.9813 Tf 12.1766 -0.9962 Td[(i)]TJ/F8 9.9626 Tf 3.6541 4.4832 Td[(,)-355(denoti)1(ng)-351(ele)-1(men)28(ts)-352(of)-350(the)-351(in)1(dex)-351(space)-352(th)1(at)-351(are)]TJ/F19 9.9626 Tf 209.5968 0 Td[(not)]TJ/F8 9.9626 Tf 18.4447 0 Td[(ass)-1(ign)1(e)-1(d)]TJ -307.6241 -11.9552 Td[(to)-284(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 45.9205 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(;)-300(ho)28(w)28(e)-1(v)28(er)-284(th)1(e)-284(v)55(ar)1(iabl)1(e)-1(s)-284(as)-1(so)-28(ciated)-284(with)-283(th)1(e)-1(m)-284(are)-284(n)1(e)-1(eded)-284(to)-283(c)-1(omplete)]TJ -49.3528 -11.9552 Td[(com)-1(p)1(utati)1(ons)-410(ass)-1(o)-28(ciated)-409(w)-1(i)1(th)-409(the)-410(spar)1(s)-1(e)-410(matri)1(x)]TJ/F11 9.9626 Tf 216.3159 0 Td[(A)]TJ/F8 9.9626 Tf 7.472 0 Td[(,)-428(and)-409(th)28(u)1(s)-410(they)-409(ha)28(v)28(e)-410(to)-410(b)-27(e)]TJ -223.7879 -11.9551 Td[(fetc)27(h)1(e)-1(d)-463(f)1(rom)-464(\050n)1(e)-1(igh)29(b)-28(ou)1(rin)1(g\051)-464(p)1(ro)-28(ce)-1(ss)-1(es)-1(.)-835(The)-464(d)1(e)-1(sc)-1(r)1(ipt)1(or)-464(of)-463(th)1(e)-465(i)1(nd)1(e)-1(x)-463(s)-1(p)1(ac)-1(e)-464(is)]TJ 0 -11.9552 Td[(bu)1(ilt)-393(e)-1(xactly)-393(for)-394(t)1(he)-394(pu)1(rp)-27(os)-1(e)-394(of)-394(p)1(rop)-27(e)-1(r)1(ly)-394(se)-1(q)1(ue)-1(n)1(c)-1(i)1(ng)-394(th)1(e)-395(comm)27(u)1(nication)-393(s)-1(teps)]TJ 0 -11.9552 Td[(requ)1(ired)-333(to)-333(ac)27(hi)1(e)-1(v)28(e)-334(th)1(is)-334(ob)-55(j)1(e)-1(ctiv)28(e.)]TJ 14.944 -12.1686 Td[(A)-306(simple)-306(app)1(lication)-305(s)-1(tr)1(uctur)1(e)-307(wil)1(l)-306(w)28(alk)-306(th)1(rou)1(gh)-306(th)1(e)-307(i)1(ndex)-306(space)-306(allo)-28(cation)1(,)]TJ -14.944 -11.9552 Td[(matrix)1(/v)28(e)-1(ctor)-333(c)-1(r)1(e)-1(ati)1(on)-333(and)-333(li)1(near)-333(s)-1(ystem)-334(s)-1(ol)1(ution)-332(as)-334(foll)1(o)27(ws:)]TJ +/F8 9.9626 Tf 150.7049 706.1289 Td[(to)-277(the)-278(ad)1(jace)-1(n)1(c)-1(y)-277(grap)1(h)-277(im)-1(p)-27(ose)-1(d)-277(on)-277(th)1(e)-278(disc)-1(r)1(e)-1(ti)1(z)-1(ation)-277(mes)-1(h)-277(b)28(y)-277(th)1(e)-278(disc)-1(r)1(e)-1(ti)1(z)-1(ation)]TJ 0 -11.9552 Td[(ste)-1(n)1(c)-1(il)1(.)]TJ 14.9439 -12.0478 Td[(Th)28(us)-408(the)-409(\014)1(rst)-409(or)1(der)-408(of)-408(bu)1(s)-1(in)1(e)-1(ss)-409(is)-408(to)-409(es)-1(tab)1(lish)-408(an)-408(in)1(dex)-408(s)-1(p)1(ac)-1(e,)-427(and)-408(th)1(is)-409(is)]TJ -14.9439 -11.9552 Td[(don)1(e)-371(w)-1(i)1(th)-371(a)-371(call)-371(to)]TJ/F32 9.9626 Tf 87.1086 0 Td[(psb_cdall)]TJ/F8 9.9626 Tf 50.7685 0 Td[(in)-370(whic)28(h)-371(w)28(e)-372(sp)-28(ecify)-371(t)1(he)-371(s)-1(ize)-371(of)-371(th)1(e)-372(i)1(ndex)-371(space)]TJ/F11 9.9626 Tf -137.8771 -11.9552 Td[(n)]TJ/F8 9.9626 Tf 9.1424 0 Td[(and)-317(t)1(he)-318(all)1(o)-28(c)-1(ati)1(on)-317(of)-317(the)-318(elem)-1(en)28(ts)-318(of)-317(th)1(e)-318(in)1(dex)-318(space)-318(to)-317(the)-318(v)56(ari)1(ous)-318(p)1(ro)-28(ce)-1(ss)-1(es)]TJ -9.1424 -11.9551 Td[(makin)1(g)-334(u)1(p)-333(the)-333(MPI)-333(\050vir)1(tual\051)-333(p)1(arallel)-333(mac)27(hi)1(ne.)]TJ 14.9439 -12.0479 Td[(The)-309(i)1(ndex)-308(s)-1(p)1(ac)-1(e)-308(is)-309(par)1(tition)1(e)-1(d)-308(amon)1(g)-309(p)1(ro)-28(ce)-1(ss)-1(es,)-314(an)1(d)-308(thi)1(s)-309(c)-1(r)1(e)-1(ates)-309(a)-308(m)-1(ap)1(pin)1(g)]TJ -14.9439 -11.9552 Td[(fr)1(om)-250(t)1(he)-250(\134gl)1(obal")-249(n)29(um)27(b)-27(erin)1(g)-249(1)]TJ/F11 9.9626 Tf 132.8519 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 21.7442 0 Td[(to)-249(a)-249(n)28(u)1(m)27(b)-27(e)-1(r)1(ing)-249(\134l)1(o)-28(c)-1(al)1(")-249(to)-249(e)-1(ac)27(h)-248(pr)1(o)-28(c)-1(ess)-1(;)-277(eac)27(h)]TJ -154.5961 -11.9551 Td[(pr)1(o)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 33.7713 0 Td[(i)]TJ/F8 9.9626 Tf 5.7936 0 Td[(will)-237(o)28(wn)-237(a)-237(ce)-1(r)1(tain)-236(s)-1(u)1(bse)-1(t)-237(1)]TJ/F11 9.9626 Tf 113.5085 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 -1.4944 Td[(ro)28(w)]TJ/F9 4.9813 Tf 15.8019 -0.9963 Td[(i)]TJ/F8 9.9626 Tf 3.6541 2.4907 Td[(,)-256(e)-1(ac)28(h)-237(elem)-1(en)28(t)-237(of)-236(w)-1(h)1(ic)27(h)-236(c)-1(or)1(re)-1(sp)-27(ond)1(s)]TJ -191.7927 -11.9552 Td[(to)-390(a)-389(c)-1(ertai)1(n)-390(elem)-1(en)28(t)-389(of)-389(1)]TJ/F11 9.9626 Tf 111.3133 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 0 Td[(.)-613(The)-390(u)1(s)-1(er)-390(d)1(o)-28(es)-390(not)-390(set)-390(expli)1(c)-1(it)1(ly)-390(t)1(his)-390(mapp)1(ing;)]TJ -130.5766 -11.9552 Td[(when)-392(the)-392(app)1(lication)-392(needs)-393(to)-392(in)1(dicate)-393(to)-392(whi)1(c)27(h)-392(ele)-1(men)28(t)-392(of)-392(the)-392(ind)1(e)-1(x)-392(space)-393(a)]TJ 0 -11.9551 Td[(ce)-1(rt)1(ain)-273(it)1(e)-1(m)-273(is)-273(relate)-1(d)1(,)-285(suc)27(h)-272(as)-273(the)-273(ro)28(w)-273(and)-272(c)-1(olu)1(m)-1(n)-272(in)1(dex)-273(of)-273(a)-273(matr)1(ix)-273(co)-28(e)-1(\016cie)-1(n)29(t,)]TJ 0 -11.9552 Td[(it)-448(do)-28(es)-449(s)-1(o)-448(in)-448(the)-449(\134glob)1(al")-449(n)29(um)28(b)-28(erin)1(g,)-477(and)-448(the)-449(li)1(brar)1(y)-449(wil)1(l)-449(tr)1(anslate)-449(in)28(to)-448(the)]TJ 0 -11.9552 Td[(app)1(rop)1(riate)-333(\134lo)-28(cal")-334(n)29(um)27(b)-27(erin)1(g.)]TJ 14.944 -12.0478 Td[(F)84(or)-274(a)-274(gi)1(v)28(e)-1(n)-273(in)1(dex)-274(space)-274(1)]TJ/F11 9.9626 Tf 109.3313 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 21.9902 0 Td[(th)1(e)-1(re)-274(ar)1(e)-275(man)28(y)-273(p)-28(ossible)-274(ass)-1(o)-27(c)-1(iat)1(e)-1(d)-273(top)-27(ologies)-1(,)]TJ -146.2655 -11.9552 Td[(i.e.)-418(man)28(y)-254(d)1(i\013)-1(eren)28(t)-254(di)1(s)-1(cretization)-254(ste)-1(n)1(c)-1(i)1(ls)-1(;)-280(th)28(u)1(s)-255(th)1(e)-255(d)1(e)-1(sc)-1(r)1(ipti)1(on)-254(of)-254(th)1(e)-255(in)1(dex)-254(s)-1(p)1(ac)-1(e)]TJ 0 -11.9551 Td[(is)-355(not)-355(com)-1(p)1(lete)-1(d)-354(un)28(ti)1(l)-355(the)-355(use)-1(r)-355(h)1(as)-356(d)1(e)-1(\014)1(ned)-355(a)-355(sparsit)28(y)-355(p)1(atte)-1(r)1(n,)-360(e)-1(i)1(ther)-355(e)-1(x)1(pli)1(c)-1(itl)1(y)]TJ 0 -11.9552 Td[(th)1(rough)]TJ/F32 9.9626 Tf 36.9305 0 Td[(psb_cdins)]TJ/F8 9.9626 Tf 49.6601 0 Td[(or)-259(implicitl)1(y)-260(th)1(rough)]TJ/F32 9.9626 Tf 92.2223 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.073 0 Td[(.)-420(Th)1(e)-261(d)1(e)-1(scrip)1(tor)-260(i)1(s)-261(\014)1(nali)1(z)-1(ed)]TJ -225.8859 -11.9552 Td[(with)-354(a)-354(c)-1(al)1(l)-354(to)]TJ/F32 9.9626 Tf 62.2736 0 Td[(psb_cdasb)]TJ/F8 9.9626 Tf 50.6033 0 Td[(and)-353(a)-355(spar)1(s)-1(e)-355(matri)1(x)-355(wit)1(h)-354(a)-355(call)-354(to)]TJ/F32 9.9626 Tf 153.2175 0 Td[(psb_spasb)]TJ/F8 9.9626 Tf 47.0731 0 Td[(.)-507(After)]TJ/F32 9.9626 Tf -313.1675 -11.9551 Td[(psb_cdasb)]TJ/F8 9.9626 Tf 50.4428 0 Td[(eac)27(h)-338(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 57.2447 0 Td[(i)]TJ/F8 9.9626 Tf 6.8021 0 Td[(will)-338(h)1(a)27(v)28(e)-338(de\014n)1(e)-1(d)-338(a)-338(se)-1(t)-338(of)-338(\134h)1(alo")-338(\050or)-338(\134ghost"\051)-338(in)1(dice)-1(s)]TJ/F11 9.9626 Tf -114.4896 -11.9552 Td[(n)]TJ/F8 9.9626 Tf 5.9799 -1.4944 Td[(ro)28(w)]TJ/F9 4.9813 Tf 15.8019 -0.9962 Td[(i)]TJ/F8 9.9626 Tf 5.9852 2.4906 Td[(+)-234(1)]TJ/F11 9.9626 Tf 16.7216 0 Td[(:)-166(:)-167(:)-166(n)]TJ/F8 9.9626 Tf 19.2633 -3.4869 Td[(col)]TJ/F9 4.9813 Tf 12.1766 -0.9963 Td[(i)]TJ/F8 9.9626 Tf 3.6541 4.4832 Td[(,)-355(denoti)1(ng)-351(ele)-1(men)28(ts)-352(of)-350(the)-351(in)1(dex)-351(space)-352(th)1(at)-351(are)]TJ/F19 9.9626 Tf 209.5968 0 Td[(not)]TJ/F8 9.9626 Tf 18.4447 0 Td[(ass)-1(ign)1(e)-1(d)]TJ -307.6241 -11.9552 Td[(to)-284(p)1(ro)-28(ce)-1(ss)]TJ/F11 9.9626 Tf 45.9205 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(;)-300(ho)28(w)28(e)-1(v)28(er)-284(th)1(e)-284(v)55(ar)1(iabl)1(e)-1(s)-284(as)-1(so)-28(ciated)-284(with)-283(th)1(e)-1(m)-284(are)-284(n)1(e)-1(eded)-284(to)-283(c)-1(omplete)]TJ -49.3528 -11.9551 Td[(com)-1(p)1(utati)1(ons)-410(ass)-1(o)-28(ciated)-409(w)-1(i)1(th)-409(the)-410(spar)1(s)-1(e)-410(matri)1(x)]TJ/F11 9.9626 Tf 216.3159 0 Td[(A)]TJ/F8 9.9626 Tf 7.472 0 Td[(,)-428(and)-409(th)28(u)1(s)-410(they)-409(ha)28(v)28(e)-410(to)-410(b)-27(e)]TJ -223.7879 -11.9552 Td[(fetc)27(h)1(e)-1(d)-463(f)1(rom)-464(\050n)1(e)-1(igh)29(b)-28(ou)1(rin)1(g\051)-464(p)1(ro)-28(ce)-1(ss)-1(es)-1(.)-835(The)-464(d)1(e)-1(sc)-1(r)1(ipt)1(or)-464(of)-463(th)1(e)-465(i)1(nd)1(e)-1(x)-463(s)-1(p)1(ac)-1(e)-464(is)]TJ 0 -11.9552 Td[(bu)1(ilt)-393(e)-1(xactly)-393(for)-394(t)1(he)-394(pu)1(rp)-27(os)-1(e)-394(of)-394(p)1(rop)-27(e)-1(r)1(ly)-394(se)-1(q)1(ue)-1(n)1(c)-1(i)1(ng)-394(th)1(e)-395(comm)27(u)1(nication)-393(s)-1(teps)]TJ 0 -11.9551 Td[(requ)1(ired)-333(to)-333(ac)27(hi)1(e)-1(v)28(e)-334(th)1(is)-334(ob)-55(j)1(e)-1(ctiv)28(e.)]TJ 14.944 -12.0479 Td[(A)-306(simple)-306(app)1(lication)-305(s)-1(tr)1(uctur)1(e)-307(wil)1(l)-306(w)28(alk)-306(th)1(rou)1(gh)-306(th)1(e)-307(i)1(ndex)-306(space)-306(allo)-28(cation)1(,)]TJ -14.944 -11.9551 Td[(matrix)1(/v)28(e)-1(ctor)-333(c)-1(r)1(e)-1(ati)1(on)-333(and)-333(li)1(near)-333(s)-1(ystem)-334(s)-1(ol)1(ution)-332(as)-334(foll)1(o)27(ws:)]TJ +ET +1 0 0 1 150.7049 362.7653 cm +0 g 0 G +1 0 0 1 -150.7049 -362.7653 cm +BT +/F8 9.9626 Tf 162.8814 362.7653 Td[(1.)]TJ +ET +1 0 0 1 170.6302 362.7653 cm +0 g 0 G +1 0 0 1 -170.6302 -362.7653 cm +BT +/F8 9.9626 Tf 175.6115 362.7653 Td[(Ini)1(tialize)-334(p)1(arallel)-333(e)-1(n)29(viron)1(m)-1(en)28(t)-333(with)]TJ/F32 9.9626 Tf 156.6905 0 Td[(psb_init)]TJ +ET +1 0 0 1 150.7049 342.4693 cm +0 g 0 G +1 0 0 1 -150.7049 -342.4693 cm +BT +/F8 9.9626 Tf 162.8814 342.4693 Td[(2.)]TJ +ET +1 0 0 1 170.6302 342.4693 cm +0 g 0 G +1 0 0 1 -170.6302 -342.4693 cm +BT +/F8 9.9626 Tf 175.6115 342.4693 Td[(Ini)1(tialize)-334(in)1(dex)-333(s)-1(p)1(ac)-1(e)-334(wit)1(h)]TJ/F32 9.9626 Tf 117.3933 0 Td[(psb_cdall)]TJ ET -1 0 0 1 150.7049 271.402 cm +1 0 0 1 150.7049 322.1733 cm 0 g 0 G -1 0 0 1 -150.7049 -271.402 cm +1 0 0 1 -150.7049 -322.1733 cm BT -/F8 9.9626 Tf 162.8814 271.402 Td[(1.)]TJ +/F8 9.9626 Tf 162.8814 322.1733 Td[(3.)]TJ ET -1 0 0 1 170.6302 271.402 cm +1 0 0 1 170.6302 322.1733 cm 0 g 0 G -1 0 0 1 -170.6302 -271.402 cm +1 0 0 1 -170.6302 -322.1733 cm BT -/F8 9.9626 Tf 175.6115 271.402 Td[(Ini)1(tialize)-334(p)1(arallel)-333(e)-1(n)29(viron)1(m)-1(en)28(t)-333(with)]TJ/F32 9.9626 Tf 156.6905 0 Td[(psb_init)]TJ +/F8 9.9626 Tf 175.6115 322.1733 Td[(Allo)-27(c)-1(ate)-302(spar)1(s)-1(e)-302(matri)1(x)-302(an)1(d)-301(dense)-302(v)28(e)-1(ctors)-302(with)]TJ/F32 9.9626 Tf 202.5989 0 Td[(psb_spall)]TJ/F8 9.9626 Tf 50.0773 0 Td[(and)]TJ/F32 9.9626 Tf 19.0552 0 Td[(psb_geall)]TJ ET -1 0 0 1 150.7049 250.6227 cm +1 0 0 1 150.7049 301.8774 cm 0 g 0 G -1 0 0 1 -150.7049 -250.6227 cm +1 0 0 1 -150.7049 -301.8774 cm BT -/F8 9.9626 Tf 162.8814 250.6227 Td[(2.)]TJ +/F8 9.9626 Tf 162.8814 301.8774 Td[(4.)]TJ ET -1 0 0 1 170.6302 250.6227 cm +1 0 0 1 170.6302 301.8774 cm 0 g 0 G -1 0 0 1 -170.6302 -250.6227 cm +1 0 0 1 -170.6302 -301.8774 cm BT -/F8 9.9626 Tf 175.6115 250.6227 Td[(Ini)1(tialize)-334(in)1(dex)-333(s)-1(p)1(ac)-1(e)-334(wit)1(h)]TJ/F32 9.9626 Tf 117.3933 0 Td[(psb_cdall)]TJ +/F8 9.9626 Tf 175.6115 301.8774 Td[(Lo)-28(op)-410(o)27(v)28(er)-411(all)-411(l)1(o)-28(c)-1(al)-410(ro)28(w)-1(s,)-430(ge)-1(n)1(e)-1(r)1(ate)-412(matrix)-411(an)1(d)-411(v)28(ec)-1(tor)-410(e)-1(n)28(t)1(ries)-1(,)-430(and)-410(inse)-1(r)1(t)]TJ 0 -11.9552 Td[(th)1(e)-1(m)-334(wit)1(h)]TJ/F32 9.9626 Tf 48.1528 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 50.394 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(psb_geins)]TJ ET -1 0 0 1 150.7049 229.8435 cm +1 0 0 1 150.7049 269.6262 cm 0 g 0 G -1 0 0 1 -150.7049 -229.8435 cm +1 0 0 1 -150.7049 -269.6262 cm BT -/F8 9.9626 Tf 162.8814 229.8435 Td[(3.)]TJ +/F8 9.9626 Tf 162.8814 269.6262 Td[(5.)]TJ ET -1 0 0 1 170.6302 229.8435 cm +1 0 0 1 170.6302 269.6262 cm 0 g 0 G -1 0 0 1 -170.6302 -229.8435 cm +1 0 0 1 -170.6302 -269.6262 cm BT -/F8 9.9626 Tf 175.6115 229.8435 Td[(Allo)-27(c)-1(ate)-302(spar)1(s)-1(e)-302(matri)1(x)-302(an)1(d)-301(dense)-302(v)28(e)-1(ctors)-302(with)]TJ/F32 9.9626 Tf 202.5989 0 Td[(psb_spall)]TJ/F8 9.9626 Tf 50.0773 0 Td[(and)]TJ/F32 9.9626 Tf 19.0552 0 Td[(psb_geall)]TJ +/F8 9.9626 Tf 175.6115 269.6262 Td[(Ass)-1(em)27(b)1(le)-334(th)1(e)-334(v)56(ariou)1(s)-334(e)-1(n)29(tities)-1(:)]TJ ET -1 0 0 1 150.7049 209.0643 cm +1 0 0 1 175.6115 249.3302 cm 0 g 0 G -1 0 0 1 -150.7049 -209.0643 cm +1 0 0 1 -175.6115 -249.3302 cm BT -/F8 9.9626 Tf 162.8814 209.0643 Td[(4.)]TJ +/F8 9.9626 Tf 179.8179 249.3302 Td[(\050a\051)]TJ ET -1 0 0 1 170.6302 209.0643 cm +1 0 0 1 192.548 249.3302 cm 0 g 0 G -1 0 0 1 -170.6302 -209.0643 cm +1 0 0 1 -192.548 -249.3302 cm BT -/F8 9.9626 Tf 175.6115 209.0643 Td[(Lo)-28(op)-410(o)27(v)28(er)-411(all)-411(l)1(o)-28(c)-1(al)-410(ro)28(w)-1(s,)-430(ge)-1(n)1(e)-1(r)1(ate)-412(matrix)-411(an)1(d)-411(v)28(ec)-1(tor)-410(e)-1(n)28(t)1(ries)-1(,)-430(and)-410(inse)-1(r)1(t)]TJ 0 -11.9552 Td[(th)1(e)-1(m)-334(wit)1(h)]TJ/F32 9.9626 Tf 48.1528 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 50.394 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(psb_geins)]TJ +/F32 9.9626 Tf 197.5293 249.3302 Td[(psb_cdasb)]TJ ET -1 0 0 1 150.7049 176.3299 cm +1 0 0 1 175.6115 233.2046 cm 0 g 0 G -1 0 0 1 -150.7049 -176.3299 cm +1 0 0 1 -175.6115 -233.2046 cm BT -/F8 9.9626 Tf 162.8814 176.3299 Td[(5.)]TJ +/F8 9.9626 Tf 179.2644 233.2046 Td[(\050b)1(\051)]TJ ET -1 0 0 1 170.6302 176.3299 cm +1 0 0 1 192.548 233.2046 cm 0 g 0 G -1 0 0 1 -170.6302 -176.3299 cm +1 0 0 1 -192.548 -233.2046 cm BT -/F8 9.9626 Tf 175.6115 176.3299 Td[(Ass)-1(em)27(b)1(le)-334(th)1(e)-334(v)56(ariou)1(s)-334(e)-1(n)29(tities)-1(:)]TJ +/F32 9.9626 Tf 197.5293 233.2046 Td[(psb_spasb)]TJ ET -1 0 0 1 175.6115 155.5507 cm +1 0 0 1 175.6115 217.0791 cm 0 g 0 G -1 0 0 1 -175.6115 -155.5507 cm +1 0 0 1 -175.6115 -217.0791 cm BT -/F8 9.9626 Tf 179.8179 155.5507 Td[(\050a\051)]TJ +/F8 9.9626 Tf 180.3714 217.0791 Td[(\050c\051)]TJ ET -1 0 0 1 192.548 155.5507 cm +1 0 0 1 192.548 217.0791 cm 0 g 0 G -1 0 0 1 -192.548 -155.5507 cm +1 0 0 1 -192.548 -217.0791 cm BT -/F32 9.9626 Tf 197.5293 155.5507 Td[(psb_cdasb)]TJ +/F32 9.9626 Tf 197.5293 217.0791 Td[(psb_geasb)]TJ ET -1 0 0 1 175.6115 139.1835 cm +1 0 0 1 150.7049 196.7831 cm 0 g 0 G -1 0 0 1 -175.6115 -139.1835 cm +1 0 0 1 -150.7049 -196.7831 cm BT -/F8 9.9626 Tf 179.2644 139.1835 Td[(\050b)1(\051)]TJ +/F8 9.9626 Tf 162.8814 196.7831 Td[(6.)]TJ ET -1 0 0 1 192.548 139.1835 cm +1 0 0 1 170.6302 196.7831 cm 0 g 0 G -1 0 0 1 -192.548 -139.1835 cm +1 0 0 1 -170.6302 -196.7831 cm BT -/F32 9.9626 Tf 197.5293 139.1835 Td[(psb_spasb)]TJ +/F8 9.9626 Tf 175.6115 196.7831 Td[(Cho)-28(ose)-287(the)-287(p)1(rec)-1(on)1(dit)1(ioner)-287(t)1(o)-287(b)-27(e)-287(use)-1(d)-286(with)]TJ/F32 9.9626 Tf 185.645 0 Td[(psb_precset)]TJ/F8 9.9626 Tf 60.3892 0 Td[(and)-286(b)1(uil)1(d)-287(i)1(t)-287(with)]TJ/F32 9.9626 Tf -246.0342 -11.9552 Td[(psb_precbld)]TJ ET -1 0 0 1 175.6115 122.8163 cm +1 0 0 1 150.7049 164.5319 cm 0 g 0 G -1 0 0 1 -175.6115 -122.8163 cm +1 0 0 1 -150.7049 -164.5319 cm BT -/F8 9.9626 Tf 180.3714 122.8163 Td[(\050c\051)]TJ +/F8 9.9626 Tf 162.8814 164.5319 Td[(7.)]TJ ET -1 0 0 1 192.548 122.8163 cm +1 0 0 1 170.6302 164.5319 cm 0 g 0 G -1 0 0 1 -192.548 -122.8163 cm +1 0 0 1 -170.6302 -164.5319 cm BT -/F32 9.9626 Tf 197.5293 122.8163 Td[(psb_geasb)]TJ +/F8 9.9626 Tf 175.6115 164.5319 Td[(Call)-333(the)-333(iterativ)28(e)-334(metho)-28(d)-333(of)-332(c)27(hoi)1(c)-1(e,)-333(e)-1(.g.)]TJ/F32 9.9626 Tf 176.8648 0 Td[(psb_bicgstab)]TJ/F8 9.9626 Tf -201.7714 -20.2033 Td[(This)-333(is)-334(th)1(e)-334(s)-1(t)1(ructur)1(e)-334(of)-333(th)1(e)-334(s)-1(ampl)1(e)-334(pr)1(ogram)]TJ/F32 9.9626 Tf 194.3271 0 Td[(test/pargen/ppde90.f90)]TJ/F8 9.9626 Tf 115.0675 0 Td[(.)]TJ -294.4507 -12.0478 Td[(F)84(or)-292(a)-291(s)-1(im)28(ulat)1(ion)-291(in)-291(w)-1(h)1(ic)27(h)-291(th)1(e)-292(s)-1(ame)-292(disc)-1(r)1(e)-1(ti)1(z)-1(ation)-291(me)-1(sh)-291(is)-292(use)-1(d)-291(o)28(v)28(er)-292(m)28(ulti)1(ple)]TJ -14.9439 -11.9552 Td[(time)-334(ste)-1(p)1(s)-1(,)-333(th)1(e)-334(f)1(ollo)28(wing)-333(s)-1(t)1(ructur)1(e)-334(ma)27(y)-333(b)-27(e)-334(more)-334(ap)1(pr)1(opri)1(ate)-1(:)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -6153,49 +6250,52 @@ ET 0 g 0 G endstream endobj -638 0 obj << +645 0 obj << /Type /Page -/Contents 639 0 R -/Resources 637 0 R +/Contents 646 0 R +/Resources 644 0 R /MediaBox [0 0 595.2756 841.8898] /Parent 572 0 R >> endobj -640 0 obj << -/D [638 0 R /XYZ 150.7049 740.9981 null] +647 0 obj << +/D [645 0 R /XYZ 150.7049 740.9981 null] >> endobj -26 0 obj << -/D [638 0 R /XYZ 150.7049 716.0915 null] +651 0 obj << +/D [645 0 R /XYZ 150.7049 376.4002 null] >> endobj -644 0 obj << -/D [638 0 R /XYZ 150.7049 285.2785 null] +652 0 obj << +/D [645 0 R /XYZ 150.7049 356.381 null] >> endobj -645 0 obj << -/D [638 0 R /XYZ 150.7049 264.776 null] +653 0 obj << +/D [645 0 R /XYZ 150.7049 336.085 null] >> endobj -646 0 obj << -/D [638 0 R /XYZ 150.7049 243.9968 null] +654 0 obj << +/D [645 0 R /XYZ 150.7049 315.789 null] >> endobj -647 0 obj << -/D [638 0 R /XYZ 150.7049 223.2176 null] +655 0 obj << +/D [645 0 R /XYZ 150.7049 283.5379 null] >> endobj -648 0 obj << -/D [638 0 R /XYZ 150.7049 190.4832 null] +656 0 obj << +/D [645 0 R /XYZ 150.7049 263.3706 null] >> endobj -649 0 obj << -/D [638 0 R /XYZ 150.7049 169.7118 null] +657 0 obj << +/D [645 0 R /XYZ 150.7049 244.7544 null] >> endobj -650 0 obj << -/D [638 0 R /XYZ 150.7049 150.854 null] +658 0 obj << +/D [645 0 R /XYZ 150.7049 228.6288 null] >> endobj -651 0 obj << -/D [638 0 R /XYZ 150.7049 134.4868 null] +659 0 obj << +/D [645 0 R /XYZ 150.7049 210.418 null] >> endobj -637 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F32 592 0 R /F9 643 0 R /F19 571 0 R >> +660 0 obj << +/D [645 0 R /XYZ 150.7049 178.4436 null] +>> endobj +644 0 obj << +/Font << /F8 434 0 R /F32 602 0 R /F11 586 0 R /F9 650 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -654 0 obj << -/Length 10125 +663 0 obj << +/Length 10805 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -6206,157 +6306,133 @@ stream 0 g 0 G 1 0 0 1 -99.8954 -706.1289 cm BT -/F8 9.9626 Tf 112.072 706.1289 Td[(6.)]TJ +/F8 9.9626 Tf 112.072 706.1289 Td[(1.)]TJ ET 1 0 0 1 119.8207 706.1289 cm 0 g 0 G 1 0 0 1 -119.8207 -706.1289 cm BT -/F8 9.9626 Tf 124.802 706.1289 Td[(Cho)-28(ose)-287(the)-287(p)1(rec)-1(on)1(diti)1(oner)-287(t)1(o)-287(b)-27(e)-287(use)-1(d)-286(with)]TJ/F32 9.9626 Tf 185.6451 0 Td[(psb_precset)]TJ/F8 9.9626 Tf 60.3892 0 Td[(and)-286(b)1(uil)1(d)-287(i)1(t)-287(with)]TJ/F32 9.9626 Tf -246.0343 -11.9552 Td[(psb_precbld)]TJ -ET -1 0 0 1 99.8954 669.3687 cm -0 g 0 G -1 0 0 1 -99.8954 -669.3687 cm -BT -/F8 9.9626 Tf 112.072 669.3687 Td[(7.)]TJ -ET -1 0 0 1 119.8207 669.3687 cm -0 g 0 G -1 0 0 1 -119.8207 -669.3687 cm -BT -/F8 9.9626 Tf 124.802 669.3687 Td[(Call)-333(the)-333(iterativ)28(e)-334(metho)-28(d)-333(of)-332(c)27(hoi)1(c)-1(e,)-333(e)-1(.g.)]TJ/F32 9.9626 Tf 176.8648 0 Td[(psb_bicgstab)]TJ/F8 9.9626 Tf -201.7714 -23.585 Td[(This)-333(is)-334(th)1(e)-334(s)-1(t)1(ructur)1(e)-334(of)-333(th)1(e)-334(s)-1(ampl)1(e)-334(pr)1(ogram)]TJ/F32 9.9626 Tf 194.3271 0 Td[(test/pargen/ppde90.f90)]TJ/F8 9.9626 Tf 115.0675 0 Td[(.)]TJ -294.4507 -13.1751 Td[(F)84(or)-292(a)-291(s)-1(im)28(ulat)1(ion)-291(in)-291(w)-1(h)1(ic)27(h)-291(th)1(e)-292(s)-1(ame)-292(disc)-1(r)1(e)-1(ti)1(z)-1(ation)-291(me)-1(sh)-291(is)-292(use)-1(d)-291(o)28(v)28(er)-292(m)28(ulti)1(ple)]TJ -14.9439 -11.9552 Td[(time)-334(ste)-1(p)1(s)-1(,)-333(th)1(e)-334(f)1(ollo)28(wing)-333(s)-1(t)1(ructur)1(e)-334(ma)27(y)-333(b)-27(e)-334(more)-334(ap)1(pr)1(opri)1(ate)-1(:)]TJ -ET -1 0 0 1 99.8954 597.0684 cm -0 g 0 G -1 0 0 1 -99.8954 -597.0684 cm -BT -/F8 9.9626 Tf 112.072 597.0684 Td[(1.)]TJ -ET -1 0 0 1 119.8207 597.0684 cm -0 g 0 G -1 0 0 1 -119.8207 -597.0684 cm -BT -/F8 9.9626 Tf 124.802 597.0684 Td[(Ini)1(tialize)-334(p)1(arallel)-333(e)-1(n)29(viron)1(m)-1(en)28(t)-333(with)]TJ/F32 9.9626 Tf 156.6905 0 Td[(psb_init)]TJ +/F8 9.9626 Tf 124.802 706.1289 Td[(Ini)1(tialize)-334(p)1(arallel)-333(e)-1(n)29(viron)1(m)-1(en)28(t)-333(with)]TJ/F32 9.9626 Tf 156.6905 0 Td[(psb_init)]TJ ET -1 0 0 1 99.8954 572.2635 cm +1 0 0 1 99.8954 686.0727 cm 0 g 0 G -1 0 0 1 -99.8954 -572.2635 cm +1 0 0 1 -99.8954 -686.0727 cm BT -/F8 9.9626 Tf 112.072 572.2635 Td[(2.)]TJ +/F8 9.9626 Tf 112.072 686.0727 Td[(2.)]TJ ET -1 0 0 1 119.8207 572.2635 cm +1 0 0 1 119.8207 686.0727 cm 0 g 0 G -1 0 0 1 -119.8207 -572.2635 cm +1 0 0 1 -119.8207 -686.0727 cm BT -/F8 9.9626 Tf 124.802 572.2635 Td[(Ini)1(tialize)-334(in)1(dex)-333(s)-1(p)1(ac)-1(e)-334(wit)1(h)]TJ/F32 9.9626 Tf 117.3933 0 Td[(psb_cdall)]TJ +/F8 9.9626 Tf 124.802 686.0727 Td[(Ini)1(tialize)-334(in)1(dex)-333(s)-1(p)1(ac)-1(e)-334(wit)1(h)]TJ/F32 9.9626 Tf 117.3933 0 Td[(psb_cdall)]TJ ET -1 0 0 1 99.8954 547.4586 cm +1 0 0 1 99.8954 666.0166 cm 0 g 0 G -1 0 0 1 -99.8954 -547.4586 cm +1 0 0 1 -99.8954 -666.0166 cm BT -/F8 9.9626 Tf 112.072 547.4586 Td[(3.)]TJ +/F8 9.9626 Tf 112.072 666.0166 Td[(3.)]TJ ET -1 0 0 1 119.8207 547.4586 cm +1 0 0 1 119.8207 666.0166 cm 0 g 0 G -1 0 0 1 -119.8207 -547.4586 cm +1 0 0 1 -119.8207 -666.0166 cm BT -/F8 9.9626 Tf 124.802 547.4586 Td[(Lo)-28(op)-271(o)28(v)28(er)-272(th)1(e)-272(top)-27(ology)-271(of)-271(the)-272(d)1(isc)-1(r)1(e)-1(tization)-271(me)-1(sh)-271(and)-271(b)1(ui)1(ld)-271(the)-272(d)1(e)-1(sc)-1(r)1(ipt)1(or)]TJ 0 -11.9552 Td[(with)]TJ/F32 9.9626 Tf 22.6927 0 Td[(psb_cdins)]TJ +/F8 9.9626 Tf 124.802 666.0166 Td[(Lo)-28(op)-271(o)28(v)28(er)-272(th)1(e)-272(top)-27(ology)-271(of)-271(the)-272(d)1(isc)-1(r)1(e)-1(tization)-271(me)-1(sh)-271(and)-271(b)1(ui)1(ld)-271(the)-272(d)1(e)-1(sc)-1(r)1(ipt)1(or)]TJ 0 -11.9552 Td[(with)]TJ/F32 9.9626 Tf 22.6927 0 Td[(psb_cdins)]TJ ET -1 0 0 1 99.8954 510.6985 cm +1 0 0 1 99.8954 634.0053 cm 0 g 0 G -1 0 0 1 -99.8954 -510.6985 cm +1 0 0 1 -99.8954 -634.0053 cm BT -/F8 9.9626 Tf 112.072 510.6985 Td[(4.)]TJ +/F8 9.9626 Tf 112.072 634.0053 Td[(4.)]TJ ET -1 0 0 1 119.8207 510.6985 cm +1 0 0 1 119.8207 634.0053 cm 0 g 0 G -1 0 0 1 -119.8207 -510.6985 cm +1 0 0 1 -119.8207 -634.0053 cm BT -/F8 9.9626 Tf 124.802 510.6985 Td[(Ass)-1(em)27(b)1(le)-334(th)1(e)-334(des)-1(crip)1(tor)-333(with)]TJ/F32 9.9626 Tf 130.2894 0 Td[(psb_cdasb)]TJ +/F8 9.9626 Tf 124.802 634.0053 Td[(Ass)-1(em)27(b)1(le)-334(th)1(e)-334(des)-1(crip)1(tor)-333(with)]TJ/F32 9.9626 Tf 130.2894 0 Td[(psb_cdasb)]TJ ET -1 0 0 1 99.8954 485.8935 cm +1 0 0 1 99.8954 613.9492 cm 0 g 0 G -1 0 0 1 -99.8954 -485.8935 cm +1 0 0 1 -99.8954 -613.9492 cm BT -/F8 9.9626 Tf 112.072 485.8935 Td[(5.)]TJ +/F8 9.9626 Tf 112.072 613.9492 Td[(5.)]TJ ET -1 0 0 1 119.8207 485.8935 cm +1 0 0 1 119.8207 613.9492 cm 0 g 0 G -1 0 0 1 -119.8207 -485.8935 cm +1 0 0 1 -119.8207 -613.9492 cm BT -/F8 9.9626 Tf 124.802 485.8935 Td[(Allo)-27(c)-1(ate)-222(the)-222(s)-1(p)1(ars)-1(e)-222(m)-1(at)1(rice)-1(s)-222(and)-222(d)1(e)-1(n)1(s)-1(e)-223(v)28(ectors)-223(with)]TJ/F32 9.9626 Tf 220.6451 0 Td[(psb_spall)]TJ/F8 9.9626 Tf 49.287 0 Td[(and)]TJ/F32 9.9626 Tf 18.2649 0 Td[(psb_geall)]TJ +/F8 9.9626 Tf 124.802 613.9492 Td[(Allo)-27(c)-1(ate)-222(the)-222(s)-1(p)1(ars)-1(e)-222(m)-1(at)1(rice)-1(s)-222(and)-222(d)1(e)-1(n)1(s)-1(e)-223(v)28(ectors)-223(with)]TJ/F32 9.9626 Tf 220.6451 0 Td[(psb_spall)]TJ/F8 9.9626 Tf 49.287 0 Td[(and)]TJ/F32 9.9626 Tf 18.2649 0 Td[(psb_geall)]TJ ET -1 0 0 1 99.8954 461.0886 cm +1 0 0 1 99.8954 593.8931 cm 0 g 0 G -1 0 0 1 -99.8954 -461.0886 cm +1 0 0 1 -99.8954 -593.8931 cm BT -/F8 9.9626 Tf 112.072 461.0886 Td[(6.)]TJ +/F8 9.9626 Tf 112.072 593.8931 Td[(6.)]TJ ET -1 0 0 1 119.8207 461.0886 cm +1 0 0 1 119.8207 593.8931 cm 0 g 0 G -1 0 0 1 -119.8207 -461.0886 cm +1 0 0 1 -119.8207 -593.8931 cm BT -/F8 9.9626 Tf 124.802 461.0886 Td[(Lo)-28(op)-333(o)28(v)28(er)-333(the)-334(t)1(im)-1(e)-333(s)-1(teps:)]TJ +/F8 9.9626 Tf 124.802 593.8931 Td[(Lo)-28(op)-333(o)28(v)28(er)-333(the)-334(t)1(im)-1(e)-333(s)-1(teps:)]TJ ET -1 0 0 1 124.802 436.2836 cm +1 0 0 1 124.802 573.8369 cm 0 g 0 G -1 0 0 1 -124.802 -436.2836 cm +1 0 0 1 -124.802 -573.8369 cm BT -/F8 9.9626 Tf 129.0084 436.2836 Td[(\050a\051)]TJ +/F8 9.9626 Tf 129.0084 573.8369 Td[(\050a\051)]TJ ET -1 0 0 1 141.7385 436.2836 cm +1 0 0 1 141.7385 573.8369 cm 0 g 0 G -1 0 0 1 -141.7385 -436.2836 cm +1 0 0 1 -141.7385 -573.8369 cm BT -/F8 9.9626 Tf 146.7198 436.2836 Td[(If)-339(after)-339(\014rst)-340(t)1(im)-1(e)-340(step,)-341(r)1(e)-1(in)1(itial)1(iz)-1(e)-340(th)1(e)-340(s)-1(p)1(arse)-340(m)-1(atr)1(ix)-339(w)-1(i)1(th)]TJ/F32 9.9626 Tf 252.2765 0 Td[(psb_sprn)]TJ/F8 9.9626 Tf 41.8428 0 Td[(;)]TJ -294.1193 -11.9552 Td[(also)-334(zero)-333(out)-333(the)-333(dense)-334(v)28(e)-1(ctors;)]TJ +/F8 9.9626 Tf 146.7198 573.8369 Td[(If)-339(after)-339(\014rst)-340(t)1(im)-1(e)-340(step,)-341(r)1(e)-1(in)1(itial)1(iz)-1(e)-340(th)1(e)-340(s)-1(p)1(arse)-340(m)-1(atr)1(ix)-339(w)-1(i)1(th)]TJ/F32 9.9626 Tf 252.2765 0 Td[(psb_sprn)]TJ/F8 9.9626 Tf 41.8428 0 Td[(;)]TJ -294.1193 -11.9552 Td[(also)-334(zero)-333(out)-333(the)-333(dense)-334(v)28(e)-1(ctors;)]TJ ET -1 0 0 1 124.802 405.9484 cm +1 0 0 1 124.802 545.8761 cm 0 g 0 G -1 0 0 1 -124.802 -405.9484 cm +1 0 0 1 -124.802 -545.8761 cm BT -/F8 9.9626 Tf 128.455 405.9484 Td[(\050b)1(\051)]TJ +/F8 9.9626 Tf 128.455 545.8761 Td[(\050b)1(\051)]TJ ET -1 0 0 1 141.7385 405.9484 cm +1 0 0 1 141.7385 545.8761 cm 0 g 0 G -1 0 0 1 -141.7385 -405.9484 cm +1 0 0 1 -141.7385 -545.8761 cm BT -/F8 9.9626 Tf 146.7198 405.9484 Td[(Lo)-28(op)-252(o)28(v)28(e)-1(r)-252(th)1(e)-253(me)-1(sh,)-268(ge)-1(n)1(e)-1(rat)1(e)-253(the)-253(co)-28(e\016)-1(cien)28(ts)-253(and)-252(in)1(s)-1(ert/u)1(p)-27(date)-253(th)1(e)-1(m)]TJ 0 -11.9552 Td[(with)]TJ/F32 9.9626 Tf 22.6927 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 50.394 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(psb_geins)]TJ +/F8 9.9626 Tf 146.7198 545.8761 Td[(Lo)-28(op)-252(o)28(v)28(e)-1(r)-252(th)1(e)-253(me)-1(sh,)-268(ge)-1(n)1(e)-1(rat)1(e)-253(the)-253(co)-28(e\016)-1(cien)28(ts)-253(and)-252(in)1(s)-1(ert/u)1(p)-27(date)-253(th)1(e)-1(m)]TJ 0 -11.9552 Td[(with)]TJ/F32 9.9626 Tf 22.6927 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 50.394 0 Td[(and)]TJ/F32 9.9626 Tf 19.3718 0 Td[(psb_geins)]TJ ET -1 0 0 1 124.802 375.6132 cm +1 0 0 1 124.802 517.9153 cm 0 g 0 G -1 0 0 1 -124.802 -375.6132 cm +1 0 0 1 -124.802 -517.9153 cm BT -/F8 9.9626 Tf 129.5619 375.6132 Td[(\050c\051)]TJ +/F8 9.9626 Tf 129.5619 517.9153 Td[(\050c\051)]TJ ET -1 0 0 1 141.7385 375.6132 cm +1 0 0 1 141.7385 517.9153 cm 0 g 0 G -1 0 0 1 -141.7385 -375.6132 cm +1 0 0 1 -141.7385 -517.9153 cm BT -/F8 9.9626 Tf 146.7198 375.6132 Td[(Ass)-1(em)27(b)1(le)-334(with)]TJ/F32 9.9626 Tf 66.5284 0 Td[(psb_spasb)]TJ/F8 9.9626 Tf 50.3939 0 Td[(and)]TJ/F32 9.9626 Tf 19.3719 0 Td[(psb_geasb)]TJ +/F8 9.9626 Tf 146.7198 517.9153 Td[(Ass)-1(em)27(b)1(le)-334(with)]TJ/F32 9.9626 Tf 66.5284 0 Td[(psb_spasb)]TJ/F8 9.9626 Tf 50.3939 0 Td[(and)]TJ/F32 9.9626 Tf 19.3719 0 Td[(psb_geasb)]TJ ET -1 0 0 1 124.802 357.2331 cm +1 0 0 1 124.802 501.9096 cm 0 g 0 G -1 0 0 1 -124.802 -357.2331 cm +1 0 0 1 -124.802 -501.9096 cm BT -/F8 9.9626 Tf 128.455 357.2331 Td[(\050d)1(\051)]TJ +/F8 9.9626 Tf 128.455 501.9096 Td[(\050d)1(\051)]TJ ET -1 0 0 1 141.7385 357.2331 cm +1 0 0 1 141.7385 501.9096 cm 0 g 0 G -1 0 0 1 -141.7385 -357.2331 cm +1 0 0 1 -141.7385 -501.9096 cm BT -/F8 9.9626 Tf 146.7198 357.2331 Td[(Cho)-28(ose)-223(an)1(d)-222(bu)1(ild)-221(prec)-1(on)1(dit)1(ioner)-222(with)]TJ/F32 9.9626 Tf 162.5574 0 Td[(psb_precset)]TJ/F8 9.9626 Tf 59.7477 0 Td[(and)]TJ/F32 9.9626 Tf 18.2649 0 Td[(psb_precbld)]TJ +/F8 9.9626 Tf 146.7198 501.9096 Td[(Cho)-28(ose)-223(an)1(d)-222(bu)1(ild)-221(prec)-1(on)1(dit)1(ioner)-222(with)]TJ/F32 9.9626 Tf 162.5574 0 Td[(psb_precset)]TJ/F8 9.9626 Tf 59.7477 0 Td[(and)]TJ/F32 9.9626 Tf 18.2649 0 Td[(psb_precbld)]TJ ET -1 0 0 1 124.802 338.8531 cm +1 0 0 1 124.802 485.904 cm 0 g 0 G -1 0 0 1 -124.802 -338.8531 cm +1 0 0 1 -124.802 -485.904 cm BT -/F8 9.9626 Tf 129.5619 338.8531 Td[(\050e\051)]TJ +/F8 9.9626 Tf 129.5619 485.904 Td[(\050e\051)]TJ ET -1 0 0 1 141.7385 338.8531 cm +1 0 0 1 141.7385 485.904 cm 0 g 0 G -1 0 0 1 -141.7385 -338.8531 cm +1 0 0 1 -141.7385 -485.904 cm BT -/F8 9.9626 Tf 146.7198 338.8531 Td[(Call)-333(the)-333(iterativ)28(e)-334(metho)-28(d)-333(of)-332(c)27(hoi)1(c)-1(e,)-333(e)-1(.g.)]TJ/F32 9.9626 Tf 176.8649 0 Td[(psb_bicgstab)]TJ/F8 9.9626 Tf -223.6893 -24.805 Td[(The)-370(insertion)-369(rou)1(tines)-371(wil)1(l)-370(b)-27(e)-371(called)-370(as)-370(m)-1(an)29(y)-370(time)-1(s)-370(as)-370(nee)-1(d)1(e)-1(d)1(;)-388(they)-370(onl)1(y)-370(nee)-1(d)]TJ 0 -11.9551 Td[(to)-404(b)-27(e)-404(c)-1(al)1(le)-1(d)-403(on)-403(the)-404(d)1(ata)-404(th)1(at)-404(is)-404(actual)1(ly)-404(all)1(o)-28(c)-1(at)1(e)-1(d)-403(to)-404(th)1(e)-404(c)-1(u)1(rren)28(t)-403(pro)-27(c)-1(es)-1(s,)-421(i.e.)]TJ 0 -11.9552 Td[(eac)27(h)-333(pr)1(o)-28(ce)-1(ss)-334(ge)-1(n)1(e)-1(r)1(ate)-1(s)-333(its)-334(o)28(wn)-333(data.)]TJ 14.944 -13.1751 Td[(In)-326(pr)1(incip)1(le)-327(th)1(e)-1(r)1(e)-327(is)-327(n)1(o)-326(s)-1(p)-27(e)-1(ci\014)1(c)-327(ord)1(e)-1(r)-326(in)-325(the)-327(calls)-326(to)]TJ/F32 9.9626 Tf 225.8783 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.0731 0 Td[(,)-327(nor)-326(is)-327(t)1(here)]TJ -287.8954 -11.9552 Td[(a)-393(requir)1(e)-1(me)-1(n)29(t)-394(t)1(o)-394(b)1(uil)1(d)-393(a)-394(matri)1(x)-394(r)1(o)27(w)-393(in)-393(its)-393(e)-1(n)28(t)1(iret)28(y)-394(b)-27(efore)-393(c)-1(all)1(ing)-393(the)-393(routi)1(ne;)]TJ 0 -11.9551 Td[(th)1(is)-289(all)1(o)27(ws)-288(the)-288(app)1(lication)-288(p)1(rogr)1(am)-1(me)-1(r)-287(to)-288(w)27(alk)-287(thr)1(ough)-288(th)1(e)-289(d)1(isc)-1(r)1(e)-1(tization)-287(m)-1(es)-1(h)]TJ 0 -11.9552 Td[(ele)-1(men)28(t)-401(b)28(y)-401(e)-1(l)1(e)-1(me)-1(n)29(t,)-418(ge)-1(n)1(e)-1(r)1(ating)-401(th)1(e)-402(main)-401(par)1(t)-401(of)-401(a)-401(giv)28(e)-1(n)-401(matr)1(ix)-401(ro)28(w)-402(b)1(ut)-401(also)]TJ 0 -11.9552 Td[(con)28(trib)1(uti)1(ons)-334(to)-333(th)1(e)-334(ro)28(ws)-334(co)-1(r)1(res)-1(p)-27(ond)1(ing)-333(to)-333(neigh)28(b)-27(our)1(ing)-333(ele)-1(men)28(ts.)]TJ 14.944 -13.175 Td[(F)84(rom)-411(a)-410(f)1(un)1(c)-1(ti)1(onal)-410(p)-27(oin)28(t)-410(of)-410(v)1(ie)-1(w)-410(it)-410(i)1(s)-411(ev)28(e)-1(n)-410(p)-27(oss)-1(ib)1(le)-410(to)-411(exec)-1(u)1(te)-411(on)1(e)-411(call)-410(f)1(or)]TJ -14.944 -11.9552 Td[(eac)27(h)-372(n)1(onze)-1(r)1(o)-372(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t;)-391(h)1(o)28(w)27(ev)28(e)-1(r)-371(this)-372(w)28(ould)-371(ha)28(v)28(e)-372(a)-372(s)-1(u)1(bstan)28(tial)-371(c)-1(ompu)1(tation)1(al)]TJ 0 -11.9552 Td[(o)28(v)28(e)-1(r)1(head.)-412(It)-235(is)-237(t)1(here)-1(f)1(ore)-236(adv)1(is)-1(ab)1(le)-236(to)-236(pac)28(k)-236(a)-236(ce)-1(r)1(tain)-235(am)-1(ou)1(n)28(t)-236(of)-235(dat)1(a)-236(in)28(to)-236(eac)27(h)-235(c)-1(al)1(l)]TJ 0 -11.9551 Td[(to)-307(the)-308(in)1(s)-1(erti)1(on)-308(r)1(outi)1(ne,)-313(sa)27(y)-307(tou)1(c)27(hi)1(ng)-308(on)-307(a)-307(few)-308(tens)-308(of)-307(ro)28(ws)-1(;)-315(the)-308(b)-27(e)-1(st)-308(p)-27(erfor)1(m)-1(n)1(g)]TJ 0 -11.9552 Td[(v)56(alue)-385(w)27(ou)1(ld)-385(dep)-28(end)-385(on)-384(b)-28(oth)-385(th)1(e)-386(arc)28(hitecture)-385(of)-385(the)-386(computer)-385(b)-27(e)-1(in)1(g)-386(u)1(s)-1(ed)-385(and)]TJ 0 -11.9552 Td[(on)-449(the)-450(pr)1(oblem)-451(stru)1(c)-1(t)1(ure.)-794(A)28(t)-450(th)1(e)-451(op)1(p)-28(osite)-450(e)-1(x)1(trem)-1(e,)-479(it)-450(w)28(oul)1(d)-450(b)-27(e)-451(p)-27(oss)-1(ib)1(le)-450(to)]TJ 0 -11.9551 Td[(generate)-311(th)1(e)-311(en)28(tire)-310(part)-310(of)-310(a)-310(co)-28(e)-1(\016cie)-1(n)29(t)-311(matri)1(x)-310(re)-1(sid)1(ing)-310(on)-310(a)-310(pr)1(o)-28(c)-1(ess)-311(and)-310(p)1(as)-1(s)-310(it)]TJ 0 -11.9552 Td[(in)-308(a)-310(sin)1(gle)-310(call)-309(to)]TJ/F32 9.9626 Tf 76.8891 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.0731 0 Td[(;)-317(th)1(is)-1(,)-313(ho)28(w)27(ev)28(er,)-314(w)28(ould)-308(e)-1(n)28(t)1(ail)-309(a)-309(dou)1(bli)1(ng)-309(of)-309(me)-1(mory)]TJ -123.9622 -11.9552 Td[(o)-28(cc)-1(u)1(pati)1(on,)-333(and)-333(t)1(h)28(us)-334(w)28(oul)1(d)-333(b)-28(e)-333(alm)-1(ost)-333(alw)28(a)27(y)1(s)-334(far)-333(f)1(rom)-334(op)1(timal.)]TJ +/F8 9.9626 Tf 146.7198 485.904 Td[(Call)-333(the)-333(iterativ)28(e)-334(metho)-28(d)-333(of)-332(c)27(hoi)1(c)-1(e,)-333(e)-1(.g.)]TJ/F32 9.9626 Tf 176.8649 0 Td[(psb_bicgstab)]TJ/F8 9.9626 Tf -223.6893 -20.0561 Td[(The)-370(insertion)-369(rou)1(tines)-371(wil)1(l)-370(b)-27(e)-371(called)-370(as)-370(m)-1(an)29(y)-370(time)-1(s)-370(as)-370(nee)-1(d)1(e)-1(d)1(;)-388(they)-370(onl)1(y)-370(nee)-1(d)]TJ 0 -11.9552 Td[(to)-404(b)-27(e)-404(c)-1(al)1(le)-1(d)-403(on)-403(the)-404(d)1(ata)-404(th)1(at)-404(is)-404(actual)1(ly)-404(all)1(o)-28(c)-1(at)1(e)-1(d)-403(to)-404(th)1(e)-404(c)-1(u)1(rren)28(t)-403(pro)-27(c)-1(es)-1(s,)-421(i.e.)]TJ 0 -11.9552 Td[(eac)27(h)-333(pr)1(o)-28(ce)-1(ss)-334(ge)-1(n)1(e)-1(r)1(ate)-1(s)-333(its)-334(o)28(wn)-333(data.)]TJ 14.944 -11.9878 Td[(In)-326(pr)1(incip)1(le)-327(th)1(e)-1(r)1(e)-327(is)-327(n)1(o)-326(s)-1(p)-27(e)-1(ci\014)1(c)-327(ord)1(e)-1(r)-326(in)-325(the)-327(calls)-326(to)]TJ/F32 9.9626 Tf 225.8783 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.0731 0 Td[(,)-327(nor)-326(is)-327(t)1(here)]TJ -287.8954 -11.9552 Td[(a)-393(requir)1(e)-1(me)-1(n)29(t)-394(t)1(o)-394(b)1(uil)1(d)-393(a)-394(matri)1(x)-394(r)1(o)27(w)-393(in)-393(its)-393(e)-1(n)28(t)1(iret)28(y)-394(b)-27(efore)-393(c)-1(all)1(ing)-393(the)-393(routi)1(ne;)]TJ 0 -11.9552 Td[(th)1(is)-289(all)1(o)27(ws)-288(the)-288(app)1(lication)-288(p)1(rogr)1(am)-1(me)-1(r)-287(to)-288(w)27(alk)-287(thr)1(ough)-288(th)1(e)-289(d)1(isc)-1(r)1(e)-1(tization)-287(m)-1(es)-1(h)]TJ 0 -11.9551 Td[(ele)-1(men)28(t)-401(b)28(y)-401(e)-1(l)1(e)-1(me)-1(n)29(t,)-418(ge)-1(n)1(e)-1(r)1(ating)-401(th)1(e)-402(main)-401(par)1(t)-401(of)-401(a)-401(giv)28(e)-1(n)-401(matr)1(ix)-401(ro)28(w)-402(b)1(ut)-401(also)]TJ 0 -11.9552 Td[(con)28(trib)1(uti)1(ons)-334(to)-333(th)1(e)-334(ro)28(ws)-334(co)-1(r)1(res)-1(p)-27(ond)1(ing)-333(to)-333(neigh)28(b)-27(our)1(ing)-333(ele)-1(men)28(ts.)]TJ 14.944 -11.9879 Td[(F)84(rom)-411(a)-410(f)1(un)1(c)-1(ti)1(onal)-410(p)-27(oin)28(t)-410(of)-410(v)1(ie)-1(w)-410(it)-410(i)1(s)-411(ev)28(e)-1(n)-410(p)-27(oss)-1(ib)1(le)-410(to)-411(exec)-1(u)1(te)-411(on)1(e)-411(call)-410(f)1(or)]TJ -14.944 -11.9552 Td[(eac)27(h)-372(n)1(onze)-1(r)1(o)-372(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t;)-391(h)1(o)28(w)27(ev)28(e)-1(r)-371(this)-372(w)28(ould)-371(ha)28(v)28(e)-372(a)-372(s)-1(u)1(bstan)28(tial)-371(c)-1(ompu)1(tation)1(al)]TJ 0 -11.9551 Td[(o)28(v)28(e)-1(r)1(head.)-412(It)-235(is)-237(t)1(here)-1(f)1(ore)-236(adv)1(is)-1(ab)1(le)-236(to)-236(pac)28(k)-236(a)-236(ce)-1(r)1(tain)-235(am)-1(ou)1(n)28(t)-236(of)-235(dat)1(a)-236(in)28(to)-236(eac)27(h)-235(c)-1(al)1(l)]TJ 0 -11.9552 Td[(to)-307(the)-308(in)1(s)-1(erti)1(on)-308(r)1(outi)1(ne,)-313(sa)27(y)-307(tou)1(c)27(hi)1(ng)-308(on)-307(a)-307(few)-308(tens)-308(of)-307(ro)28(ws)-1(;)-315(the)-308(b)-27(e)-1(st)-308(p)-27(erfor)1(m)-1(n)1(g)]TJ 0 -11.9552 Td[(v)56(alue)-385(w)27(ou)1(ld)-385(dep)-28(end)-385(on)-384(b)-28(oth)-385(th)1(e)-386(arc)28(hitecture)-385(of)-385(the)-386(computer)-385(b)-27(e)-1(in)1(g)-386(u)1(s)-1(ed)-385(and)]TJ 0 -11.9551 Td[(on)-449(the)-450(pr)1(oblem)-451(stru)1(c)-1(t)1(ure.)-794(A)28(t)-450(th)1(e)-451(op)1(p)-28(osite)-450(e)-1(x)1(trem)-1(e,)-479(it)-450(w)28(oul)1(d)-450(b)-27(e)-451(p)-27(oss)-1(ib)1(le)-450(to)]TJ 0 -11.9552 Td[(generate)-311(th)1(e)-311(en)28(tire)-310(part)-310(of)-310(a)-310(co)-28(e)-1(\016cie)-1(n)29(t)-311(matri)1(x)-310(re)-1(sid)1(ing)-310(on)-310(a)-310(pr)1(o)-28(c)-1(ess)-311(and)-310(p)1(as)-1(s)-310(it)]TJ 0 -11.9552 Td[(in)-308(a)-310(sin)1(gle)-310(call)-309(to)]TJ/F32 9.9626 Tf 76.8891 0 Td[(psb_spins)]TJ/F8 9.9626 Tf 47.0731 0 Td[(;)-317(th)1(is)-1(,)-313(ho)28(w)27(ev)28(er,)-314(w)28(ould)-308(e)-1(n)28(t)1(ail)-309(a)-309(dou)1(bli)1(ng)-309(of)-309(me)-1(mory)]TJ -123.9622 -11.9551 Td[(o)-28(cc)-1(u)1(pati)1(on,)-333(and)-333(t)1(h)28(us)-334(w)28(oul)1(d)-333(b)-28(e)-333(alm)-1(ost)-333(alw)28(a)27(y)1(s)-334(far)-333(f)1(rom)-334(op)1(timal.)]TJ/F18 11.9552 Tf 0 -28.062 Td[(2.)-1(4)-1125(Pro)-1(gr)-1(amm)-1(ing)-376(mo)-32(del)]TJ/F8 9.9626 Tf 0 -18.4502 Td[(The)-325(PS)1(BLAS)-325(li)1(brar)1(ary)-324(is)-325(base)-1(d)-324(on)-324(the)-325(Si)1(ngle)-325(P)1(rogram)-325(Mu)1(ltip)1(le)-325(Data)-325(\050S)1(PM)1(D\051)]TJ 0 -11.9552 Td[(pr)1(ogramm)-1(i)1(ng)-413(mo)-28(del:)-603(e)-1(ac)28(h)-413(p)1(ro)-28(ce)-1(ss)-414(p)1(articip)1(ating)-413(i)1(n)-413(th)1(e)-414(comput)1(ation)-413(p)-27(erfor)1(m)-1(s)]TJ 0 -11.9552 Td[(th)1(e)-334(s)-1(ame)-334(action)1(s)-334(on)-333(a)-333(c)27(h)28(u)1(nk)-333(of)-333(data.)-444(P)28(ar)1(allelism)-334(is)-333(th)28(us)-333(data-dr)1(iv)28(e)-1(n)1(.)]TJ 14.944 -11.9878 Td[(Be)-1(cause)-390(of)-388(th)1(is)-390(stru)1(c)-1(t)1(ure,)-403(man)28(y)-388(s)-1(u)1(brou)1(tines)-389(c)-1(o)-28(or)1(din)1(ate)-389(their)-389(action)-388(ac)-1(r)1(os)-1(s)]TJ -14.944 -11.9552 Td[(th)1(e)-479(v)56(ari)1(ous)-478(pr)1(o)-28(c)-1(ess)-1(es)-1(,)-513(th)28(us)-478(p)1(ro)28(vid)1(ing)-478(an)-477(impl)1(ic)-1(i)1(t)-478(s)-1(y)1(nc)27(h)1(ron)1(iz)-1(at)1(ion)-478(p)-27(oin)29(t,)-514(and)]TJ 0 -11.9552 Td[(th)1(e)-1(refor)1(e)]TJ/F19 9.9626 Tf 43.026 0 Td[(mu)1(st)]TJ/F8 9.9626 Tf 26.326 0 Td[(b)-27(e)-453(called)-452(sim)27(u)1(ltaneously)-452(b)29(y)-452(all)-452(p)1(ro)-28(ce)-1(ss)-1(es)-453(p)1(arti)1(c)-1(ip)1(ating)-452(i)1(n)-452(th)1(e)]TJ -69.352 -11.9551 Td[(com)-1(p)1(utati)1(on.)-597(Thi)1(s)-385(is)-384(c)-1(ertain)1(ly)-384(tru)1(e)-385(f)1(or)-384(the)-384(data)-384(all)1(o)-28(c)-1(ati)1(on)-384(and)-383(as)-1(se)-1(m)28(bly)-384(r)1(ou-)]TJ 0 -11.9552 Td[(tin)1(e)-1(s,)-333(for)-333(all)-333(th)1(e)-334(com)-1(p)1(utati)1(onal)-333(rou)1(tines)-334(an)1(d)-333(for)-333(som)-1(e)-333(of)-333(the)-333(to)-28(ols)-334(r)1(outin)1(e)-1(s.)]TJ 14.944 -11.9879 Td[(Ho)28(w)27(ev)28(e)-1(r)-489(there)-491(ar)1(e)-491(man)28(y)-490(c)-1(ase)-1(s)-490(where)-491(n)1(o)-491(syn)1(c)27(hr)1(onization)1(,)-530(an)1(d)-490(in)1(dee)-1(d)-490(n)1(o)]TJ -14.944 -11.9552 Td[(com)-1(m)28(un)1(ic)-1(ati)1(on)-458(am)-1(on)1(g)-458(pro)-27(c)-1(es)-1(se)-1(s,)-490(i)1(s)-459(impli)1(e)-1(d)1(;)-521(f)1(or)-458(instance)-1(,)-489(all)-458(th)1(e)-459(rou)1(tines)-459(in)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -6368,61 +6444,58 @@ ET 0 g 0 G endstream endobj -653 0 obj << +662 0 obj << /Type /Page -/Contents 654 0 R -/Resources 652 0 R +/Contents 663 0 R +/Resources 661 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R +/Parent 676 0 R >> endobj -655 0 obj << -/D [653 0 R /XYZ 99.8954 740.9981 null] ->> endobj -656 0 obj << -/D [653 0 R /XYZ 99.8954 716.0915 null] +664 0 obj << +/D [662 0 R /XYZ 99.8954 740.9981 null] >> endobj -657 0 obj << -/D [653 0 R /XYZ 99.8954 685.5349 null] +665 0 obj << +/D [662 0 R /XYZ 99.8954 716.0915 null] >> endobj -658 0 obj << -/D [653 0 R /XYZ 99.8954 613.5113 null] +666 0 obj << +/D [662 0 R /XYZ 99.8954 699.8644 null] >> endobj -659 0 obj << -/D [653 0 R /XYZ 99.8954 588.4296 null] +667 0 obj << +/D [662 0 R /XYZ 99.8954 679.8083 null] >> endobj -660 0 obj << -/D [653 0 R /XYZ 99.8954 563.6247 null] +668 0 obj << +/D [662 0 R /XYZ 99.8954 647.797 null] >> endobj -661 0 obj << -/D [653 0 R /XYZ 99.8954 526.8646 null] +669 0 obj << +/D [662 0 R /XYZ 99.8954 627.7409 null] >> endobj -662 0 obj << -/D [653 0 R /XYZ 99.8954 502.0596 null] +670 0 obj << +/D [662 0 R /XYZ 99.8954 607.6848 null] >> endobj -663 0 obj << -/D [653 0 R /XYZ 99.8954 477.2547 null] +671 0 obj << +/D [662 0 R /XYZ 99.8954 585.8802 null] >> endobj -664 0 obj << -/D [653 0 R /XYZ 99.8954 449.5141 null] +672 0 obj << +/D [662 0 R /XYZ 99.8954 557.9194 null] >> endobj -665 0 obj << -/D [653 0 R /XYZ 99.8954 419.1788 null] +673 0 obj << +/D [662 0 R /XYZ 99.8954 529.6818 null] >> endobj -666 0 obj << -/D [653 0 R /XYZ 99.8954 388.5669 null] +674 0 obj << +/D [662 0 R /XYZ 99.8954 513.3994 null] >> endobj -667 0 obj << -/D [653 0 R /XYZ 99.8954 369.9101 null] +675 0 obj << +/D [662 0 R /XYZ 99.8954 497.3938 null] >> endobj -668 0 obj << -/D [653 0 R /XYZ 99.8954 351.53 null] +30 0 obj << +/D [662 0 R /XYZ 99.8954 258.481 null] >> endobj -652 0 obj << -/Font << /F8 434 0 R /F32 592 0 R >> +661 0 obj << +/Font << /F8 434 0 R /F32 602 0 R /F18 425 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -672 0 obj << -/Length 4940 +679 0 obj << +/Length 2750 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -6431,43 +6504,43 @@ stream 0 g 0 G 1 0 0 1 -494.416 -740.9981 cm BT -/F18 11.9552 Tf 150.7049 706.1289 Td[(2.)-1(4)-1125(Pro)-1(gr)-1(amm)-1(ing)-376(mo)-32(del)]TJ/F8 9.9626 Tf 0 -18.3894 Td[(The)-325(PS)1(BLAS)-325(li)1(brar)1(ary)-324(is)-325(base)-1(d)-324(on)-324(the)-325(Si)1(ngle)-325(P)1(rogram)-325(Mu)1(ltip)1(le)-325(Data)-325(\050S)1(PM)1(D\051)]TJ 0 -11.9552 Td[(pr)1(ogramm)-1(i)1(ng)-413(mo)-28(del:)-603(e)-1(ac)28(h)-413(p)1(ro)-28(ce)-1(ss)-414(p)1(articip)1(ating)-413(i)1(n)-413(th)1(e)-414(comput)1(ation)-413(p)-27(erfor)1(m)-1(s)]TJ 0 -11.9551 Td[(th)1(e)-334(s)-1(ame)-334(action)1(s)-334(on)-333(a)-333(c)27(h)28(u)1(nk)-333(of)-333(data.)-444(P)28(ar)1(allelism)-334(is)-333(th)28(us)-333(data-dr)1(iv)28(e)-1(n)1(.)]TJ 14.9439 -11.9552 Td[(Be)-1(cause)-390(of)-388(th)1(is)-390(stru)1(c)-1(t)1(ure,)-403(man)28(y)-388(s)-1(u)1(brou)1(tines)-389(c)-1(o)-28(or)1(din)1(ate)-389(their)-389(action)-388(ac)-1(r)1(os)-1(s)]TJ -14.9439 -11.9552 Td[(th)1(e)-479(v)56(ari)1(ous)-478(pr)1(o)-28(c)-1(ess)-1(es)-1(,)-513(th)28(us)-478(p)1(ro)28(vid)1(ing)-478(an)-477(impl)1(ic)-1(i)1(t)-478(sync)27(h)1(ron)1(iz)-1(at)1(ion)-478(p)-27(oin)29(t,)-514(and)]TJ 0 -11.9551 Td[(th)1(e)-1(refor)1(e)]TJ/F19 9.9626 Tf 43.026 0 Td[(mu)1(st)]TJ/F8 9.9626 Tf 26.326 0 Td[(b)-27(e)-453(called)-452(sim)27(u)1(ltaneously)-452(b)29(y)-452(all)-452(p)1(ro)-28(ce)-1(ss)-1(es)-453(p)1(arti)1(c)-1(ip)1(ating)-452(i)1(n)-452(th)1(e)]TJ -69.352 -11.9552 Td[(com)-1(p)1(utati)1(on.)-597(Thi)1(s)-385(is)-384(c)-1(ertain)1(ly)-384(tru)1(e)-385(f)1(or)-384(the)-384(data)-384(all)1(o)-28(c)-1(ati)1(on)-384(and)-383(as)-1(se)-1(m)28(bly)-384(r)1(ou-)]TJ 0 -11.9552 Td[(tin)1(e)-1(s,)-333(for)-333(all)-333(th)1(e)-334(com)-1(p)1(utati)1(onal)-333(rou)1(tines)-334(an)1(d)-333(for)-333(som)-1(e)-333(of)-333(the)-333(to)-28(ols)-334(r)1(outin)1(e)-1(s.)]TJ 14.9439 -11.9551 Td[(Ho)28(w)27(ev)28(e)-1(r)-489(there)-491(ar)1(e)-491(man)28(y)-490(c)-1(ase)-1(s)-490(where)-491(n)1(o)-491(syn)1(c)27(hr)1(onization)1(,)-530(an)1(d)-490(in)1(dee)-1(d)-490(n)1(o)]TJ -14.9439 -11.9552 Td[(com)-1(m)28(un)1(ic)-1(ati)1(on)-458(am)-1(on)1(g)-458(pro)-27(c)-1(es)-1(se)-1(s,)-490(i)1(s)-459(impli)1(e)-1(d)1(;)-521(f)1(or)-458(instance)-1(,)-489(all)-458(th)1(e)-459(rou)1(tines)-459(in)]TJ 0 -11.9552 Td[(se)-1(c.)]TJ +/F8 9.9626 Tf 150.7049 706.1289 Td[(se)-1(c.)]TJ ET -1 0 0 1 170.4505 568.1878 cm +1 0 0 1 170.4505 706.1289 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -170.4505 -568.1878 cm +1 0 0 1 -170.4505 -706.1289 cm BT -/F8 9.9626 Tf 170.4505 568.1878 Td[(3.4)]TJ +/F8 9.9626 Tf 170.4505 706.1289 Td[(3.4)]TJ ET -1 0 0 1 183.1805 568.1878 cm +1 0 0 1 183.1805 706.1289 cm 0 g 0 G -1 0 0 1 -183.1805 -568.1878 cm +1 0 0 1 -183.1805 -706.1289 cm BT -/F8 9.9626 Tf 187.3734 568.1878 Td[(are)-421(onl)1(y)-421(acting)-420(on)-421(th)1(e)-422(l)1(o)-28(c)-1(al)-420(data)-421(stru)1(c)-1(tu)1(res)-1(,)-442(and)-420(th)28(u)1(s)-422(ma)28(y)-421(b)-27(e)-421(c)-1(all)1(e)-1(d)]TJ -36.6685 -11.9552 Td[(in)1(dep)-28(end)1(e)-1(n)29(tly)83(.)-916(The)-491(mos)-1(t)-490(im)-1(p)-27(ort)1(an)28(t)-491(cas)-1(e)-491(is)-491(th)1(at)-491(of)-490(the)-491(co)-28(e)-1(\016cie)-1(n)29(t)-491(in)1(s)-1(ertion)]TJ 0 -11.9551 Td[(rou)1(tin)1(e)-1(s:)-409(s)-1(in)1(c)-1(e)-263(the)-263(n)28(u)1(m)27(b)-27(e)-1(r)-262(of)-263(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t)1(s)-264(in)-262(the)-263(s)-1(p)1(arse)-264(an)1(d)-263(dense)-263(m)-1(atr)1(ic)-1(es)-264(v)56(ar)1(ie)-1(s)]TJ 0 -11.9552 Td[(among)-323(t)1(he)-323(pr)1(o)-28(c)-1(ess)-1(ors,)-325(an)1(d)-322(s)-1(in)1(c)-1(e)-323(th)1(e)-323(use)-1(r)-322(is)-323(fr)1(e)-1(e)-323(to)-322(c)27(ho)-27(os)-1(e)-323(an)-322(arb)1(itrar)1(y)-323(or)1(der)-323(in)]TJ 0 -11.9552 Td[(bu)1(ili)1(din)1(g)-334(th)1(e)-334(matrix)-333(en)28(tri)1(e)-1(s,)-333(thes)-1(e)-333(routi)1(nes)-334(c)-1(an)1(not)-333(impl)1(y)-333(a)-334(sync)28(hr)1(onization)1(.)]TJ 14.9439 -11.9551 Td[(Thr)1(oughou)1(t)-333(this)-333(use)-1(r)1('s)-334(gui)1(de)-334(eac)27(h)-333(sub)1(rout)1(ine)-334(wil)1(l)-333(b)-28(e)-334(clearly)-333(in)1(di)1(c)-1(ated)-333(as)-1(:)]TJ +/F8 9.9626 Tf 187.3734 706.1289 Td[(are)-421(onl)1(y)-421(acting)-420(on)-421(th)1(e)-422(l)1(o)-28(c)-1(al)-420(data)-421(stru)1(c)-1(tu)1(res)-1(,)-442(and)-420(th)28(u)1(s)-422(ma)28(y)-421(b)-27(e)-421(c)-1(all)1(e)-1(d)]TJ -36.6685 -11.9552 Td[(in)1(dep)-28(end)1(e)-1(n)29(tly)83(.)-916(The)-491(mos)-1(t)-490(im)-1(p)-27(ort)1(an)28(t)-491(cas)-1(e)-491(is)-491(th)1(at)-491(of)-490(the)-491(co)-28(e)-1(\016cie)-1(n)29(t)-491(in)1(s)-1(ertion)]TJ 0 -11.9552 Td[(rou)1(tin)1(e)-1(s:)-409(s)-1(in)1(c)-1(e)-263(the)-263(n)28(u)1(m)27(b)-27(e)-1(r)-262(of)-263(c)-1(o)-27(e)-1(\016c)-1(i)1(e)-1(n)28(t)1(s)-264(in)-262(the)-263(s)-1(p)1(arse)-264(an)1(d)-263(dense)-263(m)-1(atr)1(ic)-1(es)-264(v)56(ar)1(ie)-1(s)]TJ 0 -11.9551 Td[(among)-323(t)1(he)-323(pr)1(o)-28(c)-1(ess)-1(ors,)-325(an)1(d)-322(s)-1(in)1(c)-1(e)-323(th)1(e)-323(use)-1(r)-322(is)-323(fr)1(e)-1(e)-323(to)-322(c)27(ho)-27(os)-1(e)-323(an)-322(arb)1(itrar)1(y)-323(or)1(der)-323(in)]TJ 0 -11.9552 Td[(bu)1(ili)1(din)1(g)-334(th)1(e)-334(matrix)-333(en)28(tri)1(e)-1(s,)-333(thes)-1(e)-333(routi)1(nes)-334(c)-1(an)1(not)-333(impl)1(y)-333(a)-334(sync)28(hr)1(onization)1(.)]TJ 14.9439 -11.9552 Td[(Thr)1(oughou)1(t)-333(this)-333(use)-1(r)1('s)-334(gui)1(de)-334(eac)27(h)-333(sub)1(rout)1(ine)-334(wil)1(l)-333(b)-28(e)-334(clearly)-333(in)1(di)1(c)-1(ated)-333(as)-1(:)]TJ ET -1 0 0 1 145.7235 488.4867 cm +1 0 0 1 145.7235 626.4277 cm 0 g 0 G -1 0 0 1 -145.7235 -488.4867 cm +1 0 0 1 -145.7235 -626.4277 cm BT -/F29 9.9626 Tf 150.7049 488.4867 Td[(Sync)32(hr)1(onous:)]TJ +/F29 9.9626 Tf 150.7049 626.4277 Td[(Sync)32(hr)1(onous:)]TJ ET -1 0 0 1 217.2273 488.4867 cm +1 0 0 1 217.2273 626.4277 cm 0 g 0 G -1 0 0 1 -217.2273 -488.4867 cm +1 0 0 1 -217.2273 -626.4277 cm BT -/F8 9.9626 Tf 222.2086 488.4867 Td[(m)27(u)1(s)-1(t)-358(b)-28(e)-359(c)-1(al)1(le)-1(d)-358(s)-1(i)1(m)27(u)1(ltaneously)-359(b)29(y)-359(all)-359(th)1(e)-359(pro)-27(c)-1(es)-1(se)-1(s)-359(in)-358(the)-359(rele)-1(-)]TJ -46.5971 -11.9552 Td[(v)56(an)28(t)-333(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(c)-1(on)28(text;)]TJ +/F8 9.9626 Tf 222.2086 626.4277 Td[(m)27(u)1(s)-1(t)-358(b)-28(e)-359(c)-1(al)1(le)-1(d)-358(s)-1(i)1(m)27(u)1(ltaneously)-359(b)29(y)-359(all)-359(th)1(e)-359(pro)-27(c)-1(es)-1(se)-1(s)-359(in)-358(the)-359(rele)-1(-)]TJ -46.5971 -11.9551 Td[(v)56(an)28(t)-333(c)-1(omm)27(u)1(ni)1(c)-1(ation)-332(c)-1(on)28(text;)]TJ ET -1 0 0 1 145.7235 456.6063 cm +1 0 0 1 145.7235 594.5473 cm 0 g 0 G -1 0 0 1 -145.7235 -456.6063 cm +1 0 0 1 -145.7235 -594.5473 cm BT -/F29 9.9626 Tf 150.7049 456.6063 Td[(Async)32(hron)1(ous:)]TJ +/F29 9.9626 Tf 150.7049 594.5473 Td[(Async)32(hron)1(ous:)]TJ ET -1 0 0 1 224.0433 456.6063 cm +1 0 0 1 224.0433 594.5473 cm 0 g 0 G -1 0 0 1 -224.0433 -456.6063 cm +1 0 0 1 -224.0433 -594.5473 cm BT -/F8 9.9626 Tf 229.0246 456.6063 Td[(ma)27(y)-333(b)-27(e)-334(called)-333(in)-333(a)-333(totally)-333(i)1(ndep)-27(e)-1(n)1(den)28(t)-333(m)-1(an)1(ner.)]TJ +/F8 9.9626 Tf 229.0246 594.5473 Td[(ma)27(y)-333(b)-27(e)-334(called)-333(in)-333(a)-333(totally)-333(i)1(ndep)-27(e)-1(n)1(den)28(t)-333(m)-1(an)1(ner.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -6479,32 +6552,29 @@ ET 0 g 0 G endstream endobj -671 0 obj << +678 0 obj << /Type /Page -/Contents 672 0 R -/Resources 670 0 R +/Contents 679 0 R +/Resources 677 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R -/Annots [ 674 0 R ] +/Parent 676 0 R +/Annots [ 681 0 R ] >> endobj -674 0 obj << +681 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [169.4542 565.2544 184.1768 576.1026] +/Rect [169.4542 703.1954 184.1768 714.0436] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj -673 0 obj << -/D [671 0 R /XYZ 150.7049 740.9981 null] ->> endobj -30 0 obj << -/D [671 0 R /XYZ 150.7049 716.0915 null] +680 0 obj << +/D [678 0 R /XYZ 150.7049 740.9981 null] >> endobj -670 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> +677 0 obj << +/Font << /F8 434 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -677 0 obj << +684 0 obj << /Length 11173 >> stream @@ -6796,76 +6866,76 @@ ET 0 g 0 G endstream endobj -676 0 obj << +683 0 obj << /Type /Page -/Contents 677 0 R -/Resources 675 0 R +/Contents 684 0 R +/Resources 682 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R -/Annots [ 680 0 R 681 0 R ] +/Parent 676 0 R +/Annots [ 687 0 R 688 0 R ] >> endobj -680 0 obj << +687 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 -681 0 obj << +688 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 -678 0 obj << -/D [676 0 R /XYZ 99.8954 740.9981 null] +685 0 obj << +/D [683 0 R /XYZ 99.8954 740.9981 null] >> endobj 34 0 obj << -/D [676 0 R /XYZ 99.8954 716.0915 null] +/D [683 0 R /XYZ 99.8954 716.0915 null] >> endobj 38 0 obj << -/D [676 0 R /XYZ 99.8954 608.6634 null] +/D [683 0 R /XYZ 99.8954 608.6634 null] >> endobj -679 0 obj << -/D [676 0 R /XYZ 342.4274 566.3084 null] +686 0 obj << +/D [683 0 R /XYZ 342.4274 566.3084 null] >> endobj -682 0 obj << -/D [676 0 R /XYZ 99.8954 387.1114 null] +689 0 obj << +/D [683 0 R /XYZ 99.8954 387.1114 null] >> endobj -683 0 obj << -/D [676 0 R /XYZ 99.8954 371.1926 null] +690 0 obj << +/D [683 0 R /XYZ 99.8954 371.1926 null] >> endobj -684 0 obj << -/D [676 0 R /XYZ 99.8954 355.2738 null] +691 0 obj << +/D [683 0 R /XYZ 99.8954 355.2738 null] >> endobj -685 0 obj << -/D [676 0 R /XYZ 99.8954 339.3551 null] +692 0 obj << +/D [683 0 R /XYZ 99.8954 339.3551 null] >> endobj -686 0 obj << -/D [676 0 R /XYZ 99.8954 323.4363 null] +693 0 obj << +/D [683 0 R /XYZ 99.8954 323.4363 null] >> endobj -687 0 obj << -/D [676 0 R /XYZ 99.8954 196.0004 null] +694 0 obj << +/D [683 0 R /XYZ 99.8954 196.0004 null] >> endobj -688 0 obj << -/D [676 0 R /XYZ 99.8954 180.0817 null] +695 0 obj << +/D [683 0 R /XYZ 99.8954 180.0817 null] >> endobj -689 0 obj << -/D [676 0 R /XYZ 99.8954 164.1629 null] +696 0 obj << +/D [683 0 R /XYZ 99.8954 164.1629 null] >> endobj -690 0 obj << -/D [676 0 R /XYZ 99.8954 148.2442 null] +697 0 obj << +/D [683 0 R /XYZ 99.8954 148.2442 null] >> endobj -691 0 obj << -/D [676 0 R /XYZ 99.8954 132.3254 null] +698 0 obj << +/D [683 0 R /XYZ 99.8954 132.3254 null] >> endobj -675 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F32 592 0 R /F29 431 0 R >> +682 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F32 602 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -694 0 obj << -/Length 9157 +701 0 obj << +/Length 9160 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -7012,7 +7082,7 @@ ET 0 g 0 G 1 0 0 1 -274.6884 -510.6242 cm BT -/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 +/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(an)-333(95)-333(de\014ni)1(tion)-333(for)]TJ/F32 9.9626 Tf 129.4592 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 474.6646 cm 0 g 0 G @@ -7118,38 +7188,38 @@ ET 0 g 0 G endstream endobj -693 0 obj << +700 0 obj << /Type /Page -/Contents 694 0 R -/Resources 692 0 R +/Contents 701 0 R +/Resources 699 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R -/Annots [ 699 0 R ] +/Parent 676 0 R +/Annots [ 706 0 R ] >> endobj -699 0 obj << +706 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 -695 0 obj << -/D [693 0 R /XYZ 150.7049 740.9981 null] +702 0 obj << +/D [700 0 R /XYZ 150.7049 740.9981 null] >> endobj -696 0 obj << -/D [693 0 R /XYZ 150.7049 651.7672 null] +703 0 obj << +/D [700 0 R /XYZ 150.7049 651.7672 null] >> endobj -697 0 obj << -/D [693 0 R /XYZ 150.7049 635.0808 null] +704 0 obj << +/D [700 0 R /XYZ 150.7049 635.0808 null] >> endobj -698 0 obj << -/D [693 0 R /XYZ 198.2214 352.0467 null] +705 0 obj << +/D [700 0 R /XYZ 198.2214 352.0467 null] >> endobj -692 0 obj << -/Font << /F8 434 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +699 0 obj << +/Font << /F8 434 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -702 0 obj << +709 0 obj << /Length 11948 >> stream @@ -7579,31 +7649,31 @@ ET 0 g 0 G endstream endobj -701 0 obj << +708 0 obj << /Type /Page -/Contents 702 0 R -/Resources 700 0 R +/Contents 709 0 R +/Resources 707 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R +/Parent 676 0 R >> endobj -703 0 obj << -/D [701 0 R /XYZ 99.8954 740.9981 null] +710 0 obj << +/D [708 0 R /XYZ 99.8954 740.9981 null] >> endobj 42 0 obj << -/D [701 0 R /XYZ 99.8954 716.0915 null] +/D [708 0 R /XYZ 99.8954 716.0915 null] >> endobj 46 0 obj << -/D [701 0 R /XYZ 99.8954 592.4387 null] +/D [708 0 R /XYZ 99.8954 592.4387 null] >> endobj -704 0 obj << -/D [701 0 R /XYZ 119.6419 562.0388 null] +711 0 obj << +/D [708 0 R /XYZ 119.6419 562.0388 null] >> endobj -700 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 592 0 R >> +707 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -707 0 obj << -/Length 10186 +714 0 obj << +/Length 10227 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -7620,19 +7690,19 @@ ET 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 +/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[(The)-328(F)84(ortr)1(an)-327(95)-328(in)28(t)1(e)-1(rf)1(ac)-1(e)-327(for)-327(distri)1(bu)1(te)-1(d)-327(sparse)-328(matrices)-328(c)-1(on)28(tai)1(nin)1(g)-328(d)1(oub)1(le)-328(pr)1(e)-1(-)]TJ 0 -11.9551 Td[(cis)-1(i)1(on)-333(real)-334(en)28(tr)1(ie)-1(s)-333(is)-334(d)1(e)-1(\014)1(ned)-333(as)-334(s)-1(h)1(o)28(w)-1(n)-333(i)1(n)-333(\014gu)1(re)]TJ ET -1 0 0 1 318.4372 638.7524 cm +1 0 0 1 355.8525 638.7524 cm 0 0 1 rg 0 0 1 RG -1 0 0 1 -318.4372 -638.7524 cm +1 0 0 1 -355.8525 -638.7524 cm BT -/F8 9.9626 Tf 318.4372 638.7524 Td[(4)]TJ +/F8 9.9626 Tf 355.8525 638.7524 Td[(4)]TJ ET -1 0 0 1 323.4185 638.7524 cm +1 0 0 1 360.8338 638.7524 cm 0 g 0 G -1 0 0 1 -323.4185 -638.7524 cm +1 0 0 1 -360.8338 -638.7524 cm BT -/F8 9.9626 Tf 323.4185 638.7524 Td[(.)]TJ +/F8 9.9626 Tf 360.8338 638.7524 Td[(.)]TJ ET 1 0 0 1 150.7049 625.0447 cm 0 g 0 G @@ -7814,44 +7884,44 @@ ET 0 g 0 G endstream endobj -706 0 obj << +713 0 obj << /Type /Page -/Contents 707 0 R -/Resources 705 0 R +/Contents 714 0 R +/Resources 712 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 669 0 R -/Annots [ 709 0 R ] +/Parent 676 0 R +/Annots [ 716 0 R ] >> endobj -709 0 obj << +716 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.4409 635.8189 324.4148 646.6671] +/Rect [354.8562 635.8189 361.8301 646.6671] /Subtype /Link /A << /S /GoTo /D (figure.4) >> >> endobj -708 0 obj << -/D [706 0 R /XYZ 150.7049 740.9981 null] +715 0 obj << +/D [713 0 R /XYZ 150.7049 740.9981 null] >> endobj -710 0 obj << -/D [706 0 R /XYZ 206.3709 478.5164 null] +717 0 obj << +/D [713 0 R /XYZ 206.3709 478.5164 null] >> endobj -711 0 obj << -/D [706 0 R /XYZ 150.7049 405.4394 null] +718 0 obj << +/D [713 0 R /XYZ 150.7049 405.4394 null] >> endobj -712 0 obj << -/D [706 0 R /XYZ 150.7049 351.3278 null] +719 0 obj << +/D [713 0 R /XYZ 150.7049 351.3278 null] >> endobj -713 0 obj << -/D [706 0 R /XYZ 150.7049 300.445 null] +720 0 obj << +/D [713 0 R /XYZ 150.7049 300.445 null] >> endobj -714 0 obj << -/D [706 0 R /XYZ 150.7049 284.6895 null] +721 0 obj << +/D [713 0 R /XYZ 150.7049 284.6895 null] >> endobj -705 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F11 586 0 R /F14 617 0 R >> +712 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -717 0 obj << +724 0 obj << /Length 11256 >> stream @@ -8366,50 +8436,50 @@ ET 0 g 0 G endstream endobj -716 0 obj << +723 0 obj << /Type /Page -/Contents 717 0 R -/Resources 715 0 R +/Contents 724 0 R +/Resources 722 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R -/Annots [ 720 0 R ] +/Parent 733 0 R +/Annots [ 727 0 R ] >> endobj -720 0 obj << +727 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.8753 481.2693 133.8492 492.3943] /Subtype /Link /A << /S /GoTo /D (figure.5) >> >> endobj -718 0 obj << -/D [716 0 R /XYZ 99.8954 740.9981 null] +725 0 obj << +/D [723 0 R /XYZ 99.8954 740.9981 null] >> endobj 50 0 obj << -/D [716 0 R /XYZ 99.8954 716.0915 null] +/D [723 0 R /XYZ 99.8954 716.0915 null] >> endobj 54 0 obj << -/D [716 0 R /XYZ 99.8954 550.1914 null] +/D [723 0 R /XYZ 99.8954 550.1914 null] >> endobj -719 0 obj << -/D [716 0 R /XYZ 257.5625 496.4347 null] +726 0 obj << +/D [723 0 R /XYZ 257.5625 496.4347 null] >> endobj -724 0 obj << -/D [716 0 R /XYZ 155.4784 259.0832 null] +731 0 obj << +/D [723 0 R /XYZ 155.4784 259.0832 null] >> endobj 58 0 obj << -/D [716 0 R /XYZ 99.8954 219.9324 null] +/D [723 0 R /XYZ 99.8954 219.9324 null] >> endobj 62 0 obj << -/D [716 0 R /XYZ 99.8954 157.7547 null] +/D [723 0 R /XYZ 99.8954 157.7547 null] >> endobj -725 0 obj << -/D [716 0 R /XYZ 99.8954 129.4913 null] +732 0 obj << +/D [723 0 R /XYZ 99.8954 129.4913 null] >> endobj -715 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 592 0 R /F48 723 0 R /F19 571 0 R >> +722 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 602 0 R /F48 730 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -729 0 obj << +736 0 obj << /Length 10898 >> stream @@ -8873,62 +8943,62 @@ ET 0 g 0 G endstream endobj -728 0 obj << +735 0 obj << /Type /Page -/Contents 729 0 R -/Resources 727 0 R +/Contents 736 0 R +/Resources 734 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R -/Annots [ 731 0 R 732 0 R 734 0 R 735 0 R ] +/Parent 733 0 R +/Annots [ 738 0 R 739 0 R 741 0 R 742 0 R ] >> endobj -731 0 obj << +738 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 616.0792 412.5881 627.2041] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -732 0 obj << +739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [351.2306 563.4598 358.2044 575.4149] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj -734 0 obj << +741 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 338.9099 412.5881 350.0348] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -735 0 obj << +742 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.3401 274.3353 193.314 286.2904] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj -730 0 obj << -/D [728 0 R /XYZ 150.7049 740.9981 null] +737 0 obj << +/D [735 0 R /XYZ 150.7049 740.9981 null] >> endobj 66 0 obj << -/D [728 0 R /XYZ 150.7049 490.2989 null] +/D [735 0 R /XYZ 150.7049 490.2989 null] >> endobj -733 0 obj << -/D [728 0 R /XYZ 150.7049 462.0355 null] +740 0 obj << +/D [735 0 R /XYZ 150.7049 462.0355 null] >> endobj 70 0 obj << -/D [728 0 R /XYZ 150.7049 201.1744 null] +/D [735 0 R /XYZ 150.7049 201.1744 null] >> endobj -736 0 obj << -/D [728 0 R /XYZ 150.7049 172.911 null] +743 0 obj << +/D [735 0 R /XYZ 150.7049 172.911 null] >> endobj -727 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F14 617 0 R /F10 614 0 R /F18 425 0 R /F19 571 0 R >> +734 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F14 613 0 R /F10 610 0 R /F18 425 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -739 0 obj << +746 0 obj << /Length 9768 >> stream @@ -9392,55 +9462,55 @@ ET 0 g 0 G endstream endobj -738 0 obj << +745 0 obj << /Type /Page -/Contents 739 0 R -/Resources 737 0 R +/Contents 746 0 R +/Resources 744 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R -/Annots [ 741 0 R 743 0 R 745 0 R ] +/Parent 733 0 R +/Annots [ 748 0 R 750 0 R 752 0 R ] >> endobj -741 0 obj << +748 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 655.098 361.7786 666.2229] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -743 0 obj << +750 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 405.632 361.7786 416.757] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -745 0 obj << +752 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 156.1661 361.7786 167.2911] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -740 0 obj << -/D [738 0 R /XYZ 99.8954 740.9981 null] +747 0 obj << +/D [745 0 R /XYZ 99.8954 740.9981 null] >> endobj 74 0 obj << -/D [738 0 R /XYZ 99.8954 556.2572 null] +/D [745 0 R /XYZ 99.8954 556.2572 null] >> endobj -742 0 obj << -/D [738 0 R /XYZ 99.8954 527.9938 null] +749 0 obj << +/D [745 0 R /XYZ 99.8954 527.9938 null] >> endobj 78 0 obj << -/D [738 0 R /XYZ 99.8954 306.7913 null] +/D [745 0 R /XYZ 99.8954 306.7913 null] >> endobj -744 0 obj << -/D [738 0 R /XYZ 99.8954 278.5278 null] +751 0 obj << +/D [745 0 R /XYZ 99.8954 278.5278 null] >> endobj -737 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F18 425 0 R /F19 571 0 R >> +744 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F18 425 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -748 0 obj << +755 0 obj << /Length 8324 >> stream @@ -9849,39 +9919,39 @@ ET 0 g 0 G endstream endobj -747 0 obj << +754 0 obj << /Type /Page -/Contents 748 0 R -/Resources 746 0 R +/Contents 755 0 R +/Resources 753 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R +/Parent 733 0 R >> endobj -749 0 obj << -/D [747 0 R /XYZ 150.7049 740.9981 null] +756 0 obj << +/D [754 0 R /XYZ 150.7049 740.9981 null] >> endobj 82 0 obj << -/D [747 0 R /XYZ 150.7049 652.5773 null] +/D [754 0 R /XYZ 150.7049 652.5773 null] >> endobj -750 0 obj << -/D [747 0 R /XYZ 150.7049 624.0542 null] +757 0 obj << +/D [754 0 R /XYZ 150.7049 624.0542 null] >> endobj 86 0 obj << -/D [747 0 R /XYZ 150.7049 467.692 null] +/D [754 0 R /XYZ 150.7049 467.692 null] >> endobj -751 0 obj << -/D [747 0 R /XYZ 150.7049 439.1689 null] +758 0 obj << +/D [754 0 R /XYZ 150.7049 439.1689 null] >> endobj 90 0 obj << -/D [747 0 R /XYZ 150.7049 202.5475 null] +/D [754 0 R /XYZ 150.7049 202.5475 null] >> endobj -752 0 obj << -/D [747 0 R /XYZ 150.7049 174.0244 null] +759 0 obj << +/D [754 0 R /XYZ 150.7049 174.0244 null] >> endobj -746 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +753 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -755 0 obj << +762 0 obj << /Length 9016 >> stream @@ -10299,55 +10369,55 @@ ET 0 g 0 G endstream endobj -754 0 obj << +761 0 obj << /Type /Page -/Contents 755 0 R -/Resources 753 0 R +/Contents 762 0 R +/Resources 760 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R -/Annots [ 757 0 R 759 0 R 761 0 R ] +/Parent 733 0 R +/Annots [ 764 0 R 766 0 R 768 0 R ] >> endobj -757 0 obj << +764 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 655.098 367.009 666.2229] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -759 0 obj << +766 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 386.1067 367.009 397.2317] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -761 0 obj << +768 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 -756 0 obj << -/D [754 0 R /XYZ 99.8954 740.9981 null] +763 0 obj << +/D [761 0 R /XYZ 99.8954 740.9981 null] >> endobj 94 0 obj << -/D [754 0 R /XYZ 99.8954 540.1798 null] +/D [761 0 R /XYZ 99.8954 540.1798 null] >> endobj -758 0 obj << -/D [754 0 R /XYZ 99.8954 509.5918 null] +765 0 obj << +/D [761 0 R /XYZ 99.8954 509.5918 null] >> endobj 98 0 obj << -/D [754 0 R /XYZ 99.8954 268.8639 null] +/D [761 0 R /XYZ 99.8954 268.8639 null] >> endobj -760 0 obj << -/D [754 0 R /XYZ 99.8954 240.6005 null] +767 0 obj << +/D [761 0 R /XYZ 99.8954 240.6005 null] >> endobj -753 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F18 425 0 R /F19 571 0 R >> +760 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F18 425 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -764 0 obj << +771 0 obj << /Length 1744 >> stream @@ -10397,27 +10467,27 @@ ET 0 g 0 G endstream endobj -763 0 obj << +770 0 obj << /Type /Page -/Contents 764 0 R -/Resources 762 0 R +/Contents 771 0 R +/Resources 769 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 726 0 R +/Parent 733 0 R >> endobj -765 0 obj << -/D [763 0 R /XYZ 150.7049 740.9981 null] +772 0 obj << +/D [770 0 R /XYZ 150.7049 740.9981 null] >> endobj -766 0 obj << -/D [763 0 R /XYZ 150.7049 653.8735 null] +773 0 obj << +/D [770 0 R /XYZ 150.7049 653.8735 null] >> endobj -767 0 obj << -/D [763 0 R /XYZ 150.7049 657.8585 null] +774 0 obj << +/D [770 0 R /XYZ 150.7049 657.8585 null] >> endobj -762 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R >> +769 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -770 0 obj << +777 0 obj << /Length 356 >> stream @@ -10439,24 +10509,24 @@ ET 0 g 0 G endstream endobj -769 0 obj << +776 0 obj << /Type /Page -/Contents 770 0 R -/Resources 768 0 R +/Contents 777 0 R +/Resources 775 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R +/Parent 779 0 R >> endobj -771 0 obj << -/D [769 0 R /XYZ 99.8954 740.9981 null] +778 0 obj << +/D [776 0 R /XYZ 99.8954 740.9981 null] >> endobj 102 0 obj << -/D [769 0 R /XYZ 99.8954 716.0915 null] +/D [776 0 R /XYZ 99.8954 716.0915 null] >> endobj -768 0 obj << +775 0 obj << /Font << /F18 425 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -775 0 obj << +782 0 obj << /Length 8539 >> stream @@ -10712,59 +10782,59 @@ ET 0 g 0 G endstream endobj -774 0 obj << +781 0 obj << /Type /Page -/Contents 775 0 R -/Resources 773 0 R +/Contents 782 0 R +/Resources 780 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R -/Annots [ 779 0 R 780 0 R 781 0 R 782 0 R ] +/Parent 779 0 R +/Annots [ 786 0 R 787 0 R 788 0 R 789 0 R ] >> endobj -779 0 obj << +786 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.8971 346.0749 439.871 356.9231] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -780 0 obj << +787 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 265.8623 220.6095 276.7105] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -781 0 obj << +788 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.8971 197.6048 439.871 208.453] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -782 0 obj << +789 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [256.8071 117.3922 263.781 128.2404] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -776 0 obj << -/D [774 0 R /XYZ 150.7049 740.9981 null] +783 0 obj << +/D [781 0 R /XYZ 150.7049 740.9981 null] >> endobj 106 0 obj << -/D [774 0 R /XYZ 150.7049 658.7232 null] +/D [781 0 R /XYZ 150.7049 658.7232 null] >> endobj -777 0 obj << -/D [774 0 R /XYZ 150.7049 572.3849 null] +784 0 obj << +/D [781 0 R /XYZ 150.7049 572.3849 null] >> endobj -778 0 obj << -/D [774 0 R /XYZ 318.4508 483.6166 null] +785 0 obj << +/D [781 0 R /XYZ 318.4508 483.6166 null] >> endobj -773 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F19 571 0 R /F29 431 0 R >> +780 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -785 0 obj << +792 0 obj << /Length 3831 >> stream @@ -10889,36 +10959,36 @@ ET 0 g 0 G endstream endobj -784 0 obj << +791 0 obj << /Type /Page -/Contents 785 0 R -/Resources 783 0 R +/Contents 792 0 R +/Resources 790 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R -/Annots [ 787 0 R 788 0 R ] +/Parent 779 0 R +/Annots [ 794 0 R 795 0 R ] >> endobj -787 0 obj << +794 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 655.098 361.7786 666.2229] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -788 0 obj << +795 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.9977 555.693 212.9715 564.604] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj -786 0 obj << -/D [784 0 R /XYZ 99.8954 740.9981 null] +793 0 obj << +/D [791 0 R /XYZ 99.8954 740.9981 null] >> endobj -783 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F11 586 0 R >> +790 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -791 0 obj << +798 0 obj << /Length 8863 >> stream @@ -11197,52 +11267,52 @@ ET 0 g 0 G endstream endobj -790 0 obj << +797 0 obj << /Type /Page -/Contents 791 0 R -/Resources 789 0 R +/Contents 798 0 R +/Resources 796 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R -/Annots [ 795 0 R 796 0 R 797 0 R ] +/Parent 779 0 R +/Annots [ 802 0 R 803 0 R 804 0 R ] >> endobj -795 0 obj << +802 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [253.8183 284.4772 260.7922 295.3255] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -796 0 obj << +803 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [253.8183 204.8719 260.7922 215.7201] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -797 0 obj << +804 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 136.945 412.5881 148.0699] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -792 0 obj << -/D [790 0 R /XYZ 150.7049 740.9981 null] +799 0 obj << +/D [797 0 R /XYZ 150.7049 740.9981 null] >> endobj 110 0 obj << -/D [790 0 R /XYZ 150.7049 659.9836 null] +/D [797 0 R /XYZ 150.7049 659.9836 null] >> endobj -793 0 obj << -/D [790 0 R /XYZ 150.7049 520.2018 null] +800 0 obj << +/D [797 0 R /XYZ 150.7049 520.2018 null] >> endobj -794 0 obj << -/D [790 0 R /XYZ 318.4508 431.7851 null] +801 0 obj << +/D [797 0 R /XYZ 318.4508 431.7851 null] >> endobj -789 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +796 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -800 0 obj << +807 0 obj << /Length 1950 >> stream @@ -11296,29 +11366,29 @@ ET 0 g 0 G endstream endobj -799 0 obj << +806 0 obj << /Type /Page -/Contents 800 0 R -/Resources 798 0 R +/Contents 807 0 R +/Resources 805 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R -/Annots [ 802 0 R ] +/Parent 779 0 R +/Annots [ 809 0 R ] >> endobj -802 0 obj << +809 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [382.0877 679.2851 389.0615 690.1333] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -801 0 obj << -/D [799 0 R /XYZ 99.8954 740.9981 null] +808 0 obj << +/D [806 0 R /XYZ 99.8954 740.9981 null] >> endobj -798 0 obj << +805 0 obj << /Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -805 0 obj << +812 0 obj << /Length 9221 >> stream @@ -11597,52 +11667,52 @@ ET 0 g 0 G endstream endobj -804 0 obj << +811 0 obj << /Type /Page -/Contents 805 0 R -/Resources 803 0 R +/Contents 812 0 R +/Resources 810 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 772 0 R -/Annots [ 809 0 R 810 0 R 811 0 R ] +/Parent 779 0 R +/Annots [ 816 0 R 817 0 R 818 0 R ] >> endobj -809 0 obj << +816 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [253.8183 289.3496 260.7922 300.1978] /Subtype /Link /A << /S /GoTo /D (table.3) >> >> endobj -810 0 obj << +817 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [253.8183 208.1201 260.7922 218.9683] /Subtype /Link /A << /S /GoTo /D (table.3) >> >> endobj -811 0 obj << +818 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 138.5691 412.5881 149.694] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -806 0 obj << -/D [804 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 [804 0 R /XYZ 150.7049 656.979 null] +/D [811 0 R /XYZ 150.7049 656.979 null] >> endobj -807 0 obj << -/D [804 0 R /XYZ 150.7049 531.428 null] +814 0 obj << +/D [811 0 R /XYZ 150.7049 531.428 null] >> endobj -808 0 obj << -/D [804 0 R /XYZ 318.4508 442.1513 null] +815 0 obj << +/D [811 0 R /XYZ 318.4508 442.1513 null] >> endobj -803 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +810 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -814 0 obj << +821 0 obj << /Length 2106 >> stream @@ -11696,29 +11766,29 @@ ET 0 g 0 G endstream endobj -813 0 obj << +820 0 obj << /Type /Page -/Contents 814 0 R -/Resources 812 0 R +/Contents 821 0 R +/Resources 819 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R -/Annots [ 816 0 R ] +/Parent 824 0 R +/Annots [ 823 0 R ] >> endobj -816 0 obj << +823 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [151.2031 657.3119 158.1769 666.2229] /Subtype /Link /A << /S /GoTo /D (table.2) >> >> endobj -815 0 obj << -/D [813 0 R /XYZ 99.8954 740.9981 null] +822 0 obj << +/D [820 0 R /XYZ 99.8954 740.9981 null] >> endobj -812 0 obj << +819 0 obj << /Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -820 0 obj << +827 0 obj << /Length 9030 >> stream @@ -11997,45 +12067,45 @@ ET 0 g 0 G endstream endobj -819 0 obj << +826 0 obj << /Type /Page -/Contents 820 0 R -/Resources 818 0 R +/Contents 827 0 R +/Resources 825 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R -/Annots [ 824 0 R 825 0 R ] +/Parent 824 0 R +/Annots [ 831 0 R 832 0 R ] >> endobj -824 0 obj << +831 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 318.4063 220.6095 327.3174] /Subtype /Link /A << /S /GoTo /D (table.4) >> >> endobj -825 0 obj << +832 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 250.3043 412.5881 261.4292] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -821 0 obj << -/D [819 0 R /XYZ 150.7049 740.9981 null] +828 0 obj << +/D [826 0 R /XYZ 150.7049 740.9981 null] >> endobj 118 0 obj << -/D [819 0 R /XYZ 150.7049 667.0317 null] +/D [826 0 R /XYZ 150.7049 667.0317 null] >> endobj -822 0 obj << -/D [819 0 R /XYZ 150.7049 540.7406 null] +829 0 obj << +/D [826 0 R /XYZ 150.7049 540.7406 null] >> endobj -823 0 obj << -/D [819 0 R /XYZ 318.4508 454.0858 null] +830 0 obj << +/D [826 0 R /XYZ 318.4508 454.0858 null] >> endobj -818 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +825 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -828 0 obj << +835 0 obj << /Length 8220 >> stream @@ -12314,45 +12384,45 @@ ET 0 g 0 G endstream endobj -827 0 obj << +834 0 obj << /Type /Page -/Contents 828 0 R -/Resources 826 0 R +/Contents 835 0 R +/Resources 833 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R -/Annots [ 832 0 R 833 0 R ] +/Parent 824 0 R +/Annots [ 839 0 R 840 0 R ] >> endobj -832 0 obj << +839 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 341.7844 169.8 350.6954] /Subtype /Link /A << /S /GoTo /D (table.5) >> >> endobj -833 0 obj << +840 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 271.9249 361.7786 283.0499] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -829 0 obj << -/D [827 0 R /XYZ 99.8954 740.9981 null] +836 0 obj << +/D [834 0 R /XYZ 99.8954 740.9981 null] >> endobj 122 0 obj << -/D [827 0 R /XYZ 99.8954 660.0023 null] +/D [834 0 R /XYZ 99.8954 660.0023 null] >> endobj -830 0 obj << -/D [827 0 R /XYZ 99.8954 575.5415 null] +837 0 obj << +/D [834 0 R /XYZ 99.8954 575.5415 null] >> endobj -831 0 obj << -/D [827 0 R /XYZ 267.6413 487.1294 null] +838 0 obj << +/D [834 0 R /XYZ 267.6413 487.1294 null] >> endobj -826 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +833 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -836 0 obj << +843 0 obj << /Length 8630 >> stream @@ -12631,45 +12701,45 @@ ET 0 g 0 G endstream endobj -835 0 obj << +842 0 obj << /Type /Page -/Contents 836 0 R -/Resources 834 0 R +/Contents 843 0 R +/Resources 841 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R -/Annots [ 840 0 R 841 0 R ] +/Parent 824 0 R +/Annots [ 847 0 R 848 0 R ] >> endobj -840 0 obj << +847 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 319.172 220.6095 328.083] /Subtype /Link /A << /S /GoTo /D (table.6) >> >> endobj -841 0 obj << +848 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 250.9521 412.5881 262.077] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -837 0 obj << -/D [835 0 R /XYZ 150.7049 740.9981 null] +844 0 obj << +/D [842 0 R /XYZ 150.7049 740.9981 null] >> endobj 126 0 obj << -/D [835 0 R /XYZ 150.7049 666.5606 null] +/D [842 0 R /XYZ 150.7049 666.5606 null] >> endobj -838 0 obj << -/D [835 0 R /XYZ 150.7049 542.2718 null] +845 0 obj << +/D [842 0 R /XYZ 150.7049 542.2718 null] >> endobj -839 0 obj << -/D [835 0 R /XYZ 318.4508 455.4993 null] +846 0 obj << +/D [842 0 R /XYZ 318.4508 455.4993 null] >> endobj -834 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F7 597 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +841 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F7 607 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -844 0 obj << +851 0 obj << /Length 9062 >> stream @@ -12936,45 +13006,45 @@ ET 0 g 0 G endstream endobj -843 0 obj << +850 0 obj << /Type /Page -/Contents 844 0 R -/Resources 842 0 R +/Contents 851 0 R +/Resources 849 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R -/Annots [ 848 0 R 849 0 R ] +/Parent 824 0 R +/Annots [ 855 0 R 856 0 R ] >> endobj -848 0 obj << +855 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 259.8019 169.8 268.713] /Subtype /Link /A << /S /GoTo /D (table.7) >> >> endobj -849 0 obj << +856 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 190.8385 361.7786 201.9635] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -845 0 obj << -/D [843 0 R /XYZ 99.8954 740.9981 null] +852 0 obj << +/D [850 0 R /XYZ 99.8954 740.9981 null] >> endobj 130 0 obj << -/D [843 0 R /XYZ 99.8954 663.5865 null] +/D [850 0 R /XYZ 99.8954 663.5865 null] >> endobj -846 0 obj << -/D [843 0 R /XYZ 99.8954 487.7347 null] +853 0 obj << +/D [850 0 R /XYZ 99.8954 487.7347 null] >> endobj -847 0 obj << -/D [843 0 R /XYZ 267.6413 400.2186 null] +854 0 obj << +/D [850 0 R /XYZ 267.6413 400.2186 null] >> endobj -842 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F7 597 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +849 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F7 607 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -852 0 obj << +859 0 obj << /Length 942 >> stream @@ -13004,21 +13074,21 @@ ET 0 g 0 G endstream endobj -851 0 obj << +858 0 obj << /Type /Page -/Contents 852 0 R -/Resources 850 0 R +/Contents 859 0 R +/Resources 857 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 817 0 R +/Parent 824 0 R >> endobj -853 0 obj << -/D [851 0 R /XYZ 150.7049 740.9981 null] +860 0 obj << +/D [858 0 R /XYZ 150.7049 740.9981 null] >> endobj -850 0 obj << +857 0 obj << /Font << /F29 431 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -856 0 obj << +863 0 obj << /Length 8034 >> stream @@ -13315,45 +13385,45 @@ ET 0 g 0 G endstream endobj -855 0 obj << +862 0 obj << /Type /Page -/Contents 856 0 R -/Resources 854 0 R +/Contents 863 0 R +/Resources 861 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R -/Annots [ 860 0 R 861 0 R ] +/Parent 869 0 R +/Annots [ 867 0 R 868 0 R ] >> endobj -860 0 obj << +867 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 270.0118 169.8 278.9228] /Subtype /Link /A << /S /GoTo /D (table.8) >> >> endobj -861 0 obj << +868 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 197.6451 361.7786 208.7701] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -857 0 obj << -/D [855 0 R /XYZ 99.8954 740.9981 null] +864 0 obj << +/D [862 0 R /XYZ 99.8954 740.9981 null] >> endobj 134 0 obj << -/D [855 0 R /XYZ 99.8954 655.4723 null] +/D [862 0 R /XYZ 99.8954 655.4723 null] >> endobj -858 0 obj << -/D [855 0 R /XYZ 267.6413 484.6617 null] +865 0 obj << +/D [862 0 R /XYZ 267.6413 484.6617 null] >> endobj -859 0 obj << -/D [855 0 R /XYZ 99.8954 409.1258 null] +866 0 obj << +/D [862 0 R /XYZ 99.8954 409.1258 null] >> endobj -854 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +861 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -865 0 obj << +872 0 obj << /Length 942 >> stream @@ -13383,21 +13453,21 @@ ET 0 g 0 G endstream endobj -864 0 obj << +871 0 obj << /Type /Page -/Contents 865 0 R -/Resources 863 0 R +/Contents 872 0 R +/Resources 870 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R +/Parent 869 0 R >> endobj -866 0 obj << -/D [864 0 R /XYZ 150.7049 740.9981 null] +873 0 obj << +/D [871 0 R /XYZ 150.7049 740.9981 null] >> endobj -863 0 obj << +870 0 obj << /Font << /F29 431 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -869 0 obj << +876 0 obj << /Length 8941 >> stream @@ -13690,45 +13760,45 @@ ET 0 g 0 G endstream endobj -868 0 obj << +875 0 obj << /Type /Page -/Contents 869 0 R -/Resources 867 0 R +/Contents 876 0 R +/Resources 874 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R -/Annots [ 873 0 R 874 0 R ] +/Parent 869 0 R +/Annots [ 880 0 R 881 0 R ] >> endobj -873 0 obj << +880 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 259.539 169.8 268.45] /Subtype /Link /A << /S /GoTo /D (table.9) >> >> endobj -874 0 obj << +881 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 190.6632 361.7786 201.7882] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -870 0 obj << -/D [868 0 R /XYZ 99.8954 740.9981 null] +877 0 obj << +/D [875 0 R /XYZ 99.8954 740.9981 null] >> endobj 138 0 obj << -/D [868 0 R /XYZ 99.8954 663.9371 null] +/D [875 0 R /XYZ 99.8954 663.9371 null] >> endobj -871 0 obj << -/D [868 0 R /XYZ 99.8954 486.902 null] +878 0 obj << +/D [875 0 R /XYZ 99.8954 486.902 null] >> endobj -872 0 obj << -/D [868 0 R /XYZ 267.6413 399.4736 null] +879 0 obj << +/D [875 0 R /XYZ 267.6413 399.4736 null] >> endobj -867 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +874 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -877 0 obj << +884 0 obj << /Length 942 >> stream @@ -13758,21 +13828,21 @@ ET 0 g 0 G endstream endobj -876 0 obj << +883 0 obj << /Type /Page -/Contents 877 0 R -/Resources 875 0 R +/Contents 884 0 R +/Resources 882 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R +/Parent 869 0 R >> endobj -878 0 obj << -/D [876 0 R /XYZ 150.7049 740.9981 null] +885 0 obj << +/D [883 0 R /XYZ 150.7049 740.9981 null] >> endobj -875 0 obj << +882 0 obj << /Font << /F29 431 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -881 0 obj << +888 0 obj << /Length 8088 >> stream @@ -14093,45 +14163,45 @@ ET 0 g 0 G endstream endobj -880 0 obj << +887 0 obj << /Type /Page -/Contents 881 0 R -/Resources 879 0 R +/Contents 888 0 R +/Resources 886 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R -/Annots [ 888 0 R 889 0 R ] +/Parent 869 0 R +/Annots [ 895 0 R 896 0 R ] >> endobj -888 0 obj << +895 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 322.3396 367.009 333.4645] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -889 0 obj << +896 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 255.5057 361.7786 266.6307] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -882 0 obj << -/D [880 0 R /XYZ 99.8954 740.9981 null] +889 0 obj << +/D [887 0 R /XYZ 99.8954 740.9981 null] >> endobj 142 0 obj << -/D [880 0 R /XYZ 99.8954 663.2489 null] +/D [887 0 R /XYZ 99.8954 663.2489 null] >> endobj -886 0 obj << -/D [880 0 R /XYZ 270.132 512.6796 null] +893 0 obj << +/D [887 0 R /XYZ 270.132 512.6796 null] >> endobj -887 0 obj << -/D [880 0 R /XYZ 99.8954 444.4728 null] +894 0 obj << +/D [887 0 R /XYZ 99.8954 444.4728 null] >> endobj -879 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F13 885 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +886 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F13 892 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -892 0 obj << +899 0 obj << /Length 9840 >> stream @@ -14479,54 +14549,54 @@ ET 0 g 0 G endstream endobj -891 0 obj << +898 0 obj << /Type /Page -/Contents 892 0 R -/Resources 890 0 R +/Contents 899 0 R +/Resources 897 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 862 0 R -/Annots [ 899 0 R 900 0 R ] +/Parent 869 0 R +/Annots [ 906 0 R 907 0 R ] >> endobj -899 0 obj << +906 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.8971 185.0447 444.8523 195.8929] /Subtype /Link /A << /S /GoTo /D (table.11) >> >> endobj -900 0 obj << +907 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 -893 0 obj << -/D [891 0 R /XYZ 150.7049 740.9981 null] +900 0 obj << +/D [898 0 R /XYZ 150.7049 740.9981 null] >> endobj 146 0 obj << -/D [891 0 R /XYZ 150.7049 644.8313 null] +/D [898 0 R /XYZ 150.7049 644.8313 null] >> endobj -894 0 obj << -/D [891 0 R /XYZ 279.9819 620.9209 null] +901 0 obj << +/D [898 0 R /XYZ 279.9819 620.9209 null] >> endobj -895 0 obj << -/D [891 0 R /XYZ 276.8438 603.1284 null] +902 0 obj << +/D [898 0 R /XYZ 276.8438 603.1284 null] >> endobj -896 0 obj << -/D [891 0 R /XYZ 276.2037 585.3358 null] +903 0 obj << +/D [898 0 R /XYZ 276.2037 585.3358 null] >> endobj -897 0 obj << -/D [891 0 R /XYZ 320.9415 401.8264 null] +904 0 obj << +/D [898 0 R /XYZ 320.9415 401.8264 null] >> endobj -898 0 obj << -/D [891 0 R /XYZ 150.7049 332.4487 null] +905 0 obj << +/D [898 0 R /XYZ 150.7049 332.4487 null] >> endobj -890 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F7 597 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +897 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F7 607 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -903 0 obj << +910 0 obj << /Length 10563 >> stream @@ -14799,78 +14869,78 @@ ET 0 g 0 G endstream endobj -902 0 obj << +909 0 obj << /Type /Page -/Contents 903 0 R -/Resources 901 0 R +/Contents 910 0 R +/Resources 908 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R -/Annots [ 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R ] +/Parent 920 0 R +/Annots [ 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R ] >> endobj -905 0 obj << +912 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 -906 0 obj << +913 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 -907 0 obj << +914 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 -908 0 obj << +915 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 -909 0 obj << +916 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 -910 0 obj << +917 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 -911 0 obj << +918 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 -912 0 obj << +919 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 -904 0 obj << -/D [902 0 R /XYZ 99.8954 740.9981 null] +911 0 obj << +/D [909 0 R /XYZ 99.8954 740.9981 null] >> endobj -901 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 592 0 R >> +908 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -916 0 obj << +923 0 obj << /Length 942 >> stream @@ -14900,21 +14970,21 @@ ET 0 g 0 G endstream endobj -915 0 obj << +922 0 obj << /Type /Page -/Contents 916 0 R -/Resources 914 0 R +/Contents 923 0 R +/Resources 921 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R +/Parent 920 0 R >> endobj -917 0 obj << -/D [915 0 R /XYZ 150.7049 740.9981 null] +924 0 obj << +/D [922 0 R /XYZ 150.7049 740.9981 null] >> endobj -914 0 obj << +921 0 obj << /Font << /F29 431 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -920 0 obj << +927 0 obj << /Length 9979 >> stream @@ -15160,30 +15230,30 @@ ET 0 g 0 G endstream endobj -919 0 obj << +926 0 obj << /Type /Page -/Contents 920 0 R -/Resources 918 0 R +/Contents 927 0 R +/Resources 925 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R +/Parent 920 0 R >> endobj -921 0 obj << -/D [919 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 [919 0 R /XYZ 99.8954 658.4134 null] +/D [926 0 R /XYZ 99.8954 658.4134 null] >> endobj -922 0 obj << -/D [919 0 R /XYZ 99.8954 299.8518 null] +929 0 obj << +/D [926 0 R /XYZ 99.8954 299.8518 null] >> endobj -923 0 obj << -/D [919 0 R /XYZ 270.132 187.0828 null] +930 0 obj << +/D [926 0 R /XYZ 270.132 187.0828 null] >> endobj -918 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F13 885 0 R /F7 597 0 R /F19 571 0 R /F29 431 0 R >> +925 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F13 892 0 R /F7 607 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -926 0 obj << +933 0 obj << /Length 10676 >> stream @@ -15456,64 +15526,64 @@ ET 0 g 0 G endstream endobj -925 0 obj << +932 0 obj << /Type /Page -/Contents 926 0 R -/Resources 924 0 R +/Contents 933 0 R +/Resources 931 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R -/Annots [ 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R ] +/Parent 920 0 R +/Annots [ 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R ] >> endobj -928 0 obj << +935 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 -929 0 obj << +936 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.7383 587.9609 400.7122 598.8091] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj -930 0 obj << +937 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 508.5918 225.5908 519.4401] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -931 0 obj << +938 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.8971 441.178 444.8523 452.0262] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -932 0 obj << +939 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.6356 361.8089 225.5908 372.6571] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -933 0 obj << +940 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 294.1183 412.5881 305.2433] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -927 0 obj << -/D [925 0 R /XYZ 150.7049 740.9981 null] +934 0 obj << +/D [932 0 R /XYZ 150.7049 740.9981 null] >> endobj -924 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F32 592 0 R /F19 571 0 R >> +931 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F32 602 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -936 0 obj << +943 0 obj << /Length 7412 >> stream @@ -15679,36 +15749,36 @@ ET 0 g 0 G endstream endobj -935 0 obj << +942 0 obj << /Type /Page -/Contents 936 0 R -/Resources 934 0 R +/Contents 943 0 R +/Resources 941 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R -/Annots [ 938 0 R 939 0 R ] +/Parent 920 0 R +/Annots [ 945 0 R 946 0 R ] >> endobj -938 0 obj << +945 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 376.6547 174.7814 385.5657] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -939 0 obj << +946 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.0089 196.1506 214.9641 206.9988] /Subtype /Link /A << /S /GoTo /D (table.12) >> >> endobj -937 0 obj << -/D [935 0 R /XYZ 99.8954 740.9981 null] +944 0 obj << +/D [942 0 R /XYZ 99.8954 740.9981 null] >> endobj -934 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 592 0 R >> +941 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -942 0 obj << +949 0 obj << /Length 1173 >> stream @@ -15742,32 +15812,32 @@ ET 0 g 0 G endstream endobj -941 0 obj << +948 0 obj << /Type /Page -/Contents 942 0 R -/Resources 940 0 R +/Contents 949 0 R +/Resources 947 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 913 0 R -/Annots [ 944 0 R ] +/Parent 920 0 R +/Annots [ 951 0 R ] >> endobj -944 0 obj << +951 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 -943 0 obj << -/D [941 0 R /XYZ 150.7049 740.9981 null] +950 0 obj << +/D [948 0 R /XYZ 150.7049 740.9981 null] >> endobj 154 0 obj << -/D [941 0 R /XYZ 150.7049 716.0915 null] +/D [948 0 R /XYZ 150.7049 716.0915 null] >> endobj -940 0 obj << +947 0 obj << /Font << /F18 425 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -947 0 obj << +954 0 obj << /Length 8068 >> stream @@ -16080,52 +16150,52 @@ ET 0 g 0 G endstream endobj -946 0 obj << +953 0 obj << /Type /Page -/Contents 947 0 R -/Resources 945 0 R +/Contents 954 0 R +/Resources 952 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R -/Annots [ 951 0 R 952 0 R 953 0 R ] +/Parent 961 0 R +/Annots [ 958 0 R 959 0 R 960 0 R ] >> endobj -951 0 obj << +958 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [310.744 265.932 322.6992 276.7802] /Subtype /Link /A << /S /GoTo /D (table.13) >> >> endobj -952 0 obj << +959 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 197.3629 361.7786 208.4879] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -953 0 obj << +960 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 -948 0 obj << -/D [946 0 R /XYZ 99.8954 740.9981 null] +955 0 obj << +/D [953 0 R /XYZ 99.8954 740.9981 null] >> endobj 158 0 obj << -/D [946 0 R /XYZ 99.8954 658.6635 null] +/D [953 0 R /XYZ 99.8954 658.6635 null] >> endobj -949 0 obj << -/D [946 0 R /XYZ 270.132 497.1978 null] +956 0 obj << +/D [953 0 R /XYZ 270.132 497.1978 null] >> endobj -950 0 obj << -/D [946 0 R /XYZ 99.8954 426.7074 null] +957 0 obj << +/D [953 0 R /XYZ 99.8954 426.7074 null] >> endobj -945 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +952 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -958 0 obj << +965 0 obj << /Length 4816 >> stream @@ -16235,30 +16305,30 @@ ET 0 g 0 G endstream endobj -957 0 obj << +964 0 obj << /Type /Page -/Contents 958 0 R -/Resources 956 0 R +/Contents 965 0 R +/Resources 963 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R -/Annots [ 960 0 R ] +/Parent 961 0 R +/Annots [ 967 0 R ] >> endobj -955 0 obj << +962 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/try8x8.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 962 0 R +/PTEX.InfoDict 969 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 963 0 R ->>/Font << /R8 964 0 R /R9 965 0 R >> +/R7 970 0 R +>>/Font << /R8 971 0 R /R9 972 0 R >> >> -/Length 966 0 R +/Length 973 0 R /Filter /FlateDecode >> stream @@ -16273,55 +16343,55 @@ J QI*'X?X=C|1WF Oo&?n*w JV~GJT/̗2/*fVI*39GV~G2T|=|=?L8+I%#r"Ld{wA%9?7rO|kt?\#,ؿ H"$LgORɱD̔% d)eI%}Q'?+~I*c\?XO#~[!X?fJaJ89% s`= ,1|?$6zA@}JR#z|]d9L Gz8πcDP%gc#mo6wW~?K߯>]?e`q{/m;"~WjZ3l?|zڽm[{힦ibmeϿ{׿-3endstream endobj -962 0 obj +969 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070118112257) /ModDate (D:20070118112257) >> endobj -963 0 obj +970 0 obj << /Type /ExtGState /OPM 1 >> endobj -964 0 obj +971 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -965 0 obj +972 0 obj << /BaseFont /Times-Bold /Type /Font /Subtype /Type1 >> endobj -966 0 obj +973 0 obj 3571 endobj -960 0 obj << +967 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 -959 0 obj << -/D [957 0 R /XYZ 150.7049 740.9981 null] +966 0 obj << +/D [964 0 R /XYZ 150.7049 740.9981 null] >> endobj -961 0 obj << -/D [957 0 R /XYZ 283.6922 146.9535 null] +968 0 obj << +/D [964 0 R /XYZ 283.6922 146.9535 null] >> endobj -956 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 592 0 R >> -/XObject << /Im3 955 0 R >> +963 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F32 602 0 R >> +/XObject << /Im3 962 0 R >> /ProcSet [ /PDF /Text ] >> endobj -969 0 obj << +976 0 obj << /Length 2065 >> stream @@ -16355,32 +16425,32 @@ ET 0 g 0 G endstream endobj -968 0 obj << +975 0 obj << /Type /Page -/Contents 969 0 R -/Resources 967 0 R +/Contents 976 0 R +/Resources 974 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R -/Annots [ 972 0 R ] +/Parent 961 0 R +/Annots [ 979 0 R ] >> endobj -972 0 obj << +979 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 -970 0 obj << -/D [968 0 R /XYZ 99.8954 740.9981 null] +977 0 obj << +/D [975 0 R /XYZ 99.8954 740.9981 null] >> endobj -971 0 obj << -/D [968 0 R /XYZ 99.8954 693.4736 null] +978 0 obj << +/D [975 0 R /XYZ 99.8954 693.4736 null] >> endobj -967 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F32 592 0 R >> +974 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -975 0 obj << +982 0 obj << /Length 3515 >> stream @@ -16409,21 +16479,21 @@ ET 0 g 0 G endstream endobj -974 0 obj << +981 0 obj << /Type /Page -/Contents 975 0 R -/Resources 973 0 R +/Contents 982 0 R +/Resources 980 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R +/Parent 961 0 R >> endobj -976 0 obj << -/D [974 0 R /XYZ 150.7049 740.9981 null] +983 0 obj << +/D [981 0 R /XYZ 150.7049 740.9981 null] >> endobj -973 0 obj << -/Font << /F47 979 0 R /F8 434 0 R >> +980 0 obj << +/Font << /F47 986 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -982 0 obj << +989 0 obj << /Length 9725 >> stream @@ -16851,45 +16921,45 @@ ET 0 g 0 G endstream endobj -981 0 obj << +988 0 obj << /Type /Page -/Contents 982 0 R -/Resources 980 0 R +/Contents 989 0 R +/Resources 987 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R -/Annots [ 986 0 R 987 0 R ] +/Parent 961 0 R +/Annots [ 993 0 R 994 0 R ] >> endobj -986 0 obj << +993 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.8262 269.0802 174.7814 277.9912] /Subtype /Link /A << /S /GoTo /D (table.14) >> >> endobj -987 0 obj << +994 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 199.4566 361.7786 210.5815] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -983 0 obj << -/D [981 0 R /XYZ 99.8954 740.9981 null] +990 0 obj << +/D [988 0 R /XYZ 99.8954 740.9981 null] >> endobj 162 0 obj << -/D [981 0 R /XYZ 99.8954 660.9456 null] +/D [988 0 R /XYZ 99.8954 660.9456 null] >> endobj -984 0 obj << -/D [981 0 R /XYZ 270.132 495.0471 null] +991 0 obj << +/D [988 0 R /XYZ 270.132 495.0471 null] >> endobj -985 0 obj << -/D [981 0 R /XYZ 99.8954 426.0167 null] +992 0 obj << +/D [988 0 R /XYZ 99.8954 426.0167 null] >> endobj -980 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +987 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -991 0 obj << +998 0 obj << /Length 9573 >> stream @@ -17066,58 +17136,58 @@ ET 0 g 0 G endstream endobj -990 0 obj << +997 0 obj << /Type /Page -/Contents 991 0 R -/Resources 989 0 R +/Contents 998 0 R +/Resources 996 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 954 0 R -/Annots [ 993 0 R 999 0 R 1000 0 R ] +/Parent 961 0 R +/Annots [ 1000 0 R 1006 0 R 1007 0 R ] >> endobj -993 0 obj << +1000 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 -999 0 obj << +1006 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 -1000 0 obj << +1007 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 -992 0 obj << -/D [990 0 R /XYZ 150.7049 740.9981 null] +999 0 obj << +/D [997 0 R /XYZ 150.7049 740.9981 null] >> endobj -994 0 obj << -/D [990 0 R /XYZ 150.7049 384.3996 null] +1001 0 obj << +/D [997 0 R /XYZ 150.7049 384.3996 null] >> endobj -995 0 obj << -/D [990 0 R /XYZ 150.7049 387.616 null] +1002 0 obj << +/D [997 0 R /XYZ 150.7049 387.616 null] >> endobj -996 0 obj << -/D [990 0 R /XYZ 150.7049 358.1252 null] +1003 0 obj << +/D [997 0 R /XYZ 150.7049 358.1252 null] >> endobj -997 0 obj << -/D [990 0 R /XYZ 150.7049 315.8268 null] +1004 0 obj << +/D [997 0 R /XYZ 150.7049 315.8268 null] >> endobj -998 0 obj << -/D [990 0 R /XYZ 150.7049 227.6233 null] +1005 0 obj << +/D [997 0 R /XYZ 150.7049 227.6233 null] >> endobj -989 0 obj << -/Font << /F8 434 0 R /F29 431 0 R /F11 586 0 R /F18 425 0 R /F10 614 0 R /F32 592 0 R >> +996 0 obj << +/Font << /F8 434 0 R /F29 431 0 R /F11 586 0 R /F18 425 0 R /F10 610 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1004 0 obj << +1011 0 obj << /Length 4244 >> stream @@ -17146,21 +17216,21 @@ ET 0 g 0 G endstream endobj -1003 0 obj << +1010 0 obj << /Type /Page -/Contents 1004 0 R -/Resources 1002 0 R +/Contents 1011 0 R +/Resources 1009 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R +/Parent 1013 0 R >> endobj -1005 0 obj << -/D [1003 0 R /XYZ 99.8954 740.9981 null] +1012 0 obj << +/D [1010 0 R /XYZ 99.8954 740.9981 null] >> endobj -1002 0 obj << -/Font << /F33 604 0 R /F8 434 0 R >> +1009 0 obj << +/Font << /F33 621 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1009 0 obj << +1016 0 obj << /Length 653 >> stream @@ -17202,29 +17272,29 @@ ET 0 g 0 G endstream endobj -1008 0 obj << +1015 0 obj << /Type /Page -/Contents 1009 0 R -/Resources 1007 0 R +/Contents 1016 0 R +/Resources 1014 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R +/Parent 1013 0 R >> endobj -988 0 obj << +995 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./figures/try8x8_ov.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1011 0 R +/PTEX.InfoDict 1018 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 1012 0 R ->>/Font << /R8 1013 0 R /R9 1014 0 R >> +/R7 1019 0 R +>>/Font << /R8 1020 0 R /R9 1021 0 R >> >> -/Length 1015 0 R +/Length 1022 0 R /Filter /FlateDecode >> stream @@ -17237,48 +17307,48 @@ V >+>O|ٿ_\g|~]L.ーU>۔v>?D 4[};Zl7_a}_2㣿l} !Z/L)8:= 뼮endstream endobj -1011 0 obj +1018 0 obj << /Producer (ESP Ghostscript 815.03) /CreationDate (D:20070118114343) /ModDate (D:20070118114343) >> endobj -1012 0 obj +1019 0 obj << /Type /ExtGState /OPM 1 >> endobj -1013 0 obj +1020 0 obj << /BaseFont /Times-Roman /Type /Font /Subtype /Type1 >> endobj -1014 0 obj +1021 0 obj << /BaseFont /Times-Bold /Type /Font /Subtype /Type1 >> endobj -1015 0 obj +1022 0 obj 3652 endobj -1010 0 obj << -/D [1008 0 R /XYZ 150.7049 740.9981 null] +1017 0 obj << +/D [1015 0 R /XYZ 150.7049 740.9981 null] >> endobj -1001 0 obj << -/D [1008 0 R /XYZ 283.6922 275.514 null] +1008 0 obj << +/D [1015 0 R /XYZ 283.6922 275.514 null] >> endobj -1007 0 obj << +1014 0 obj << /Font << /F8 434 0 R >> -/XObject << /Im4 988 0 R >> +/XObject << /Im4 995 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1018 0 obj << +1025 0 obj << /Length 10046 >> stream @@ -17734,48 +17804,48 @@ ET 0 g 0 G endstream endobj -1017 0 obj << +1024 0 obj << /Type /Page -/Contents 1018 0 R -/Resources 1016 0 R +/Contents 1025 0 R +/Resources 1023 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R -/Annots [ 1023 0 R 1024 0 R ] +/Parent 1013 0 R +/Annots [ 1030 0 R 1031 0 R ] >> endobj -1023 0 obj << +1030 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.9977 188.3685 217.9529 197.2795] /Subtype /Link /A << /S /GoTo /D (table.15) >> >> endobj -1024 0 obj << +1031 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 -1019 0 obj << -/D [1017 0 R /XYZ 99.8954 740.9981 null] +1026 0 obj << +/D [1024 0 R /XYZ 99.8954 740.9981 null] >> endobj 166 0 obj << -/D [1017 0 R /XYZ 99.8954 657.3825 null] +/D [1024 0 R /XYZ 99.8954 657.3825 null] >> endobj -1020 0 obj << -/D [1017 0 R /XYZ 270.132 451.0528 null] +1027 0 obj << +/D [1024 0 R /XYZ 270.132 451.0528 null] >> endobj -1021 0 obj << -/D [1017 0 R /XYZ 99.8954 377.2872 null] +1028 0 obj << +/D [1024 0 R /XYZ 99.8954 377.2872 null] >> endobj -1022 0 obj << -/D [1017 0 R /XYZ 99.8954 324.9767 null] +1029 0 obj << +/D [1024 0 R /XYZ 99.8954 324.9767 null] >> endobj -1016 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F7 597 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +1023 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F7 607 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1027 0 obj << +1034 0 obj << /Length 3560 >> stream @@ -17850,21 +17920,21 @@ ET 0 g 0 G endstream endobj -1026 0 obj << +1033 0 obj << /Type /Page -/Contents 1027 0 R -/Resources 1025 0 R +/Contents 1034 0 R +/Resources 1032 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R +/Parent 1013 0 R >> endobj -1028 0 obj << -/D [1026 0 R /XYZ 150.7049 740.9981 null] +1035 0 obj << +/D [1033 0 R /XYZ 150.7049 740.9981 null] >> endobj -1025 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R >> +1032 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1031 0 obj << +1038 0 obj << /Length 9417 >> stream @@ -18295,41 +18365,41 @@ ET 0 g 0 G endstream endobj -1030 0 obj << +1037 0 obj << /Type /Page -/Contents 1031 0 R -/Resources 1029 0 R +/Contents 1038 0 R +/Resources 1036 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R -/Annots [ 1036 0 R ] +/Parent 1013 0 R +/Annots [ 1043 0 R ] >> endobj -1036 0 obj << +1043 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 -1032 0 obj << -/D [1030 0 R /XYZ 99.8954 740.9981 null] +1039 0 obj << +/D [1037 0 R /XYZ 99.8954 740.9981 null] >> endobj 170 0 obj << -/D [1030 0 R /XYZ 99.8954 655.7383 null] +/D [1037 0 R /XYZ 99.8954 655.7383 null] >> endobj -1033 0 obj << -/D [1030 0 R /XYZ 270.132 444.3763 null] +1040 0 obj << +/D [1037 0 R /XYZ 270.132 444.3763 null] >> endobj -1034 0 obj << -/D [1030 0 R /XYZ 99.8954 368.8933 null] +1041 0 obj << +/D [1037 0 R /XYZ 99.8954 368.8933 null] >> endobj -1035 0 obj << -/D [1030 0 R /XYZ 99.8954 316.1368 null] +1042 0 obj << +/D [1037 0 R /XYZ 99.8954 316.1368 null] >> endobj -1029 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F10 614 0 R /F14 617 0 R /F7 597 0 R /F29 431 0 R /F19 571 0 R /F32 592 0 R >> +1036 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F10 610 0 R /F14 613 0 R /F7 607 0 R /F29 431 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1039 0 obj << +1046 0 obj << /Length 4148 >> stream @@ -18429,29 +18499,29 @@ ET 0 g 0 G endstream endobj -1038 0 obj << +1045 0 obj << /Type /Page -/Contents 1039 0 R -/Resources 1037 0 R +/Contents 1046 0 R +/Resources 1044 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1006 0 R -/Annots [ 1041 0 R ] +/Parent 1013 0 R +/Annots [ 1048 0 R ] >> endobj -1041 0 obj << +1048 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [256.8071 545.7304 268.7623 554.6414] /Subtype /Link /A << /S /GoTo /D (table.16) >> >> endobj -1040 0 obj << -/D [1038 0 R /XYZ 150.7049 740.9981 null] +1047 0 obj << +/D [1045 0 R /XYZ 150.7049 740.9981 null] >> endobj -1037 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R >> +1044 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1044 0 obj << +1051 0 obj << /Length 366 >> stream @@ -18473,24 +18543,24 @@ ET 0 g 0 G endstream endobj -1043 0 obj << +1050 0 obj << /Type /Page -/Contents 1044 0 R -/Resources 1042 0 R +/Contents 1051 0 R +/Resources 1049 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R +/Parent 1053 0 R >> endobj -1045 0 obj << -/D [1043 0 R /XYZ 99.8954 740.9981 null] +1052 0 obj << +/D [1050 0 R /XYZ 99.8954 740.9981 null] >> endobj 174 0 obj << -/D [1043 0 R /XYZ 99.8954 716.0915 null] +/D [1050 0 R /XYZ 99.8954 716.0915 null] >> endobj -1042 0 obj << +1049 0 obj << /Font << /F18 425 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1049 0 obj << +1056 0 obj << /Length 8515 >> stream @@ -18712,27 +18782,27 @@ ET 0 g 0 G endstream endobj -1048 0 obj << +1055 0 obj << /Type /Page -/Contents 1049 0 R -/Resources 1047 0 R +/Contents 1056 0 R +/Resources 1054 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R +/Parent 1053 0 R >> endobj -1050 0 obj << -/D [1048 0 R /XYZ 150.7049 740.9981 null] +1057 0 obj << +/D [1055 0 R /XYZ 150.7049 740.9981 null] >> endobj 178 0 obj << -/D [1048 0 R /XYZ 150.7049 639.7702 null] +/D [1055 0 R /XYZ 150.7049 639.7702 null] >> endobj -1051 0 obj << -/D [1048 0 R /XYZ 150.7049 611.457 null] +1058 0 obj << +/D [1055 0 R /XYZ 150.7049 611.457 null] >> endobj -1047 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 592 0 R /F29 431 0 R /F11 586 0 R /F14 617 0 R >> +1054 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 602 0 R /F29 431 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1054 0 obj << +1061 0 obj << /Length 8632 >> stream @@ -18949,35 +19019,35 @@ ET 0 g 0 G endstream endobj -1053 0 obj << +1060 0 obj << /Type /Page -/Contents 1054 0 R -/Resources 1052 0 R +/Contents 1061 0 R +/Resources 1059 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R -/Annots [ 1056 0 R ] +/Parent 1053 0 R +/Annots [ 1063 0 R ] >> endobj -1056 0 obj << +1063 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 492.1624 361.7786 503.2874] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1055 0 obj << -/D [1053 0 R /XYZ 99.8954 740.9981 null] +1062 0 obj << +/D [1060 0 R /XYZ 99.8954 740.9981 null] >> endobj -1057 0 obj << -/D [1053 0 R /XYZ 99.8954 380.1334 null] +1064 0 obj << +/D [1060 0 R /XYZ 99.8954 380.1334 null] >> endobj -1058 0 obj << -/D [1053 0 R /XYZ 99.8954 384.579 null] +1065 0 obj << +/D [1060 0 R /XYZ 99.8954 384.579 null] >> endobj -1052 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F18 425 0 R >> +1059 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F18 425 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1061 0 obj << +1068 0 obj << /Length 5831 >> stream @@ -19055,24 +19125,24 @@ ET 0 g 0 G endstream endobj -1060 0 obj << +1067 0 obj << /Type /Page -/Contents 1061 0 R -/Resources 1059 0 R +/Contents 1068 0 R +/Resources 1066 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R +/Parent 1053 0 R >> endobj -1062 0 obj << -/D [1060 0 R /XYZ 150.7049 740.9981 null] +1069 0 obj << +/D [1067 0 R /XYZ 150.7049 740.9981 null] >> endobj -1063 0 obj << -/D [1060 0 R /XYZ 150.7049 496.9688 null] +1070 0 obj << +/D [1067 0 R /XYZ 150.7049 496.9688 null] >> endobj -1059 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R /F10 614 0 R >> +1066 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R /F10 610 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1066 0 obj << +1073 0 obj << /Length 7309 >> stream @@ -19275,35 +19345,35 @@ ET 0 g 0 G endstream endobj -1065 0 obj << +1072 0 obj << /Type /Page -/Contents 1066 0 R -/Resources 1064 0 R +/Contents 1073 0 R +/Resources 1071 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R -/Annots [ 1069 0 R ] +/Parent 1053 0 R +/Annots [ 1076 0 R ] >> endobj -1069 0 obj << +1076 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 189.9545 361.7786 201.0795] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1067 0 obj << -/D [1065 0 R /XYZ 99.8954 740.9981 null] +1074 0 obj << +/D [1072 0 R /XYZ 99.8954 740.9981 null] >> endobj 182 0 obj << -/D [1065 0 R /XYZ 99.8954 639.044 null] +/D [1072 0 R /XYZ 99.8954 639.044 null] >> endobj -1068 0 obj << -/D [1065 0 R /XYZ 99.8954 606.9876 null] +1075 0 obj << +/D [1072 0 R /XYZ 99.8954 606.9876 null] >> endobj -1064 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +1071 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1072 0 obj << +1079 0 obj << /Length 1436 >> stream @@ -19349,30 +19419,30 @@ ET 0 g 0 G endstream endobj -1071 0 obj << +1078 0 obj << /Type /Page -/Contents 1072 0 R -/Resources 1070 0 R +/Contents 1079 0 R +/Resources 1077 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1046 0 R +/Parent 1053 0 R >> endobj -1073 0 obj << -/D [1071 0 R /XYZ 150.7049 740.9981 null] +1080 0 obj << +/D [1078 0 R /XYZ 150.7049 740.9981 null] >> endobj -1074 0 obj << -/D [1071 0 R /XYZ 150.7049 696.2631 null] +1081 0 obj << +/D [1078 0 R /XYZ 150.7049 696.2631 null] >> endobj -1075 0 obj << -/D [1071 0 R /XYZ 150.7049 700.2482 null] +1082 0 obj << +/D [1078 0 R /XYZ 150.7049 700.2482 null] >> endobj -1076 0 obj << -/D [1071 0 R /XYZ 150.7049 678.3857 null] +1083 0 obj << +/D [1078 0 R /XYZ 150.7049 678.3857 null] >> endobj -1070 0 obj << +1077 0 obj << /Font << /F18 425 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1079 0 obj << +1086 0 obj << /Length 5921 >> stream @@ -19614,48 +19684,48 @@ ET 0 g 0 G endstream endobj -1078 0 obj << +1085 0 obj << /Type /Page -/Contents 1079 0 R -/Resources 1077 0 R +/Contents 1086 0 R +/Resources 1084 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R -/Annots [ 1082 0 R 1083 0 R ] +/Parent 1093 0 R +/Annots [ 1089 0 R 1090 0 R ] >> endobj -1082 0 obj << +1089 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 489.9119 361.7786 501.0369] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1083 0 obj << +1090 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 400.2482 361.7786 411.3731] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1080 0 obj << -/D [1078 0 R /XYZ 99.8954 740.9981 null] +1087 0 obj << +/D [1085 0 R /XYZ 99.8954 740.9981 null] >> endobj 186 0 obj << -/D [1078 0 R /XYZ 99.8954 644.4574 null] +/D [1085 0 R /XYZ 99.8954 644.4574 null] >> endobj -1081 0 obj << -/D [1078 0 R /XYZ 99.8954 613.8693 null] +1088 0 obj << +/D [1085 0 R /XYZ 99.8954 613.8693 null] >> endobj -1084 0 obj << -/D [1078 0 R /XYZ 99.8954 292.9008 null] +1091 0 obj << +/D [1085 0 R /XYZ 99.8954 292.9008 null] >> endobj -1085 0 obj << -/D [1078 0 R /XYZ 99.8954 296.8859 null] +1092 0 obj << +/D [1085 0 R /XYZ 99.8954 296.8859 null] >> endobj -1077 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1084 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1089 0 obj << +1096 0 obj << /Length 5676 >> stream @@ -19898,42 +19968,42 @@ ET 0 g 0 G endstream endobj -1088 0 obj << +1095 0 obj << /Type /Page -/Contents 1089 0 R -/Resources 1087 0 R +/Contents 1096 0 R +/Resources 1094 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R -/Annots [ 1092 0 R 1093 0 R ] +/Parent 1093 0 R +/Annots [ 1099 0 R 1100 0 R ] >> endobj -1092 0 obj << +1099 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 507.8447 412.5881 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1093 0 obj << +1100 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 418.1809 412.5881 429.3059] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1090 0 obj << -/D [1088 0 R /XYZ 150.7049 740.9981 null] +1097 0 obj << +/D [1095 0 R /XYZ 150.7049 740.9981 null] >> endobj 190 0 obj << -/D [1088 0 R /XYZ 150.7049 659.6006 null] +/D [1095 0 R /XYZ 150.7049 659.6006 null] >> endobj -1091 0 obj << -/D [1088 0 R /XYZ 150.7049 631.8021 null] +1098 0 obj << +/D [1095 0 R /XYZ 150.7049 631.8021 null] >> endobj -1087 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1094 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1096 0 obj << +1103 0 obj << /Length 3994 >> stream @@ -20100,35 +20170,35 @@ ET 0 g 0 G endstream endobj -1095 0 obj << +1102 0 obj << /Type /Page -/Contents 1096 0 R -/Resources 1094 0 R +/Contents 1103 0 R +/Resources 1101 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R -/Annots [ 1099 0 R ] +/Parent 1093 0 R +/Annots [ 1106 0 R ] >> endobj -1099 0 obj << +1106 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 507.8447 361.7786 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1097 0 obj << -/D [1095 0 R /XYZ 99.8954 740.9981 null] +1104 0 obj << +/D [1102 0 R /XYZ 99.8954 740.9981 null] >> endobj 194 0 obj << -/D [1095 0 R /XYZ 99.8954 659.6006 null] +/D [1102 0 R /XYZ 99.8954 659.6006 null] >> endobj -1098 0 obj << -/D [1095 0 R /XYZ 99.8954 631.8021 null] +1105 0 obj << +/D [1102 0 R /XYZ 99.8954 631.8021 null] >> endobj -1094 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1101 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1102 0 obj << +1109 0 obj << /Length 8588 >> stream @@ -20407,42 +20477,42 @@ ET 0 g 0 G endstream endobj -1101 0 obj << +1108 0 obj << /Type /Page -/Contents 1102 0 R -/Resources 1100 0 R +/Contents 1109 0 R +/Resources 1107 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R -/Annots [ 1105 0 R 1106 0 R ] +/Parent 1093 0 R +/Annots [ 1112 0 R 1113 0 R ] >> endobj -1105 0 obj << +1112 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 387.9755 417.8184 399.1004] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1106 0 obj << +1113 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 149.3696 412.5881 160.4946] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1103 0 obj << -/D [1101 0 R /XYZ 150.7049 740.9981 null] +1110 0 obj << +/D [1108 0 R /XYZ 150.7049 740.9981 null] >> endobj 198 0 obj << -/D [1101 0 R /XYZ 150.7049 641.0268 null] +/D [1108 0 R /XYZ 150.7049 641.0268 null] >> endobj -1104 0 obj << -/D [1101 0 R /XYZ 150.7049 613.0543 null] +1111 0 obj << +/D [1108 0 R /XYZ 150.7049 613.0543 null] >> endobj -1100 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 592 0 R /F29 431 0 R /F11 586 0 R /F14 617 0 R >> +1107 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 602 0 R /F29 431 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1109 0 obj << +1116 0 obj << /Length 2773 >> stream @@ -20488,30 +20558,30 @@ ET 0 g 0 G endstream endobj -1108 0 obj << +1115 0 obj << /Type /Page -/Contents 1109 0 R -/Resources 1107 0 R +/Contents 1116 0 R +/Resources 1114 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R +/Parent 1093 0 R >> endobj -1110 0 obj << -/D [1108 0 R /XYZ 99.8954 740.9981 null] +1117 0 obj << +/D [1115 0 R /XYZ 99.8954 740.9981 null] >> endobj -1111 0 obj << -/D [1108 0 R /XYZ 99.8954 639.4069 null] +1118 0 obj << +/D [1115 0 R /XYZ 99.8954 639.4069 null] >> endobj -1112 0 obj << -/D [1108 0 R /XYZ 99.8954 643.392 null] +1119 0 obj << +/D [1115 0 R /XYZ 99.8954 643.392 null] >> endobj -1113 0 obj << -/D [1108 0 R /XYZ 99.8954 585.664 null] +1120 0 obj << +/D [1115 0 R /XYZ 99.8954 585.664 null] >> endobj -1107 0 obj << -/Font << /F8 434 0 R /F29 431 0 R /F18 425 0 R /F32 592 0 R >> +1114 0 obj << +/Font << /F8 434 0 R /F29 431 0 R /F18 425 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1116 0 obj << +1123 0 obj << /Length 8009 >> stream @@ -20776,54 +20846,54 @@ ET 0 g 0 G endstream endobj -1115 0 obj << +1122 0 obj << /Type /Page -/Contents 1116 0 R -/Resources 1114 0 R +/Contents 1123 0 R +/Resources 1121 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1086 0 R -/Annots [ 1119 0 R 1120 0 R ] +/Parent 1093 0 R +/Annots [ 1126 0 R 1127 0 R ] >> endobj -1119 0 obj << +1126 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 507.8447 412.5881 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1120 0 obj << +1127 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 338.4798 417.8184 349.6048] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1117 0 obj << -/D [1115 0 R /XYZ 150.7049 740.9981 null] +1124 0 obj << +/D [1122 0 R /XYZ 150.7049 740.9981 null] >> endobj 202 0 obj << -/D [1115 0 R /XYZ 150.7049 659.6006 null] +/D [1122 0 R /XYZ 150.7049 659.6006 null] >> endobj -1118 0 obj << -/D [1115 0 R /XYZ 150.7049 631.8021 null] +1125 0 obj << +/D [1122 0 R /XYZ 150.7049 631.8021 null] >> endobj -1121 0 obj << -/D [1115 0 R /XYZ 150.7049 231.1324 null] +1128 0 obj << +/D [1122 0 R /XYZ 150.7049 231.1324 null] >> endobj -1122 0 obj << -/D [1115 0 R /XYZ 150.7049 235.1175 null] +1129 0 obj << +/D [1122 0 R /XYZ 150.7049 235.1175 null] >> endobj -1123 0 obj << -/D [1115 0 R /XYZ 150.7049 213.255 null] +1130 0 obj << +/D [1122 0 R /XYZ 150.7049 213.255 null] >> endobj -1124 0 obj << -/D [1115 0 R /XYZ 150.7049 193.3297 null] +1131 0 obj << +/D [1122 0 R /XYZ 150.7049 193.3297 null] >> endobj -1114 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R >> +1121 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1127 0 obj << +1134 0 obj << /Length 8163 >> stream @@ -21076,42 +21146,42 @@ ET 0 g 0 G endstream endobj -1126 0 obj << +1133 0 obj << /Type /Page -/Contents 1127 0 R -/Resources 1125 0 R +/Contents 1134 0 R +/Resources 1132 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R -/Annots [ 1130 0 R 1131 0 R ] +/Parent 1139 0 R +/Annots [ 1137 0 R 1138 0 R ] >> endobj -1130 0 obj << +1137 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 218.7677 328.21 229.8926] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1131 0 obj << +1138 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 -1128 0 obj << -/D [1126 0 R /XYZ 99.8954 740.9981 null] +1135 0 obj << +/D [1133 0 R /XYZ 99.8954 740.9981 null] >> endobj 206 0 obj << -/D [1126 0 R /XYZ 99.8954 641.6352 null] +/D [1133 0 R /XYZ 99.8954 641.6352 null] >> endobj -1129 0 obj << -/D [1126 0 R /XYZ 99.8954 613.8278 null] +1136 0 obj << +/D [1133 0 R /XYZ 99.8954 613.8278 null] >> endobj -1125 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +1132 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1135 0 obj << +1142 0 obj << /Length 6325 >> stream @@ -21276,50 +21346,50 @@ ET 0 g 0 G endstream endobj -1134 0 obj << +1141 0 obj << /Type /Page -/Contents 1135 0 R -/Resources 1133 0 R +/Contents 1142 0 R +/Resources 1140 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R -/Annots [ 1137 0 R ] +/Parent 1139 0 R +/Annots [ 1144 0 R ] >> endobj -1137 0 obj << +1144 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 -1136 0 obj << -/D [1134 0 R /XYZ 150.7049 740.9981 null] +1143 0 obj << +/D [1141 0 R /XYZ 150.7049 740.9981 null] >> endobj -1138 0 obj << -/D [1134 0 R /XYZ 150.7049 535.7955 null] +1145 0 obj << +/D [1141 0 R /XYZ 150.7049 535.7955 null] >> endobj -1139 0 obj << -/D [1134 0 R /XYZ 150.7049 539.7805 null] +1146 0 obj << +/D [1141 0 R /XYZ 150.7049 539.7805 null] >> endobj -1140 0 obj << -/D [1134 0 R /XYZ 150.7049 507.9001 null] +1147 0 obj << +/D [1141 0 R /XYZ 150.7049 507.9001 null] >> endobj -1141 0 obj << -/D [1134 0 R /XYZ 150.7049 474.0824 null] +1148 0 obj << +/D [1141 0 R /XYZ 150.7049 474.0824 null] >> endobj -1142 0 obj << -/D [1134 0 R /XYZ 150.7049 406.3365 null] +1149 0 obj << +/D [1141 0 R /XYZ 150.7049 406.3365 null] >> endobj -1143 0 obj << -/D [1134 0 R /XYZ 150.7049 374.456 null] +1150 0 obj << +/D [1141 0 R /XYZ 150.7049 374.456 null] >> endobj -1144 0 obj << -/D [1134 0 R /XYZ 150.7049 330.6204 null] +1151 0 obj << +/D [1141 0 R /XYZ 150.7049 330.6204 null] >> endobj -1133 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F18 425 0 R >> +1140 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F18 425 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1147 0 obj << +1154 0 obj << /Length 8110 >> stream @@ -21572,42 +21642,42 @@ ET 0 g 0 G endstream endobj -1146 0 obj << +1153 0 obj << /Type /Page -/Contents 1147 0 R -/Resources 1145 0 R +/Contents 1154 0 R +/Resources 1152 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R -/Annots [ 1150 0 R 1151 0 R ] +/Parent 1139 0 R +/Annots [ 1157 0 R 1158 0 R ] >> endobj -1150 0 obj << +1157 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 500.7991 361.7786 511.9241] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1151 0 obj << +1158 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 188.3888 367.009 199.5137] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1148 0 obj << -/D [1146 0 R /XYZ 99.8954 740.9981 null] +1155 0 obj << +/D [1153 0 R /XYZ 99.8954 740.9981 null] >> endobj 210 0 obj << -/D [1146 0 R /XYZ 99.8954 656.8729 null] +/D [1153 0 R /XYZ 99.8954 656.8729 null] >> endobj -1149 0 obj << -/D [1146 0 R /XYZ 99.8954 628.3345 null] +1156 0 obj << +/D [1153 0 R /XYZ 99.8954 628.3345 null] >> endobj -1145 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1152 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1154 0 obj << +1161 0 obj << /Length 3452 >> stream @@ -21689,39 +21759,39 @@ ET 0 g 0 G endstream endobj -1153 0 obj << +1160 0 obj << /Type /Page -/Contents 1154 0 R -/Resources 1152 0 R +/Contents 1161 0 R +/Resources 1159 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R +/Parent 1139 0 R >> endobj -1155 0 obj << -/D [1153 0 R /XYZ 150.7049 740.9981 null] +1162 0 obj << +/D [1160 0 R /XYZ 150.7049 740.9981 null] >> endobj -1156 0 obj << -/D [1153 0 R /XYZ 150.7049 696.2631 null] +1163 0 obj << +/D [1160 0 R /XYZ 150.7049 696.2631 null] >> endobj -1157 0 obj << -/D [1153 0 R /XYZ 150.7049 700.2482 null] +1164 0 obj << +/D [1160 0 R /XYZ 150.7049 700.2482 null] >> endobj -1158 0 obj << -/D [1153 0 R /XYZ 150.7049 666.1538 null] +1165 0 obj << +/D [1160 0 R /XYZ 150.7049 666.1538 null] >> endobj -1159 0 obj << -/D [1153 0 R /XYZ 150.7049 646.5052 null] +1166 0 obj << +/D [1160 0 R /XYZ 150.7049 646.5052 null] >> endobj -1160 0 obj << -/D [1153 0 R /XYZ 150.7049 602.6696 null] +1167 0 obj << +/D [1160 0 R /XYZ 150.7049 602.6696 null] >> endobj -1161 0 obj << -/D [1153 0 R /XYZ 150.7049 558.834 null] +1168 0 obj << +/D [1160 0 R /XYZ 150.7049 558.834 null] >> endobj -1152 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F32 592 0 R >> +1159 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1164 0 obj << +1171 0 obj << /Length 5241 >> stream @@ -21938,42 +22008,42 @@ ET 0 g 0 G endstream endobj -1163 0 obj << +1170 0 obj << /Type /Page -/Contents 1164 0 R -/Resources 1162 0 R +/Contents 1171 0 R +/Resources 1169 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R -/Annots [ 1167 0 R 1168 0 R ] +/Parent 1139 0 R +/Annots [ 1174 0 R 1175 0 R ] >> endobj -1167 0 obj << +1174 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 507.8447 367.009 518.9696] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1168 0 obj << +1175 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 440.0987 361.7786 451.2237] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1165 0 obj << -/D [1163 0 R /XYZ 99.8954 740.9981 null] +1172 0 obj << +/D [1170 0 R /XYZ 99.8954 740.9981 null] >> endobj 214 0 obj << -/D [1163 0 R /XYZ 99.8954 659.6006 null] +/D [1170 0 R /XYZ 99.8954 659.6006 null] >> endobj -1166 0 obj << -/D [1163 0 R /XYZ 99.8954 631.8021 null] +1173 0 obj << +/D [1170 0 R /XYZ 99.8954 631.8021 null] >> endobj -1162 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1169 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1171 0 obj << +1178 0 obj << /Length 6561 >> stream @@ -22214,48 +22284,48 @@ ET 0 g 0 G endstream endobj -1170 0 obj << +1177 0 obj << /Type /Page -/Contents 1171 0 R -/Resources 1169 0 R +/Contents 1178 0 R +/Resources 1176 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1132 0 R -/Annots [ 1174 0 R 1175 0 R ] +/Parent 1139 0 R +/Annots [ 1181 0 R 1182 0 R ] >> endobj -1174 0 obj << +1181 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 489.9119 417.8184 501.0369] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1175 0 obj << +1182 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 422.166 412.5881 433.2909] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1172 0 obj << -/D [1170 0 R /XYZ 150.7049 740.9981 null] +1179 0 obj << +/D [1177 0 R /XYZ 150.7049 740.9981 null] >> endobj 218 0 obj << -/D [1170 0 R /XYZ 150.7049 641.6678 null] +/D [1177 0 R /XYZ 150.7049 641.6678 null] >> endobj -1173 0 obj << -/D [1170 0 R /XYZ 150.7049 613.8693 null] +1180 0 obj << +/D [1177 0 R /XYZ 150.7049 613.8693 null] >> endobj -1176 0 obj << -/D [1170 0 R /XYZ 150.7049 225.1548 null] +1183 0 obj << +/D [1177 0 R /XYZ 150.7049 225.1548 null] >> endobj -1177 0 obj << -/D [1170 0 R /XYZ 150.7049 229.1399 null] +1184 0 obj << +/D [1177 0 R /XYZ 150.7049 229.1399 null] >> endobj -1169 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1176 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1180 0 obj << +1187 0 obj << /Length 5835 >> stream @@ -22446,35 +22516,35 @@ ET 0 g 0 G endstream endobj -1179 0 obj << +1186 0 obj << /Type /Page -/Contents 1180 0 R -/Resources 1178 0 R +/Contents 1187 0 R +/Resources 1185 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R -/Annots [ 1183 0 R ] +/Parent 1191 0 R +/Annots [ 1190 0 R ] >> endobj -1183 0 obj << +1190 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 507.8447 328.21 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1181 0 obj << -/D [1179 0 R /XYZ 99.8954 740.9981 null] +1188 0 obj << +/D [1186 0 R /XYZ 99.8954 740.9981 null] >> endobj 222 0 obj << -/D [1179 0 R /XYZ 99.8954 659.6006 null] +/D [1186 0 R /XYZ 99.8954 659.6006 null] >> endobj -1182 0 obj << -/D [1179 0 R /XYZ 99.8954 631.8021 null] +1189 0 obj << +/D [1186 0 R /XYZ 99.8954 631.8021 null] >> endobj -1178 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R >> +1185 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1187 0 obj << +1194 0 obj << /Length 8266 >> stream @@ -22689,35 +22759,35 @@ ET 0 g 0 G endstream endobj -1186 0 obj << +1193 0 obj << /Type /Page -/Contents 1187 0 R -/Resources 1185 0 R +/Contents 1194 0 R +/Resources 1192 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R -/Annots [ 1190 0 R ] +/Parent 1191 0 R +/Annots [ 1197 0 R ] >> endobj -1190 0 obj << +1197 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 296.5075 412.5881 307.6325] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1188 0 obj << -/D [1186 0 R /XYZ 150.7049 740.9981 null] +1195 0 obj << +/D [1193 0 R /XYZ 150.7049 740.9981 null] >> endobj 226 0 obj << -/D [1186 0 R /XYZ 150.7049 661.3143 null] +/D [1193 0 R /XYZ 150.7049 661.3143 null] >> endobj -1189 0 obj << -/D [1186 0 R /XYZ 150.7049 633.5158 null] +1196 0 obj << +/D [1193 0 R /XYZ 150.7049 633.5158 null] >> endobj -1185 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +1192 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1193 0 obj << +1200 0 obj << /Length 1853 >> stream @@ -22771,30 +22841,30 @@ ET 0 g 0 G endstream endobj -1192 0 obj << +1199 0 obj << /Type /Page -/Contents 1193 0 R -/Resources 1191 0 R +/Contents 1200 0 R +/Resources 1198 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R +/Parent 1191 0 R >> endobj -1194 0 obj << -/D [1192 0 R /XYZ 99.8954 740.9981 null] +1201 0 obj << +/D [1199 0 R /XYZ 99.8954 740.9981 null] >> endobj -1195 0 obj << -/D [1192 0 R /XYZ 99.8954 615.4966 null] +1202 0 obj << +/D [1199 0 R /XYZ 99.8954 615.4966 null] >> endobj -1196 0 obj << -/D [1192 0 R /XYZ 99.8954 619.4816 null] +1203 0 obj << +/D [1199 0 R /XYZ 99.8954 619.4816 null] >> endobj -1197 0 obj << -/D [1192 0 R /XYZ 99.8954 597.0657 null] +1204 0 obj << +/D [1199 0 R /XYZ 99.8954 597.0657 null] >> endobj -1191 0 obj << +1198 0 obj << /Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1200 0 obj << +1207 0 obj << /Length 4852 >> stream @@ -22973,35 +23043,35 @@ ET 0 g 0 G endstream endobj -1199 0 obj << +1206 0 obj << /Type /Page -/Contents 1200 0 R -/Resources 1198 0 R +/Contents 1207 0 R +/Resources 1205 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R -/Annots [ 1203 0 R ] +/Parent 1191 0 R +/Annots [ 1210 0 R ] >> endobj -1203 0 obj << +1210 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.9616 507.8447 379.0195 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1201 0 obj << -/D [1199 0 R /XYZ 150.7049 740.9981 null] +1208 0 obj << +/D [1206 0 R /XYZ 150.7049 740.9981 null] >> endobj 230 0 obj << -/D [1199 0 R /XYZ 150.7049 659.6006 null] +/D [1206 0 R /XYZ 150.7049 659.6006 null] >> endobj -1202 0 obj << -/D [1199 0 R /XYZ 150.7049 631.8021 null] +1209 0 obj << +/D [1206 0 R /XYZ 150.7049 631.8021 null] >> endobj -1198 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1205 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1206 0 obj << +1213 0 obj << /Length 4811 >> stream @@ -23180,35 +23250,35 @@ ET 0 g 0 G endstream endobj -1205 0 obj << +1212 0 obj << /Type /Page -/Contents 1206 0 R -/Resources 1204 0 R +/Contents 1213 0 R +/Resources 1211 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R -/Annots [ 1209 0 R ] +/Parent 1191 0 R +/Annots [ 1216 0 R ] >> endobj -1209 0 obj << +1216 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.1521 416.1884 328.21 427.3133] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1207 0 obj << -/D [1205 0 R /XYZ 99.8954 740.9981 null] +1214 0 obj << +/D [1212 0 R /XYZ 99.8954 740.9981 null] >> endobj 234 0 obj << -/D [1205 0 R /XYZ 99.8954 659.6006 null] +/D [1212 0 R /XYZ 99.8954 659.6006 null] >> endobj -1208 0 obj << -/D [1205 0 R /XYZ 99.8954 631.8021 null] +1215 0 obj << +/D [1212 0 R /XYZ 99.8954 631.8021 null] >> endobj -1204 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1211 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1212 0 obj << +1219 0 obj << /Length 5176 >> stream @@ -23335,27 +23405,27 @@ ET 0 g 0 G endstream endobj -1211 0 obj << +1218 0 obj << /Type /Page -/Contents 1212 0 R -/Resources 1210 0 R +/Contents 1219 0 R +/Resources 1217 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1184 0 R +/Parent 1191 0 R >> endobj -1213 0 obj << -/D [1211 0 R /XYZ 150.7049 740.9981 null] +1220 0 obj << +/D [1218 0 R /XYZ 150.7049 740.9981 null] >> endobj 238 0 obj << -/D [1211 0 R /XYZ 150.7049 644.4574 null] +/D [1218 0 R /XYZ 150.7049 644.4574 null] >> endobj -1214 0 obj << -/D [1211 0 R /XYZ 150.7049 613.8693 null] +1221 0 obj << +/D [1218 0 R /XYZ 150.7049 613.8693 null] >> endobj -1210 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F10 614 0 R >> +1217 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F10 610 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1217 0 obj << +1224 0 obj << /Length 9789 >> stream @@ -23674,35 +23744,35 @@ ET 0 g 0 G endstream endobj -1216 0 obj << +1223 0 obj << /Type /Page -/Contents 1217 0 R -/Resources 1215 0 R +/Contents 1224 0 R +/Resources 1222 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R -/Annots [ 1220 0 R ] +/Parent 1228 0 R +/Annots [ 1227 0 R ] >> endobj -1220 0 obj << +1227 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 392.399 361.7786 403.5239] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1218 0 obj << -/D [1216 0 R /XYZ 99.8954 740.9981 null] +1225 0 obj << +/D [1223 0 R /XYZ 99.8954 740.9981 null] >> endobj 242 0 obj << -/D [1216 0 R /XYZ 99.8954 647.9422 null] +/D [1223 0 R /XYZ 99.8954 647.9422 null] >> endobj -1219 0 obj << -/D [1216 0 R /XYZ 99.8954 617.3542 null] +1226 0 obj << +/D [1223 0 R /XYZ 99.8954 617.3542 null] >> endobj -1215 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R >> +1222 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1224 0 obj << +1231 0 obj << /Length 2057 >> stream @@ -23756,30 +23826,30 @@ ET 0 g 0 G endstream endobj -1223 0 obj << +1230 0 obj << /Type /Page -/Contents 1224 0 R -/Resources 1222 0 R +/Contents 1231 0 R +/Resources 1229 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R +/Parent 1228 0 R >> endobj -1225 0 obj << -/D [1223 0 R /XYZ 150.7049 740.9981 null] +1232 0 obj << +/D [1230 0 R /XYZ 150.7049 740.9981 null] >> endobj -1226 0 obj << -/D [1223 0 R /XYZ 150.7049 615.4966 null] +1233 0 obj << +/D [1230 0 R /XYZ 150.7049 615.4966 null] >> endobj -1227 0 obj << -/D [1223 0 R /XYZ 150.7049 619.4816 null] +1234 0 obj << +/D [1230 0 R /XYZ 150.7049 619.4816 null] >> endobj -1228 0 obj << -/D [1223 0 R /XYZ 150.7049 585.664 null] +1235 0 obj << +/D [1230 0 R /XYZ 150.7049 585.664 null] >> endobj -1222 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 592 0 R >> +1229 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F18 425 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1231 0 obj << +1238 0 obj << /Length 9455 >> stream @@ -24098,35 +24168,35 @@ ET 0 g 0 G endstream endobj -1230 0 obj << +1237 0 obj << /Type /Page -/Contents 1231 0 R -/Resources 1229 0 R +/Contents 1238 0 R +/Resources 1236 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R -/Annots [ 1234 0 R ] +/Parent 1228 0 R +/Annots [ 1241 0 R ] >> endobj -1234 0 obj << +1241 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 396.6523 361.7786 407.7772] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1232 0 obj << -/D [1230 0 R /XYZ 99.8954 740.9981 null] +1239 0 obj << +/D [1237 0 R /XYZ 99.8954 740.9981 null] >> endobj 246 0 obj << -/D [1230 0 R /XYZ 99.8954 650.3727 null] +/D [1237 0 R /XYZ 99.8954 650.3727 null] >> endobj -1233 0 obj << -/D [1230 0 R /XYZ 99.8954 619.7846 null] +1240 0 obj << +/D [1237 0 R /XYZ 99.8954 619.7846 null] >> endobj -1229 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R >> +1236 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1237 0 obj << +1244 0 obj << /Length 6286 >> stream @@ -24329,44 +24399,44 @@ ET 0 g 0 G endstream endobj -1236 0 obj << +1243 0 obj << /Type /Page -/Contents 1237 0 R -/Resources 1235 0 R +/Contents 1244 0 R +/Resources 1242 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R -/Annots [ 1240 0 R ] +/Parent 1228 0 R +/Annots [ 1247 0 R ] >> endobj -1240 0 obj << +1247 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 489.9119 412.5881 501.0369] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1238 0 obj << -/D [1236 0 R /XYZ 150.7049 740.9981 null] +1245 0 obj << +/D [1243 0 R /XYZ 150.7049 740.9981 null] >> endobj 250 0 obj << -/D [1236 0 R /XYZ 150.7049 644.4574 null] +/D [1243 0 R /XYZ 150.7049 644.4574 null] >> endobj -1239 0 obj << -/D [1236 0 R /XYZ 150.7049 613.8693 null] +1246 0 obj << +/D [1243 0 R /XYZ 150.7049 613.8693 null] >> endobj -1241 0 obj << -/D [1236 0 R /XYZ 150.7049 268.9905 null] +1248 0 obj << +/D [1243 0 R /XYZ 150.7049 268.9905 null] >> endobj -1242 0 obj << -/D [1236 0 R /XYZ 150.7049 272.9755 null] +1249 0 obj << +/D [1243 0 R /XYZ 150.7049 272.9755 null] >> endobj -1243 0 obj << -/D [1236 0 R /XYZ 150.7049 229.1399 null] +1250 0 obj << +/D [1243 0 R /XYZ 150.7049 229.1399 null] >> endobj -1235 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1242 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1246 0 obj << +1253 0 obj << /Length 6045 >> stream @@ -24569,44 +24639,44 @@ ET 0 g 0 G endstream endobj -1245 0 obj << +1252 0 obj << /Type /Page -/Contents 1246 0 R -/Resources 1244 0 R +/Contents 1253 0 R +/Resources 1251 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R -/Annots [ 1249 0 R ] +/Parent 1228 0 R +/Annots [ 1256 0 R ] >> endobj -1249 0 obj << +1256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 507.8447 361.7786 518.9696] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1247 0 obj << -/D [1245 0 R /XYZ 99.8954 740.9981 null] +1254 0 obj << +/D [1252 0 R /XYZ 99.8954 740.9981 null] >> endobj 254 0 obj << -/D [1245 0 R /XYZ 99.8954 659.6006 null] +/D [1252 0 R /XYZ 99.8954 659.6006 null] >> endobj -1248 0 obj << -/D [1245 0 R /XYZ 99.8954 631.8021 null] +1255 0 obj << +/D [1252 0 R /XYZ 99.8954 631.8021 null] >> endobj -1250 0 obj << -/D [1245 0 R /XYZ 99.8954 286.9232 null] +1257 0 obj << +/D [1252 0 R /XYZ 99.8954 286.9232 null] >> endobj -1251 0 obj << -/D [1245 0 R /XYZ 99.8954 290.9083 null] +1258 0 obj << +/D [1252 0 R /XYZ 99.8954 290.9083 null] >> endobj -1252 0 obj << -/D [1245 0 R /XYZ 99.8954 259.0278 null] +1259 0 obj << +/D [1252 0 R /XYZ 99.8954 259.0278 null] >> endobj -1244 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1251 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1255 0 obj << +1262 0 obj << /Length 7755 >> stream @@ -24821,35 +24891,35 @@ ET 0 g 0 G endstream endobj -1254 0 obj << +1261 0 obj << /Type /Page -/Contents 1255 0 R -/Resources 1253 0 R +/Contents 1262 0 R +/Resources 1260 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1221 0 R -/Annots [ 1258 0 R ] +/Parent 1228 0 R +/Annots [ 1265 0 R ] >> endobj -1258 0 obj << +1265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 422.0626 417.8184 433.1876] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1256 0 obj << -/D [1254 0 R /XYZ 150.7049 740.9981 null] +1263 0 obj << +/D [1261 0 R /XYZ 150.7049 740.9981 null] >> endobj 258 0 obj << -/D [1254 0 R /XYZ 150.7049 644.4247 null] +/D [1261 0 R /XYZ 150.7049 644.4247 null] >> endobj -1257 0 obj << -/D [1254 0 R /XYZ 150.7049 613.8278 null] +1264 0 obj << +/D [1261 0 R /XYZ 150.7049 613.8278 null] >> endobj -1253 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +1260 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1261 0 obj << +1268 0 obj << /Length 6015 >> stream @@ -24951,33 +25021,33 @@ ET 0 g 0 G endstream endobj -1260 0 obj << +1267 0 obj << /Type /Page -/Contents 1261 0 R -/Resources 1259 0 R +/Contents 1268 0 R +/Resources 1266 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R +/Parent 1274 0 R >> endobj -1262 0 obj << -/D [1260 0 R /XYZ 99.8954 740.9981 null] +1269 0 obj << +/D [1267 0 R /XYZ 99.8954 740.9981 null] >> endobj -1263 0 obj << -/D [1260 0 R /XYZ 99.8954 412.2587 null] +1270 0 obj << +/D [1267 0 R /XYZ 99.8954 412.2587 null] >> endobj -1264 0 obj << -/D [1260 0 R /XYZ 99.8954 416.2438 null] +1271 0 obj << +/D [1267 0 R /XYZ 99.8954 416.2438 null] >> endobj -1265 0 obj << -/D [1260 0 R /XYZ 99.8954 358.5158 null] +1272 0 obj << +/D [1267 0 R /XYZ 99.8954 358.5158 null] >> endobj -1266 0 obj << -/D [1260 0 R /XYZ 99.8954 338.3138 null] +1273 0 obj << +/D [1267 0 R /XYZ 99.8954 338.3138 null] >> endobj -1259 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F18 425 0 R /F11 586 0 R >> +1266 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F18 425 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1270 0 obj << +1277 0 obj << /Length 7133 >> stream @@ -25270,49 +25340,49 @@ ET 0 g 0 G endstream endobj -1269 0 obj << +1276 0 obj << /Type /Page -/Contents 1270 0 R -/Resources 1268 0 R +/Contents 1277 0 R +/Resources 1275 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R -/Annots [ 1273 0 R 1274 0 R 1275 0 R ] +/Parent 1274 0 R +/Annots [ 1280 0 R 1281 0 R 1282 0 R ] >> endobj -1273 0 obj << +1280 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 433.0557 417.8184 444.1807] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1274 0 obj << +1281 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 365.3098 412.5881 376.4347] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1275 0 obj << +1282 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.1526 309.519 439.2105 320.644] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1271 0 obj << -/D [1269 0 R /XYZ 150.7049 740.9981 null] +1278 0 obj << +/D [1276 0 R /XYZ 150.7049 740.9981 null] >> endobj 262 0 obj << -/D [1269 0 R /XYZ 150.7049 659.6006 null] +/D [1276 0 R /XYZ 150.7049 659.6006 null] >> endobj -1272 0 obj << -/D [1269 0 R /XYZ 150.7049 604.8338 null] +1279 0 obj << +/D [1276 0 R /XYZ 150.7049 604.8338 null] >> endobj -1268 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 592 0 R >> +1275 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1278 0 obj << +1285 0 obj << /Length 6745 >> stream @@ -25504,37 +25574,37 @@ ET 0 g 0 G endstream endobj -1277 0 obj << +1284 0 obj << /Type /Page -/Contents 1278 0 R -/Resources 1276 0 R +/Contents 1285 0 R +/Resources 1283 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R +/Parent 1274 0 R >> endobj -1279 0 obj << -/D [1277 0 R /XYZ 99.8954 740.9981 null] +1286 0 obj << +/D [1284 0 R /XYZ 99.8954 740.9981 null] >> endobj 266 0 obj << -/D [1277 0 R /XYZ 99.8954 658.9845 null] +/D [1284 0 R /XYZ 99.8954 658.9845 null] >> endobj 270 0 obj << -/D [1277 0 R /XYZ 99.8954 604.8466 null] +/D [1284 0 R /XYZ 99.8954 604.8466 null] >> endobj 274 0 obj << -/D [1277 0 R /XYZ 99.8954 550.7087 null] +/D [1284 0 R /XYZ 99.8954 550.7087 null] >> endobj 278 0 obj << -/D [1277 0 R /XYZ 99.8954 496.5708 null] +/D [1284 0 R /XYZ 99.8954 496.5708 null] >> endobj -1280 0 obj << -/D [1277 0 R /XYZ 99.8954 468.6051 null] +1287 0 obj << +/D [1284 0 R /XYZ 99.8954 468.6051 null] >> endobj -1276 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F11 586 0 R /F29 431 0 R /F32 592 0 R >> +1283 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F11 586 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1283 0 obj << -/Length 10811 +1290 0 obj << +/Length 10893 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -25583,33 +25653,33 @@ ET 0 g 0 G 1 0 0 1 -170.6302 -551.7357 cm BT -/F8 9.9626 Tf 175.6115 551.7357 Td[(The)-300(s)-1(ort)1(ing)-300(c)-1(an)-299(b)-28(e)-300(p)-28(erf)1(orme)-1(d)-300(i)1(n)-300(the)-300(up/d)1(o)28(w)-1(n)-299(dir)1(e)-1(ction)1(;)-312(f)1(or)-300(com)-1(p)1(le)-1(x)-300(d)1(ata)]TJ 0 -11.9552 Td[(th)1(e)-334(s)-1(or)1(ting)-333(m)28(ust)-334(b)-27(e)-334(d)1(one)-334(on)-333(th)1(e)-334(ab)1(s)-1(olu)1(te)-334(v)56(alu)1(e)-1(s;)]TJ +/F8 9.9626 Tf 175.6115 551.7357 Td[(The)-401(sortin)1(g)-401(can)-401(b)-27(e)-401(p)-28(erf)1(orme)-1(d)-400(in)-400(the)-401(u)1(p/d)1(o)27(wn)-400(dir)1(e)-1(ction)1(,)-418(on)-400(th)1(e)-402(n)1(atur)1(al)]TJ 0 -11.9552 Td[(or)-350(ab)1(s)-1(ol)1(ute)-350(v)55(al)1(ues)-1(;)-358(f)1(or)-350(c)-1(omp)1(le)-1(x)-349(data)-350(th)1(e)-351(sortin)1(g)-350(c)-1(an)-349(only)-349(b)-28(e)-350(don)1(e)-351(on)-349(the)]TJ 0 -11.9551 Td[(absolu)1(te)-334(v)56(alues;)]TJ ET -1 0 0 1 150.7049 519.8552 cm +1 0 0 1 150.7049 507.9001 cm 0 g 0 G -1 0 0 1 -150.7049 -519.8552 cm +1 0 0 1 -150.7049 -507.9001 cm BT -/F8 9.9626 Tf 162.8814 519.8552 Td[(2.)]TJ +/F8 9.9626 Tf 162.8814 507.9001 Td[(2.)]TJ ET -1 0 0 1 170.6302 519.8552 cm +1 0 0 1 170.6302 507.9001 cm 0 g 0 G -1 0 0 1 -170.6302 -519.8552 cm +1 0 0 1 -170.6302 -507.9001 cm BT -/F8 9.9626 Tf 175.6115 519.8552 Td[(The)-258(r)1(outi)1(nes)-258(retur)1(n)-257(the)-257(ite)-1(ms)-258(i)1(n)-257(the)-257(c)27(hose)-1(n)-256(orderi)1(ng;)-282(the)-258(ou)1(tpu)1(t)-257(di\013e)-1(r)1(e)-1(n)1(c)-1(e)]TJ 0 -11.9552 Td[(is)-259(the)-259(han)1(dl)1(ing)-259(of)-258(ties)-260(\050i)1(.e)-1(.)-419(item)-1(s)-259(with)-258(an)-259(equal)-258(v)55(al)1(ue\051)-259(in)-259(t)1(he)-259(origin)1(al)-259(in)1(pu)1(t.)]TJ 0 -11.9551 Td[(Wit)1(h)-255(the)-255(me)-1(rge-s)-1(or)1(t)-255(algorith)1(m)-256(t)1(ie)-1(s)-255(are)-255(prese)-1(rv)28(ed)-255(i)1(n)-255(the)-255(s)-1(ame)-255(order)-255(as)-255(they)]TJ 0 -11.9552 Td[(had)-332(in)-333(the)-333(origin)1(al)-333(s)-1(equ)1(e)-1(n)1(c)-1(e,)-334(wh)1(ile)-334(th)1(is)-334(i)1(s)-334(not)-333(guar)1(an)28(tee)-1(d)-333(f)1(or)-333(qui)1(c)27(ksort;)]TJ +/F8 9.9626 Tf 175.6115 507.9001 Td[(The)-258(r)1(outi)1(nes)-258(retur)1(n)-257(the)-257(ite)-1(ms)-258(i)1(n)-257(the)-257(c)27(hose)-1(n)-256(orderi)1(ng;)-282(the)-258(ou)1(tpu)1(t)-257(di\013e)-1(r)1(e)-1(n)1(c)-1(e)]TJ 0 -11.9552 Td[(is)-259(the)-259(han)1(dl)1(ing)-259(of)-258(ties)-260(\050i)1(.e)-1(.)-419(item)-1(s)-259(with)-258(an)-259(equal)-258(v)55(al)1(ue\051)-259(in)-259(t)1(he)-259(origin)1(al)-259(in)1(pu)1(t.)]TJ 0 -11.9552 Td[(Wit)1(h)-255(the)-255(me)-1(rge-s)-1(or)1(t)-255(algorith)1(m)-256(t)1(ie)-1(s)-255(are)-255(prese)-1(rv)28(ed)-255(i)1(n)-255(the)-255(s)-1(ame)-255(order)-255(as)-255(they)]TJ 0 -11.9551 Td[(had)-332(in)-333(the)-333(origin)1(al)-333(s)-1(equ)1(e)-1(n)1(c)-1(e,)-334(wh)1(ile)-334(th)1(is)-334(i)1(s)-334(not)-333(guar)1(an)28(tee)-1(d)-333(f)1(or)-333(qui)1(c)27(ksort;)]TJ ET -1 0 0 1 150.7049 464.0644 cm +1 0 0 1 150.7049 452.1093 cm 0 g 0 G -1 0 0 1 -150.7049 -464.0644 cm +1 0 0 1 -150.7049 -452.1093 cm BT -/F8 9.9626 Tf 162.8814 464.0644 Td[(3.)]TJ +/F8 9.9626 Tf 162.8814 452.1093 Td[(3.)]TJ ET -1 0 0 1 170.6302 464.0644 cm +1 0 0 1 170.6302 452.1093 cm 0 g 0 G -1 0 0 1 -170.6302 -464.0644 cm +1 0 0 1 -170.6302 -452.1093 cm BT -/F8 9.9626 Tf 175.6115 464.0644 Td[(If)]TJ/F11 9.9626 Tf 9.1594 0 Td[(f)-107(l)-20(ag)]TJ/F8 9.9626 Tf 22.2614 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(psb)]TJ +/F8 9.9626 Tf 175.6115 452.1093 Td[(If)]TJ/F11 9.9626 Tf 9.1594 0 Td[(f)-107(l)-20(ag)]TJ/F8 9.9626 Tf 22.2614 0 Td[(=)]TJ/F11 9.9626 Tf 10.5161 0 Td[(psb)]TJ ET -1 0 0 1 232.1042 464.0644 cm +1 0 0 1 232.1042 452.1093 cm q []0 d 0 J @@ -25618,11 +25688,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -232.1042 -464.0644 cm +1 0 0 1 -232.1042 -452.1093 cm BT -/F11 9.9626 Tf 235.093 464.0644 Td[(so)1(r)-28(t)]TJ +/F11 9.9626 Tf 235.093 452.1093 Td[(so)1(r)-28(t)]TJ ET -1 0 0 1 253.5589 464.0644 cm +1 0 0 1 253.5589 452.1093 cm q []0 d 0 J @@ -25631,11 +25701,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -253.5589 -464.0644 cm +1 0 0 1 -253.5589 -452.1093 cm BT -/F11 9.9626 Tf 256.5477 464.0644 Td[(ov)-35(w)]TJ +/F11 9.9626 Tf 256.5477 452.1093 Td[(ov)-35(w)]TJ ET -1 0 0 1 274.5617 464.0644 cm +1 0 0 1 274.5617 452.1093 cm q []0 d 0 J @@ -25644,11 +25714,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -274.5617 -464.0644 cm +1 0 0 1 -274.5617 -452.1093 cm BT -/F11 9.9626 Tf 277.5505 464.0644 Td[(idx)]TJ +/F11 9.9626 Tf 277.5505 452.1093 Td[(idx)]TJ ET -1 0 0 1 292.4598 464.0644 cm +1 0 0 1 292.4598 452.1093 cm q []0 d 0 J @@ -25657,23 +25727,23 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -292.4598 -464.0644 cm +1 0 0 1 -292.4598 -452.1093 cm BT -/F8 9.9626 Tf 297.9662 464.0644 Td[(th)1(e)-1(n)-252(the)-253(en)28(tri)1(e)-1(s)-253(in)]TJ/F11 9.9626 Tf 80.1688 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\0501)-278(:)]TJ/F11 9.9626 Tf 17.1578 0 Td[(n)]TJ/F8 9.9626 Tf 5.9799 0 Td[(\051)-253(wh)1(e)-1(r)1(e)]TJ/F11 9.9626 Tf 34.3974 0 Td[(n)]TJ/F8 9.9626 Tf 8.4975 0 Td[(is)-253(th)1(e)-254(size)]TJ -277.6823 -11.9551 Td[(of)]TJ/F11 9.9626 Tf 11.9104 0 Td[(x)]TJ/F8 9.9626 Tf 9.5788 0 Td[(are)-390(in)1(itiali)1(z)-1(ed)-390(to)]TJ/F11 9.9626 Tf 76.4397 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 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 7.5817 0 Td[(\040)]TJ/F11 9.9626 Tf 13.67 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(;)-418(th)28(u)1(s)-1(,)-404(u)1(p)-27(on)-390(retur)1(n)-390(f)1(rom)-390(the)-390(s)-1(u)1(br)1(outin)1(e)-1(,)]TJ -139.0457 -11.9552 Td[(for)-332(e)-1(ac)27(h)-332(ind)1(e)-1(x)]TJ/F11 9.9626 Tf 64.5045 0 Td[(i)]TJ/F8 9.9626 Tf 6.7519 0 Td[(w)28(e)-334(ha)28(v)28(e)-334(i)1(n)]TJ/F11 9.9626 Tf 49.2561 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)-333(the)-333(p)-28(ositi)1(on)-333(that)-333(th)1(e)-334(item)]TJ/F11 9.9626 Tf 123.751 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)-333(o)-28(cc)-1(u)1(pied)]TJ -273.697 -11.9552 Td[(in)-333(th)1(e)-334(ori)1(ginal)-333(d)1(ata)-334(sequence)-1(;)]TJ +/F8 9.9626 Tf 297.9662 452.1093 Td[(th)1(e)-1(n)-252(the)-253(en)28(tri)1(e)-1(s)-253(in)]TJ/F11 9.9626 Tf 80.1688 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\0501)-278(:)]TJ/F11 9.9626 Tf 17.1578 0 Td[(n)]TJ/F8 9.9626 Tf 5.9799 0 Td[(\051)-253(wh)1(e)-1(r)1(e)]TJ/F11 9.9626 Tf 34.3974 0 Td[(n)]TJ/F8 9.9626 Tf 8.4975 0 Td[(is)-253(th)1(e)-254(size)]TJ -277.6823 -11.9552 Td[(of)]TJ/F11 9.9626 Tf 11.9104 0 Td[(x)]TJ/F8 9.9626 Tf 9.5788 0 Td[(are)-390(in)1(itiali)1(z)-1(ed)-390(to)]TJ/F11 9.9626 Tf 76.4397 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 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 7.5817 0 Td[(\040)]TJ/F11 9.9626 Tf 13.67 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(;)-418(th)28(u)1(s)-1(,)-404(u)1(p)-27(on)-390(retur)1(n)-390(f)1(rom)-390(the)-390(s)-1(u)1(br)1(outin)1(e)-1(,)]TJ -139.0457 -11.9551 Td[(for)-332(e)-1(ac)27(h)-332(ind)1(e)-1(x)]TJ/F11 9.9626 Tf 64.5045 0 Td[(i)]TJ/F8 9.9626 Tf 6.7519 0 Td[(w)28(e)-334(ha)28(v)28(e)-334(i)1(n)]TJ/F11 9.9626 Tf 49.2561 0 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)-333(the)-333(p)-28(ositi)1(on)-333(that)-333(th)1(e)-334(item)]TJ/F11 9.9626 Tf 123.751 0 Td[(x)]TJ/F8 9.9626 Tf 5.6939 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(i)]TJ/F8 9.9626 Tf 3.4323 0 Td[(\051)-333(o)-28(cc)-1(u)1(pied)]TJ -273.697 -11.9552 Td[(in)-333(th)1(e)-334(ori)1(ginal)-333(d)1(ata)-334(sequence)-1(;)]TJ ET -1 0 0 1 150.7049 408.2737 cm +1 0 0 1 150.7049 396.3185 cm 0 g 0 G -1 0 0 1 -150.7049 -408.2737 cm +1 0 0 1 -150.7049 -396.3185 cm BT -/F8 9.9626 Tf 162.8814 408.2737 Td[(4.)]TJ +/F8 9.9626 Tf 162.8814 396.3185 Td[(4.)]TJ ET -1 0 0 1 170.6302 408.2737 cm +1 0 0 1 170.6302 396.3185 cm 0 g 0 G -1 0 0 1 -170.6302 -408.2737 cm +1 0 0 1 -170.6302 -396.3185 cm BT -/F8 9.9626 Tf 175.6115 408.2737 Td[(If)]TJ/F11 9.9626 Tf 10.6736 0 Td[(f)-107(l)-20(ag)]TJ/F8 9.9626 Tf 23.4464 0 Td[(=)]TJ/F11 9.9626 Tf 11.701 0 Td[(psb)]TJ +/F8 9.9626 Tf 175.6115 396.3185 Td[(If)]TJ/F11 9.9626 Tf 10.6736 0 Td[(f)-107(l)-20(ag)]TJ/F8 9.9626 Tf 23.4464 0 Td[(=)]TJ/F11 9.9626 Tf 11.701 0 Td[(psb)]TJ ET -1 0 0 1 235.9883 408.2737 cm +1 0 0 1 235.9883 396.3185 cm q []0 d 0 J @@ -25682,11 +25752,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -235.9883 -408.2737 cm +1 0 0 1 -235.9883 -396.3185 cm BT -/F11 9.9626 Tf 238.9771 408.2737 Td[(so)1(r)-28(t)]TJ +/F11 9.9626 Tf 238.9771 396.3185 Td[(so)1(r)-28(t)]TJ ET -1 0 0 1 257.443 408.2737 cm +1 0 0 1 257.443 396.3185 cm q []0 d 0 J @@ -25695,11 +25765,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -257.443 -408.2737 cm +1 0 0 1 -257.443 -396.3185 cm BT -/F11 9.9626 Tf 260.4319 408.2737 Td[(k)-31(ee)1(p)]TJ +/F11 9.9626 Tf 260.4319 396.3185 Td[(k)-31(ee)1(p)]TJ ET -1 0 0 1 280.82 408.2737 cm +1 0 0 1 280.82 396.3185 cm q []0 d 0 J @@ -25708,11 +25778,11 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -280.82 -408.2737 cm +1 0 0 1 -280.82 -396.3185 cm BT -/F11 9.9626 Tf 283.8088 408.2737 Td[(idx)]TJ +/F11 9.9626 Tf 283.8088 396.3185 Td[(idx)]TJ ET -1 0 0 1 298.7182 408.2737 cm +1 0 0 1 298.7182 396.3185 cm q []0 d 0 J @@ -25721,57 +25791,57 @@ q 2.9888 0.1992 l S Q -1 0 0 1 -298.7182 -408.2737 cm +1 0 0 1 -298.7182 -396.3185 cm BT -/F8 9.9626 Tf 305.7388 408.2737 Td[(th)1(e)-406(r)1(outi)1(ne)-405(will)-404(as)-1(sume)-405(that)-404(the)-405(en)28(tries)-405(in)]TJ/F11 9.9626 Tf -130.1273 -11.9552 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\050:\051)-333(h)1(a)27(v)28(e)-333(already)-333(b)-27(e)-1(en)-333(in)1(itialized)-333(b)28(y)-333(the)-333(use)-1(r;)]TJ +/F8 9.9626 Tf 305.7388 396.3185 Td[(th)1(e)-406(r)1(outi)1(ne)-405(will)-404(as)-1(sume)-405(that)-404(the)-405(en)28(tries)-405(in)]TJ/F11 9.9626 Tf -130.1273 -11.9552 Td[(ix)]TJ/F8 9.9626 Tf 9.1262 0 Td[(\050:\051)-333(h)1(a)27(v)28(e)-333(already)-333(b)-27(e)-1(en)-333(in)1(itialized)-333(b)28(y)-333(the)-333(use)-1(r;)]TJ ET -1 0 0 1 150.7049 376.3932 cm +1 0 0 1 150.7049 364.438 cm 0 g 0 G -1 0 0 1 -150.7049 -376.3932 cm +1 0 0 1 -150.7049 -364.438 cm BT -/F8 9.9626 Tf 162.8814 376.3932 Td[(5.)]TJ +/F8 9.9626 Tf 162.8814 364.438 Td[(5.)]TJ ET -1 0 0 1 170.6302 376.3932 cm +1 0 0 1 170.6302 364.438 cm 0 g 0 G -1 0 0 1 -170.6302 -376.3932 cm +1 0 0 1 -170.6302 -364.438 cm BT -/F8 9.9626 Tf 175.6115 376.3932 Td[(The)-376(th)1(ree)-377(sorti)1(ng)-376(al)1(gorith)1(m)-1(s)-376(h)1(a)27(v)28(e)-376(a)-375(s)-1(imilar)]TJ/F11 9.9626 Tf 195.5648 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F8 9.9626 Tf 7.6403 0 Td[(log)]TJ/F11 9.9626 Tf 14.5288 0 Td[(n)]TJ/F8 9.9626 Tf 5.9799 0 Td[(\051)-376(exp)-27(e)-1(cted)-376(r)1(un)1(nin)1(g)]TJ -235.4642 -11.9552 Td[(time;)-349(in)-343(th)1(e)-344(a)28(v)28(e)-1(rage)-344(case)-344(quic)28(ksort)-344(wil)1(l)-344(b)-27(e)-344(th)1(e)-344(fas)-1(t)1(e)-1(st)-344(an)1(d)-343(m)-1(erge-)-1(sort)-343(the)]TJ 0 -11.9551 Td[(slo)28(w)27(es)-1(t.)-444(Ho)28(w)27(ev)28(er)-333(note)-334(th)1(at:)]TJ +/F8 9.9626 Tf 175.6115 364.438 Td[(The)-376(th)1(ree)-377(sorti)1(ng)-376(al)1(gorith)1(m)-1(s)-376(h)1(a)27(v)28(e)-376(a)-375(s)-1(imilar)]TJ/F11 9.9626 Tf 195.5648 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F8 9.9626 Tf 7.6403 0 Td[(log)]TJ/F11 9.9626 Tf 14.5288 0 Td[(n)]TJ/F8 9.9626 Tf 5.9799 0 Td[(\051)-376(exp)-27(e)-1(cted)-376(r)1(un)1(nin)1(g)]TJ -235.4642 -11.9551 Td[(time;)-349(in)-343(th)1(e)-344(a)28(v)28(e)-1(rage)-344(case)-344(quic)28(ksort)-344(wil)1(l)-344(b)-27(e)-344(th)1(e)-344(fas)-1(t)1(e)-1(st)-344(an)1(d)-343(m)-1(erge-)-1(sort)-343(the)]TJ 0 -11.9552 Td[(slo)28(w)27(es)-1(t.)-444(Ho)28(w)27(ev)28(er)-333(note)-334(th)1(at:)]TJ ET -1 0 0 1 175.6115 332.5576 cm +1 0 0 1 175.6115 320.6024 cm 0 g 0 G -1 0 0 1 -175.6115 -332.5576 cm +1 0 0 1 -175.6115 -320.6024 cm BT -/F8 9.9626 Tf 179.8179 332.5576 Td[(\050a\051)]TJ +/F8 9.9626 Tf 179.8179 320.6024 Td[(\050a\051)]TJ ET -1 0 0 1 192.548 332.5576 cm +1 0 0 1 192.548 320.6024 cm 0 g 0 G -1 0 0 1 -192.548 -332.5576 cm +1 0 0 1 -192.548 -320.6024 cm BT -/F8 9.9626 Tf 197.5293 332.5576 Td[(The)-419(w)28(ors)-1(t)-418(c)-1(ase)-419(ru)1(nni)1(ng)-419(ti)1(m)-1(e)-419(f)1(or)-419(qu)1(ic)27(k)1(s)-1(or)1(t)-419(is)]TJ/F11 9.9626 Tf 203.3472 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F7 6.9738 Tf 5.9799 3.6154 Td[(2)]TJ/F8 9.9626 Tf 4.4694 -3.6154 Td[(\051;)-461(the)-419(algor)1(ith)1(m)]TJ -225.5469 -11.9552 Td[(impl)1(e)-1(me)-1(n)29(te)-1(d)-318(here)-319(follo)28(ws)-319(the)-319(w)27(ell-kn)1(o)27(wn)-318(m)-1(edian)1(-of-thr)1(e)-1(e)-319(heuri)1(s)-1(ti)1(c)-1(s,)]TJ 0 -11.9551 Td[(bu)1(t)-333(the)-334(w)28(orst)-333(c)-1(ase)-334(ma)27(y)-333(still)-333(ap)1(ply)1(;)]TJ +/F8 9.9626 Tf 197.5293 320.6024 Td[(The)-419(w)28(ors)-1(t)-418(c)-1(ase)-419(ru)1(nni)1(ng)-419(ti)1(m)-1(e)-419(f)1(or)-419(qu)1(ic)27(k)1(s)-1(or)1(t)-419(is)]TJ/F11 9.9626 Tf 203.3472 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F7 6.9738 Tf 5.9799 3.6154 Td[(2)]TJ/F8 9.9626 Tf 4.4694 -3.6154 Td[(\051;)-461(the)-419(algor)1(ith)1(m)]TJ -225.5469 -11.9552 Td[(impl)1(e)-1(me)-1(n)29(te)-1(d)-318(here)-319(follo)28(ws)-319(the)-319(w)27(ell-kn)1(o)27(wn)-318(m)-1(edian)1(-of-thr)1(e)-1(e)-319(heuri)1(s)-1(ti)1(c)-1(s,)]TJ 0 -11.9551 Td[(bu)1(t)-333(the)-334(w)28(orst)-333(c)-1(ase)-334(ma)27(y)-333(still)-333(ap)1(ply)1(;)]TJ ET -1 0 0 1 175.6115 292.707 cm +1 0 0 1 175.6115 280.7519 cm 0 g 0 G -1 0 0 1 -175.6115 -292.707 cm +1 0 0 1 -175.6115 -280.7519 cm BT -/F8 9.9626 Tf 179.2644 292.707 Td[(\050b)1(\051)]TJ +/F8 9.9626 Tf 179.2644 280.7519 Td[(\050b)1(\051)]TJ ET -1 0 0 1 192.548 292.707 cm +1 0 0 1 192.548 280.7519 cm 0 g 0 G -1 0 0 1 -192.548 -292.707 cm +1 0 0 1 -192.548 -280.7519 cm BT -/F8 9.9626 Tf 197.5293 292.707 Td[(The)-222(w)27(orst)-222(c)-1(ase)-223(r)1(un)1(nin)1(g)-223(t)1(im)-1(e)-222(for)-222(me)-1(r)1(ge)-1(-sort)-222(and)-222(h)1(e)-1(ap)1(-s)-1(ort)-222(i)1(s)]TJ/F11 9.9626 Tf 255.0439 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F8 9.9626 Tf 7.6403 0 Td[(log)]TJ/F11 9.9626 Tf 14.5288 0 Td[(n)]TJ/F8 9.9626 Tf 5.98 0 Td[(\051)]TJ -294.9434 -11.9551 Td[(as)-334(th)1(e)-334(a)28(v)28(e)-1(r)1(age)-334(c)-1(ase;)]TJ +/F8 9.9626 Tf 197.5293 280.7519 Td[(The)-222(w)27(orst)-222(c)-1(ase)-223(r)1(un)1(nin)1(g)-223(t)1(im)-1(e)-222(for)-222(me)-1(r)1(ge)-1(-sort)-222(and)-222(h)1(e)-1(ap)1(-s)-1(ort)-222(i)1(s)]TJ/F11 9.9626 Tf 255.0439 0 Td[(O)]TJ/F8 9.9626 Tf 7.876 0 Td[(\050)]TJ/F11 9.9626 Tf 3.8744 0 Td[(n)]TJ/F8 9.9626 Tf 7.6403 0 Td[(log)]TJ/F11 9.9626 Tf 14.5288 0 Td[(n)]TJ/F8 9.9626 Tf 5.98 0 Td[(\051)]TJ -294.9434 -11.9552 Td[(as)-334(th)1(e)-334(a)28(v)28(e)-1(r)1(age)-334(c)-1(ase;)]TJ ET -1 0 0 1 175.6115 264.8116 cm +1 0 0 1 175.6115 252.8565 cm 0 g 0 G -1 0 0 1 -175.6115 -264.8116 cm +1 0 0 1 -175.6115 -252.8565 cm BT -/F8 9.9626 Tf 180.3714 264.8116 Td[(\050c\051)]TJ +/F8 9.9626 Tf 180.3714 252.8565 Td[(\050c\051)]TJ ET -1 0 0 1 192.548 264.8116 cm +1 0 0 1 192.548 252.8565 cm 0 g 0 G -1 0 0 1 -192.548 -264.8116 cm +1 0 0 1 -192.548 -252.8565 cm BT -/F8 9.9626 Tf 197.5293 264.8116 Td[(The)-358(me)-1(r)1(ge)-1(-s)-1(or)1(t)-358(algor)1(ithm)-358(i)1(s)-359(i)1(m)-1(p)1(lem)-1(en)28(ted)-358(to)-357(tak)28(e)-358(adv)56(an)28(tage)-358(of)-357(s)-1(u)1(b-)]TJ 0 -11.9551 Td[(se)-1(qu)1(e)-1(n)1(c)-1(es)-401(that)-400(ma)28(y)-401(b)-27(e)-401(alr)1(e)-1(ady)-400(in)-400(th)1(e)-401(desired)-400(orderin)1(g)-401(p)1(rior)-400(to)-400(the)]TJ 0 -11.9552 Td[(subr)1(outi)1(ne)-247(call;)-275(th)1(is)-246(s)-1(itu)1(ation)-245(is)-247(relati)1(v)28(e)-1(ly)-246(comm)-1(on)-245(w)-1(h)1(e)-1(n)-245(dealin)1(g)-247(with)]TJ 0 -11.9552 Td[(grou)1(ps)-258(of)-257(ind)1(ice)-1(s)-258(of)-257(s)-1(p)1(arse)-258(m)-1(atr)1(ix)-258(en)28(tr)1(ie)-1(s,)-273(th)29(us)-258(me)-1(rge-s)-1(or)1(t)-258(is)-258(oft)1(e)-1(n)-257(the)]TJ 0 -11.9551 Td[(pr)1(e)-1(f)1(e)-1(r)1(red)-319(c)28(hoice)-319(when)-318(a)-319(sortin)1(g)-319(i)1(s)-319(nee)-1(d)1(e)-1(d)-318(b)28(y)-318(oth)1(e)-1(r)-318(rou)1(tines)-319(in)-318(th)1(e)-319(li-)]TJ 0 -11.9552 Td[(br)1(ary)84(.)]TJ +/F8 9.9626 Tf 197.5293 252.8565 Td[(The)-358(me)-1(r)1(ge)-1(-s)-1(or)1(t)-358(algor)1(ithm)-358(i)1(s)-359(i)1(m)-1(p)1(lem)-1(en)28(ted)-358(to)-357(tak)28(e)-358(adv)56(an)28(tage)-358(of)-357(s)-1(u)1(b-)]TJ 0 -11.9552 Td[(se)-1(qu)1(e)-1(n)1(c)-1(es)-401(that)-400(ma)28(y)-401(b)-27(e)-401(alr)1(e)-1(ady)-400(in)-400(th)1(e)-401(desired)-400(orderin)1(g)-401(p)1(rior)-400(to)-400(the)]TJ 0 -11.9552 Td[(subr)1(outi)1(ne)-247(call;)-275(th)1(is)-246(s)-1(itu)1(ation)-245(is)-247(relati)1(v)28(e)-1(ly)-246(comm)-1(on)-245(w)-1(h)1(e)-1(n)-245(dealin)1(g)-247(with)]TJ 0 -11.9551 Td[(grou)1(ps)-258(of)-257(ind)1(ice)-1(s)-258(of)-257(s)-1(p)1(arse)-258(m)-1(atr)1(ix)-258(en)28(tr)1(ie)-1(s,)-273(th)29(us)-258(me)-1(rge-s)-1(or)1(t)-258(is)-258(oft)1(e)-1(n)-257(the)]TJ 0 -11.9552 Td[(pr)1(e)-1(f)1(e)-1(r)1(red)-319(c)28(hoice)-319(when)-318(a)-319(sortin)1(g)-319(i)1(s)-319(nee)-1(d)1(e)-1(d)-318(b)28(y)-318(oth)1(e)-1(r)-318(rou)1(tines)-319(in)-318(th)1(e)-319(li-)]TJ 0 -11.9552 Td[(br)1(ary)84(.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -25783,48 +25853,48 @@ ET 0 g 0 G endstream endobj -1282 0 obj << +1289 0 obj << /Type /Page -/Contents 1283 0 R -/Resources 1281 0 R +/Contents 1290 0 R +/Resources 1288 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R +/Parent 1274 0 R >> endobj -1284 0 obj << -/D [1282 0 R /XYZ 150.7049 740.9981 null] +1291 0 obj << +/D [1289 0 R /XYZ 150.7049 740.9981 null] >> endobj -1285 0 obj << -/D [1282 0 R /XYZ 150.7049 560.9013 null] +1292 0 obj << +/D [1289 0 R /XYZ 150.7049 560.9013 null] >> endobj -1286 0 obj << -/D [1282 0 R /XYZ 150.7049 564.8864 null] +1293 0 obj << +/D [1289 0 R /XYZ 150.7049 564.8864 null] >> endobj -1287 0 obj << -/D [1282 0 R /XYZ 150.7049 533.8583 null] +1294 0 obj << +/D [1289 0 R /XYZ 150.7049 521.9031 null] >> endobj -1288 0 obj << -/D [1282 0 R /XYZ 150.7049 478.0675 null] +1295 0 obj << +/D [1289 0 R /XYZ 150.7049 466.1123 null] >> endobj -1289 0 obj << -/D [1282 0 R /XYZ 150.7049 422.2767 null] +1296 0 obj << +/D [1289 0 R /XYZ 150.7049 410.3215 null] >> endobj -1290 0 obj << -/D [1282 0 R /XYZ 150.7049 389.8428 null] +1297 0 obj << +/D [1289 0 R /XYZ 150.7049 377.8876 null] >> endobj -1291 0 obj << -/D [1282 0 R /XYZ 150.7049 346.5053 null] +1298 0 obj << +/D [1289 0 R /XYZ 150.7049 334.5501 null] >> endobj -1292 0 obj << -/D [1282 0 R /XYZ 150.7049 304.7176 null] +1299 0 obj << +/D [1289 0 R /XYZ 150.7049 292.7624 null] >> endobj -1293 0 obj << -/D [1282 0 R /XYZ 150.7049 276.8222 null] +1300 0 obj << +/D [1289 0 R /XYZ 150.7049 264.867 null] >> endobj -1281 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F18 425 0 R /F14 617 0 R /F7 597 0 R >> +1288 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F11 586 0 R /F18 425 0 R /F14 613 0 R /F7 607 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1296 0 obj << +1303 0 obj << /Length 372 >> stream @@ -25846,24 +25916,24 @@ ET 0 g 0 G endstream endobj -1295 0 obj << +1302 0 obj << /Type /Page -/Contents 1296 0 R -/Resources 1294 0 R +/Contents 1303 0 R +/Resources 1301 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R +/Parent 1274 0 R >> endobj -1297 0 obj << -/D [1295 0 R /XYZ 99.8954 740.9981 null] +1304 0 obj << +/D [1302 0 R /XYZ 99.8954 740.9981 null] >> endobj 282 0 obj << -/D [1295 0 R /XYZ 99.8954 716.0915 null] +/D [1302 0 R /XYZ 99.8954 716.0915 null] >> endobj -1294 0 obj << +1301 0 obj << /Font << /F18 425 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1300 0 obj << +1307 0 obj << /Length 4965 >> stream @@ -25990,36 +26060,36 @@ ET 0 g 0 G endstream endobj -1299 0 obj << +1306 0 obj << /Type /Page -/Contents 1300 0 R -/Resources 1298 0 R +/Contents 1307 0 R +/Resources 1305 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1267 0 R +/Parent 1274 0 R >> endobj -1301 0 obj << -/D [1299 0 R /XYZ 150.7049 740.9981 null] +1308 0 obj << +/D [1306 0 R /XYZ 150.7049 740.9981 null] >> endobj 286 0 obj << -/D [1299 0 R /XYZ 150.7049 644.4574 null] +/D [1306 0 R /XYZ 150.7049 644.4574 null] >> endobj -1302 0 obj << -/D [1299 0 R /XYZ 150.7049 613.8693 null] +1309 0 obj << +/D [1306 0 R /XYZ 150.7049 613.8693 null] >> endobj -1303 0 obj << -/D [1299 0 R /XYZ 150.7049 316.8111 null] +1310 0 obj << +/D [1306 0 R /XYZ 150.7049 316.8111 null] >> endobj -1304 0 obj << -/D [1299 0 R /XYZ 150.7049 320.7962 null] +1311 0 obj << +/D [1306 0 R /XYZ 150.7049 320.7962 null] >> endobj -1305 0 obj << -/D [1299 0 R /XYZ 150.7049 298.9337 null] +1312 0 obj << +/D [1306 0 R /XYZ 150.7049 298.9337 null] >> endobj -1298 0 obj << +1305 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1308 0 obj << +1315 0 obj << /Length 6763 >> stream @@ -26158,36 +26228,36 @@ ET 0 g 0 G endstream endobj -1307 0 obj << +1314 0 obj << /Type /Page -/Contents 1308 0 R -/Resources 1306 0 R +/Contents 1315 0 R +/Resources 1313 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1309 0 obj << -/D [1307 0 R /XYZ 99.8954 740.9981 null] +1316 0 obj << +/D [1314 0 R /XYZ 99.8954 740.9981 null] >> endobj 290 0 obj << -/D [1307 0 R /XYZ 99.8954 641.6678 null] +/D [1314 0 R /XYZ 99.8954 641.6678 null] >> endobj -1310 0 obj << -/D [1307 0 R /XYZ 99.8954 613.8693 null] +1317 0 obj << +/D [1314 0 R /XYZ 99.8954 613.8693 null] >> endobj -1311 0 obj << -/D [1307 0 R /XYZ 99.8954 261.0203 null] +1318 0 obj << +/D [1314 0 R /XYZ 99.8954 261.0203 null] >> endobj -1312 0 obj << -/D [1307 0 R /XYZ 99.8954 265.0054 null] +1319 0 obj << +/D [1314 0 R /XYZ 99.8954 265.0054 null] >> endobj -1313 0 obj << -/D [1307 0 R /XYZ 99.8954 231.1878 null] +1320 0 obj << +/D [1314 0 R /XYZ 99.8954 231.1878 null] >> endobj -1306 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1313 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1317 0 obj << +1324 0 obj << /Length 5985 >> stream @@ -26319,36 +26389,36 @@ ET 0 g 0 G endstream endobj -1316 0 obj << +1323 0 obj << /Type /Page -/Contents 1317 0 R -/Resources 1315 0 R +/Contents 1324 0 R +/Resources 1322 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1318 0 obj << -/D [1316 0 R /XYZ 150.7049 740.9981 null] +1325 0 obj << +/D [1323 0 R /XYZ 150.7049 740.9981 null] >> endobj 294 0 obj << -/D [1316 0 R /XYZ 150.7049 644.4574 null] +/D [1323 0 R /XYZ 150.7049 644.4574 null] >> endobj -1319 0 obj << -/D [1316 0 R /XYZ 150.7049 613.8693 null] +1326 0 obj << +/D [1323 0 R /XYZ 150.7049 613.8693 null] >> endobj -1320 0 obj << -/D [1316 0 R /XYZ 150.7049 326.7738 null] +1327 0 obj << +/D [1323 0 R /XYZ 150.7049 326.7738 null] >> endobj -1321 0 obj << -/D [1316 0 R /XYZ 150.7049 330.7588 null] +1328 0 obj << +/D [1323 0 R /XYZ 150.7049 330.7588 null] >> endobj -1322 0 obj << -/D [1316 0 R /XYZ 150.7049 284.986 null] +1329 0 obj << +/D [1323 0 R /XYZ 150.7049 284.986 null] >> endobj -1315 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R /F14 617 0 R >> +1322 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1325 0 obj << +1332 0 obj << /Length 3732 >> stream @@ -26477,27 +26547,27 @@ ET 0 g 0 G endstream endobj -1324 0 obj << +1331 0 obj << /Type /Page -/Contents 1325 0 R -/Resources 1323 0 R +/Contents 1332 0 R +/Resources 1330 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1326 0 obj << -/D [1324 0 R /XYZ 99.8954 740.9981 null] +1333 0 obj << +/D [1331 0 R /XYZ 99.8954 740.9981 null] >> endobj 298 0 obj << -/D [1324 0 R /XYZ 99.8954 659.6006 null] +/D [1331 0 R /XYZ 99.8954 659.6006 null] >> endobj -1327 0 obj << -/D [1324 0 R /XYZ 99.8954 631.8021 null] +1334 0 obj << +/D [1331 0 R /XYZ 99.8954 631.8021 null] >> endobj -1323 0 obj << +1330 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1330 0 obj << +1337 0 obj << /Length 4805 >> stream @@ -26638,27 +26708,27 @@ ET 0 g 0 G endstream endobj -1329 0 obj << +1336 0 obj << /Type /Page -/Contents 1330 0 R -/Resources 1328 0 R +/Contents 1337 0 R +/Resources 1335 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1331 0 obj << -/D [1329 0 R /XYZ 150.7049 740.9981 null] +1338 0 obj << +/D [1336 0 R /XYZ 150.7049 740.9981 null] >> endobj 302 0 obj << -/D [1329 0 R /XYZ 150.7049 659.6006 null] +/D [1336 0 R /XYZ 150.7049 659.6006 null] >> endobj -1332 0 obj << -/D [1329 0 R /XYZ 150.7049 631.8021 null] +1339 0 obj << +/D [1336 0 R /XYZ 150.7049 631.8021 null] >> endobj -1328 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F11 586 0 R /F29 431 0 R /F14 617 0 R >> +1335 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F11 586 0 R /F29 431 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1335 0 obj << +1342 0 obj << /Length 2201 >> stream @@ -26741,27 +26811,27 @@ ET 0 g 0 G endstream endobj -1334 0 obj << +1341 0 obj << /Type /Page -/Contents 1335 0 R -/Resources 1333 0 R +/Contents 1342 0 R +/Resources 1340 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1336 0 obj << -/D [1334 0 R /XYZ 99.8954 740.9981 null] +1343 0 obj << +/D [1341 0 R /XYZ 99.8954 740.9981 null] >> endobj 306 0 obj << -/D [1334 0 R /XYZ 99.8954 659.6006 null] +/D [1341 0 R /XYZ 99.8954 659.6006 null] >> endobj -1337 0 obj << -/D [1334 0 R /XYZ 99.8954 631.8021 null] +1344 0 obj << +/D [1341 0 R /XYZ 99.8954 631.8021 null] >> endobj -1333 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F29 431 0 R /F32 592 0 R >> +1340 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1340 0 obj << +1347 0 obj << /Length 2597 >> stream @@ -26844,27 +26914,27 @@ ET 0 g 0 G endstream endobj -1339 0 obj << +1346 0 obj << /Type /Page -/Contents 1340 0 R -/Resources 1338 0 R +/Contents 1347 0 R +/Resources 1345 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1314 0 R +/Parent 1321 0 R >> endobj -1341 0 obj << -/D [1339 0 R /XYZ 150.7049 740.9981 null] +1348 0 obj << +/D [1346 0 R /XYZ 150.7049 740.9981 null] >> endobj 310 0 obj << -/D [1339 0 R /XYZ 150.7049 644.4574 null] +/D [1346 0 R /XYZ 150.7049 644.4574 null] >> endobj -1342 0 obj << -/D [1339 0 R /XYZ 150.7049 613.8693 null] +1349 0 obj << +/D [1346 0 R /XYZ 150.7049 613.8693 null] >> endobj -1338 0 obj << +1345 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1345 0 obj << +1352 0 obj << /Length 2425 >> stream @@ -26947,27 +27017,27 @@ ET 0 g 0 G endstream endobj -1344 0 obj << +1351 0 obj << /Type /Page -/Contents 1345 0 R -/Resources 1343 0 R +/Contents 1352 0 R +/Resources 1350 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1346 0 obj << -/D [1344 0 R /XYZ 99.8954 740.9981 null] +1353 0 obj << +/D [1351 0 R /XYZ 99.8954 740.9981 null] >> endobj 314 0 obj << -/D [1344 0 R /XYZ 99.8954 659.6006 null] +/D [1351 0 R /XYZ 99.8954 659.6006 null] >> endobj -1347 0 obj << -/D [1344 0 R /XYZ 99.8954 631.8021 null] +1354 0 obj << +/D [1351 0 R /XYZ 99.8954 631.8021 null] >> endobj -1343 0 obj << +1350 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1351 0 obj << +1358 0 obj << /Length 6298 >> stream @@ -27094,27 +27164,27 @@ ET 0 g 0 G endstream endobj -1350 0 obj << +1357 0 obj << /Type /Page -/Contents 1351 0 R -/Resources 1349 0 R +/Contents 1358 0 R +/Resources 1356 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1352 0 obj << -/D [1350 0 R /XYZ 150.7049 740.9981 null] +1359 0 obj << +/D [1357 0 R /XYZ 150.7049 740.9981 null] >> endobj 318 0 obj << -/D [1350 0 R /XYZ 150.7049 659.6006 null] +/D [1357 0 R /XYZ 150.7049 659.6006 null] >> endobj -1353 0 obj << -/D [1350 0 R /XYZ 150.7049 631.8021 null] +1360 0 obj << +/D [1357 0 R /XYZ 150.7049 631.8021 null] >> endobj -1349 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 617 0 R >> +1356 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1356 0 obj << +1363 0 obj << /Length 7025 >> stream @@ -27253,33 +27323,33 @@ ET 0 g 0 G endstream endobj -1355 0 obj << +1362 0 obj << /Type /Page -/Contents 1356 0 R -/Resources 1354 0 R +/Contents 1363 0 R +/Resources 1361 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1357 0 obj << -/D [1355 0 R /XYZ 99.8954 740.9981 null] +1364 0 obj << +/D [1362 0 R /XYZ 99.8954 740.9981 null] >> endobj 322 0 obj << -/D [1355 0 R /XYZ 99.8954 659.6006 null] +/D [1362 0 R /XYZ 99.8954 659.6006 null] >> endobj -1358 0 obj << -/D [1355 0 R /XYZ 99.8954 631.8021 null] +1365 0 obj << +/D [1362 0 R /XYZ 99.8954 631.8021 null] >> endobj -1359 0 obj << -/D [1355 0 R /XYZ 99.8954 175.3416 null] +1366 0 obj << +/D [1362 0 R /XYZ 99.8954 175.3416 null] >> endobj -1360 0 obj << -/D [1355 0 R /XYZ 99.8954 179.3267 null] +1367 0 obj << +/D [1362 0 R /XYZ 99.8954 179.3267 null] >> endobj -1354 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1361 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1363 0 obj << +1370 0 obj << /Length 7098 >> stream @@ -27418,33 +27488,33 @@ ET 0 g 0 G endstream endobj -1362 0 obj << +1369 0 obj << /Type /Page -/Contents 1363 0 R -/Resources 1361 0 R +/Contents 1370 0 R +/Resources 1368 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1364 0 obj << -/D [1362 0 R /XYZ 150.7049 740.9981 null] +1371 0 obj << +/D [1369 0 R /XYZ 150.7049 740.9981 null] >> endobj 326 0 obj << -/D [1362 0 R /XYZ 150.7049 659.6006 null] +/D [1369 0 R /XYZ 150.7049 659.6006 null] >> endobj -1365 0 obj << -/D [1362 0 R /XYZ 150.7049 631.8021 null] +1372 0 obj << +/D [1369 0 R /XYZ 150.7049 631.8021 null] >> endobj -1366 0 obj << -/D [1362 0 R /XYZ 150.7049 163.3865 null] +1373 0 obj << +/D [1369 0 R /XYZ 150.7049 163.3865 null] >> endobj -1367 0 obj << -/D [1362 0 R /XYZ 150.7049 167.3715 null] +1374 0 obj << +/D [1369 0 R /XYZ 150.7049 167.3715 null] >> endobj -1361 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1368 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1370 0 obj << +1377 0 obj << /Length 7107 >> stream @@ -27583,33 +27653,33 @@ ET 0 g 0 G endstream endobj -1369 0 obj << +1376 0 obj << /Type /Page -/Contents 1370 0 R -/Resources 1368 0 R +/Contents 1377 0 R +/Resources 1375 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1371 0 obj << -/D [1369 0 R /XYZ 99.8954 740.9981 null] +1378 0 obj << +/D [1376 0 R /XYZ 99.8954 740.9981 null] >> endobj 330 0 obj << -/D [1369 0 R /XYZ 99.8954 659.6006 null] +/D [1376 0 R /XYZ 99.8954 659.6006 null] >> endobj -1372 0 obj << -/D [1369 0 R /XYZ 99.8954 631.8021 null] +1379 0 obj << +/D [1376 0 R /XYZ 99.8954 631.8021 null] >> endobj -1373 0 obj << -/D [1369 0 R /XYZ 99.8954 163.3865 null] +1380 0 obj << +/D [1376 0 R /XYZ 99.8954 163.3865 null] >> endobj -1374 0 obj << -/D [1369 0 R /XYZ 99.8954 167.3715 null] +1381 0 obj << +/D [1376 0 R /XYZ 99.8954 167.3715 null] >> endobj -1368 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1375 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1377 0 obj << +1384 0 obj << /Length 7100 >> stream @@ -27748,33 +27818,33 @@ ET 0 g 0 G endstream endobj -1376 0 obj << +1383 0 obj << /Type /Page -/Contents 1377 0 R -/Resources 1375 0 R +/Contents 1384 0 R +/Resources 1382 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1348 0 R +/Parent 1355 0 R >> endobj -1378 0 obj << -/D [1376 0 R /XYZ 150.7049 740.9981 null] +1385 0 obj << +/D [1383 0 R /XYZ 150.7049 740.9981 null] >> endobj 334 0 obj << -/D [1376 0 R /XYZ 150.7049 659.6006 null] +/D [1383 0 R /XYZ 150.7049 659.6006 null] >> endobj -1379 0 obj << -/D [1376 0 R /XYZ 150.7049 631.8021 null] +1386 0 obj << +/D [1383 0 R /XYZ 150.7049 631.8021 null] >> endobj -1380 0 obj << -/D [1376 0 R /XYZ 150.7049 175.3416 null] +1387 0 obj << +/D [1383 0 R /XYZ 150.7049 175.3416 null] >> endobj -1381 0 obj << -/D [1376 0 R /XYZ 150.7049 179.3267 null] +1388 0 obj << +/D [1383 0 R /XYZ 150.7049 179.3267 null] >> endobj -1375 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1382 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1384 0 obj << +1391 0 obj << /Length 7116 >> stream @@ -27913,33 +27983,33 @@ ET 0 g 0 G endstream endobj -1383 0 obj << +1390 0 obj << /Type /Page -/Contents 1384 0 R -/Resources 1382 0 R +/Contents 1391 0 R +/Resources 1389 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R +/Parent 1396 0 R >> endobj -1385 0 obj << -/D [1383 0 R /XYZ 99.8954 740.9981 null] +1392 0 obj << +/D [1390 0 R /XYZ 99.8954 740.9981 null] >> endobj 338 0 obj << -/D [1383 0 R /XYZ 99.8954 659.6006 null] +/D [1390 0 R /XYZ 99.8954 659.6006 null] >> endobj -1386 0 obj << -/D [1383 0 R /XYZ 99.8954 631.8021 null] +1393 0 obj << +/D [1390 0 R /XYZ 99.8954 631.8021 null] >> endobj -1387 0 obj << -/D [1383 0 R /XYZ 99.8954 163.3865 null] +1394 0 obj << +/D [1390 0 R /XYZ 99.8954 163.3865 null] >> endobj -1388 0 obj << -/D [1383 0 R /XYZ 99.8954 167.3715 null] +1395 0 obj << +/D [1390 0 R /XYZ 99.8954 167.3715 null] >> endobj -1382 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 617 0 R /F11 586 0 R /F32 592 0 R >> +1389 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F14 613 0 R /F11 586 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1392 0 obj << +1399 0 obj << /Length 7487 >> stream @@ -28082,33 +28152,33 @@ ET 0 g 0 G endstream endobj -1391 0 obj << +1398 0 obj << /Type /Page -/Contents 1392 0 R -/Resources 1390 0 R +/Contents 1399 0 R +/Resources 1397 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R +/Parent 1396 0 R >> endobj -1393 0 obj << -/D [1391 0 R /XYZ 150.7049 740.9981 null] +1400 0 obj << +/D [1398 0 R /XYZ 150.7049 740.9981 null] >> endobj 342 0 obj << -/D [1391 0 R /XYZ 150.7049 663.6564 null] +/D [1398 0 R /XYZ 150.7049 663.6564 null] >> endobj -1394 0 obj << -/D [1391 0 R /XYZ 150.7049 635.8579 null] +1401 0 obj << +/D [1398 0 R /XYZ 150.7049 635.8579 null] >> endobj -1395 0 obj << -/D [1391 0 R /XYZ 150.7049 153.6009 null] +1402 0 obj << +/D [1398 0 R /XYZ 150.7049 153.6009 null] >> endobj -1396 0 obj << -/D [1391 0 R /XYZ 150.7049 157.079 null] +1403 0 obj << +/D [1398 0 R /XYZ 150.7049 157.079 null] >> endobj -1390 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 617 0 R >> +1397 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1399 0 obj << +1406 0 obj << /Length 7474 >> stream @@ -28247,33 +28317,33 @@ ET 0 g 0 G endstream endobj -1398 0 obj << +1405 0 obj << /Type /Page -/Contents 1399 0 R -/Resources 1397 0 R +/Contents 1406 0 R +/Resources 1404 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R +/Parent 1396 0 R >> endobj -1400 0 obj << -/D [1398 0 R /XYZ 99.8954 740.9981 null] +1407 0 obj << +/D [1405 0 R /XYZ 99.8954 740.9981 null] >> endobj 346 0 obj << -/D [1398 0 R /XYZ 99.8954 663.6564 null] +/D [1405 0 R /XYZ 99.8954 663.6564 null] >> endobj -1401 0 obj << -/D [1398 0 R /XYZ 99.8954 635.8579 null] +1408 0 obj << +/D [1405 0 R /XYZ 99.8954 635.8579 null] >> endobj -1402 0 obj << -/D [1398 0 R /XYZ 99.8954 153.6009 null] +1409 0 obj << +/D [1405 0 R /XYZ 99.8954 153.6009 null] >> endobj -1403 0 obj << -/D [1398 0 R /XYZ 99.8954 157.079 null] +1410 0 obj << +/D [1405 0 R /XYZ 99.8954 157.079 null] >> endobj -1397 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 617 0 R >> +1404 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1406 0 obj << +1413 0 obj << /Length 7585 >> stream @@ -28319,39 +28389,39 @@ ET 0 g 0 G endstream endobj -1405 0 obj << +1412 0 obj << /Type /Page -/Contents 1406 0 R -/Resources 1404 0 R +/Contents 1413 0 R +/Resources 1411 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R -/Annots [ 1408 0 R 1409 0 R ] +/Parent 1396 0 R +/Annots [ 1415 0 R 1416 0 R ] >> endobj -1408 0 obj << +1415 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 -1409 0 obj << +1416 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 -1407 0 obj << -/D [1405 0 R /XYZ 150.7049 740.9981 null] +1414 0 obj << +/D [1412 0 R /XYZ 150.7049 740.9981 null] >> endobj 350 0 obj << -/D [1405 0 R /XYZ 150.7049 716.0915 null] +/D [1412 0 R /XYZ 150.7049 716.0915 null] >> endobj -1404 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F32 592 0 R >> +1411 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1414 0 obj << +1421 0 obj << /Length 4628 >> stream @@ -28503,27 +28573,27 @@ ET 0 g 0 G endstream endobj -1413 0 obj << +1420 0 obj << /Type /Page -/Contents 1414 0 R -/Resources 1412 0 R +/Contents 1421 0 R +/Resources 1419 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R +/Parent 1396 0 R >> endobj -1415 0 obj << -/D [1413 0 R /XYZ 99.8954 740.9981 null] +1422 0 obj << +/D [1420 0 R /XYZ 99.8954 740.9981 null] >> endobj -1410 0 obj << -/D [1413 0 R /XYZ 143.4516 412.2365 null] +1417 0 obj << +/D [1420 0 R /XYZ 143.4516 412.2365 null] >> endobj -1411 0 obj << -/D [1413 0 R /XYZ 146.1606 171.0735 null] +1418 0 obj << +/D [1420 0 R /XYZ 146.1606 171.0735 null] >> endobj -1412 0 obj << -/Font << /F48 723 0 R /F8 434 0 R /F32 592 0 R >> +1419 0 obj << +/Font << /F48 730 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1418 0 obj << +1425 0 obj << /Length 5421 >> stream @@ -28746,27 +28816,27 @@ ET 0 g 0 G endstream endobj -1417 0 obj << +1424 0 obj << /Type /Page -/Contents 1418 0 R -/Resources 1416 0 R +/Contents 1425 0 R +/Resources 1423 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1389 0 R +/Parent 1396 0 R >> endobj -1419 0 obj << -/D [1417 0 R /XYZ 150.7049 740.9981 null] +1426 0 obj << +/D [1424 0 R /XYZ 150.7049 740.9981 null] >> endobj 354 0 obj << -/D [1417 0 R /XYZ 150.7049 644.4574 null] +/D [1424 0 R /XYZ 150.7049 644.4574 null] >> endobj -1420 0 obj << -/D [1417 0 R /XYZ 150.7049 613.8693 null] +1427 0 obj << +/D [1424 0 R /XYZ 150.7049 613.8693 null] >> endobj -1416 0 obj << +1423 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1423 0 obj << +1430 0 obj << /Length 2165 >> stream @@ -28849,27 +28919,27 @@ ET 0 g 0 G endstream endobj -1422 0 obj << +1429 0 obj << /Type /Page -/Contents 1423 0 R -/Resources 1421 0 R +/Contents 1430 0 R +/Resources 1428 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R +/Parent 1433 0 R >> endobj -1424 0 obj << -/D [1422 0 R /XYZ 99.8954 740.9981 null] +1431 0 obj << +/D [1429 0 R /XYZ 99.8954 740.9981 null] >> endobj 358 0 obj << -/D [1422 0 R /XYZ 99.8954 644.4574 null] +/D [1429 0 R /XYZ 99.8954 644.4574 null] >> endobj -1425 0 obj << -/D [1422 0 R /XYZ 99.8954 613.8693 null] +1432 0 obj << +/D [1429 0 R /XYZ 99.8954 613.8693 null] >> endobj -1421 0 obj << +1428 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1429 0 obj << +1436 0 obj << /Length 2473 >> stream @@ -28978,27 +29048,27 @@ ET 0 g 0 G endstream endobj -1428 0 obj << +1435 0 obj << /Type /Page -/Contents 1429 0 R -/Resources 1427 0 R +/Contents 1436 0 R +/Resources 1434 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R +/Parent 1433 0 R >> endobj -1430 0 obj << -/D [1428 0 R /XYZ 150.7049 740.9981 null] +1437 0 obj << +/D [1435 0 R /XYZ 150.7049 740.9981 null] >> endobj 362 0 obj << -/D [1428 0 R /XYZ 150.7049 641.6678 null] +/D [1435 0 R /XYZ 150.7049 641.6678 null] >> endobj -1431 0 obj << -/D [1428 0 R /XYZ 150.7049 613.8693 null] +1438 0 obj << +/D [1435 0 R /XYZ 150.7049 613.8693 null] >> endobj -1427 0 obj << +1434 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1434 0 obj << +1441 0 obj << /Length 2811 >> stream @@ -29133,27 +29203,27 @@ ET 0 g 0 G endstream endobj -1433 0 obj << +1440 0 obj << /Type /Page -/Contents 1434 0 R -/Resources 1432 0 R +/Contents 1441 0 R +/Resources 1439 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R +/Parent 1433 0 R >> endobj -1435 0 obj << -/D [1433 0 R /XYZ 99.8954 740.9981 null] +1442 0 obj << +/D [1440 0 R /XYZ 99.8954 740.9981 null] >> endobj 366 0 obj << -/D [1433 0 R /XYZ 99.8954 641.6678 null] +/D [1440 0 R /XYZ 99.8954 641.6678 null] >> endobj -1436 0 obj << -/D [1433 0 R /XYZ 99.8954 613.8693 null] +1443 0 obj << +/D [1440 0 R /XYZ 99.8954 613.8693 null] >> endobj -1432 0 obj << +1439 0 obj << /Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1439 0 obj << +1446 0 obj << /Length 791 >> stream @@ -29175,24 +29245,24 @@ ET 0 g 0 G endstream endobj -1438 0 obj << +1445 0 obj << /Type /Page -/Contents 1439 0 R -/Resources 1437 0 R +/Contents 1446 0 R +/Resources 1444 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R +/Parent 1433 0 R >> endobj -1440 0 obj << -/D [1438 0 R /XYZ 150.7049 740.9981 null] +1447 0 obj << +/D [1445 0 R /XYZ 150.7049 740.9981 null] >> endobj 370 0 obj << -/D [1438 0 R /XYZ 150.7049 716.0915 null] +/D [1445 0 R /XYZ 150.7049 716.0915 null] >> endobj -1437 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F32 592 0 R >> +1444 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1443 0 obj << +1450 0 obj << /Length 6709 >> stream @@ -29381,35 +29451,35 @@ ET 0 g 0 G endstream endobj -1442 0 obj << +1449 0 obj << /Type /Page -/Contents 1443 0 R -/Resources 1441 0 R +/Contents 1450 0 R +/Resources 1448 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R -/Annots [ 1446 0 R ] +/Parent 1433 0 R +/Annots [ 1453 0 R ] >> endobj -1446 0 obj << +1453 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 380.3229 367.009 391.4478] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1444 0 obj << -/D [1442 0 R /XYZ 99.8954 740.9981 null] +1451 0 obj << +/D [1449 0 R /XYZ 99.8954 740.9981 null] >> endobj 374 0 obj << -/D [1442 0 R /XYZ 99.8954 641.6678 null] +/D [1449 0 R /XYZ 99.8954 641.6678 null] >> endobj -1445 0 obj << -/D [1442 0 R /XYZ 99.8954 613.8693 null] +1452 0 obj << +/D [1449 0 R /XYZ 99.8954 613.8693 null] >> endobj -1441 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1448 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1449 0 obj << +1456 0 obj << /Length 7478 >> stream @@ -29610,35 +29680,35 @@ ET 0 g 0 G endstream endobj -1448 0 obj << +1455 0 obj << /Type /Page -/Contents 1449 0 R -/Resources 1447 0 R +/Contents 1456 0 R +/Resources 1454 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1426 0 R -/Annots [ 1452 0 R ] +/Parent 1433 0 R +/Annots [ 1459 0 R ] >> endobj -1452 0 obj << +1459 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 513.8223 417.8184 524.9472] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1450 0 obj << -/D [1448 0 R /XYZ 150.7049 740.9981 null] +1457 0 obj << +/D [1455 0 R /XYZ 150.7049 740.9981 null] >> endobj 378 0 obj << -/D [1448 0 R /XYZ 150.7049 641.6678 null] +/D [1455 0 R /XYZ 150.7049 641.6678 null] >> endobj -1451 0 obj << -/D [1448 0 R /XYZ 150.7049 613.8693 null] +1458 0 obj << +/D [1455 0 R /XYZ 150.7049 613.8693 null] >> endobj -1447 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1454 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1455 0 obj << +1462 0 obj << /Length 5427 >> stream @@ -29829,35 +29899,35 @@ ET 0 g 0 G endstream endobj -1454 0 obj << +1461 0 obj << /Type /Page -/Contents 1455 0 R -/Resources 1453 0 R +/Contents 1462 0 R +/Resources 1460 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R -/Annots [ 1458 0 R ] +/Parent 1466 0 R +/Annots [ 1465 0 R ] >> endobj -1458 0 obj << +1465 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 380.3229 367.009 391.4478] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1456 0 obj << -/D [1454 0 R /XYZ 99.8954 740.9981 null] +1463 0 obj << +/D [1461 0 R /XYZ 99.8954 740.9981 null] >> endobj 382 0 obj << -/D [1454 0 R /XYZ 99.8954 644.4574 null] +/D [1461 0 R /XYZ 99.8954 644.4574 null] >> endobj -1457 0 obj << -/D [1454 0 R /XYZ 99.8954 613.8693 null] +1464 0 obj << +/D [1461 0 R /XYZ 99.8954 613.8693 null] >> endobj -1453 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1460 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1462 0 obj << +1469 0 obj << /Length 6074 >> stream @@ -30060,35 +30130,35 @@ ET 0 g 0 G endstream endobj -1461 0 obj << +1468 0 obj << /Type /Page -/Contents 1462 0 R -/Resources 1460 0 R +/Contents 1469 0 R +/Resources 1467 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R -/Annots [ 1465 0 R ] +/Parent 1466 0 R +/Annots [ 1472 0 R ] >> endobj -1465 0 obj << +1472 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 513.8223 417.8184 524.9472] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1463 0 obj << -/D [1461 0 R /XYZ 150.7049 740.9981 null] +1470 0 obj << +/D [1468 0 R /XYZ 150.7049 740.9981 null] >> endobj 386 0 obj << -/D [1461 0 R /XYZ 150.7049 644.4574 null] +/D [1468 0 R /XYZ 150.7049 644.4574 null] >> endobj -1464 0 obj << -/D [1461 0 R /XYZ 150.7049 613.8693 null] +1471 0 obj << +/D [1468 0 R /XYZ 150.7049 613.8693 null] >> endobj -1460 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1467 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1468 0 obj << +1475 0 obj << /Length 1520 >> stream @@ -30134,24 +30204,24 @@ ET 0 g 0 G endstream endobj -1467 0 obj << +1474 0 obj << /Type /Page -/Contents 1468 0 R -/Resources 1466 0 R +/Contents 1475 0 R +/Resources 1473 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R +/Parent 1466 0 R >> endobj -1469 0 obj << -/D [1467 0 R /XYZ 99.8954 740.9981 null] +1476 0 obj << +/D [1474 0 R /XYZ 99.8954 740.9981 null] >> endobj 390 0 obj << -/D [1467 0 R /XYZ 99.8954 716.0915 null] +/D [1474 0 R /XYZ 99.8954 716.0915 null] >> endobj -1466 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F14 617 0 R /F32 592 0 R >> +1473 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F14 613 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1472 0 obj << +1479 0 obj << /Length 7348 >> stream @@ -30298,7 +30368,7 @@ ET 0 0 1 rg 0 0 1 RG 1 0 0 1 -180.0947 -333.2702 cm BT -/F7 6.9738 Tf 180.0947 336.8856 Td[(2)]TJ +/F7 6.9738 Tf 180.0947 336.8856 Td[(3)]TJ ET 1 0 0 1 184.5641 333.2702 cm 0 g 0 G @@ -30355,7 +30425,7 @@ S Q 1 0 0 1 -150.7049 -129.5809 cm BT -/F34 5.9776 Tf 161.7969 123.1384 Td[(2)]TJ/F33 7.9701 Tf 4.151 -2.8128 Td[(Th)-1(e)-354(stri)-1(ng)-354(is)-355(case)-1(-insen)-1(sitiv)29(e)]TJ +/F34 5.9776 Tf 161.7969 123.1384 Td[(3)]TJ/F33 7.9701 Tf 4.151 -2.8128 Td[(Th)-1(e)-354(stri)-1(ng)-354(is)-355(case)-1(-insen)-1(sitiv)29(e)]TJ ET 1 0 0 1 150.7049 117.4862 cm 0 g 0 G @@ -30369,48 +30439,48 @@ ET 0 g 0 G endstream endobj -1471 0 obj << +1478 0 obj << /Type /Page -/Contents 1472 0 R -/Resources 1470 0 R +/Contents 1479 0 R +/Resources 1477 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R -/Annots [ 1475 0 R 1477 0 R ] +/Parent 1466 0 R +/Annots [ 1482 0 R 1484 0 R ] >> endobj -1475 0 obj << +1482 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.1526 444.0838 439.2105 455.2087] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1477 0 obj << +1484 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.0984 332.274 185.5603 342.3761] /Subtype /Link -/A << /S /GoTo /D (Hfootnote.2) >> +/A << /S /GoTo /D (Hfootnote.3) >> >> endobj -1473 0 obj << -/D [1471 0 R /XYZ 150.7049 740.9981 null] +1480 0 obj << +/D [1478 0 R /XYZ 150.7049 740.9981 null] >> endobj 394 0 obj << -/D [1471 0 R /XYZ 150.7049 659.6006 null] +/D [1478 0 R /XYZ 150.7049 659.6006 null] >> endobj -1474 0 obj << -/D [1471 0 R /XYZ 150.7049 631.8021 null] +1481 0 obj << +/D [1478 0 R /XYZ 150.7049 631.8021 null] >> endobj -1476 0 obj << -/D [1471 0 R /XYZ 150.7049 354.856 null] +1483 0 obj << +/D [1478 0 R /XYZ 150.7049 354.856 null] >> endobj -1478 0 obj << -/D [1471 0 R /XYZ 165.9479 129.7901 null] +1485 0 obj << +/D [1478 0 R /XYZ 165.9479 129.7901 null] >> endobj -1470 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R /F11 586 0 R /F7 597 0 R /F34 600 0 R /F33 604 0 R >> +1477 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R /F11 586 0 R /F7 607 0 R /F34 617 0 R /F33 621 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1481 0 obj << +1488 0 obj << /Length 8360 >> stream @@ -30731,56 +30801,56 @@ ET 0 g 0 G endstream endobj -1480 0 obj << +1487 0 obj << /Type /Page -/Contents 1481 0 R -/Resources 1479 0 R +/Contents 1488 0 R +/Resources 1486 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R -/Annots [ 1484 0 R 1485 0 R 1486 0 R 1487 0 R ] +/Parent 1466 0 R +/Annots [ 1491 0 R 1492 0 R 1493 0 R 1494 0 R ] >> endobj -1484 0 obj << +1491 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [317.8562 519.7999 390.1445 530.9248] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1485 0 obj << +1492 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.921 452.0539 463.9789 463.1789] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1486 0 obj << +1493 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.4885 384.3079 438.5464 395.4329] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1487 0 obj << +1494 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [318.5757 238.8534 385.6336 249.9784] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1482 0 obj << -/D [1480 0 R /XYZ 99.8954 740.9981 null] +1489 0 obj << +/D [1487 0 R /XYZ 99.8954 740.9981 null] >> endobj 398 0 obj << -/D [1480 0 R /XYZ 99.8954 659.6006 null] +/D [1487 0 R /XYZ 99.8954 659.6006 null] >> endobj -1483 0 obj << -/D [1480 0 R /XYZ 99.8954 631.8021 null] +1490 0 obj << +/D [1487 0 R /XYZ 99.8954 631.8021 null] >> endobj -1479 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1486 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1490 0 obj << +1497 0 obj << /Length 8470 >> stream @@ -31071,42 +31141,42 @@ ET 0 g 0 G endstream endobj -1489 0 obj << +1496 0 obj << /Type /Page -/Contents 1490 0 R -/Resources 1488 0 R +/Contents 1497 0 R +/Resources 1495 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1459 0 R -/Annots [ 1493 0 R 1494 0 R ] +/Parent 1466 0 R +/Annots [ 1500 0 R 1501 0 R ] >> endobj -1493 0 obj << +1500 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.1526 484.9013 439.2105 496.0262] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1494 0 obj << +1501 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.6949 375.6346 442.7528 386.7595] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1491 0 obj << -/D [1489 0 R /XYZ 150.7049 740.9981 null] +1498 0 obj << +/D [1496 0 R /XYZ 150.7049 740.9981 null] >> endobj 402 0 obj << -/D [1489 0 R /XYZ 150.7049 649.0871 null] +/D [1496 0 R /XYZ 150.7049 649.0871 null] >> endobj -1492 0 obj << -/D [1489 0 R /XYZ 150.7049 618.499 null] +1499 0 obj << +/D [1496 0 R /XYZ 150.7049 618.499 null] >> endobj -1488 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1495 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1497 0 obj << +1504 0 obj << /Length 3031 >> stream @@ -31253,35 +31323,35 @@ ET 0 g 0 G endstream endobj -1496 0 obj << +1503 0 obj << /Type /Page -/Contents 1497 0 R -/Resources 1495 0 R +/Contents 1504 0 R +/Resources 1502 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R -/Annots [ 1500 0 R ] +/Parent 1508 0 R +/Annots [ 1507 0 R ] >> endobj -1500 0 obj << +1507 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [321.3431 501.8671 388.4011 512.9921] /Subtype /Link /A << /S /GoTo /D (precdata) >> >> endobj -1498 0 obj << -/D [1496 0 R /XYZ 99.8954 740.9981 null] +1505 0 obj << +/D [1503 0 R /XYZ 99.8954 740.9981 null] >> endobj 406 0 obj << -/D [1496 0 R /XYZ 99.8954 641.6678 null] +/D [1503 0 R /XYZ 99.8954 641.6678 null] >> endobj -1499 0 obj << -/D [1496 0 R /XYZ 99.8954 613.8693 null] +1506 0 obj << +/D [1503 0 R /XYZ 99.8954 613.8693 null] >> endobj -1495 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1502 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1504 0 obj << +1511 0 obj << /Length 883 >> stream @@ -31303,24 +31373,24 @@ ET 0 g 0 G endstream endobj -1503 0 obj << +1510 0 obj << /Type /Page -/Contents 1504 0 R -/Resources 1502 0 R +/Contents 1511 0 R +/Resources 1509 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R +/Parent 1508 0 R >> endobj -1505 0 obj << -/D [1503 0 R /XYZ 150.7049 740.9981 null] +1512 0 obj << +/D [1510 0 R /XYZ 150.7049 740.9981 null] >> endobj 410 0 obj << -/D [1503 0 R /XYZ 150.7049 716.0915 null] +/D [1510 0 R /XYZ 150.7049 716.0915 null] >> endobj -1502 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F32 592 0 R >> +1509 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1508 0 obj << +1515 0 obj << /Length 10233 >> stream @@ -31614,42 +31684,42 @@ ET 0 g 0 G endstream endobj -1507 0 obj << +1514 0 obj << /Type /Page -/Contents 1508 0 R -/Resources 1506 0 R +/Contents 1515 0 R +/Resources 1513 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R -/Annots [ 1511 0 R 1512 0 R ] +/Parent 1508 0 R +/Annots [ 1518 0 R 1519 0 R ] >> endobj -1511 0 obj << +1518 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [294.7207 183.7802 367.009 194.9052] /Subtype /Link /A << /S /GoTo /D (spdata) >> >> endobj -1512 0 obj << +1519 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 (precdata) >> >> endobj -1509 0 obj << -/D [1507 0 R /XYZ 99.8954 740.9981 null] +1516 0 obj << +/D [1514 0 R /XYZ 99.8954 740.9981 null] >> endobj 414 0 obj << -/D [1507 0 R /XYZ 99.8954 663.9253 null] +/D [1514 0 R /XYZ 99.8954 663.9253 null] >> endobj -1510 0 obj << -/D [1507 0 R /XYZ 99.8954 453.4241 null] +1517 0 obj << +/D [1514 0 R /XYZ 99.8954 453.4241 null] >> endobj -1506 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 617 0 R /F10 614 0 R /F7 597 0 R /F19 571 0 R /F29 431 0 R /F32 592 0 R >> +1513 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F11 586 0 R /F14 613 0 R /F10 610 0 R /F7 607 0 R /F19 571 0 R /F29 431 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1515 0 obj << +1522 0 obj << /Length 7837 >> stream @@ -31822,29 +31892,29 @@ ET 0 g 0 G endstream endobj -1514 0 obj << +1521 0 obj << /Type /Page -/Contents 1515 0 R -/Resources 1513 0 R +/Contents 1522 0 R +/Resources 1520 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R -/Annots [ 1517 0 R ] +/Parent 1508 0 R +/Annots [ 1524 0 R ] >> endobj -1517 0 obj << +1524 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.5302 453.3545 412.5881 464.4795] /Subtype /Link /A << /S /GoTo /D (descdata) >> >> endobj -1516 0 obj << -/D [1514 0 R /XYZ 150.7049 740.9981 null] +1523 0 obj << +/D [1521 0 R /XYZ 150.7049 740.9981 null] >> endobj -1513 0 obj << -/Font << /F29 431 0 R /F8 434 0 R /F32 592 0 R /F11 586 0 R /F14 617 0 R >> +1520 0 obj << +/Font << /F29 431 0 R /F8 434 0 R /F32 602 0 R /F11 586 0 R /F14 613 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1520 0 obj << +1527 0 obj << /Length 3067 >> stream @@ -31910,21 +31980,21 @@ ET 0 g 0 G endstream endobj -1519 0 obj << +1526 0 obj << /Type /Page -/Contents 1520 0 R -/Resources 1518 0 R +/Contents 1527 0 R +/Resources 1525 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R +/Parent 1508 0 R >> endobj -1521 0 obj << -/D [1519 0 R /XYZ 99.8954 740.9981 null] +1528 0 obj << +/D [1526 0 R /XYZ 99.8954 740.9981 null] >> endobj -1518 0 obj << +1525 0 obj << /Font << /F29 431 0 R /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1524 0 obj << +1531 0 obj << /Length 220 >> stream @@ -31942,22 +32012,22 @@ ET 0 g 0 G endstream endobj -1523 0 obj << +1530 0 obj << /Type /Page -/Contents 1524 0 R -/Resources 1522 0 R +/Contents 1531 0 R +/Resources 1529 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1501 0 R +/Parent 1508 0 R >> endobj -1525 0 obj << -/D [1523 0 R /XYZ 150.7049 740.9981 null] +1532 0 obj << +/D [1530 0 R /XYZ 150.7049 740.9981 null] >> endobj -1522 0 obj << +1529 0 obj << /Font << /F8 434 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1528 0 obj << -/Length 9880 +1535 0 obj << +/Length 10309 >> stream 1 0 0 1 99.8954 740.9981 cm @@ -31968,149 +32038,149 @@ stream BT /F18 14.3462 Tf 99.8954 706.1289 Td[(Refer)-1(ence)-1(s)]TJ ET -1 0 0 1 99.8954 683.4146 cm +1 0 0 1 99.8954 684.3079 cm 0 g 0 G -1 0 0 1 -99.8954 -683.4146 cm +1 0 0 1 -99.8954 -684.3079 cm BT -/F8 9.9626 Tf 104.8767 683.4146 Td[([1])]TJ +/F8 9.9626 Tf 104.8767 684.3079 Td[([1])]TJ ET -1 0 0 1 115.3929 683.4146 cm +1 0 0 1 115.3929 684.3079 cm 0 g 0 G -1 0 0 1 -115.3929 -683.4146 cm +1 0 0 1 -115.3929 -684.3079 cm BT -/F8 9.9626 Tf 120.3742 683.4146 Td[(La)28(ws)-1(on)1(,)-339(C)-1(.)1(,)-339(Hanson,)-339(R.)1(,)-339(Kin)1(c)-1(aid)1(,)-339(D.)-338(an)1(d)-338(K)1(rogh,)-338(F.,)-339(Bas)-1(i)1(c)-339(Li)1(ne)-1(ar)-337(Algebra)]TJ 0 -11.9552 Td[(Su)1(bp)1(rograms)-337(for)-336(Fort)1(ran)-336(usage)-1(,)-337(A)27(CM)-336(T)83(ran)1(s)-1(.)-336(Math)1(.)-337(Sof)1(t)28(w.)-337(v)28(ol.)-336(5,)-338(38{329,)]TJ 0 -11.9552 Td[(1979.)]TJ +/F8 9.9626 Tf 120.3742 684.3079 Td[(G.)-341(Bella,)-343(S)1(.)-341(Fil)1(ipp)-27(one,)-343(A.)-341(De)-341(Mai)1(o)-342(an)1(d)-341(M)1(.)-341(T)83(e)-1(sta,)]TJ/F19 9.9626 Tf 219.9906 0 Td[(A)-365(Simul)1(ation)-365(Mo)51(del)-364(for)]TJ -219.9906 -11.9552 Td[(F)77(or)51(est)-365(F)1(ir)51(es)]TJ/F8 9.9626 Tf 52.0296 0 Td[(,)-343(i)1(n)-341(J.)-340(Dongar)1(ra,)-343(K.)-340(Mad)1(s)-1(en,)-342(J.)-341(W)84(as)-1(n)1(ie)-1(wski,)-342(e)-1(d)1(itors,)-343(P)1(ro)-28(ce)-1(ed-)]TJ -52.0296 -11.9551 Td[(in)1(gs)-395(of)-394(P)84(AR)-1(A)-394(04)-394(W)83(ork)1(s)-1(h)1(op)-394(on)-394(State)-395(of)-394(t)1(he)-395(Art)-394(in)-394(S)1(c)-1(i)1(e)-1(n)28(ti)1(\014c)-395(Comput)1(ing,)]TJ 0 -11.9552 Td[(pp)1(.)-333(546{553,)-333(Le)-1(ctur)1(e)-334(Note)-1(s)-333(in)-333(Com)-1(p)1(uter)-333(Science)-1(,)-333(S)1(pri)1(nger,)-333(2005.)]TJ ET -1 0 0 1 99.8954 637.6588 cm +1 0 0 1 99.8954 629.7763 cm 0 g 0 G -1 0 0 1 -99.8954 -637.6588 cm +1 0 0 1 -99.8954 -629.7763 cm BT -/F8 9.9626 Tf 104.8767 637.6588 Td[([2])]TJ +/F8 9.9626 Tf 104.8767 629.7763 Td[([2])]TJ ET -1 0 0 1 115.3929 637.6588 cm +1 0 0 1 115.3929 629.7763 cm 0 g 0 G -1 0 0 1 -115.3929 -637.6588 cm +1 0 0 1 -115.3929 -629.7763 cm BT -/F8 9.9626 Tf 120.3742 637.6588 Td[(Don)1(garra,)-529(J.)-489(J.,)-529(Du)1(C)-1(r)1(oz)-1(,)-529(J.)1(,)-529(Ham)-1(marl)1(ing,)-529(S)1(.)-490(and)-489(Hanson,)-529(R.)1(,)-529(An)-490(E)1(x-)]TJ 0 -11.9552 Td[(tend)1(e)-1(d)-478(S)1(e)-1(t)-478(of)-477(F)83(or)1(tran)-478(Basic)-479(Li)1(near)-478(Algebra)-478(S)1(ub)1(progr)1(am)-1(s,)-514(A)28(C)-1(M)-477(T)83(ran)1(s)-1(.)]TJ 0 -11.9551 Td[(Math)1(.)-333(Sof)1(t)28(w)-1(.)-333(v)28(ol.)-333(14,)-333(1{17,)-333(1988.)]TJ +/F8 9.9626 Tf 120.3742 629.7763 Td[(A.)-316(B)-1(u)1(ttari)1(,)-320(D.)-316(di)-316(Sera\014)1(no,)-320(P)84(.)-316(D'Am)28(bra,)-319(S.)-316(Fili)1(pp)-27(one,)-99(2LEV-D2P4:)-436(a)-316(pac)28(k-)]TJ 0 -11.9552 Td[(age)-389(of)-387(high)1(-p)-28(erf)1(orma)-1(n)1(c)-1(e)-388(pr)1(e)-1(cond)1(ition)1(e)-1(r)1(s)-1(,)-218(App)1(licable)-388(Algebra)-388(in)-387(En)1(ginee)-1(r)1(-)]TJ 0 -11.9551 Td[(in)1(g,)-393(C)-1(omm)27(u)1(ni)1(c)-1(ation)1(s)-382(an)1(d)-381(Com)-1(p)1(utin)1(g,)-393(V)83(olu)1(m)-1(e)-381(18,)-393(Num)27(b)-27(er)-381(3,)-393(Ma)28(y)83(,)-393(2007,)]TJ 0 -11.9552 Td[(pp)1(.)-333(223-)-1(239)]TJ ET -1 0 0 1 99.8954 591.9031 cm +1 0 0 1 99.8954 575.2447 cm 0 g 0 G -1 0 0 1 -99.8954 -591.9031 cm +1 0 0 1 -99.8954 -575.2447 cm BT -/F8 9.9626 Tf 104.8767 591.9031 Td[([3])]TJ +/F8 9.9626 Tf 104.8767 575.2447 Td[([3])]TJ ET -1 0 0 1 115.3929 591.9031 cm +1 0 0 1 115.3929 575.2447 cm 0 g 0 G -1 0 0 1 -115.3929 -591.9031 cm +1 0 0 1 -115.3929 -575.2447 cm BT -/F8 9.9626 Tf 120.3742 591.9031 Td[(Don)1(garra,)-444(J.)1(,)-444(DuCroz,)-444(J.,)-444(Hamm)-1(ar)1(lin)1(g,)-444(S.)-422(an)1(d)-422(Du)1(\013)-1(,)-444(I.,)-444(A)-422(S)1(e)-1(t)-421(of)-422(lev)28(e)-1(l)-422(3)]TJ 0 -11.9552 Td[(Bas)-1(ic)-357(Lin)1(e)-1(ar)-356(Algebra)-357(S)1(ub)1(pr)1(ograms)-1(,)-362(A)27(CM)-356(T)83(rans.)-357(M)1(ath.)-356(Soft)28(w.)-357(v)28(ol)1(.)-357(16,)-363(1{)]TJ 0 -11.9552 Td[(17,)-333(1990.)]TJ +/F8 9.9626 Tf 120.3742 575.2447 Td[(P)84(.)-691(D'Am)28(bra,)-780(S)1(.)-691(Fili)1(pp)-27(one,)-780(D.)-691(Di)-691(S)1(e)-1(ra\014)1(no)-818(On)-690(the)-691(De)-1(v)28(elop)1(m)-1(en)28(t)-691(of)]TJ 0 -11.9552 Td[(PS)1(BLAS-base)-1(d)-429(P)28(aral)1(le)-1(l)-429(T)-1(w)28(o-le)-1(v)28(el)-430(S)1(c)27(h)28(w)28(arz)-430(Pr)1(e)-1(cond)1(ition)1(e)-1(rs)-731(App)1(lied)-430(Nu)1(-)]TJ 0 -11.9551 Td[(me)-1(r)1(ic)-1(al)-245(M)1(athem)-1(ati)1(c)-1(s,)-263(El)1(s)-1(evier)-245(Scie)-1(n)1(c)-1(e,)-263(V)84(olume)-246(57,)-263(Iss)-1(u)1(e)-1(s)-245(11-)-1(12,)-263(No)28(v)28(em)27(b)-27(e)-1(r)1(-)]TJ 0 -11.9552 Td[(Dec)-1(em)27(b)-27(e)-1(r)-333(2007,)-333(P)29(age)-1(s)-334(1181-1196.)]TJ ET -1 0 0 1 99.8954 546.1474 cm +1 0 0 1 99.8954 520.7131 cm 0 g 0 G -1 0 0 1 -99.8954 -546.1474 cm +1 0 0 1 -99.8954 -520.7131 cm BT -/F8 9.9626 Tf 104.8767 546.1474 Td[([4])]TJ +/F8 9.9626 Tf 104.8767 520.7131 Td[([4])]TJ ET -1 0 0 1 115.3929 546.1474 cm +1 0 0 1 115.3929 520.7131 cm 0 g 0 G -1 0 0 1 -115.3929 -546.1474 cm +1 0 0 1 -115.3929 -520.7131 cm BT -/F8 9.9626 Tf 120.3742 546.1474 Td[(G.)-341(Bella,)-343(S)1(.)-341(Fil)1(ipp)-27(one,)-343(A.)-341(De)-341(Mai)1(o)-342(an)1(d)-341(M)1(.)-341(T)83(e)-1(sta,)]TJ/F19 9.9626 Tf 219.9906 0 Td[(A)-365(Simul)1(ation)-365(Mo)51(del)-364(for)]TJ -219.9906 -11.9552 Td[(F)77(or)51(est)-365(F)1(ir)51(es)]TJ/F8 9.9626 Tf 52.0296 0 Td[(,)-343(i)1(n)-341(J.)-340(Dongar)1(ra,)-343(K.)-340(Mad)1(s)-1(en,)-342(J.)-341(W)84(as)-1(n)1(ie)-1(wski,)-342(e)-1(d)1(itors,)-343(P)1(ro)-28(ce)-1(ed-)]TJ -52.0296 -11.9552 Td[(in)1(gs)-395(of)-394(P)84(AR)-1(A)-394(04)-394(W)83(ork)1(s)-1(h)1(op)-394(on)-394(State)-395(of)-394(t)1(he)-395(Art)-394(in)-394(S)1(c)-1(i)1(e)-1(n)28(ti)1(\014c)-395(Comput)1(ing,)]TJ 0 -11.9551 Td[(pp)1(.)-333(546{553,)-333(Le)-1(ctur)1(e)-334(Note)-1(s)-333(in)-333(Com)-1(p)1(uter)-333(Science)-1(,)-333(S)1(pri)1(nger,)-333(2005.)]TJ +/F8 9.9626 Tf 120.3742 520.7131 Td[(Don)1(garra,)-529(J.)-489(J.,)-529(Du)1(C)-1(r)1(oz)-1(,)-529(J.)1(,)-529(Ham)-1(marl)1(ing,)-529(S)1(.)-490(and)-489(Hanson,)-529(R.)1(,)-529(An)-490(E)1(x-)]TJ 0 -11.9552 Td[(tend)1(e)-1(d)-478(S)1(e)-1(t)-478(of)-477(F)83(or)1(tran)-478(Basic)-479(Li)1(near)-478(Algebra)-478(S)1(ub)1(progr)1(am)-1(s,)-514(A)28(C)-1(M)-477(T)83(ran)1(s)-1(.)]TJ 0 -11.9552 Td[(Math)1(.)-333(Sof)1(t)28(w)-1(.)-333(v)28(ol.)-333(14,)-333(1{17,)-333(1988.)]TJ ET -1 0 0 1 99.8954 488.4364 cm +1 0 0 1 99.8954 478.1366 cm 0 g 0 G -1 0 0 1 -99.8954 -488.4364 cm +1 0 0 1 -99.8954 -478.1366 cm BT -/F8 9.9626 Tf 104.8767 488.4364 Td[([5])]TJ +/F8 9.9626 Tf 104.8767 478.1366 Td[([5])]TJ ET -1 0 0 1 115.3929 488.4364 cm +1 0 0 1 115.3929 478.1366 cm 0 g 0 G -1 0 0 1 -115.3929 -488.4364 cm +1 0 0 1 -115.3929 -478.1366 cm BT -/F8 9.9626 Tf 120.3742 488.4364 Td[(J.)-265(J.)-266(D)1(ongarr)1(a)-266(an)1(d)-266(R.)-265(C.)-266(W)1(haley)83(,)]TJ/F19 9.9626 Tf 146.5659 0 Td[(A)-296(User')1(s)-296(G)1(uide)-295(to)-296(the)-296(BLA)25(C)1(S)-296(v.)-295(1.1)]TJ/F8 9.9626 Tf 156.5892 0 Td[(,)-279(La-)]TJ -303.1551 -11.9551 Td[(pac)28(k)-290(W)83(ork)1(ing)-290(Note)-291(94,)-298(T)83(e)-1(c)28(h.)-290(Re)-1(p)1(.)-290(UT)-1(-CS-95-281,)-299(Univ)28(ersit)28(y)-290(of)-290(T)83(enness)-1(ee)-1(,)]TJ 0 -11.9552 Td[(Mar)1(c)27(h)-333(1995)-333(\050up)-27(dat)1(e)-1(d)-333(M)1(a)27(y)-333(1997\051.)]TJ +/F8 9.9626 Tf 120.3742 478.1366 Td[(Don)1(garra,)-444(J.)1(,)-444(DuCroz,)-444(J.,)-444(Hamm)-1(ar)1(lin)1(g,)-444(S.)-422(an)1(d)-422(Du)1(\013)-1(,)-444(I.,)-444(A)-422(S)1(e)-1(t)-421(of)-422(lev)28(e)-1(l)-422(3)]TJ 0 -11.9552 Td[(Bas)-1(ic)-357(Lin)1(e)-1(ar)-356(Algebra)-357(S)1(ub)1(pr)1(ograms)-1(,)-362(A)27(CM)-356(T)83(rans.)-357(M)1(ath.)-356(Soft)28(w.)-357(v)28(ol)1(.)-357(16,)-363(1{)]TJ 0 -11.9551 Td[(17,)-333(1990.)]TJ ET -1 0 0 1 99.8954 442.6807 cm +1 0 0 1 99.8954 435.5602 cm 0 g 0 G -1 0 0 1 -99.8954 -442.6807 cm +1 0 0 1 -99.8954 -435.5602 cm BT -/F8 9.9626 Tf 104.8767 442.6807 Td[([6])]TJ +/F8 9.9626 Tf 104.8767 435.5602 Td[([6])]TJ ET -1 0 0 1 115.3929 442.6807 cm +1 0 0 1 115.3929 435.5602 cm 0 g 0 G -1 0 0 1 -115.3929 -442.6807 cm +1 0 0 1 -115.3929 -435.5602 cm BT -/F8 9.9626 Tf 120.3742 442.6807 Td[(I.)-488(Du)1(\013)-1(,)-526(M.)-488(M)1(arron)1(e)-1(,)-526(G.)-488(Rad)1(ic)-1(ati)-487(and)-488(C.)-488(Vi)1(ttoli,)]TJ/F19 9.9626 Tf 229.0719 0 Td[(L)51(evel)-500(3)-500(Basic)-500(Line)51(ar)]TJ -229.0719 -11.9552 Td[(A)25(l)1(gebr)51(a)-462(S)-1(u)1(bpr)51(o)51(gr)52(a)-1(m)1(s)-463(f)1(or)-462(Sp)51(a)-1(r)1(se)-462(Matric)51(es:)-668(a)-463(User)-462(L)51(evel)-462(Interf)1(ac)51(e)]TJ/F8 9.9626 Tf 292.2059 0 Td[(,)-475(A)28(C)-1(M)]TJ -292.2059 -11.9551 Td[(T)83(ran)1(s)-1(action)1(s)-334(on)-333(Mat)1(hem)-1(atical)-333(Sof)1(t)28(w)27(ar)1(e)-1(,)-333(23\0503\051,)-333(p)1(p.)-333(379{401,)-333(1997.)]TJ +/F8 9.9626 Tf 120.3742 435.5602 Td[(J.)-265(J.)-266(D)1(ongarr)1(a)-266(an)1(d)-266(R.)-265(C.)-266(W)1(haley)83(,)]TJ/F19 9.9626 Tf 146.5659 0 Td[(A)-296(User')1(s)-296(G)1(uide)-295(to)-296(the)-296(BLA)25(C)1(S)-296(v.)-295(1.1)]TJ/F8 9.9626 Tf 156.5892 0 Td[(,)-279(La-)]TJ -303.1551 -11.9552 Td[(pac)28(k)-290(W)83(ork)1(ing)-290(Note)-291(94,)-298(T)83(e)-1(c)28(h.)-290(Re)-1(p)1(.)-290(UT)-1(-CS-95-281,)-299(Univ)28(ersit)28(y)-290(of)-290(T)83(enness)-1(ee)-1(,)]TJ 0 -11.9552 Td[(Mar)1(c)27(h)-333(1995)-333(\050up)-27(dat)1(e)-1(d)-333(M)1(a)27(y)-333(1997\051.)]TJ ET -1 0 0 1 99.8954 396.925 cm +1 0 0 1 99.8954 392.9837 cm 0 g 0 G -1 0 0 1 -99.8954 -396.925 cm +1 0 0 1 -99.8954 -392.9837 cm BT -/F8 9.9626 Tf 104.8767 396.925 Td[([7])]TJ +/F8 9.9626 Tf 104.8767 392.9837 Td[([7])]TJ ET -1 0 0 1 115.3929 396.925 cm +1 0 0 1 115.3929 392.9837 cm 0 g 0 G -1 0 0 1 -115.3929 -396.925 cm +1 0 0 1 -115.3929 -392.9837 cm BT -/F8 9.9626 Tf 120.3742 396.925 Td[(I.)-358(Du\013,)-365(M.)-358(Heroux)-358(an)1(d)-359(R.)-358(P)28(ozo,)]TJ/F19 9.9626 Tf 146.5094 0 Td[(A)25(n)-381(Over)1(view)-381(o)-1(f)-380(the)-381(S)-1(p)51(ar)1(se)-381(Basic)-381(Line)51(ar)]TJ -146.5094 -11.9552 Td[(A)25(l)1(gebr)51(a)-348(Subpr)51(o)51(gr)52(ams:)-455(the)-348(N)-1(ew)-348(S)-1(tandar)51(d)-348(fr)52(o)-1(m)-348(the)-348(BLA)-1(S)-348(T)77(e)51(chnic)51(al)-347(F)76(or)1(um)]TJ/F8 9.9626 Tf 320.4649 0 Td[(,)]TJ -320.4649 -11.9552 Td[(A)28(CM)-333(T)83(ransactions)-333(on)-333(Math)1(e)-1(matical)-334(S)1(oft)28(w)28(are,)-333(28\0502\051,)-333(pp)1(.)-334(239{267,)-333(2002.)]TJ +/F8 9.9626 Tf 120.3742 392.9837 Td[(I.)-488(Du)1(\013)-1(,)-526(M.)-488(M)1(arron)1(e)-1(,)-526(G.)-488(Rad)1(ic)-1(ati)-487(and)-488(C.)-488(Vi)1(ttoli,)]TJ/F19 9.9626 Tf 229.0719 0 Td[(L)51(evel)-500(3)-500(Basic)-500(Line)51(ar)]TJ -229.0719 -11.9552 Td[(A)25(l)1(gebr)51(a)-462(S)-1(u)1(bpr)51(o)51(gr)52(a)-1(m)1(s)-463(f)1(or)-462(Sp)51(a)-1(r)1(se)-462(Matric)51(es:)-668(a)-463(User)-462(L)51(evel)-462(Interf)1(ac)51(e)]TJ/F8 9.9626 Tf 292.2059 0 Td[(,)-475(A)28(C)-1(M)]TJ -292.2059 -11.9551 Td[(T)83(ran)1(s)-1(action)1(s)-334(on)-333(Mat)1(hem)-1(atical)-333(Sof)1(t)28(w)27(ar)1(e)-1(,)-333(23\0503\051,)-333(p)1(p.)-333(379{401,)-333(1997.)]TJ ET -1 0 0 1 99.8954 351.1692 cm +1 0 0 1 99.8954 350.4073 cm 0 g 0 G -1 0 0 1 -99.8954 -351.1692 cm +1 0 0 1 -99.8954 -350.4073 cm BT -/F8 9.9626 Tf 104.8767 351.1692 Td[([8])]TJ +/F8 9.9626 Tf 104.8767 350.4073 Td[([8])]TJ ET -1 0 0 1 115.3929 351.1692 cm +1 0 0 1 115.3929 350.4073 cm 0 g 0 G -1 0 0 1 -115.3929 -351.1692 cm +1 0 0 1 -115.3929 -350.4073 cm BT -/F8 9.9626 Tf 120.3742 351.1692 Td[(S.)-451(F)1(ilip)1(p)-28(on)1(e)-452(an)1(d)-451(M.)-451(Cola)-55(jann)1(i,)]TJ/F19 9.9626 Tf 145.2288 0 Td[(PS)-1(B)1(L)-1(AS:)-466(A)-467(Li)1(br)51(ary)-466(f)1(or)-466(P)-1(ar)52(al)-51(lel)-465(L)-1(i)1(ne)51(ar)]TJ -145.2288 -11.9552 Td[(A)25(l)1(gebr)51(a)-420(C)1(o)-1(m)1(putat)-1(i)1(on)-421(on)-420(Sp)51(arse)-420(M)1(at)-1(r)1(ic)51(es)]TJ/F8 9.9626 Tf 181.3753 0 Td[(,)-661(A)28(C)-1(M)-400(T)83(ran)1(s)-1(action)1(s)-402(on)-400(Math)1(e)-1(-)]TJ -181.3753 -11.9551 Td[(matical)-334(S)1(oft)28(w)28(are,)-333(26\0504\051,)-333(pp.)-333(527{550,)-333(2000.)]TJ +/F8 9.9626 Tf 120.3742 350.4073 Td[(I.)-358(Du\013,)-365(M.)-358(Heroux)-358(an)1(d)-359(R.)-358(P)28(ozo,)]TJ/F19 9.9626 Tf 146.5094 0 Td[(A)25(n)-381(Over)1(view)-381(o)-1(f)-380(the)-381(S)-1(p)51(ar)1(se)-381(Basic)-381(Line)51(ar)]TJ -146.5094 -11.9552 Td[(A)25(l)1(gebr)51(a)-348(Subpr)51(o)51(gr)52(ams:)-455(the)-348(N)-1(ew)-348(S)-1(tandar)51(d)-348(fr)52(o)-1(m)-348(the)-348(BLA)-1(S)-348(T)77(e)51(chnic)51(al)-347(F)76(or)1(um)]TJ/F8 9.9626 Tf 320.4649 0 Td[(,)]TJ -320.4649 -11.9552 Td[(A)28(CM)-333(T)83(ransactions)-333(on)-333(Math)1(e)-1(matical)-334(S)1(oft)28(w)28(are,)-333(28\0502\051,)-333(pp)1(.)-334(239{267,)-333(2002.)]TJ ET -1 0 0 1 99.8954 305.4135 cm +1 0 0 1 99.8954 307.8308 cm 0 g 0 G -1 0 0 1 -99.8954 -305.4135 cm +1 0 0 1 -99.8954 -307.8308 cm BT -/F8 9.9626 Tf 104.8767 305.4135 Td[([9])]TJ +/F8 9.9626 Tf 104.8767 307.8308 Td[([9])]TJ ET -1 0 0 1 115.3929 305.4135 cm +1 0 0 1 115.3929 307.8308 cm 0 g 0 G -1 0 0 1 -115.3929 -305.4135 cm +1 0 0 1 -115.3929 -307.8308 cm BT -/F8 9.9626 Tf 120.3742 305.4135 Td[(S.)-266(Fil)1(ipp)-27(one,)-280(P)84(.)-267(D')1(Am)27(br)1(a,)-280(M.)-266(C)-1(ol)1(a)-56(jan)1(ni)1(,)]TJ/F19 9.9626 Tf 177.2974 0 Td[(Using)-297(a)-296(P)-1(ar)52(al)-51(lel)-296(Libr)52(ary)-296(of)-296(S)-1(p)51(ar)1(se)]TJ -177.2974 -11.9552 Td[(Line)51(ar)-352(A)26(lgebr)51(a)-352(i)1(n)-352(a)-352(Flu)1(id)-352(Dynami)1(cs)-352(A)-1(ppl)1(ic)51(ations)-352(Co)51(de)-352(on)-352(Linux)-351(Cl)1(usters)]TJ/F8 9.9626 Tf 320.4649 0 Td[(,)]TJ -320.4649 -11.9551 Td[(in)-398(G)1(.)-398(Joub)-27(e)-1(r)1(t,)-415(A.)-398(M)1(url)1(i,)-414(F.)-398(P)28(ete)-1(r)1(s)-1(,)-414(M.)-398(V)83(an)1(nes)-1(c)28(hi,)-414(editor)1(s)-1(,)-414(P)28(aral)1(le)-1(l)-398(Com-)]TJ 0 -11.9552 Td[(pu)1(tin)1(g)-355(-)-354(Adv)56(an)1(c)-1(es)-355(&)-354(Curr)1(e)-1(n)29(t)-355(Iss)-1(u)1(e)-1(s,)-359(pp)1(.)-354(441{448,)-360(Imp)-27(e)-1(r)1(ial)-354(C)-1(ol)1(le)-1(ge)-354(Pr)1(e)-1(ss)-1(,)]TJ 0 -11.9552 Td[(2002.)]TJ +/F8 9.9626 Tf 120.3742 307.8308 Td[(S.)-451(F)1(ilip)1(p)-28(on)1(e)-452(an)1(d)-451(M.)-451(Cola)-55(jann)1(i,)]TJ/F19 9.9626 Tf 145.2288 0 Td[(PS)-1(B)1(L)-1(AS:)-466(A)-467(Li)1(br)51(ary)-466(f)1(or)-466(P)-1(ar)52(al)-51(lel)-465(L)-1(i)1(ne)51(ar)]TJ -145.2288 -11.9552 Td[(A)25(l)1(gebr)51(a)-420(C)1(o)-1(m)1(putat)-1(i)1(on)-421(on)-420(Sp)51(arse)-420(M)1(at)-1(r)1(ic)51(es)]TJ/F8 9.9626 Tf 181.3753 0 Td[(,)-661(A)28(C)-1(M)-400(T)83(ran)1(s)-1(action)1(s)-402(on)-400(Math)1(e)-1(-)]TJ -181.3753 -11.9551 Td[(matical)-334(S)1(oft)28(w)28(are,)-333(26\0504\051,)-333(pp.)-333(527{550,)-333(2000.)]TJ ET -1 0 0 1 99.8954 235.7474 cm +1 0 0 1 99.8954 265.2544 cm 0 g 0 G -1 0 0 1 -99.8954 -235.7474 cm +1 0 0 1 -99.8954 -265.2544 cm BT -/F8 9.9626 Tf 99.8954 235.7474 Td[([10])]TJ +/F8 9.9626 Tf 99.8954 265.2544 Td[([10])]TJ ET -1 0 0 1 115.3929 235.7474 cm +1 0 0 1 115.3929 265.2544 cm 0 g 0 G -1 0 0 1 -115.3929 -235.7474 cm +1 0 0 1 -115.3929 -265.2544 cm BT -/F8 9.9626 Tf 120.3742 235.7474 Td[(Kar)1(ypis,)-561(G)1(.)-515(and)-515(Ku)1(mar,)-561(V.)1(,)]TJ/F19 9.9626 Tf 136.7968 0 Td[(METI)1(S:)-525(Un)-1(str)1(uctur)51(e)52(d)-526(G)1(r)51(aph)-525(P)-1(arti)1(t)-1(i)1(on)-1(i)1(n)-1(g)]TJ -136.7968 -11.9551 Td[(and)-414(Sp)51(arse)-413(Matri)1(x)-413(Or)51(der)1(ing)-414(Sy)1(st)-1(em)]TJ/F8 9.9626 Tf 158.5977 0 Td[(.)-393(Min)1(neap)-28(oli)1(s)-1(,)-408(MN)-394(55455:)-565(Un)1(iv)28(ers)-1(i)1(t)28(y)]TJ -158.5977 -11.9552 Td[(of)-419(Min)1(ne)-1(sota,)-441(De)-1(p)1(artmen)28(t)-420(of)-420(Compu)1(te)-1(r)-419(Science)-1(,)-441(1995.)-420(In)28(tern)1(e)-1(t)-420(Ad)1(dr)1(e)-1(ss)-1(:)]TJ/F32 9.9626 Tf 0 -11.9552 Td[(http://www.cs.umn.edu/~karypis)]TJ/F8 9.9626 Tf 156.9102 0 Td[(.)]TJ +/F8 9.9626 Tf 120.3742 265.2544 Td[(S.)-266(Fil)1(ipp)-27(one,)-280(P)84(.)-267(D')1(Am)27(br)1(a,)-280(M.)-266(C)-1(ol)1(a)-56(jan)1(ni)1(,)]TJ/F19 9.9626 Tf 177.2974 0 Td[(Using)-297(a)-296(P)-1(ar)52(al)-51(lel)-296(Libr)52(ary)-296(of)-296(S)-1(p)51(ar)1(se)]TJ -177.2974 -11.9552 Td[(Line)51(ar)-352(A)26(lgebr)51(a)-352(i)1(n)-352(a)-352(Flu)1(id)-352(Dynami)1(cs)-352(A)-1(ppl)1(ic)51(ations)-352(Co)51(de)-352(on)-352(Linux)-351(Cl)1(usters)]TJ/F8 9.9626 Tf 320.4649 0 Td[(,)]TJ -320.4649 -11.9552 Td[(in)-398(G)1(.)-398(Joub)-27(e)-1(r)1(t,)-415(A.)-398(M)1(url)1(i,)-414(F.)-398(P)28(ete)-1(r)1(s)-1(,)-414(M.)-398(V)83(an)1(nes)-1(c)28(hi,)-414(editor)1(s)-1(,)-414(P)28(aral)1(le)-1(l)-398(Com-)]TJ 0 -11.9551 Td[(pu)1(tin)1(g)-355(-)-354(Adv)56(an)1(c)-1(es)-355(&)-354(Curr)1(e)-1(n)29(t)-355(Iss)-1(u)1(e)-1(s,)-359(pp)1(.)-354(441{448,)-360(Imp)-27(e)-1(r)1(ial)-354(C)-1(ol)1(le)-1(ge)-354(Pr)1(e)-1(ss)-1(,)]TJ 0 -11.9552 Td[(2002.)]TJ ET -1 0 0 1 99.8954 178.0365 cm +1 0 0 1 99.8954 198.7676 cm 0 g 0 G -1 0 0 1 -99.8954 -178.0365 cm +1 0 0 1 -99.8954 -198.7676 cm BT -/F8 9.9626 Tf 99.8954 178.0365 Td[([11])]TJ +/F8 9.9626 Tf 99.8954 198.7676 Td[([11])]TJ ET -1 0 0 1 115.3929 178.0365 cm +1 0 0 1 115.3929 198.7676 cm 0 g 0 G -1 0 0 1 -115.3929 -178.0365 cm +1 0 0 1 -115.3929 -198.7676 cm BT -/F8 9.9626 Tf 120.3742 178.0365 Td[(Mac)28(hiels,)-372(L.)-364(an)1(d)-364(De)-1(v)1(ille,)-372(M)1(.)]TJ/F19 9.9626 Tf 128.4908 0 Td[(F)77(ortr)51(an)-386(90:)-517(A)26(n)-387(entry)-386(to)-386(obje)51(ct-or)1(ient)-1(e)52(d)-387(pr)52(o-)]TJ -128.4908 -11.9552 Td[(gr)51(am)1(ming)-492(for)-491(t)-1(he)-492(sol)1(ution)-492(of)-492(p)51(arti)1(a)-1(l)-491(di\013er)51(ential)-491(e)51(quations.)]TJ/F8 9.9626 Tf 267.4567 0 Td[(A)28(CM)-479(T)83(ran)1(s)-1(.)]TJ -267.4567 -11.9551 Td[(Math)1(.)-333(Sof)1(t)28(w)-1(.)-333(v)28(ol.)-333(23,)-333(32{49.)]TJ +/F8 9.9626 Tf 120.3742 198.7676 Td[(Kar)1(ypis,)-561(G)1(.)-515(and)-515(Ku)1(mar,)-561(V.)1(,)]TJ/F19 9.9626 Tf 136.7968 0 Td[(METI)1(S:)-525(Un)-1(str)1(uctur)51(e)52(d)-526(G)1(r)51(aph)-525(P)-1(arti)1(t)-1(i)1(on)-1(i)1(n)-1(g)]TJ -136.7968 -11.9552 Td[(and)-414(Sp)51(arse)-413(Matri)1(x)-413(Or)51(der)1(ing)-414(Sy)1(st)-1(em)]TJ/F8 9.9626 Tf 158.5977 0 Td[(.)-393(Min)1(neap)-28(oli)1(s)-1(,)-408(MN)-394(55455:)-565(Un)1(iv)28(ers)-1(i)1(t)28(y)]TJ -158.5977 -11.9552 Td[(of)-419(Min)1(ne)-1(sota,)-441(De)-1(p)1(artmen)28(t)-420(of)-420(Compu)1(te)-1(r)-419(Science)-1(,)-441(1995.)-420(In)28(tern)1(e)-1(t)-420(Ad)1(dr)1(e)-1(ss)-1(:)]TJ/F32 9.9626 Tf 0 -11.9551 Td[(http://www.cs.umn.edu/~karypis)]TJ/F8 9.9626 Tf 156.9102 0 Td[(.)]TJ ET -1 0 0 1 99.8954 132.2808 cm +1 0 0 1 99.8954 144.236 cm 0 g 0 G -1 0 0 1 -99.8954 -132.2808 cm +1 0 0 1 -99.8954 -144.236 cm BT -/F8 9.9626 Tf 99.8954 132.2808 Td[([12])]TJ +/F8 9.9626 Tf 99.8954 144.236 Td[([12])]TJ ET -1 0 0 1 115.3929 132.2808 cm +1 0 0 1 115.3929 144.236 cm 0 g 0 G -1 0 0 1 -115.3929 -132.2808 cm +1 0 0 1 -115.3929 -144.236 cm BT -/F8 9.9626 Tf 120.3742 132.2808 Td[(Metcalf,)-433(M.,)-434(Reid)1(,)-434(J.)-413(and)-413(C)-1(oh)1(e)-1(n)1(,)-434(M)1(.)]TJ/F19 9.9626 Tf 168.8559 0 Td[(F)77(ortr)51(an)-432(95/2003)-432(explaine)51(d.)]TJ/F8 9.9626 Tf 123.9072 0 Td[(Oxf)1(ord)]TJ -292.7631 -11.9552 Td[(Uni)1(v)28(e)-1(r)1(s)-1(it)28(y)-333(P)1(re)-1(ss,)-334(2004.)]TJ +/F8 9.9626 Tf 120.3742 144.236 Td[(La)28(ws)-1(on)1(,)-339(C)-1(.)1(,)-339(Hanson,)-339(R.)1(,)-339(Kin)1(c)-1(aid)1(,)-339(D.)-338(an)1(d)-338(K)1(rogh,)-338(F.,)-339(Bas)-1(i)1(c)-339(Li)1(ne)-1(ar)-337(Algebra)]TJ 0 -11.9552 Td[(Su)1(bp)1(rograms)-337(for)-336(Fort)1(ran)-336(usage)-1(,)-337(A)27(CM)-336(T)83(ran)1(s)-1(.)-336(Math)1(.)-337(Sof)1(t)28(w.)-337(v)28(ol.)-336(5,)-338(38{329,)]TJ 0 -11.9552 Td[(1979.)]TJ ET 1 0 0 1 99.8954 90.4377 cm 0 g 0 G @@ -32122,61 +32192,61 @@ ET 0 g 0 G endstream endobj -1527 0 obj << +1534 0 obj << /Type /Page -/Contents 1528 0 R -/Resources 1526 0 R +/Contents 1535 0 R +/Resources 1533 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1534 0 R +/Parent 1541 0 R >> endobj -1529 0 obj << -/D [1527 0 R /XYZ 99.8954 740.9981 null] +1536 0 obj << +/D [1534 0 R /XYZ 99.8954 740.9981 null] >> endobj -1530 0 obj << -/D [1527 0 R /XYZ 99.8954 695.8497 null] +1537 0 obj << +/D [1534 0 R /XYZ 99.8954 696.2631 null] >> endobj -577 0 obj << -/D [1527 0 R /XYZ 99.8954 700.3148 null] +1538 0 obj << +/D [1534 0 R /XYZ 99.8954 699.6186 null] +>> endobj +637 0 obj << +/D [1534 0 R /XYZ 99.8954 643.1498 null] +>> endobj +636 0 obj << +/D [1534 0 R /XYZ 99.8954 588.6182 null] >> endobj 578 0 obj << -/D [1527 0 R /XYZ 99.8954 654.5591 null] +/D [1534 0 R /XYZ 99.8954 534.0865 null] >> endobj 579 0 obj << -/D [1527 0 R /XYZ 99.8954 606.8662 null] ->> endobj -1531 0 obj << -/D [1527 0 R /XYZ 99.8954 561.1105 null] +/D [1534 0 R /XYZ 99.8954 491.5101 null] >> endobj -606 0 obj << -/D [1527 0 R /XYZ 99.8954 503.3995 null] +595 0 obj << +/D [1534 0 R /XYZ 99.8954 448.9336 null] >> endobj 575 0 obj << -/D [1527 0 R /XYZ 99.8954 457.0903 null] +/D [1534 0 R /XYZ 99.8954 405.8037 null] >> endobj 576 0 obj << -/D [1527 0 R /XYZ 99.8954 411.3346 null] ->> endobj -1532 0 obj << -/D [1527 0 R /XYZ 99.8954 365.5789 null] +/D [1534 0 R /XYZ 99.8954 363.2273 null] >> endobj -1533 0 obj << -/D [1527 0 R /XYZ 99.8954 319.8231 null] +1539 0 obj << +/D [1534 0 R /XYZ 99.8954 320.6508 null] >> endobj -607 0 obj << -/D [1527 0 R /XYZ 99.8954 252.6477 null] +1540 0 obj << +/D [1534 0 R /XYZ 99.8954 278.0743 null] >> endobj -574 0 obj << -/D [1527 0 R /XYZ 99.8954 192.7229 null] +623 0 obj << +/D [1534 0 R /XYZ 99.8954 214.0782 null] >> endobj -573 0 obj << -/D [1527 0 R /XYZ 99.8954 147.2439 null] +577 0 obj << +/D [1534 0 R /XYZ 99.8954 157.3327 null] >> endobj -1526 0 obj << -/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 592 0 R >> +1533 0 obj << +/Font << /F18 425 0 R /F8 434 0 R /F19 571 0 R /F32 602 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1537 0 obj << -/Length 933 +1544 0 obj << +/Length 2219 >> stream 1 0 0 1 150.7049 740.9981 cm @@ -32193,7 +32263,31 @@ ET 0 g 0 G 1 0 0 1 -166.2024 -706.1289 cm BT -/F8 9.9626 Tf 171.1837 706.1289 Td[(M.)-443(S)1(nir)1(,)-471(S)1(.)-443(Otto,)-470(S.)-443(Huss-)-1(Lederman,)-470(D.)-443(W)83(al)1(k)28(e)-1(r)-443(an)1(d)-443(J.)-443(Don)1(garra,)]TJ/F19 9.9626 Tf 300.6449 0 Td[(MPI:)]TJ -300.6449 -11.9552 Td[(The)-365(C)1(o)-1(m)1(plete)-365(R)50(ef)1(er)51(enc)51(e.)-365(V)76(ol)1(ume)-365(1)-365(-)-365(The)-365(MPI)-365(Cor)52(e)]TJ/F8 9.9626 Tf 228.8028 0 Td[(,)-343(s)-1(ec)-1(on)1(d)-341(e)-1(d)1(ition)1(,)-343(MIT)]TJ -228.8028 -11.9552 Td[(Pr)1(e)-1(ss)-1(,)-333(1998.)]TJ +/F8 9.9626 Tf 171.1837 706.1289 Td[(Mac)28(hiels,)-372(L.)-364(an)1(d)-364(De)-1(v)1(ille,)-372(M)1(.)]TJ/F19 9.9626 Tf 128.4908 0 Td[(F)77(ortr)51(an)-386(90:)-517(A)26(n)-387(entry)-386(to)-386(obje)51(ct-or)1(ient)-1(e)52(d)-387(pr)52(o-)]TJ -128.4908 -11.9552 Td[(gr)51(am)1(ming)-492(for)-491(t)-1(he)-492(sol)1(ution)-492(of)-492(p)51(arti)1(a)-1(l)-491(di\013er)51(ential)-491(e)51(quations.)]TJ/F8 9.9626 Tf 267.4567 0 Td[(A)28(CM)-479(T)83(ran)1(s)-1(.)]TJ -267.4567 -11.9552 Td[(Math)1(.)-333(Sof)1(t)28(w)-1(.)-333(v)28(ol.)-333(23,)-333(32{49.)]TJ +ET +1 0 0 1 150.7049 662.2932 cm +0 g 0 G +1 0 0 1 -150.7049 -662.2932 cm +BT +/F8 9.9626 Tf 150.7049 662.2932 Td[([14])]TJ +ET +1 0 0 1 166.2024 662.2932 cm +0 g 0 G +1 0 0 1 -166.2024 -662.2932 cm +BT +/F8 9.9626 Tf 171.1837 662.2932 Td[(Metcalf,)-433(M.,)-434(Reid)1(,)-434(J.)-413(and)-413(C)-1(oh)1(e)-1(n)1(,)-434(M)1(.)]TJ/F19 9.9626 Tf 168.8558 0 Td[(F)77(ortr)51(an)-432(95/2003)-432(explaine)51(d.)]TJ/F8 9.9626 Tf 123.9073 0 Td[(Oxf)1(ord)]TJ -292.7631 -11.9551 Td[(Uni)1(v)28(e)-1(r)1(s)-1(it)28(y)-333(P)1(re)-1(ss,)-334(2004.)]TJ +ET +1 0 0 1 150.7049 630.4128 cm +0 g 0 G +1 0 0 1 -150.7049 -630.4128 cm +BT +/F8 9.9626 Tf 150.7049 630.4128 Td[([15])]TJ +ET +1 0 0 1 166.2024 630.4128 cm +0 g 0 G +1 0 0 1 -166.2024 -630.4128 cm +BT +/F8 9.9626 Tf 171.1837 630.4128 Td[(M.)-443(S)1(nir)1(,)-471(S)1(.)-443(Otto,)-470(S.)-443(Huss-)-1(Lederman,)-470(D.)-443(W)83(al)1(k)28(e)-1(r)-443(an)1(d)-443(J.)-443(Don)1(garra,)]TJ/F19 9.9626 Tf 300.6449 0 Td[(MPI:)]TJ -300.6449 -11.9552 Td[(The)-365(C)1(o)-1(m)1(plete)-365(R)50(ef)1(er)51(enc)51(e.)-365(V)76(ol)1(ume)-365(1)-365(-)-365(The)-365(MPI)-365(Cor)52(e)]TJ/F8 9.9626 Tf 228.8028 0 Td[(,)-343(s)-1(ec)-1(on)1(d)-341(e)-1(d)1(ition)1(,)-343(MIT)]TJ -228.8028 -11.9551 Td[(Pr)1(e)-1(ss)-1(,)-333(1998.)]TJ ET 1 0 0 1 150.7049 90.4377 cm 0 g 0 G @@ -32205,24 +32299,30 @@ ET 0 g 0 G endstream endobj -1536 0 obj << +1543 0 obj << /Type /Page -/Contents 1537 0 R -/Resources 1535 0 R +/Contents 1544 0 R +/Resources 1542 0 R /MediaBox [0 0 595.2756 841.8898] -/Parent 1534 0 R +/Parent 1541 0 R >> endobj -1538 0 obj << -/D [1536 0 R /XYZ 150.7049 740.9981 null] +1545 0 obj << +/D [1543 0 R /XYZ 150.7049 740.9981 null] >> endobj -1539 0 obj << -/D [1536 0 R /XYZ 150.7049 716.0915 null] +574 0 obj << +/D [1543 0 R /XYZ 150.7049 716.0915 null] >> endobj -1535 0 obj << +573 0 obj << +/D [1543 0 R /XYZ 150.7049 676.2963 null] +>> endobj +1546 0 obj << +/D [1543 0 R /XYZ 150.7049 644.4158 null] +>> endobj +1542 0 obj << /Font << /F8 434 0 R /F19 571 0 R >> /ProcSet [ /PDF /Text ] >> endobj -978 0 obj << +985 0 obj << /Length1 1125 /Length2 4765 /Length3 532 @@ -32242,7 +32342,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /RQLFQF+CMR9 def +/FontName /KBYEBK+CMR9 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32319,37 +32419,37 @@ _ cleartomark endstream endobj -979 0 obj << +986 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1540 0 R +/Encoding 1547 0 R /FirstChar 40 /LastChar 115 -/Widths 1541 0 R -/BaseFont /RQLFQF+CMR9 -/FontDescriptor 977 0 R +/Widths 1548 0 R +/BaseFont /KBYEBK+CMR9 +/FontDescriptor 984 0 R >> endobj -977 0 obj << +984 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /RQLFQF+CMR9 +/FontName /KBYEBK+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 978 0 R +/FontFile 985 0 R >> endobj -1541 0 obj +1548 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 -1540 0 obj << +1547 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 -884 0 obj << +891 0 obj << /Length1 766 /Length2 759 /Length3 532 @@ -32369,7 +32469,7 @@ stream /ItalicAngle -14.035 def /isFixedPitch false def end readonly def -/FontName /FANUMM+CMSY7 def +/FontName /LZILKO+CMSY7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32395,37 +32495,37 @@ aaT'/D cleartomark endstream endobj -885 0 obj << +892 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1542 0 R +/Encoding 1549 0 R /FirstChar 0 /LastChar 49 -/Widths 1543 0 R -/BaseFont /FANUMM+CMSY7 -/FontDescriptor 883 0 R +/Widths 1550 0 R +/BaseFont /LZILKO+CMSY7 +/FontDescriptor 890 0 R >> endobj -883 0 obj << +890 0 obj << /Ascent 750 /CapHeight 683 /Descent -194 -/FontName /FANUMM+CMSY7 +/FontName /LZILKO+CMSY7 /ItalicAngle -14.035 /StemV 93 /XHeight 431 /FontBBox [-15 -951 1252 782] /Flags 4 /CharSet (/minus/infinity) -/FontFile 884 0 R +/FontFile 891 0 R >> endobj -1543 0 obj +1550 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 -1542 0 obj << +1549 0 obj << /Type /Encoding /Differences [ 0 /minus 1/.notdef 49/infinity 50/.notdef] >> endobj -722 0 obj << +729 0 obj << /Length1 1306 /Length2 5708 /Length3 532 @@ -32445,7 +32545,7 @@ stream /ItalicAngle 0 def /isFixedPitch true def end readonly def -/FontName /HTJQFP+CMTT9 def +/FontName /INRSCM+CMTT9 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32512,37 +32612,37 @@ qܖ cleartomark endstream endobj -723 0 obj << +730 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1544 0 R +/Encoding 1551 0 R /FirstChar 39 /LastChar 122 -/Widths 1545 0 R -/BaseFont /HTJQFP+CMTT9 -/FontDescriptor 721 0 R +/Widths 1552 0 R +/BaseFont /INRSCM+CMTT9 +/FontDescriptor 728 0 R >> endobj -721 0 obj << +728 0 obj << /Ascent 611 /CapHeight 611 /Descent -222 -/FontName /HTJQFP+CMTT9 +/FontName /INRSCM+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 722 0 R +/FontFile 729 0 R >> endobj -1545 0 obj +1552 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 -1544 0 obj << +1551 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 -642 0 obj << +649 0 obj << /Length1 745 /Length2 1242 /Length3 532 @@ -32562,7 +32662,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /NGREMF+CMMI5 def +/FontName /PHIQVH+CMMI5 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32588,243 +32688,41 @@ currentfile eexec cleartomark endstream endobj -643 0 obj << +650 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1546 0 R +/Encoding 1553 0 R /FirstChar 105 /LastChar 105 -/Widths 1547 0 R -/BaseFont /NGREMF+CMMI5 -/FontDescriptor 641 0 R +/Widths 1554 0 R +/BaseFont /PHIQVH+CMMI5 +/FontDescriptor 648 0 R >> endobj -641 0 obj << +648 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /NGREMF+CMMI5 +/FontName /PHIQVH+CMMI5 /ItalicAngle -14.04 /StemV 90 /XHeight 431 /FontBBox [37 -250 1349 750] /Flags 4 /CharSet (/i) -/FontFile 642 0 R +/FontFile 649 0 R >> endobj -1547 0 obj +1554 0 obj [534 ] endobj -1546 0 obj << +1553 0 obj << /Type /Encoding /Differences [ 0 /.notdef 105/i 106/.notdef] >> endobj -616 0 obj << -/Length1 1050 -/Length2 2900 -/Length3 532 -/Length 4482 ->> -stream -%!PS-AdobeFont-1.1: CMSY10 1.0 -%%CreationDate: 1991 Aug 15 07:20:57 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. -11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def -/FullName (CMSY10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.035 def -/isFixedPitch false def -end readonly def -/FontName /LNBNXK+CMSY10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 0 /minus put -dup 15 /bullet put -dup 20 /lessequal put -dup 21 /greaterequal put -dup 32 /arrowleft put -dup 50 /element put -dup 54 /negationslash put -dup 66 /B put -dup 72 /H put -dup 73 /I put -dup 102 /braceleft put -dup 103 /braceright put -dup 106 /bar put -dup 107 /bardbl put -dup 112 /radical put -dup 120 /section put -readonly def -/FontBBox{-29 -960 1116 775}readonly def -currentdict end -currentfile eexec -oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨y=cLIPsF'f> ba -]fv+QAwdO[x"%Sx~{p҈덡|O -BÄ/GL3h+Ng03jU1~akDzq=U}.KY碌 ֻ1?C N2Muh/4Gm |Q] -OaFދp4/rY\ ۑM GR5j<uvyƻD$/y^z $j1 -}Ɲa756,7 -i7.X5$< ƏV띱ٍ(FOFM>Es}8UJR?Ldg4"LLKt|#.djVMKf6 wCŰ~]4|dͮOSz܄D]dL#g!TMtmvFr4aڻ}ظ}FExy- C2"tvM񪩟ЀvB6F}w@f5 `Cߍ -g'"̢Ryk8S2WQF܎ *~5ނp6U⢨w,ż4y|\^dϰH[+W9rWT|/& :0d@\D\[UjrDcQ0~-$ELmQ6j׀ V~uύN W_(~P/3Bbֵ -i,ewr3gŲ0srVIJzG7R 1K1ߺ]0Uv>mkYWN0`s@T'=4.>M[CB˽pnv)~Uo[I<7`^? _u{yKŷCޮ;ӈ˽\'}eq!l͟_>#b/EQ>+r/kFZ 2ۨ~+oJو֌#i󿈻ja.N=-rc`"A7z< \дV@1m؝3MU4c>2@UߓݩDNd |83ALDR?nW A͕8'Z2KS˗~/Ĥ(Pcq:q/Vko=Һ~w&iZ -R,L& pa 7iBl#cǏogd- u@xbVac*tacD: -Ƽ?jbh,zלDcBVL|3%[By>ݟ)]}mo| H#e2RsF1' kEΐDPB(7EaʘR^2aS1XҘ6\Ey >VyMmީr;'8v3CN6wl$zI,$po"^ƾ2X}Z!>P7f.*8Qb+]/u[ -k. vCo/> endobj -615 0 obj << -/Ascent 750 -/CapHeight 683 -/Descent -194 -/FontName /LNBNXK+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 616 0 R ->> endobj -1549 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 -1548 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 -613 0 obj << -/Length1 907 -/Length2 3553 +620 0 obj << +/Length1 1462 +/Length2 8120 /Length3 532 -/Length 4992 ->> -stream -%!PS-AdobeFont-1.1: CMMI7 1.100 -%%CreationDate: 1996 Jul 23 07:53:53 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. -11 dict begin -/FontInfo 7 dict dup begin -/version (1.100) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def -/FullName (CMMI7) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -end readonly def -/FontName /XHNIDC+CMMI7 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 59 /comma put -dup 72 /H put -dup 73 /I put -dup 84 /T put -dup 97 /a put -dup 99 /c put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 109 /m put -dup 110 /n put -dup 114 /r put -readonly def -/FontBBox{0 -250 1171 750}readonly def -currentdict end -currentfile eexec -oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# -]LeVߐGoo٥\k 9Mv92#:iQ?.n>%jzGm >NjS])7uևUQh4)-×p#z{8YаGP9 )"Pƣ3ГzYYZgp_PC߬CܔDC'<|(Rl/IxXMYzntԟlAv)|*iQP3|TxL" ʃ?Aw·pҋ:r)6,N{?JoA剳Js(0T9$ն''0j%&4LwQcKHpY Bֶ6$bZXZmX>B#9xҥ6IUJeG#݆>@P1o(ߋUcCо"[D.)>;@Ly±P4Ֆ>qc# AhwTfM15*=<giT˞pˠCvSq@5tVǑ- $F')"o Ҵ NYNsQZ-C&mR^RWI%Tnv ( -d> Q='CA>l`F.廊s=WEq̼p1³j{bm4 i \q4NbwbM7 N6REHn9gN'=#$.dƚP:$Ab왏Zh0 nͭ_eYUv*;5@_aPM]߮p1|"KIS\۹(xmj6.M[DZ)Z&iiOi~ _R_mX~~if-..sEj6(upE}er5!/; 8xю(V#0}r"Rz0.I2_bX"rq}\'<*:ak/ 3N!s jUµDQE4'8%drO9QT":t{EގDcCh%sf:s[#:`+ AѺ}~Z[1kyI|K|` :H\\ojf? 4¹k/=~)}Z>=?HNF RLZ> ms Cv^lʝFJ=1x|{ORƲ?~t 5/QpxyhXiswԡcj`Am#ɔtU}PPxP;/8>JZquf/q-FG23yA~8)rVt -Hw -um'Wߍ -8-[~YS;<íi{I*H.(_-{Ւkg=j-p I^NcRYϡN9OrBGU39H9*,^IE U)DLsM?f] cjpMwjՈK^:,yJ,rV!!;gbEQMyO|0L`2/<ŮCH "˫hd}w1m| ]NA,jXu:j0LQˮA'.R*+ -ZC^{#3y8)*cRSvy))}>C9>'Z#7 I?||9?B/#DQn+MW= }6/(NJY|M!͒+҂Nu tl@[CҠJw S%3&Xh|I]|ɮL6S? -Nؕ -7l޵`\U(:F'Nۿ*,#Ð|TZN`Ίlxer3bӭ{ã$=üf}mi\i}Hib{=3l#/Ί0P>.Hg`\wiSN*1~^6#4ޯq[( Dh^<(SEKՒ|s#q% :`Xz$RN#;m|ϒRb'n@]ZcBS7rNڇ 2\0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -0000000000000000000000000000000000000000000000000000000000000000 -cleartomark -endstream -endobj -614 0 obj << -/Type /Font -/Subtype /Type1 -/Encoding 1550 0 R -/FirstChar 59 -/LastChar 114 -/Widths 1551 0 R -/BaseFont /XHNIDC+CMMI7 -/FontDescriptor 612 0 R ->> endobj -612 0 obj << -/Ascent 694 -/CapHeight 683 -/Descent -194 -/FontName /XHNIDC+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 613 0 R ->> endobj -1551 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 -1550 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 -603 0 obj << -/Length1 1385 -/Length2 7327 -/Length3 532 -/Length 9244 +/Length 10114 >> stream %!PS-AdobeFont-1.1: CMR8 1.0 @@ -32840,7 +32738,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /ZIEWDR+CMR8 def +/FontName /LRJVHJ+CMR8 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32848,6 +32746,7 @@ end readonly def 0 1 255 {1 index exch /.notdef put} for dup 40 /parenleft put dup 41 /parenright put +dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put @@ -32870,9 +32769,11 @@ dup 80 /P put dup 84 /T put dup 88 /X put dup 97 /a put +dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put +dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put @@ -32881,12 +32782,14 @@ dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put +dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put +dup 120 /x put dup 121 /y put readonly def /FontBBox{-36 -250 1070 750}readonly def @@ -32898,34 +32801,30 @@ currentfile eexec ۊ31S\DKZW` P^3 eێ 8`2?l;Ȋ!eXxh Df@=$*IBXԏ!Wx-b1 C; p}hQi=HXbgbmǣR,>_Q! Z؞Ar]< Qjt8?B,mN3v լǵ+K6 t{AJcQ%r?v60RmXsŤ+pǸi:Us)kPW\~; 7T.N }.&:D~zp0C_HOzCByAOve1k`G|f28'j0&®uk6sw, I5&{oP}p2d -CA!8Z⓪٦ǎaBLebǖs=k㍁bny#`h N7VE shG%J4쨲e?cxc>ޙyg[ 5×hՒ{^#E6=a}|vj1h]k71[[;L?H*LjssUyKCDg|AR chãYDieirvZ+Y$> $ ccQ ӡqH_BW, ,im8ѷ55&KD%^XH\@*/]UYeh87q3[!AcJATux.2@lh|+xXq C1D 6t#K6غ'd,E+҆$ĝNMH|&0viI$ n۬{\xBmC8G4}7[q#KX4D#ŀTpkHO|a֟]Oaċ*N7,v5Sr% :-,ݚ0v -c?=Qtgo]T3kl%P\D Ak&uڂ0@G!;H7%@͖uu+bP;J3k6S{n!i]f$ -s6m #gD -=45Or3eH߶Cw`3K.iex=-Ou՚P,;dZh>amp1Eq7*I"2ק}8܆]iIUbvȇH9*|_ W` ^(*NӨ(9^iӡtZOːԥa[73wŅw_C4=`Ș48x7>lhwm(gVxcM" S=0 -ӴS*#o~% 2pO+`Ke*e f "ڠlTL/QpgVn}˧h&а^Ha,Iܛ<1!lK|yGA}''u^E+J;FJo"M,1\Xwfzq CW^v"1В5y^F` (U.wpq?T߭o]+WPqFޔVyJ"0=.^Ny -yg(u?=IHYl<<-0ߵH 3?![bWԝ(7AjljidT#h~$ypTیG_S -;֝9@kc[Y`7Oaiө)lѴozj]Ƴ֚mCq7~R; - ;E!|o6W#4n93F<$V}Ƃ` j3k!kݺ YpQ} JPVg#H^y>ց`:ԧAt2V%k1mwkG vrќ?IM)/:FK=I|E̓F\bku}dR2܇2r"=D"A{C&Kh^F>r6#šVfȹI{*{ T -MpWvcܘv cc|%>;A쵳mør!qxÖ <2xG^L@v`w*R2Zi ]a–TUtEBlU] -īW]Rw,}Qc>".U1B Tcxn MW.eثi'䓩- ed$ 1#wdU l_m0ErtIPO`%z]d/LiagR= s8 )dK.)e -҉P%eps\l rU Y}x[SsKnj|: -` Gۊc{ӕCQJ@F:tW;̀1P}~y .Ķ(6o;evo<9uCo:N!EԼOr@#ohbC'lƏ'C(^6%-݌P]$ l7ѿvf7|U؟@e7B[\Md}vJI -r/V[t'Iƃ&ף+QjܶzY/WnvfqⷄT]:h!0qI$f :g'?+$wxǚGܖ0zIS3=жdcJ~٭4|NL2ѷ SgyxETLҀ5SP:!Ԣxp@NQ׆p𳦢-Ҋ O rչXrlIv >I!K+% /F -NF[,i. t{\ wfܽqLG66E|-=DՁ:$L3&ֲhNLW(N}=b49'`8PPv#MRb`6c&)> 9-`+آI3a]yJq+ДfЄZ'$ -M׎* {ߵ-]n`mPt'͊A1 '1N)}h -92*oI3D訚wC T+5z,'D9]HU]hlB_qx$1T2CNW.1̄;tB"]Fi-js*m4'~)=uv!Z֍uX=IWL@ UY۪ç|,pAZxӚxeA:(گaX{6vdH6)z/^wIzeҒALb5L|u1D\%j[I:DB9%FS -- 0K57*Ntש*9#51syi;PC__]\Py͊gn ʪ|ZjqHað6w/;`~2+TͺQfֽCRkHLBw>150eǝ+dUVi9GY6y?AÓFYYF?Ҍ0L(Ffae[{lL)h i6:F -GzD)*ӳH!]6S[/#}&:Hr+Է0=z -YzyV}d[aDT${79[5 +u~H4=.mf -h<6i4/yV3p]Ӹ׬M¯1׏0}6Ô$K.}]kѣ+ީvVgffu$Ax|Iˆ#MΟ֖^f`>Ớgqr5g٨@ {,СsWHEfaɅY`x1}G)Wf,/*Ц~ J<^e:IjY$.2~G##@t?ݒ$DQЎZzY'%8*=ZV,[.2C~*r! K{\;A1iZ(2aX:12ե1_g{gJW%k;[O/^pALr_S達LpaLb ܋3%^l;<G8"8:a4W>0QF23lMOo̶84 |e!?C./Eq׈{vWjT}nnR6-byJMH/N9&ځ_o"4D}\@ɦv!ZKw^Z'Ϣ -첶מ;lϯ_ }ٽ'y\؞/l :VhQy@\k~}k vI8&7qP05u9QjjKR9%qZқ6nNmИx"_V/QatXD^,20+~.x?E+Nay~ʣ8n,c6Oj6|w%r k< wL^N)V5:q2m9ؠgܨkBP=B.{)WjJTvW:Nf&HEN u="KKILRw+@39 OyǺg=XHb@@V^jkhp隶gH.?Ug 7ܪlٶID#i2ΞQ\6E!jgT4g6]pUsA:5Pg -Ӿ+n![2A[d63].왫cZ"ocć@wE~9&"W#Y8 J,zd<}D{ʎ|@m:.ЖzU~oz@ς}Av 3,*>dp /P]arsy5hcy?*JCГa -0ΦR}Os,K (1ܯT&bwM~Ǩ5ku~zGjcF#x]Dty NVO»Tjsz`K@%u#g{/gAE~y`&jMFvs{vBz!dMfMϬ$ʓ%pqoJT 롚8l}{DNV*; hx/㈒EKuy8.8|f8"fr Et{0eJ@gQW,JqK82!B7BJ5u7z\$+&7LJ -0W)WcDeiVo?ca;ggfL[j)Еm+GXb4'.#aRY':]{gf&$aذL'%VoAЉ?Sr_aNJOQu@\}| l> -bΎ6,b#x)2 -MC?聁UAt8ڀ -?25 -sBb &\\d*2.߃! @W7/DSĆx'ZkMes-N/IG  g#됭mJm@Q~oN_f İ`-tCcWACŬ=<%N:;띣`Wſ9R5t*M3:\b(!!O2Vݍnj<΃ ?BO{E`d lǏ^CRsok=[L@j|AA-ƀ*Ai ;[B_H~4]f]auMQD~7<7ä'>?C 2\swf5{dxf j/`>cdϕ)?83"_5oڳkVЎDl{i ,xh(+qTL+qI .=+?0&PcԒ-5OZd"p\6>Ϯ$cZ)|ף홏z$4 w0000000000000000000000000000000000000000000000000000000000000000 +CA!8Z⓪٦ǎaBLeb̞s }{A>*~(qi  XIw<_-N^0nQ5`WZ+Z BPeCق ]X|jlOnPBRAp-g+GO k܃d>7Y+À4B4nTV ;=bDzUXEGWAVah1^+?Im'SrFIYfcĪFBRcf֔'8(R?x5o ﻍ¡['XdjJF{quᆱQED7q+~RDFeCuKr,їR jO>HUelEE8TUEZà׶3 jYN=iG.h}D P̘}B-4,Hc:YD2ňл/S0 ^_SUqnqcK.sH;\mz8Yy +9OBsD͹yf,3+|ON|!,N萵.]l7h)j+BAVq'}N>1'$G:pq7 ij `[/7-"5ڵl?LYbD8-_ u›6HqtmraI€|,yN%н8s#=\\bD1`V_B +b@~dɨeiGw"R*{{:,np/.:kcDx{;iO9S+ިi>+fǹd7"0EcY#yr Ȗ嘹 g\JuC״NF )ӿ -UA;SF{N_YHD jZdVf&<ď!Bzdxs@MV܊Sǽ WDzCqFlvUZJsѩy*v6ǧ տIprGW"׭oP,<Jlݽiy95=Yɺ^6p#ha{Le霣Rx +阯Dƅ&I-bJϬɞMRR5xC :8mz˘ħ!7Si3NRL]'͵w$/%Hbm.,nb'Kz}`B? {(L,"ټL~DplZV~UA >\c8yS_T^,}b"b,CSzn?ܗETdOã[Uo]wy$p>sb,Jg8ŒPTi}by+ =`<̼H/kRF*]иxd60#G ?C.fv +=)?=~2c1ԑbM1?!&js ` C2>_aٚ%v fYwP~Cn|x"e{nW9d=sVQ*ʼMCĭM8ZsQKLҦl)r6+2"P2)v8v%y9^W5Y0b?Cdx3N.$"\e2y2!;eڎu~c%ߤ/e5͊f+W'E "TmbGO*Nu ZؾjSɖAEsrhĵ"V3^? F z+bsl\r%aISPJ?2I^@4AsYL$DtMGoфNp3U]٨xz߾; RI,i`,AE!KGvH1ǻm*7xWexlpuwfI"ɀ)ɳ, >/ +3$U`Od' C6sS#05-b{/ʗCDYk_&GIw3&+nBw5NcEl6;$HW3j ?iT,( aL@&NZƔԄ3oZT >^8Hgj;ѐ|C3V Am'%j6#by 0 & lNhi ㈿'9("x&什w=ۅ<OK, +PaȆe&-u7K[,[?@ 'ϾR#Cd:{7%kt>lEVmܚ'M_׌D.TyL46E: N"Kgߋd"#M)˺\-R7I0M +n$αmc̃+}J1+'tU'7%%R?xm?OK79+Aԕ 9E͗zz/gwY+/e-b>m7NҐ_zGw-;&0V) Kʳv%5%ayXpPcλ ?f9rJ<} ~xv{g^RHIv[N,o{JW?c@h0 aHyt^pC[EM%17pw8.z+bv3||,V9 E183fZۤ4$q9ZOZ]VG Whghލץ^<5Lh`Ѭ} MoaU[7" }2d޿]]; g(E֔HA`<+R,Tg$w7`C*>;6Oз@ӄDӼ:'sk%좘M{}͝/HA"44}۹ait,ܢۻ[݇mT.h5I[;4d.Xbu#$)v#|@Yw1熔xG '@Y%ˊZfe +Ki(Q_ZV~l>$q.{vtӌDL7RzTXFҡǽ{~kBH(py.P*W{XRo-rTaR.@w&Eq_6XgPP{LU/@iС +^^fq}Y{z:Օ <'UHJ+ɘl}8+c_Ҿ @fn?6(r<[Bc;;\fW3Up:~Se\,l gBM$QW1eZ֐._Ǘo_Xh0ry~wgr>2eP1W'0?re\??M}QyLGd+MD[*,<TRo&;f[ʴ?sD,G({/[X=8[:ݳ3]YhyPs=]6:4yI+EH(ދB>S0: '4^^ +4w4n]{s,r/Lˤ/S.$Vi+WJv*96\u>tG'3 (h[Wu:=bAB涌Mawr,˿OS2 ?3w;/nJ0R}CpS^:z3|8Vgá`~17[|~9dy_*zUIJ@{tVK;SmH$X`W窝>:8E43 w>0MovLxyrbQU0_tu'I^m]*ʗ:\ xKgDٳ=I8ҏ-vx`%QӢ8E+@eXn"V"ɁeS:wS%d9#`ԒղmMBePnpbܓ^mbK0m1R\&e{b"W{u)W2x c9|課#ᎹJH1Tڳvn-F `5*G1}Yω?dUf o.nIfDg/'@T|>1U.By.Ʀ25m;sylf9k z<# S>"zQN<)Wni};!@e W&=FX1.8.vi. &SӬ74RPQCNj8qkYDX4ֱHt7 Azd5Z㿾)05N$H=RK+h`PT3'/(#+U5A-T0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -32936,41 +32835,41 @@ h cleartomark endstream endobj -604 0 obj << +621 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1552 0 R +/Encoding 1555 0 R /FirstChar 40 /LastChar 121 -/Widths 1553 0 R -/BaseFont /ZIEWDR+CMR8 -/FontDescriptor 602 0 R +/Widths 1556 0 R +/BaseFont /LRJVHJ+CMR8 +/FontDescriptor 619 0 R >> endobj -602 0 obj << +619 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /ZIEWDR+CMR8 +/FontName /LRJVHJ+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 603 0 R +/CharSet (/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/B/G/I/L/O/P/T/X/a/b/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/v/w/x/y) +/FontFile 620 0 R >> endobj -1553 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 ] +1556 0 obj +[413 413 0 0 295 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 590 472 590 472 325 531 590 295 0 0 295 885 590 531 590 561 414 419 413 590 561 767 561 561 ] endobj -1552 0 obj << +1555 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] +/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 44/comma/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/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p/q/r/s/t/u/v/w/x/y 122/.notdef] >> endobj -599 0 obj << -/Length1 751 -/Length2 1212 +616 0 obj << +/Length1 769 +/Length2 1408 /Length3 532 -/Length 2495 +/Length 2709 >> stream %!PS-AdobeFont-1.1: CMR6 1.0 @@ -32986,7 +32885,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /PEVRUV+CMR6 def +/FontName /GKQPMI+CMR6 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -32994,6 +32893,7 @@ end readonly def 0 1 255 {1 index exch /.notdef put} for dup 49 /one put dup 50 /two put +dup 51 /three put readonly def /FontBBox{-20 -250 1193 750}readonly def currentdict end @@ -33001,8 +32901,10 @@ currentfile eexec oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\@[6]nhmlhaH+4/?3&n=a6E#|~.ԅˡ}_B$~\|"4Pxҍ>P% ~ߏ4q.C3s蛼q翈by?Z72z6LpHC1D"28s B ~ OPQ O\O}';Pǂ;߉~ I;^קg U51&:MgRXcO`BM vJxv𒋣&$æθwzFMqGkȖfho/m)Z k@p;~9V0͛E}Aêp+_Y:Q_i> oӯÑj0k?+6,݉"1UnM/ &mӿȶ{۾DX w4 h@$6o`P3D8 7yPmAzqb-#> -*s-KR{CDywjY;Rg|ʿA3xpqY mfI 5q[ T}(W3ڟtߥqZ2dgxAX'dUYxfxZ'|\&b)hi0000000000000000000000000000000000000000000000000000000000000000 +1T\E#k3i(-Ќ9hծ;Y-kC O;5q\yv~wSՏ1>';Pǂ;߉~ I;^ק`F*'nu/&o+\z~ 3M#8Z cD%aiV{t ++ ++s)l^mMV6</ 5L8Y1jA!UiMwLi>$d4ntLHm%4Cs>=wtm}qq%ı ˾3edD,d}tD `KBoŹaC!hK ^Qft>P[ &G%s[{ zF$j-Lݷ‚Ղnin:,CHoԹN/OEnxYS7]޴ &W}+u!Q:|&1C6{Ӑk2|ytIkٮ1ku"L+½a+YEo0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -33013,41 +32915,243 @@ currentfile eexec cleartomark endstream endobj -600 0 obj << +617 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1554 0 R +/Encoding 1557 0 R /FirstChar 49 -/LastChar 50 -/Widths 1555 0 R -/BaseFont /PEVRUV+CMR6 -/FontDescriptor 598 0 R +/LastChar 51 +/Widths 1558 0 R +/BaseFont /GKQPMI+CMR6 +/FontDescriptor 615 0 R >> endobj -598 0 obj << +615 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /PEVRUV+CMR6 +/FontName /GKQPMI+CMR6 /ItalicAngle 0 /StemV 83 /XHeight 431 /FontBBox [-20 -250 1193 750] /Flags 4 -/CharSet (/one/two) -/FontFile 599 0 R +/CharSet (/one/two/three) +/FontFile 616 0 R >> endobj -1555 0 obj -[611 611 ] +1558 0 obj +[611 611 611 ] endobj -1554 0 obj << +1557 0 obj << /Type /Encoding -/Differences [ 0 /.notdef 49/one/two 51/.notdef] +/Differences [ 0 /.notdef 49/one/two/three 52/.notdef] >> endobj -596 0 obj << -/Length1 769 -/Length2 1298 +612 0 obj << +/Length1 1050 +/Length2 2900 +/Length3 532 +/Length 4482 +>> +stream +%!PS-AdobeFont-1.1: CMSY10 1.0 +%%CreationDate: 1991 Aug 15 07:20:57 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /ASGKDG+CMSY10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /minus put +dup 15 /bullet put +dup 20 /lessequal put +dup 21 /greaterequal put +dup 32 /arrowleft put +dup 50 /element put +dup 54 /negationslash put +dup 66 /B put +dup 72 /H put +dup 73 /I put +dup 102 /braceleft put +dup 103 /braceright put +dup 106 /bar put +dup 107 /bardbl put +dup 112 /radical put +dup 120 /section put +readonly def +/FontBBox{-29 -960 1116 775}readonly def +currentdict end +currentfile eexec +oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨y=cLIPsF'f> ba +]fv+QAwdO[x"%Sx~{p҈덡|O +BÄ/GL3h+Ng03jU1~akDzq=U}.KY碌 ֻ1?C N2Muh/4Gm |Q] +OaFދp4/rY\ ۑM GR5j<uvyƻD$/y^z $j1 +}Ɲa756,7 +i7.X5$< ƏV띱ٍ(FOFM>Es}8UJR?Ldg4"LLKt|#.djVMKf6 wCŰ~]4|dͮOSz܄D]dL#g!TMtmvFr4aڻ}ظ}FExy- C2"tvM񪩟ЀvB6F}w@f5 `Cߍ +g'"̢Ryk8S2WQF܎ *~5ނp6U⢨w,ż4y|\^dϰH[+W9rWT|/& :0d@\D\[UjrDcQ0~-$ELmQ6j׀ V~uύN W_(~P/3Bbֵ +i,ewr3gŲ0srVIJzG7R 1K1ߺ]0Uv>mkYWN0`s@T'=4.>M[CB˽pnv)~Uo[I<7`^? _u{yKŷCޮ;ӈ˽\'}eq!l͟_>#b/EQ>+r/kFZ 2ۨ~+oJو֌#i󿈻ja.N=-rc`"A7z< \дV@1m؝3MU4c>2@UߓݩDNd |83ALDR?nW A͕8'Z2KS˗~/Ĥ(Pcq:q/Vko=Һ~w&iZ +R,L& pa 7iBl#cǏogd- u@xbVac*tacD: +Ƽ?jbh,zלDcBVL|3%[By>ݟ)]}mo| H#e2RsF1' kEΐDPB(7EaʘR^2aS1XҘ6\Ey >VyMmީr;'8v3CN6wl$zI,$po"^ƾ2X}Z!>P7f.*8Qb+]/u[ +k. vCo/> endobj +611 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /ASGKDG+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 612 0 R +>> endobj +1560 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 +1559 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 +609 0 obj << +/Length1 907 +/Length2 3553 +/Length3 532 +/Length 4992 +>> +stream +%!PS-AdobeFont-1.1: CMMI7 1.100 +%%CreationDate: 1996 Jul 23 07:53:53 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /MEBLRX+CMMI7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 59 /comma put +dup 72 /H put +dup 73 /I put +dup 84 /T put +dup 97 /a put +dup 99 /c put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 109 /m put +dup 110 /n put +dup 114 /r put +readonly def +/FontBBox{0 -250 1171 750}readonly def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mv92#:iQ?.n>%jzGm >NjS])7uևUQh4)-×p#z{8YаGP9 )"Pƣ3ГzYYZgp_PC߬CܔDC'<|(Rl/IxXMYzntԟlAv)|*iQP3|TxL" ʃ?Aw·pҋ:r)6,N{?JoA剳Js(0T9$ն''0j%&4LwQcKHpY Bֶ6$bZXZmX>B#9xҥ6IUJeG#݆>@P1o(ߋUcCо"[D.)>;@Ly±P4Ֆ>qc# AhwTfM15*=<giT˞pˠCvSq@5tVǑ- $F')"o Ҵ NYNsQZ-C&mR^RWI%Tnv ( +d> Q='CA>l`F.廊s=WEq̼p1³j{bm4 i \q4NbwbM7 N6REHn9gN'=#$.dƚP:$Ab왏Zh0 nͭ_eYUv*;5@_aPM]߮p1|"KIS\۹(xmj6.M[DZ)Z&iiOi~ _R_mX~~if-..sEj6(upE}er5!/; 8xю(V#0}r"Rz0.I2_bX"rq}\'<*:ak/ 3N!s jUµDQE4'8%drO9QT":t{EގDcCh%sf:s[#:`+ AѺ}~Z[1kyI|K|` :H\\ojf? 4¹k/=~)}Z>=?HNF RLZ> ms Cv^lʝFJ=1x|{ORƲ?~t 5/QpxyhXiswԡcj`Am#ɔtU}PPxP;/8>JZquf/q-FG23yA~8)rVt +Hw +um'Wߍ +8-[~YS;<íi{I*H.(_-{Ւkg=j-p I^NcRYϡN9OrBGU39H9*,^IE U)DLsM?f] cjpMwjՈK^:,yJ,rV!!;gbEQMyO|0L`2/<ŮCH "˫hd}w1m| ]NA,jXu:j0LQˮA'.R*+ +ZC^{#3y8)*cRSvy))}>C9>'Z#7 I?||9?B/#DQn+MW= }6/(NJY|M!͒+҂Nu tl@[CҠJw S%3&Xh|I]|ɮL6S? +Nؕ +7l޵`\U(:F'Nۿ*,#Ð|TZN`Ίlxer3bӭ{ã$=üf}mi\i}Hib{=3l#/Ί0P>.Hg`\wiSN*1~^6#4ޯq[( Dh^<(SEKՒ|s#q% :`Xz$RN#;m|ϒRb'n@]ZcBS7rNڇ 2\0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +610 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 1561 0 R +/FirstChar 59 +/LastChar 114 +/Widths 1562 0 R +/BaseFont /MEBLRX+CMMI7 +/FontDescriptor 608 0 R +>> endobj +608 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /MEBLRX+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 609 0 R +>> endobj +1562 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 +1561 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 +606 0 obj << +/Length1 787 +/Length2 1497 /Length3 532 -/Length 2599 +/Length 2816 >> stream %!PS-AdobeFont-1.1: CMR7 1.0 @@ -33063,7 +33167,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /BENDPP+CMR7 def +/FontName /NVCORV+CMR7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33071,6 +33175,7 @@ end readonly def 0 1 255 {1 index exch /.notdef put} for dup 49 /one put dup 50 /two put +dup 51 /three put dup 58 /colon put readonly def /FontBBox{-27 -250 1122 750}readonly def @@ -33079,7 +33184,11 @@ currentfile eexec oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\ʻl24`}IRB s\pzEGAۋa4_p0uAEG)Q|8B*dGWj'0Vix#(=@'qIT5i (Ѵt` ?E)4E^yҴF+$8&G"Yl?eYjt+TI2! nXKt`˱~h]{>Qaiσ\mFU#Gvh2un8W;R4Ej1B4b ;b9y[lV:P񕈇9g`\J~ O>%V0 ݬ;cJԺjYrt6yql4Qo٫~o_=6xqw,",kϷo -#vI7_ fz!y(3)5*кYb#aM?3G%wG*KzF*呭0I99O"}w'[Fn,WWI(P3c;X8#{9GYuWK?}l] v#!=,H/"efh+dʈp&c(2TdnX0je\;p5SLT] 8X2#f|ŪꅍYtMԭܳtRt|ഄq=cCZ5)'m/e x  t u 'X%S,օ1D Yd`. B1,wQã UȲܗG'^Xf=-[76R޳Nt>垖c=D{ݏSܡ:8aJxXV%THF-n$ u貾,v'QR B_z0񙗓 i/i{H]3%huOEi} ]7Lنuwd.0000000000000000000000000000000000000000000000000000000000000000 +#vI7_ fz!y(3)5*кYb#aM?3G%wG*Jx,N +R k +v`5eMT$lޅzpH{R~# 9afA@텀gAIKN| ˰2p!/xVTWw V88΄QvJ5mz}6,'Uye X@g4qGagkKݓ=-B{E +bx}Һzs7')8-XTG`9?Pe: ^3~hcxbk1!o^KWki7ݱ=3O |0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -33090,37 +33199,37 @@ _2 cleartomark endstream endobj -597 0 obj << +607 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1556 0 R +/Encoding 1563 0 R /FirstChar 49 /LastChar 58 -/Widths 1557 0 R -/BaseFont /BENDPP+CMR7 -/FontDescriptor 595 0 R +/Widths 1564 0 R +/BaseFont /NVCORV+CMR7 +/FontDescriptor 605 0 R >> endobj -595 0 obj << +605 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /BENDPP+CMR7 +/FontName /NVCORV+CMR7 /ItalicAngle 0 /StemV 79 /XHeight 431 /FontBBox [-27 -250 1122 750] /Flags 4 -/CharSet (/one/two/colon) -/FontFile 596 0 R +/CharSet (/one/two/three/colon) +/FontFile 606 0 R >> endobj -1557 0 obj -[569 569 0 0 0 0 0 0 0 323 ] +1564 0 obj +[569 569 569 0 0 0 0 0 0 323 ] endobj -1556 0 obj << +1563 0 obj << /Type /Encoding -/Differences [ 0 /.notdef 49/one/two 51/.notdef 58/colon 59/.notdef] +/Differences [ 0 /.notdef 49/one/two/three 52/.notdef 58/colon 59/.notdef] >> endobj -591 0 obj << +601 0 obj << /Length1 1719 /Length2 10393 /Length3 532 @@ -33140,7 +33249,7 @@ stream /ItalicAngle 0 def /isFixedPitch true def end readonly def -/FontName /GXISJL+CMTT10 def +/FontName /MRECRN+CMTT10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33260,33 +33369,33 @@ b cleartomark endstream endobj -592 0 obj << +602 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1558 0 R +/Encoding 1565 0 R /FirstChar 40 /LastChar 126 -/Widths 1559 0 R -/BaseFont /GXISJL+CMTT10 -/FontDescriptor 590 0 R +/Widths 1566 0 R +/BaseFont /MRECRN+CMTT10 +/FontDescriptor 600 0 R >> endobj -590 0 obj << +600 0 obj << /Ascent 611 /CapHeight 611 /Descent -222 -/FontName /GXISJL+CMTT10 +/FontName /MRECRN+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 591 0 R +/FontFile 601 0 R >> endobj -1559 0 obj +1566 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 -1558 0 obj << +1565 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 @@ -33310,7 +33419,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /XQUKOV+CMMI10 def +/FontName /FTOEAW+CMMI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33412,18 +33521,18 @@ endobj 586 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1560 0 R +/Encoding 1567 0 R /FirstChar 11 /LastChar 122 -/Widths 1561 0 R -/BaseFont /XQUKOV+CMMI10 +/Widths 1568 0 R +/BaseFont /FTOEAW+CMMI10 /FontDescriptor 584 0 R >> endobj 584 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /XQUKOV+CMMI10 +/FontName /FTOEAW+CMMI10 /ItalicAngle -14.04 /StemV 72 /XHeight 431 @@ -33432,10 +33541,10 @@ endobj /CharSet (/alpha/beta/period/comma/less/greater/A/D/I/L/N/O/P/Q/T/U/X/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 585 0 R >> endobj -1561 0 obj +1568 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 763 642 791 0 0 584 683 0 0 828 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 -1560 0 obj << +1567 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/O/P/Q 82/.notdef 84/T/U 86/.notdef 88/X 89/.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 @@ -33459,7 +33568,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /BMAEFM+CMTI10 def +/FontName /HNLSFN+CMTI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33610,18 +33719,18 @@ endobj 571 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1562 0 R +/Encoding 1569 0 R /FirstChar 11 /LastChar 122 -/Widths 1563 0 R -/BaseFont /BMAEFM+CMTI10 +/Widths 1570 0 R +/BaseFont /HNLSFN+CMTI10 /FontDescriptor 569 0 R >> endobj 569 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /BMAEFM+CMTI10 +/FontName /HNLSFN+CMTI10 /ItalicAngle -14.04 /StemV 68 /XHeight 431 @@ -33630,10 +33739,10 @@ endobj /CharSet (/ff/fi/fl/quoteright/comma/hyphen/period/slash/zero/one/two/three/five/nine/colon/equal/A/B/C/D/E/F/G/I/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 570 0 R >> endobj -1563 0 obj +1570 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 0 511 307 0 0 767 0 0 0 743 704 716 755 678 653 774 0 386 0 0 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 -1562 0 obj << +1569 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 57/nine/colon 59/.notdef 61/equal 62/.notdef 65/A/B/C/D/E/F/G 72/.notdef 73/I 74/.notdef 76/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 @@ -33657,7 +33766,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /TMOLKN+CMR10 def +/FontName /HEDAZU+CMR10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33810,18 +33919,18 @@ endobj 434 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1564 0 R +/Encoding 1571 0 R /FirstChar 11 /LastChar 123 -/Widths 1565 0 R -/BaseFont /TMOLKN+CMR10 +/Widths 1572 0 R +/BaseFont /HEDAZU+CMR10 /FontDescriptor 432 0 R >> endobj 432 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /TMOLKN+CMR10 +/FontName /HEDAZU+CMR10 /ItalicAngle 0 /StemV 69 /XHeight 431 @@ -33830,18 +33939,18 @@ endobj /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/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 433 0 R >> endobj -1565 0 obj +1572 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 0 0 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 -1564 0 obj << +1571 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 88/.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 430 0 obj << -/Length1 1783 -/Length2 12373 +/Length1 1762 +/Length2 12194 /Length3 532 -/Length 14688 +/Length 14488 >> stream %!PS-AdobeFont-1.1: CMBX10 1.00B @@ -33857,7 +33966,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /RIMMUN+CMBX10 def +/FontName /LTOUKE+CMBX10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -33881,7 +33990,6 @@ dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 61 /equal put -dup 63 /question put dup 65 /A put dup 66 /B put dup 67 /C put @@ -33944,57 +34052,43 @@ S ?] FxºzDL_>bTvʻbp'au&zM7nGkhj֔a#SfS/+  5&`81?{p~w~5(frEh]^bfhǑX;/%oOvٚc9rXo$ݒ-#z}fSUϻy;͔>r^0~;:6]:SS(x:bNPc i:(O>EQ@q;yʨ؅Fn<&S^υ',5:8 N :U6HSKL M7 AoKr;pzYHbЫF&/ԋ㊞5;O*';h2˸2*aK2GA`Onr!Ll>%h.rYaSC-嵵bEshmbT/E nHҍ.iURf -SK2,M݅Sv; -t8X e!ad3|SCLڇ<{8 [qЬ:ȌoXz2y<7݅671\T";;߻_.Ǯ"Nd_ug޴Ҟ`8NH2aĨ{KJ X?X*$//6n/یzo=ǔ;+^4'4b!OZ- -)BfJ 3E/@g %&U6!<Zd攍!qju|?8tN6hEnG)? Qu\Jesov_,-[\gY3!s&b -KtTxQփjpGlIXwkP9fjI г)KmDI]gh 2X!͂51G Gn];<7o!Gm/Թgv5){c*ݨaBt陜V@:Kk󺊌%%A;Vft%!ݐo\v;1bPձ =ؼbo5=k4ǂ޼Q^Szr1 %H -w@y*9οA sMh8x -n",HshbKq@?wFɶO/k4@ *|R6?7iznc["Rf*F]X߳VȾ7D-m9ǐO?eo=_<l(7ۊ:#>|r&/\"ѩ4^("$eLXs6}DFy8)儰F7@+ -6R@!oѢ665#4k -"/TV#r#CVZ eu*J}ЈhC`dy>F=Ӥ͉[p-8drOo5eỉwQ.yB.T#7E?nH{u`h.wcM`0):u'`)I./42)Xooj'G롟e b;Cշ;OHGLS -c3@ߟ(h)/Nr X i}XcXO[<.B Eq%ӠXR/LOb"l,a^5Y(V -\9I.UUM}}6=̾X d+K#xˆ,NnՠF_6M?)nv f")-lgn@(ۏ`ge_^i<&,C}F9p}(Ol^ F2Žhgb+Tb ]B5v2Q r(lr-K/.~XC6ga,ԘT̘F|ƕlv^.!ZVF3%m2ͧE#\]x0f}`REt!XBjr{nV/E)d7g Klmu65^>.M"Jkp"FMKl3!|I>yPz?Z'-Q3K=m)9Y~KHc5{jilgOYp1]%ɦ·QԻ!Ea)[xTq-8XE@"}jҸJ?1GdF@ibhx%MxN I~hKOTlRtu%? ѿ=D+ҖtR ewHvA+0Yj@b^2-m!{)#hG'C(DhY7kԵQ 9*5/ғwr"&pli ǥfP6¦W;iMM $F˳_s-_9Je MNm[/MȅVC"%fmM{ֶVo-BrY/+(6 -VPa'1zT}=S\ -͂?xeck: gGnᴵ lN A$2ZdHt:Mp=v6]dp*c?knZ&{Q(r>s9i -vY$/uְ6hrwjZ0+ig:U =\ -^o[ = 8 -̿Q)wXqg)JR#lN0Z)hh8ȒkotQ%uUoQL'/~F^C1^Qn!54I=&h~hCn7˓Zxym,\kB-6\d+  z=Kftr^Z:&rrdOIi#]z.фQ!߮w?ؠB=BߌU)PW/Mk4M)Df P'> %aތc)TPnm.kFV yGz;MzH -cF.["tOr6םT"qN2;Hp "flu+>4> h?QzNuY(!092kG? -=K NCGIe^\CO4tw_&?@=S5LyHLv XxT3uVW^t)1*v*\'֋.Fl#B瘥°; Kj| -Yq?Ww!gm捝t_ERԕ{q*\+}Msx_K an=:~puw&OlQbhNW&|s[ gx|]v堜GscCԡ= =i}S"(Mך]XsJIR-zrBAjt25$Cˬ;vHq'W9M7)I讹u7,m}+)aEbܮ_Jx5ZIDߨD\v}TWN+d@@jP,&bV_6K9n;jPƥ[QXDws [Sut<0ϝ%ߦ4yu9wM93$K Pʁ>{ͼ߻.j2RT Iqk^8:YEpst1ceM*[F*XӮ BsݟU+_:Q*V`rhjك|hOgd-Nk,E Q~LQc4ޘIBig6T*{l1ƾ鮆ط3;r(5Az_vx3xz{SZ<qr6a$ʉ74 -.&c#ӘD|"WKYjNe +P>-9ڍl{բ#84шZAJl0&|ϓaS(uc ɤӦLXZ&qT q (P -N;w 7:VkjH9ps,(c0a߇vNo!se&[`d5Pwo)a6Pi,^L B{;T6)NH$:6XXE5?_=ҩ#Ą%nk(6=!M? -Y4 [:খ6|sG- 0ƥi,~51~APG g?*y kK+ĹV* -R9@ʡDڲM];(v,XvYy&S#gx' VQxU.hJz+XT2U v2&* -BڵS.a - BcS]&\jiDC/TS1y}??؏urjM;-O`,7nɝ0"\O5^@-`(#L;i !U?/AS&K!dOJۙ2x,^hȥAUj `٩O\,=s{5o"k[JNTyW־oVsjVcԹJ:dP"g 1RC } Em5J|LG["{_Pz -&W@">g6H}gMDM̐R~=KJ -#Ih!QlT)FFuX©z).hhM - jT*9^spe.2yFWzEܭP^U`*JuTtI*VP |rGi')Gk]ܹB" Ab˄1 bhŏDmqa̵$6c3GG z3XJbj-쯜5*ҙDҮ܂ [^m0S11:Y ;~ՏR'jg'd46 -*)5L yFwKwdǼLVuvϩV>;2 %htA(؟;>=⋷w!aD] $-_\U>6TrdɄ IH2~d$'4$/TV%ox?c4p\;k}@P(|((< Kd<.!&ڂKgvejR!&zi/xH$!{_kb3,[~m7N DR)<U@½v>_̑),?@1ӏ1y1Փ2QsqCo7"wX[ Oո[t X`xLU4AesV¯ U,:Y޸ ,Ƥ`*)l![9)pߞ<pn>`~.Lbs,f|kq{= -snl[SZ1*®F. n/BF˜" 074?z?{Tƽ9CnQ@tG6eqAܞ^ +̷-:,:M3<=gߞ 'axPS.U-B#M+FM?oEۊUbw֣k| UQ섖_ٝ*'i9Ew&>e{M5sX=ohV*D|&].3:vab >5muPV' oVW)yUI-Whr7r;hnA̬5 !Ӱ_R\{ED%Ѭb'DËFvµcK5uWQ]L2uqn-'{9=m< P\} ~š~X\=Bt:+G6foǀ ¯L24;FgQF6vET`Nv*L9$o72ZGuq+(H;^nԮ9 вh.J`>+7⍃P#p3̡v/S(ff7bO{d},(ؼTQMLkW@UD Z p)Cl27X試=mwvu[8M@O%\".lg -vN4-In,Y 5{eUBmzn -B^\j VtC\ ;լ.QpuX&}jPTnV]ݓ.X-/4gu$p\H$S5s=}edHM'-woJ(ΤNQdjm8f~O -I !,Owq[R/4g'SZVhs40K]vWQ@<fBdZ -c,zA+ 5i|Q[MTsoe.aA4uv%(D`TIZYzIH -urEx]+%b~501K -|*4D1)ToZ"f)!V8^voW:o1|pct!6uVp%8"#U+X NBX{k\J?3Ltx K \,"jׯå1=٠םE[g?hJ:"='Ք -fo<<-ǏYmdJˊ|r20aPS%g$1${r63"䉝Q"ǑLDVo>+H+wʀxȫD=mMe/O|xh?Y9'C݄ލB Rxk8d}dO.ܞ:1uIu qbO%=]"ζXcS:1'!8+OBjU2r8}Hv9qj0vnʘn\lb+TKEpSfT|5$o&\ nAkA=Q?K\Mj5GɟZzvTUUG}thX=1cMq\\m:Y,V @,PI)Io[Toet8}Gni ,k`>%2p-iw׷6CqX΋h͉`̀>ebIY #sz%c4Xar.́uC`=] Sx$)P0T"aglMKP61qk50.-KRP\6j3:N?Ɗi]i{$+6p}3/~]&&`+0l |{]SP8-[ -=͊ϥNv -Z+i/Bս:jxZhFA5qӶOj/N:c[QBf"ޓY;Gٲ>w Mwn7r-?JA-ߴd,wv.sM0000000000000000000000000000000000000000000000000000000000000000 +!pgs踔#Gv2?H=d?yΐnL1ar!9$S`Onr!Ll>%h.rY '̬e1g$ubS>Y`TB̔3I`H,.ŝ0TaZּ 2̧)֤͖qK dT,O%+]e>0Kjb(lF,7.7Dqʂ[*uzA)v>\2ńE39#;0157QL肭8!UPK#H^M"yDc]fOs=7nnt (ޖǗ^GRq_^P*g8#^𫲠WYEI:Ya_q2!hA;Kˀex|!.ff3D!HuNKMuEX<>nj DPr%SYj +ap0b,As8HPqg 1+AT{ic$oA1>mC'\*{dV!r3&yrTo $Z&Vxyq`#Hc8 !ex!!L`haȊ[xz|_p gdMy)T/N{>d\^.E ۩#?x"WY zxFd KƠ@ۂu(ExMiDiE:bf}͗Z$v.{u2ֱ6߀4/&5@*)x{`1K0݈a%jcax7k|M|-Md +n&Z%w(kHe #cnϣuYŽ$ ,tIY_X # !<@g>{4iZtT!R-R3 sTR5`8q grܹQ~1_*aH?In1MHnmR/N{9@HQL>={Y=\SFgIC9IO@ThYq93Y-}6_W[=Myro'>,,$8xTyY]#f/{Lqe'eǟXE}ℒ{ˆČY*2I +TGMUl\-f xK%sBǫb-?? +:wOl+@6reŽ~<=:A8lϬ\u?}ڡ r||kEYHY)$G X<u`2a7' f ^u6d +ҼS(c\tJ!b_?y|ȸSPN*Rl/uʹ}*ڕߢ s^s3;D$ssFeoZ>"rL^RUW4kт y[il5:lqrr_@j!#Ϥ?/ҵ=roh%G\FU?b>0du2OG~)\MkCŔ,? 8OnF)zAkئ4/ )g[d}!Dń iڎK rˆ:tPȚ~̩=ai!,2E(0|s +JɈ& $p\Z+T7$1\aPpg_b܆hk{L#YrejSY)#?_/k#b? qLҀe+;7Qck`=[:Y*SH85ѱuC( q1u2g0ő3saH0[ٔ4 m烐gGp@: 5mr(5fP+-Ooo{q<6(xa7qB;LO^4"lDKձFLeθY?lF=c'.O#]v"&ɛ/@kԔeXS +O trD!Hx1ambj?M˗fW)M'4^GGDv"0i}`YB~?z<^uIm"MH,/U˒ӃA@ۯ]=ZN?Pu60{43NyDEg2twxY=m90}$Ut(nNwԋ\oŞ:dY4EtJ>ZIp3;W_nҼI7VWE&# +Vj5콥&.4a MO0.Ԫ 9B0[:Tt|V:LsKG6t!H}~?rű<2at"; JdG̝m5SH0ys7rP"` C}|I˥*ЏJߍ"1΍FEa ކ%5f2#S핝o +Y5 l= |)YdT:0tzv:\IӧC& KI8JUMH'M*WlˀH,2,CFEx9ӁQ<[皋+nޏͺ&U (NvҖdfըxCE+yi{_[i K`qDP0rL%忈=<- MŽXunFm[$k-ew2ano0rroQM;Pco62>c4\7Pt8(/ +g?\ݩ٤bS߉xE*cQlOEx+ isWoOnd:.3CWui9ӉaKǸ9cBU(3?@<-q 3@9C8PyImRgDуkBG~H/]|#=d:,}Tяr;v+Ic+u`uU Zx<祖e,K@o<~Bȳ:UD~9+iXN+£,IڒOw%~ A4Vv.L9:~޿F]+pLwbqyۻh~6 vr͎d|p c\l2a +sINmX-{*^ f@-"Yh69BC^g['#y>-v+d\t>9ǧ8JoK_#le]w>J,P†m/{;(ðo HNNt'@FОhR)yp{TEZœLdGߛt ۜ%e2'n䄢fgqE]bÁ0=x'FطX*([+_ޙo$4 y;jK@W噪3/b 99)}+ƭfu6 X˔s d.>JȄ񺁪4jeL:=yT:{KI!绸}u᳈=GdɆj{}7d<\ER1b5!9@~oL"YEvGp(zؑQ#|jy j{YC%\ I%/h~X&|jp:DsAeg۝!ONF UǤF}dV_ƑI5T#礯`Zl:'xZF3 Һ/T6u+Tlɞ>[12&/J'C~\7aW<5wjF,R wM[&) '7~vXMna!*rahTL?J9pkCj+;@!hs)'?"!!L +LYh'+R|/rzhrS2e!k^n:lkvo?c4ݭ>*㋙U?¯*3U0}(/2'95AlH{BFYYU7W;E,FETc(J#?Y/zeOb(pic n:À {8j*LIЎF#Jd2(Zwvsvɑ2{y5_ ^W9?']Uqc +%hR2'G]sO D%hyNا*{e|LcwB1BKA!יzFfx#k +X}ޙY"|S TzNnDxtdzY_O)I KvxzQh_5` +d#xjr'Ov'rGJ6m> / 䣪c2jffv(-jOG\2^J\e'QqѾs`&c/ګ + i)e =/3pULX. 2ߣF؄&!^]{,|ͷ鲉;39YEwYdErL#f&TG0ͯq_g.3DK>+n=xh9 Sq(uOH]t[?0Ql,K]Mg(_>Q4y*xq?K]c;%HeKjp`>e"ʒ(.?x3f~F,!Gj6o=tH- +*%OHbX~3nMmD$Opxi 4w&)A5`ep8 }ɕv2}T4߳EHT0Bncޣ^n>ψ!z0}2iUc^-.2:>oz[EᲾy1dGodF7cV o X +W//-X-1FԆ3}߰)7@ե>ZI"..,r˚eguھ;!Jmw˭軞f +@F5uVz\ ۅ&bps7۠WZHGxL(ǩ= !IȅLoG^7d.SV#WaPgAPa(.1ב]['ܸͺ)ɻYK 4@X:cZMz4O dl%)S! +HFIH.d5fW,\;dY却Jw(g Q)(Ia4HVaxyWKGSі'BH6(./6ꑠC4,&w{])8sնlWB݂v}ۄy#[5C]18 n|~$Oo+{9۶B=]7KɆvo?w~J7v,'{j B75 dAH +#wYBG55+ v5\>sP$aƳ2Fͣ؋h(ŢGd5!Q9lt{RӍ%C1^DQ,/UMUaYz\Ug77*U>zc+)~1X'yJ:TȃZaԻh~z-^{ BuU +ɐ1 pM#A0"RZ5 hB׫ +ƈ__Ze@Î<*0kIUsa Bø_ڽwVh`H7,$vaе5xSFBw M+NqLd SĽDW2 6p(e\l)ogn;x nV.MrHR3`݋Z + "3w:1XR/0Bkg!!?)/@g4-#w ·Jd+leF2d0A onB?݈ӹo4HLeku],z6?:g"z""3*zx+[eFiz v'6Ro ]b^5s }bZ9Yi#8X_-QdȤY ~\u!VŽJOzOvR*s+/L`@%_rEn A}Ѓ/2IHN<ɉ}ʢ N"H'in:~.J+(g9~%ڢrM 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -34008,32 +34102,32 @@ endobj 431 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1566 0 R +/Encoding 1573 0 R /FirstChar 12 /LastChar 123 -/Widths 1567 0 R -/BaseFont /RIMMUN+CMBX10 +/Widths 1574 0 R +/BaseFont /LTOUKE+CMBX10 /FontDescriptor 429 0 R >> endobj 429 0 obj << /Ascent 694 /CapHeight 686 /Descent -194 -/FontName /RIMMUN+CMBX10 +/FontName /LTOUKE+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/question/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) +/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 430 0 R >> endobj -1567 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 543 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 ] +1574 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 -1566 0 obj << +1573 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 63/question 64/.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] +/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 427 0 obj << /Length1 1067 @@ -34055,7 +34149,7 @@ stream /ItalicAngle -14.04 def /isFixedPitch false def end readonly def -/FontName /SJHFXF+CMTI12 def +/FontName /OKMLBT+CMTI12 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -34121,18 +34215,18 @@ endobj 428 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1568 0 R +/Encoding 1575 0 R /FirstChar 65 /LastChar 121 -/Widths 1569 0 R -/BaseFont /SJHFXF+CMTI12 +/Widths 1576 0 R +/BaseFont /OKMLBT+CMTI12 /FontDescriptor 426 0 R >> endobj 426 0 obj << /Ascent 694 /CapHeight 683 /Descent -194 -/FontName /SJHFXF+CMTI12 +/FontName /OKMLBT+CMTI12 /ItalicAngle -14.04 /StemV 63 /XHeight 431 @@ -34141,10 +34235,10 @@ endobj /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 427 0 R >> endobj -1569 0 obj +1576 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 -1568 0 obj << +1575 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 @@ -34168,7 +34262,7 @@ stream /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /MQVZVW+CMBX12 def +/FontName /PQZYLF+CMBX12 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def @@ -34289,18 +34383,18 @@ endobj 425 0 obj << /Type /Font /Subtype /Type1 -/Encoding 1570 0 R +/Encoding 1577 0 R /FirstChar 12 /LastChar 124 -/Widths 1571 0 R -/BaseFont /MQVZVW+CMBX12 +/Widths 1578 0 R +/BaseFont /PQZYLF+CMBX12 /FontDescriptor 423 0 R >> endobj 423 0 obj << /Ascent 694 /CapHeight 686 /Descent -194 -/FontName /MQVZVW+CMBX12 +/FontName /PQZYLF+CMBX12 /ItalicAngle 0 /StemV 109 /XHeight 444 @@ -34309,181 +34403,181 @@ endobj /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/Q/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 424 0 R >> endobj -1571 0 obj +1578 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 845 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 -1570 0 obj << +1577 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/Q/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 435 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R +/Parent 1579 0 R /Kids [418 0 R 437 0 R 441 0 R 487 0 R 535 0 R 556 0 R] >> endobj 572 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R -/Kids [560 0 R 582 0 R 609 0 R 623 0 R 632 0 R 638 0 R] +/Parent 1579 0 R +/Kids [560 0 R 582 0 R 597 0 R 626 0 R 639 0 R 645 0 R] >> endobj -669 0 obj << +676 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R -/Kids [653 0 R 671 0 R 676 0 R 693 0 R 701 0 R 706 0 R] +/Parent 1579 0 R +/Kids [662 0 R 678 0 R 683 0 R 700 0 R 708 0 R 713 0 R] >> endobj -726 0 obj << +733 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R -/Kids [716 0 R 728 0 R 738 0 R 747 0 R 754 0 R 763 0 R] +/Parent 1579 0 R +/Kids [723 0 R 735 0 R 745 0 R 754 0 R 761 0 R 770 0 R] >> endobj -772 0 obj << +779 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R -/Kids [769 0 R 774 0 R 784 0 R 790 0 R 799 0 R 804 0 R] +/Parent 1579 0 R +/Kids [776 0 R 781 0 R 791 0 R 797 0 R 806 0 R 811 0 R] >> endobj -817 0 obj << +824 0 obj << /Type /Pages /Count 6 -/Parent 1572 0 R -/Kids [813 0 R 819 0 R 827 0 R 835 0 R 843 0 R 851 0 R] +/Parent 1579 0 R +/Kids [820 0 R 826 0 R 834 0 R 842 0 R 850 0 R 858 0 R] >> endobj -862 0 obj << +869 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [855 0 R 864 0 R 868 0 R 876 0 R 880 0 R 891 0 R] +/Parent 1580 0 R +/Kids [862 0 R 871 0 R 875 0 R 883 0 R 887 0 R 898 0 R] >> endobj -913 0 obj << +920 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [902 0 R 915 0 R 919 0 R 925 0 R 935 0 R 941 0 R] +/Parent 1580 0 R +/Kids [909 0 R 922 0 R 926 0 R 932 0 R 942 0 R 948 0 R] >> endobj -954 0 obj << +961 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [946 0 R 957 0 R 968 0 R 974 0 R 981 0 R 990 0 R] +/Parent 1580 0 R +/Kids [953 0 R 964 0 R 975 0 R 981 0 R 988 0 R 997 0 R] >> endobj -1006 0 obj << +1013 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [1003 0 R 1008 0 R 1017 0 R 1026 0 R 1030 0 R 1038 0 R] +/Parent 1580 0 R +/Kids [1010 0 R 1015 0 R 1024 0 R 1033 0 R 1037 0 R 1045 0 R] >> endobj -1046 0 obj << +1053 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [1043 0 R 1048 0 R 1053 0 R 1060 0 R 1065 0 R 1071 0 R] +/Parent 1580 0 R +/Kids [1050 0 R 1055 0 R 1060 0 R 1067 0 R 1072 0 R 1078 0 R] >> endobj -1086 0 obj << +1093 0 obj << /Type /Pages /Count 6 -/Parent 1573 0 R -/Kids [1078 0 R 1088 0 R 1095 0 R 1101 0 R 1108 0 R 1115 0 R] +/Parent 1580 0 R +/Kids [1085 0 R 1095 0 R 1102 0 R 1108 0 R 1115 0 R 1122 0 R] >> endobj -1132 0 obj << +1139 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1126 0 R 1134 0 R 1146 0 R 1153 0 R 1163 0 R 1170 0 R] +/Parent 1581 0 R +/Kids [1133 0 R 1141 0 R 1153 0 R 1160 0 R 1170 0 R 1177 0 R] >> endobj -1184 0 obj << +1191 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1179 0 R 1186 0 R 1192 0 R 1199 0 R 1205 0 R 1211 0 R] +/Parent 1581 0 R +/Kids [1186 0 R 1193 0 R 1199 0 R 1206 0 R 1212 0 R 1218 0 R] >> endobj -1221 0 obj << +1228 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1216 0 R 1223 0 R 1230 0 R 1236 0 R 1245 0 R 1254 0 R] +/Parent 1581 0 R +/Kids [1223 0 R 1230 0 R 1237 0 R 1243 0 R 1252 0 R 1261 0 R] >> endobj -1267 0 obj << +1274 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1260 0 R 1269 0 R 1277 0 R 1282 0 R 1295 0 R 1299 0 R] +/Parent 1581 0 R +/Kids [1267 0 R 1276 0 R 1284 0 R 1289 0 R 1302 0 R 1306 0 R] >> endobj -1314 0 obj << +1321 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1307 0 R 1316 0 R 1324 0 R 1329 0 R 1334 0 R 1339 0 R] +/Parent 1581 0 R +/Kids [1314 0 R 1323 0 R 1331 0 R 1336 0 R 1341 0 R 1346 0 R] >> endobj -1348 0 obj << +1355 0 obj << /Type /Pages /Count 6 -/Parent 1574 0 R -/Kids [1344 0 R 1350 0 R 1355 0 R 1362 0 R 1369 0 R 1376 0 R] +/Parent 1581 0 R +/Kids [1351 0 R 1357 0 R 1362 0 R 1369 0 R 1376 0 R 1383 0 R] >> endobj -1389 0 obj << +1396 0 obj << /Type /Pages /Count 6 -/Parent 1575 0 R -/Kids [1383 0 R 1391 0 R 1398 0 R 1405 0 R 1413 0 R 1417 0 R] +/Parent 1582 0 R +/Kids [1390 0 R 1398 0 R 1405 0 R 1412 0 R 1420 0 R 1424 0 R] >> endobj -1426 0 obj << +1433 0 obj << /Type /Pages /Count 6 -/Parent 1575 0 R -/Kids [1422 0 R 1428 0 R 1433 0 R 1438 0 R 1442 0 R 1448 0 R] +/Parent 1582 0 R +/Kids [1429 0 R 1435 0 R 1440 0 R 1445 0 R 1449 0 R 1455 0 R] >> endobj -1459 0 obj << +1466 0 obj << /Type /Pages /Count 6 -/Parent 1575 0 R -/Kids [1454 0 R 1461 0 R 1467 0 R 1471 0 R 1480 0 R 1489 0 R] +/Parent 1582 0 R +/Kids [1461 0 R 1468 0 R 1474 0 R 1478 0 R 1487 0 R 1496 0 R] >> endobj -1501 0 obj << +1508 0 obj << /Type /Pages /Count 6 -/Parent 1575 0 R -/Kids [1496 0 R 1503 0 R 1507 0 R 1514 0 R 1519 0 R 1523 0 R] +/Parent 1582 0 R +/Kids [1503 0 R 1510 0 R 1514 0 R 1521 0 R 1526 0 R 1530 0 R] >> endobj -1534 0 obj << +1541 0 obj << /Type /Pages /Count 2 -/Parent 1575 0 R -/Kids [1527 0 R 1536 0 R] +/Parent 1582 0 R +/Kids [1534 0 R 1543 0 R] >> endobj -1572 0 obj << +1579 0 obj << /Type /Pages /Count 36 -/Parent 1576 0 R -/Kids [435 0 R 572 0 R 669 0 R 726 0 R 772 0 R 817 0 R] +/Parent 1583 0 R +/Kids [435 0 R 572 0 R 676 0 R 733 0 R 779 0 R 824 0 R] >> endobj -1573 0 obj << +1580 0 obj << /Type /Pages /Count 36 -/Parent 1576 0 R -/Kids [862 0 R 913 0 R 954 0 R 1006 0 R 1046 0 R 1086 0 R] +/Parent 1583 0 R +/Kids [869 0 R 920 0 R 961 0 R 1013 0 R 1053 0 R 1093 0 R] >> endobj -1574 0 obj << +1581 0 obj << /Type /Pages /Count 36 -/Parent 1576 0 R -/Kids [1132 0 R 1184 0 R 1221 0 R 1267 0 R 1314 0 R 1348 0 R] +/Parent 1583 0 R +/Kids [1139 0 R 1191 0 R 1228 0 R 1274 0 R 1321 0 R 1355 0 R] >> endobj -1575 0 obj << +1582 0 obj << /Type /Pages /Count 26 -/Parent 1576 0 R -/Kids [1389 0 R 1426 0 R 1459 0 R 1501 0 R 1534 0 R] +/Parent 1583 0 R +/Kids [1396 0 R 1433 0 R 1466 0 R 1508 0 R 1541 0 R] >> endobj -1576 0 obj << +1583 0 obj << /Type /Pages /Count 134 -/Kids [1572 0 R 1573 0 R 1574 0 R 1575 0 R] +/Kids [1579 0 R 1580 0 R 1581 0 R 1582 0 R] >> endobj -1577 0 obj << +1584 0 obj << /Type /Outlines /First 7 0 R /Last 7 0 R @@ -35217,36 +35311,36 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 1577 0 R +/Parent 1584 0 R /First 11 0 R /Last 411 0 R /Count -11 >> endobj -1578 0 obj << -/Names [(Doc-Start) 422 0 R (Hfootnote.1) 601 0 R (Hfootnote.2) 1478 0 R (Item.1) 644 0 R (Item.10) 657 0 R (Item.11) 658 0 R (Item.12) 659 0 R (Item.13) 660 0 R (Item.14) 661 0 R (Item.15) 662 0 R (Item.16) 663 0 R (Item.17) 664 0 R (Item.18) 665 0 R (Item.19) 666 0 R (Item.2) 645 0 R (Item.20) 667 0 R (Item.21) 668 0 R (Item.22) 682 0 R (Item.23) 683 0 R (Item.24) 684 0 R (Item.25) 685 0 R (Item.26) 686 0 R (Item.27) 687 0 R (Item.28) 688 0 R (Item.29) 689 0 R (Item.3) 646 0 R (Item.30) 690 0 R (Item.31) 691 0 R (Item.32) 696 0 R (Item.33) 697 0 R (Item.34) 711 0 R (Item.35) 712 0 R (Item.36) 713 0 R (Item.37) 714 0 R (Item.38) 767 0 R (Item.39) 995 0 R (Item.4) 647 0 R (Item.40) 996 0 R (Item.41) 997 0 R (Item.42) 1058 0 R (Item.43) 1063 0 R (Item.44) 1075 0 R (Item.45) 1076 0 R (Item.46) 1085 0 R (Item.47) 1112 0 R (Item.48) 1113 0 R (Item.49) 1122 0 R (Item.5) 648 0 R (Item.50) 1123 0 R (Item.51) 1124 0 R (Item.52) 1139 0 R (Item.53) 1140 0 R (Item.54) 1141 0 R (Item.55) 1142 0 R (Item.56) 1143 0 R (Item.57) 1144 0 R (Item.58) 1157 0 R (Item.59) 1158 0 R (Item.6) 649 0 R (Item.60) 1159 0 R (Item.61) 1160 0 R (Item.62) 1161 0 R (Item.63) 1177 0 R (Item.64) 1196 0 R (Item.65) 1197 0 R (Item.66) 1227 0 R (Item.67) 1228 0 R (Item.68) 1242 0 R (Item.69) 1243 0 R (Item.7) 650 0 R (Item.70) 1251 0 R (Item.71) 1252 0 R (Item.72) 1264 0 R (Item.73) 1265 0 R (Item.74) 1266 0 R (Item.75) 1286 0 R (Item.76) 1287 0 R (Item.77) 1288 0 R (Item.78) 1289 0 R (Item.79) 1290 0 R (Item.8) 651 0 R (Item.80) 1291 0 R (Item.81) 1292 0 R (Item.82) 1293 0 R (Item.83) 1304 0 R (Item.84) 1305 0 R (Item.85) 1312 0 R (Item.86) 1313 0 R (Item.87) 1321 0 R (Item.88) 1322 0 R (Item.89) 1360 0 R (Item.9) 656 0 R (Item.90) 1367 0 R (Item.91) 1374 0 R (Item.92) 1381 0 R (Item.93) 1388 0 R (Item.94) 1396 0 R (Item.95) 1403 0 R (cite.BLACS) 606 0 R (cite.BLAS1) 577 0 R (cite.BLAS2) 578 0 R (cite.BLAS3) 579 0 R (cite.KIVA3PSBLAS) 1533 0 R (cite.METIS) 607 0 R (cite.MPI1) 1539 0 R (cite.PARA04FOREST) 1531 0 R (cite.PSBLAS) 1532 0 R (cite.machiels) 574 0 R (cite.metcalf) 573 0 R (cite.sblas02) 576 0 R (cite.sblas97) 575 0 R (descdata) 679 0 R (equation.1) 894 0 R (equation.2) 895 0 R (equation.3) 896 0 R (figure.1) 605 0 R (figure.2) 626 0 R (figure.3) 698 0 R (figure.4) 710 0 R (figure.5) 724 0 R (figure.6) 961 0 R (figure.7) 1001 0 R (figure.8) 1410 0 R (figure.9) 1411 0 R (page.1) 421 0 R (page.10) 695 0 R (page.100) 1364 0 R (page.101) 1371 0 R (page.102) 1378 0 R (page.103) 1385 0 R (page.104) 1393 0 R (page.105) 1400 0 R (page.106) 1407 0 R (page.107) 1415 0 R (page.108) 1419 0 R (page.109) 1424 0 R (page.11) 703 0 R (page.110) 1430 0 R (page.111) 1435 0 R (page.112) 1440 0 R (page.113) 1444 0 R (page.114) 1450 0 R (page.115) 1456 0 R (page.116) 1463 0 R (page.117) 1469 0 R (page.118) 1473 0 R (page.119) 1482 0 R (page.12) 708 0 R (page.120) 1491 0 R (page.121) 1498 0 R (page.122) 1505 0 R (page.123) 1509 0 R (page.124) 1516 0 R (page.125) 1521 0 R (page.126) 1525 0 R (page.127) 1529 0 R (page.128) 1538 0 R (page.13) 718 0 R (page.14) 730 0 R (page.15) 740 0 R (page.16) 749 0 R (page.17) 756 0 R (page.18) 765 0 R (page.19) 771 0 R (page.2) 439 0 R (page.20) 776 0 R (page.21) 786 0 R (page.22) 792 0 R (page.23) 801 0 R (page.24) 806 0 R (page.25) 815 0 R (page.26) 821 0 R (page.27) 829 0 R (page.28) 837 0 R (page.29) 845 0 R (page.3) 611 0 R (page.30) 853 0 R (page.31) 857 0 R (page.32) 866 0 R (page.33) 870 0 R (page.34) 878 0 R (page.35) 882 0 R (page.36) 893 0 R (page.37) 904 0 R (page.38) 917 0 R (page.39) 921 0 R (page.4) 625 0 R (page.40) 927 0 R (page.41) 937 0 R (page.42) 943 0 R (page.43) 948 0 R (page.44) 959 0 R (page.45) 970 0 R (page.46) 976 0 R (page.47) 983 0 R (page.48) 992 0 R (page.49) 1005 0 R (page.5) 634 0 R (page.50) 1010 0 R (page.51) 1019 0 R (page.52) 1028 0 R (page.53) 1032 0 R (page.54) 1040 0 R (page.55) 1045 0 R (page.56) 1050 0 R (page.57) 1055 0 R (page.58) 1062 0 R (page.59) 1067 0 R (page.6) 640 0 R (page.60) 1073 0 R (page.61) 1080 0 R (page.62) 1090 0 R (page.63) 1097 0 R (page.64) 1103 0 R (page.65) 1110 0 R (page.66) 1117 0 R (page.67) 1128 0 R (page.68) 1136 0 R (page.69) 1148 0 R (page.7) 655 0 R (page.70) 1155 0 R (page.71) 1165 0 R (page.72) 1172 0 R (page.73) 1181 0 R (page.74) 1188 0 R (page.75) 1194 0 R (page.76) 1201 0 R (page.77) 1207 0 R (page.78) 1213 0 R (page.79) 1218 0 R (page.8) 673 0 R (page.80) 1225 0 R (page.81) 1232 0 R (page.82) 1238 0 R (page.83) 1247 0 R (page.84) 1256 0 R (page.85) 1262 0 R (page.86) 1271 0 R (page.87) 1279 0 R (page.88) 1284 0 R (page.89) 1297 0 R (page.9) 678 0 R (page.90) 1301 0 R (page.91) 1309 0 R (page.92) 1318 0 R (page.93) 1326 0 R (page.94) 1331 0 R (page.95) 1336 0 R (page.96) 1341 0 R (page.97) 1346 0 R (page.98) 1352 0 R (page.99) 1357 0 R (page.i) 443 0 R (page.ii) 489 0 R (page.iii) 537 0 R (page.iv) 558 0 R (precdata) 719 0 R (section*.1) 444 0 R (section*.10) 78 0 R (section*.100) 1214 0 R (section*.101) 242 0 R (section*.102) 1219 0 R (section*.103) 1226 0 R (section*.104) 246 0 R (section*.105) 1233 0 R (section*.106) 250 0 R (section*.107) 1239 0 R (section*.108) 1241 0 R (section*.109) 254 0 R (section*.11) 744 0 R (section*.110) 1248 0 R (section*.111) 1250 0 R (section*.112) 258 0 R (section*.113) 1257 0 R (section*.114) 1263 0 R (section*.115) 262 0 R (section*.116) 1272 0 R (section*.117) 266 0 R (section*.118) 270 0 R (section*.119) 274 0 R (section*.12) 82 0 R (section*.120) 278 0 R (section*.121) 1280 0 R (section*.122) 1285 0 R (section*.123) 286 0 R (section*.124) 1302 0 R (section*.125) 1303 0 R (section*.126) 290 0 R (section*.127) 1310 0 R (section*.128) 1311 0 R (section*.129) 294 0 R (section*.13) 750 0 R (section*.130) 1319 0 R (section*.131) 1320 0 R (section*.132) 298 0 R (section*.133) 1327 0 R (section*.134) 302 0 R (section*.135) 1332 0 R (section*.136) 306 0 R (section*.137) 1337 0 R (section*.138) 310 0 R (section*.139) 1342 0 R (section*.14) 86 0 R (section*.140) 314 0 R (section*.141) 1347 0 R (section*.142) 318 0 R (section*.143) 1353 0 R (section*.144) 322 0 R (section*.145) 1358 0 R (section*.146) 1359 0 R (section*.147) 326 0 R (section*.148) 1365 0 R (section*.149) 1366 0 R (section*.15) 751 0 R (section*.150) 330 0 R (section*.151) 1372 0 R (section*.152) 1373 0 R (section*.153) 334 0 R (section*.154) 1379 0 R (section*.155) 1380 0 R (section*.156) 338 0 R (section*.157) 1386 0 R (section*.158) 1387 0 R (section*.159) 342 0 R (section*.16) 90 0 R (section*.160) 1394 0 R (section*.161) 1395 0 R (section*.162) 346 0 R (section*.163) 1401 0 R (section*.164) 1402 0 R (section*.165) 354 0 R (section*.166) 1420 0 R (section*.167) 358 0 R (section*.168) 1425 0 R (section*.169) 362 0 R (section*.17) 752 0 R (section*.170) 1431 0 R (section*.171) 366 0 R (section*.172) 1436 0 R (section*.173) 374 0 R (section*.174) 1445 0 R (section*.175) 378 0 R (section*.176) 1451 0 R (section*.177) 382 0 R (section*.178) 1457 0 R (section*.179) 386 0 R (section*.18) 94 0 R (section*.180) 1464 0 R (section*.181) 394 0 R (section*.182) 1474 0 R (section*.183) 1476 0 R (section*.184) 398 0 R (section*.185) 1483 0 R (section*.186) 402 0 R (section*.187) 1492 0 R (section*.188) 406 0 R (section*.189) 1499 0 R (section*.19) 758 0 R (section*.190) 414 0 R (section*.191) 1510 0 R (section*.192) 1530 0 R (section*.2) 62 0 R (section*.20) 98 0 R (section*.21) 760 0 R (section*.22) 766 0 R (section*.23) 106 0 R (section*.24) 777 0 R (section*.25) 110 0 R (section*.26) 793 0 R (section*.27) 114 0 R (section*.28) 807 0 R (section*.29) 118 0 R (section*.3) 725 0 R (section*.30) 822 0 R (section*.31) 122 0 R (section*.32) 830 0 R (section*.33) 126 0 R (section*.34) 838 0 R (section*.35) 130 0 R (section*.36) 846 0 R (section*.37) 134 0 R (section*.38) 859 0 R (section*.39) 138 0 R (section*.4) 66 0 R (section*.40) 871 0 R (section*.41) 142 0 R (section*.42) 887 0 R (section*.43) 146 0 R (section*.44) 898 0 R (section*.45) 150 0 R (section*.46) 922 0 R (section*.47) 158 0 R (section*.48) 950 0 R (section*.49) 971 0 R (section*.5) 733 0 R (section*.50) 162 0 R (section*.51) 985 0 R (section*.52) 994 0 R (section*.53) 998 0 R (section*.54) 166 0 R (section*.55) 1021 0 R (section*.56) 1022 0 R (section*.57) 170 0 R (section*.58) 1034 0 R (section*.59) 1035 0 R (section*.6) 70 0 R (section*.60) 178 0 R (section*.61) 1051 0 R (section*.62) 1057 0 R (section*.63) 182 0 R (section*.64) 1068 0 R (section*.65) 1074 0 R (section*.66) 186 0 R (section*.67) 1081 0 R (section*.68) 1084 0 R (section*.69) 190 0 R (section*.7) 736 0 R (section*.70) 1091 0 R (section*.71) 194 0 R (section*.72) 1098 0 R (section*.73) 198 0 R (section*.74) 1104 0 R (section*.75) 1111 0 R (section*.76) 202 0 R (section*.77) 1118 0 R (section*.78) 1121 0 R (section*.79) 206 0 R (section*.8) 74 0 R (section*.80) 1129 0 R (section*.81) 1138 0 R (section*.82) 210 0 R (section*.83) 1149 0 R (section*.84) 1156 0 R (section*.85) 214 0 R (section*.86) 1166 0 R (section*.87) 218 0 R (section*.88) 1173 0 R (section*.89) 1176 0 R (section*.9) 742 0 R (section*.90) 222 0 R (section*.91) 1182 0 R (section*.92) 226 0 R (section*.93) 1189 0 R (section*.94) 1195 0 R (section*.95) 230 0 R (section*.96) 1202 0 R (section*.97) 234 0 R (section*.98) 1208 0 R (section*.99) 238 0 R (section.1) 10 0 R (section.10) 390 0 R (section.11) 410 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) 282 0 R (section.8) 350 0 R (section.9) 370 0 R (spdata) 704 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) 778 0 R (table.10) 886 0 R (table.11) 897 0 R (table.12) 923 0 R (table.13) 949 0 R (table.14) 984 0 R (table.15) 1020 0 R (table.16) 1033 0 R (table.2) 794 0 R (table.3) 808 0 R (table.4) 823 0 R (table.5) 831 0 R (table.6) 839 0 R (table.7) 847 0 R (table.8) 858 0 R (table.9) 872 0 R (title.0) 6 0 R] +1585 0 obj << +/Names [(Doc-Start) 422 0 R (Hfootnote.1) 618 0 R (Hfootnote.2) 622 0 R (Hfootnote.3) 1485 0 R (Item.1) 651 0 R (Item.10) 660 0 R (Item.11) 665 0 R (Item.12) 666 0 R (Item.13) 667 0 R (Item.14) 668 0 R (Item.15) 669 0 R (Item.16) 670 0 R (Item.17) 671 0 R (Item.18) 672 0 R (Item.19) 673 0 R (Item.2) 652 0 R (Item.20) 674 0 R (Item.21) 675 0 R (Item.22) 689 0 R (Item.23) 690 0 R (Item.24) 691 0 R (Item.25) 692 0 R (Item.26) 693 0 R (Item.27) 694 0 R (Item.28) 695 0 R (Item.29) 696 0 R (Item.3) 653 0 R (Item.30) 697 0 R (Item.31) 698 0 R (Item.32) 703 0 R (Item.33) 704 0 R (Item.34) 718 0 R (Item.35) 719 0 R (Item.36) 720 0 R (Item.37) 721 0 R (Item.38) 774 0 R (Item.39) 1002 0 R (Item.4) 654 0 R (Item.40) 1003 0 R (Item.41) 1004 0 R (Item.42) 1065 0 R (Item.43) 1070 0 R (Item.44) 1082 0 R (Item.45) 1083 0 R (Item.46) 1092 0 R (Item.47) 1119 0 R (Item.48) 1120 0 R (Item.49) 1129 0 R (Item.5) 655 0 R (Item.50) 1130 0 R (Item.51) 1131 0 R (Item.52) 1146 0 R (Item.53) 1147 0 R (Item.54) 1148 0 R (Item.55) 1149 0 R (Item.56) 1150 0 R (Item.57) 1151 0 R (Item.58) 1164 0 R (Item.59) 1165 0 R (Item.6) 656 0 R (Item.60) 1166 0 R (Item.61) 1167 0 R (Item.62) 1168 0 R (Item.63) 1184 0 R (Item.64) 1203 0 R (Item.65) 1204 0 R (Item.66) 1234 0 R (Item.67) 1235 0 R (Item.68) 1249 0 R (Item.69) 1250 0 R (Item.7) 657 0 R (Item.70) 1258 0 R (Item.71) 1259 0 R (Item.72) 1271 0 R (Item.73) 1272 0 R (Item.74) 1273 0 R (Item.75) 1293 0 R (Item.76) 1294 0 R (Item.77) 1295 0 R (Item.78) 1296 0 R (Item.79) 1297 0 R (Item.8) 658 0 R (Item.80) 1298 0 R (Item.81) 1299 0 R (Item.82) 1300 0 R (Item.83) 1311 0 R (Item.84) 1312 0 R (Item.85) 1319 0 R (Item.86) 1320 0 R (Item.87) 1328 0 R (Item.88) 1329 0 R (Item.89) 1367 0 R (Item.9) 659 0 R (Item.90) 1374 0 R (Item.91) 1381 0 R (Item.92) 1388 0 R (Item.93) 1395 0 R (Item.94) 1403 0 R (Item.95) 1410 0 R (cite.2007c) 636 0 R (cite.2007d) 637 0 R (cite.BLACS) 595 0 R (cite.BLAS1) 577 0 R (cite.BLAS2) 578 0 R (cite.BLAS3) 579 0 R (cite.KIVA3PSBLAS) 1540 0 R (cite.METIS) 623 0 R (cite.MPI1) 1546 0 R (cite.PARA04FOREST) 1538 0 R (cite.PSBLAS) 1539 0 R (cite.machiels) 574 0 R (cite.metcalf) 573 0 R (cite.sblas02) 576 0 R (cite.sblas97) 575 0 R (descdata) 686 0 R (equation.1) 901 0 R (equation.2) 902 0 R (equation.3) 903 0 R (figure.1) 590 0 R (figure.2) 631 0 R (figure.3) 705 0 R (figure.4) 717 0 R (figure.5) 731 0 R (figure.6) 968 0 R (figure.7) 1008 0 R (figure.8) 1417 0 R (figure.9) 1418 0 R (page.1) 421 0 R (page.10) 702 0 R (page.100) 1371 0 R (page.101) 1378 0 R (page.102) 1385 0 R (page.103) 1392 0 R (page.104) 1400 0 R (page.105) 1407 0 R (page.106) 1414 0 R (page.107) 1422 0 R (page.108) 1426 0 R (page.109) 1431 0 R (page.11) 710 0 R (page.110) 1437 0 R (page.111) 1442 0 R (page.112) 1447 0 R (page.113) 1451 0 R (page.114) 1457 0 R (page.115) 1463 0 R (page.116) 1470 0 R (page.117) 1476 0 R (page.118) 1480 0 R (page.119) 1489 0 R (page.12) 715 0 R (page.120) 1498 0 R (page.121) 1505 0 R (page.122) 1512 0 R (page.123) 1516 0 R (page.124) 1523 0 R (page.125) 1528 0 R (page.126) 1532 0 R (page.127) 1536 0 R (page.128) 1545 0 R (page.13) 725 0 R (page.14) 737 0 R (page.15) 747 0 R (page.16) 756 0 R (page.17) 763 0 R (page.18) 772 0 R (page.19) 778 0 R (page.2) 439 0 R (page.20) 783 0 R (page.21) 793 0 R (page.22) 799 0 R (page.23) 808 0 R (page.24) 813 0 R (page.25) 822 0 R (page.26) 828 0 R (page.27) 836 0 R (page.28) 844 0 R (page.29) 852 0 R (page.3) 599 0 R (page.30) 860 0 R (page.31) 864 0 R (page.32) 873 0 R (page.33) 877 0 R (page.34) 885 0 R (page.35) 889 0 R (page.36) 900 0 R (page.37) 911 0 R (page.38) 924 0 R (page.39) 928 0 R (page.4) 628 0 R (page.40) 934 0 R (page.41) 944 0 R (page.42) 950 0 R (page.43) 955 0 R (page.44) 966 0 R (page.45) 977 0 R (page.46) 983 0 R (page.47) 990 0 R (page.48) 999 0 R (page.49) 1012 0 R (page.5) 641 0 R (page.50) 1017 0 R (page.51) 1026 0 R (page.52) 1035 0 R (page.53) 1039 0 R (page.54) 1047 0 R (page.55) 1052 0 R (page.56) 1057 0 R (page.57) 1062 0 R (page.58) 1069 0 R (page.59) 1074 0 R (page.6) 647 0 R (page.60) 1080 0 R (page.61) 1087 0 R (page.62) 1097 0 R (page.63) 1104 0 R (page.64) 1110 0 R (page.65) 1117 0 R (page.66) 1124 0 R (page.67) 1135 0 R (page.68) 1143 0 R (page.69) 1155 0 R (page.7) 664 0 R (page.70) 1162 0 R (page.71) 1172 0 R (page.72) 1179 0 R (page.73) 1188 0 R (page.74) 1195 0 R (page.75) 1201 0 R (page.76) 1208 0 R (page.77) 1214 0 R (page.78) 1220 0 R (page.79) 1225 0 R (page.8) 680 0 R (page.80) 1232 0 R (page.81) 1239 0 R (page.82) 1245 0 R (page.83) 1254 0 R (page.84) 1263 0 R (page.85) 1269 0 R (page.86) 1278 0 R (page.87) 1286 0 R (page.88) 1291 0 R (page.89) 1304 0 R (page.9) 685 0 R (page.90) 1308 0 R (page.91) 1316 0 R (page.92) 1325 0 R (page.93) 1333 0 R (page.94) 1338 0 R (page.95) 1343 0 R (page.96) 1348 0 R (page.97) 1353 0 R (page.98) 1359 0 R (page.99) 1364 0 R (page.i) 443 0 R (page.ii) 489 0 R (page.iii) 537 0 R (page.iv) 558 0 R (precdata) 726 0 R (section*.1) 444 0 R (section*.10) 78 0 R (section*.100) 1221 0 R (section*.101) 242 0 R (section*.102) 1226 0 R (section*.103) 1233 0 R (section*.104) 246 0 R (section*.105) 1240 0 R (section*.106) 250 0 R (section*.107) 1246 0 R (section*.108) 1248 0 R (section*.109) 254 0 R (section*.11) 751 0 R (section*.110) 1255 0 R (section*.111) 1257 0 R (section*.112) 258 0 R (section*.113) 1264 0 R (section*.114) 1270 0 R (section*.115) 262 0 R (section*.116) 1279 0 R (section*.117) 266 0 R (section*.118) 270 0 R (section*.119) 274 0 R (section*.12) 82 0 R (section*.120) 278 0 R (section*.121) 1287 0 R (section*.122) 1292 0 R (section*.123) 286 0 R (section*.124) 1309 0 R (section*.125) 1310 0 R (section*.126) 290 0 R (section*.127) 1317 0 R (section*.128) 1318 0 R (section*.129) 294 0 R (section*.13) 757 0 R (section*.130) 1326 0 R (section*.131) 1327 0 R (section*.132) 298 0 R (section*.133) 1334 0 R (section*.134) 302 0 R (section*.135) 1339 0 R (section*.136) 306 0 R (section*.137) 1344 0 R (section*.138) 310 0 R (section*.139) 1349 0 R (section*.14) 86 0 R (section*.140) 314 0 R (section*.141) 1354 0 R (section*.142) 318 0 R (section*.143) 1360 0 R (section*.144) 322 0 R (section*.145) 1365 0 R (section*.146) 1366 0 R (section*.147) 326 0 R (section*.148) 1372 0 R (section*.149) 1373 0 R (section*.15) 758 0 R (section*.150) 330 0 R (section*.151) 1379 0 R (section*.152) 1380 0 R (section*.153) 334 0 R (section*.154) 1386 0 R (section*.155) 1387 0 R (section*.156) 338 0 R (section*.157) 1393 0 R (section*.158) 1394 0 R (section*.159) 342 0 R (section*.16) 90 0 R (section*.160) 1401 0 R (section*.161) 1402 0 R (section*.162) 346 0 R (section*.163) 1408 0 R (section*.164) 1409 0 R (section*.165) 354 0 R (section*.166) 1427 0 R (section*.167) 358 0 R (section*.168) 1432 0 R (section*.169) 362 0 R (section*.17) 759 0 R (section*.170) 1438 0 R (section*.171) 366 0 R (section*.172) 1443 0 R (section*.173) 374 0 R (section*.174) 1452 0 R (section*.175) 378 0 R (section*.176) 1458 0 R (section*.177) 382 0 R (section*.178) 1464 0 R (section*.179) 386 0 R (section*.18) 94 0 R (section*.180) 1471 0 R (section*.181) 394 0 R (section*.182) 1481 0 R (section*.183) 1483 0 R (section*.184) 398 0 R (section*.185) 1490 0 R (section*.186) 402 0 R (section*.187) 1499 0 R (section*.188) 406 0 R (section*.189) 1506 0 R (section*.19) 765 0 R (section*.190) 414 0 R (section*.191) 1517 0 R (section*.192) 1537 0 R (section*.2) 62 0 R (section*.20) 98 0 R (section*.21) 767 0 R (section*.22) 773 0 R (section*.23) 106 0 R (section*.24) 784 0 R (section*.25) 110 0 R (section*.26) 800 0 R (section*.27) 114 0 R (section*.28) 814 0 R (section*.29) 118 0 R (section*.3) 732 0 R (section*.30) 829 0 R (section*.31) 122 0 R (section*.32) 837 0 R (section*.33) 126 0 R (section*.34) 845 0 R (section*.35) 130 0 R (section*.36) 853 0 R (section*.37) 134 0 R (section*.38) 866 0 R (section*.39) 138 0 R (section*.4) 66 0 R (section*.40) 878 0 R (section*.41) 142 0 R (section*.42) 894 0 R (section*.43) 146 0 R (section*.44) 905 0 R (section*.45) 150 0 R (section*.46) 929 0 R (section*.47) 158 0 R (section*.48) 957 0 R (section*.49) 978 0 R (section*.5) 740 0 R (section*.50) 162 0 R (section*.51) 992 0 R (section*.52) 1001 0 R (section*.53) 1005 0 R (section*.54) 166 0 R (section*.55) 1028 0 R (section*.56) 1029 0 R (section*.57) 170 0 R (section*.58) 1041 0 R (section*.59) 1042 0 R (section*.6) 70 0 R (section*.60) 178 0 R (section*.61) 1058 0 R (section*.62) 1064 0 R (section*.63) 182 0 R (section*.64) 1075 0 R (section*.65) 1081 0 R (section*.66) 186 0 R (section*.67) 1088 0 R (section*.68) 1091 0 R (section*.69) 190 0 R (section*.7) 743 0 R (section*.70) 1098 0 R (section*.71) 194 0 R (section*.72) 1105 0 R (section*.73) 198 0 R (section*.74) 1111 0 R (section*.75) 1118 0 R (section*.76) 202 0 R (section*.77) 1125 0 R (section*.78) 1128 0 R (section*.79) 206 0 R (section*.8) 74 0 R (section*.80) 1136 0 R (section*.81) 1145 0 R (section*.82) 210 0 R (section*.83) 1156 0 R (section*.84) 1163 0 R (section*.85) 214 0 R (section*.86) 1173 0 R (section*.87) 218 0 R (section*.88) 1180 0 R (section*.89) 1183 0 R (section*.9) 749 0 R (section*.90) 222 0 R (section*.91) 1189 0 R (section*.92) 226 0 R (section*.93) 1196 0 R (section*.94) 1202 0 R (section*.95) 230 0 R (section*.96) 1209 0 R (section*.97) 234 0 R (section*.98) 1215 0 R (section*.99) 238 0 R (section.1) 10 0 R (section.10) 390 0 R (section.11) 410 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) 282 0 R (section.8) 350 0 R (section.9) 370 0 R (spdata) 711 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) 785 0 R (table.10) 893 0 R (table.11) 904 0 R (table.12) 930 0 R (table.13) 956 0 R (table.14) 991 0 R (table.15) 1027 0 R (table.16) 1040 0 R (table.2) 801 0 R (table.3) 815 0 R (table.4) 830 0 R (table.5) 838 0 R (table.6) 846 0 R (table.7) 854 0 R (table.8) 865 0 R (table.9) 879 0 R (title.0) 6 0 R] /Limits [(Doc-Start) (title.0)] >> endobj -1579 0 obj << -/Kids [1578 0 R] +1586 0 obj << +/Kids [1585 0 R] >> endobj -1580 0 obj << -/Dests 1579 0 R +1587 0 obj << +/Dests 1586 0 R >> endobj -1581 0 obj << +1588 0 obj << /Type /Catalog -/Pages 1576 0 R -/Outlines 1577 0 R -/Names 1580 0 R +/Pages 1583 0 R +/Outlines 1584 0 R +/Names 1587 0 R /URI (http://ce.uniroma2.it/psblas) /PageMode /UseOutlines /PageLabels << /Nums [0 << /S /D >> 2 << /S /r >> 6 << /S /D >> ] >> /OpenAction 417 0 R >> endobj -1582 0 obj << +1589 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 1769 2007-06-05 15:48:58Z sfilippo $) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() -/CreationDate (D:20071018135720+02'00') +/CreationDate (D:20071019142714+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 1583 +0 1590 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f @@ -35254,415 +35348,415 @@ xref 0000000000 00000 f 0000000009 00000 n 0000010435 00000 n -0001175962 00000 n +0001181218 00000 n 0000000052 00000 n 0000000094 00000 n -0000122183 00000 n -0001175890 00000 n +0000122328 00000 n +0001181146 00000 n 0000000139 00000 n 0000000172 00000 n -0000135119 00000 n -0001175767 00000 n +0000132562 00000 n +0001181023 00000 n 0000000218 00000 n 0000000255 00000 n -0000141435 00000 n -0001175693 00000 n +0000145341 00000 n +0001180949 00000 n 0000000306 00000 n 0000000347 00000 n -0000163669 00000 n -0001175606 00000 n +0000156108 00000 n +0001180862 00000 n 0000000398 00000 n 0000000437 00000 n -0000175620 00000 n -0001175519 00000 n +0000167375 00000 n +0001180775 00000 n 0000000488 00000 n 0000000532 00000 n -0000192964 00000 n -0001175445 00000 n +0000191910 00000 n +0001180701 00000 n 0000000583 00000 n 0000000623 00000 n -0000204899 00000 n -0001175321 00000 n +0000207103 00000 n +0001180577 00000 n 0000000669 00000 n 0000000705 00000 n -0000204961 00000 n -0001175210 00000 n +0000207165 00000 n +0001180466 00000 n 0000000756 00000 n 0000000804 00000 n -0000227903 00000 n -0001175149 00000 n +0000230110 00000 n +0001180405 00000 n 0000000860 00000 n 0000000900 00000 n -0000227965 00000 n -0001175025 00000 n +0000230172 00000 n +0001180281 00000 n 0000000951 00000 n 0000001002 00000 n -0000250924 00000 n -0001174964 00000 n +0000253172 00000 n +0001180220 00000 n 0000001058 00000 n 0000001098 00000 n -0000250986 00000 n -0001174877 00000 n +0000253234 00000 n +0001180133 00000 n 0000001149 00000 n 0000001201 00000 n -0000251176 00000 n -0001174765 00000 n +0000253424 00000 n +0001180021 00000 n 0000001252 00000 n 0000001304 00000 n -0000251238 00000 n -0001174691 00000 n +0000253486 00000 n +0001179947 00000 n 0000001351 00000 n 0000001403 00000 n -0000263307 00000 n -0001174604 00000 n +0000265555 00000 n +0001179860 00000 n 0000001450 00000 n 0000001502 00000 n -0000263434 00000 n -0001174517 00000 n +0000265682 00000 n +0001179773 00000 n 0000001549 00000 n 0000001602 00000 n -0000274219 00000 n -0001174430 00000 n +0000276467 00000 n +0001179686 00000 n 0000001649 00000 n 0000001702 00000 n -0000274344 00000 n -0001174343 00000 n +0000276592 00000 n +0001179599 00000 n 0000001750 00000 n 0000001796 00000 n -0000283161 00000 n -0001174256 00000 n +0000285409 00000 n +0001179512 00000 n 0000001844 00000 n 0000001901 00000 n -0000283288 00000 n -0001174169 00000 n +0000285536 00000 n +0001179425 00000 n 0000001949 00000 n 0000002006 00000 n -0000283414 00000 n -0001174082 00000 n +0000285662 00000 n +0001179338 00000 n 0000002054 00000 n 0000002098 00000 n -0000293415 00000 n -0001173995 00000 n +0000295663 00000 n +0001179251 00000 n 0000002146 00000 n 0000002190 00000 n -0000293540 00000 n -0001173920 00000 n +0000295788 00000 n +0001179176 00000 n 0000002238 00000 n 0000002285 00000 n -0000296602 00000 n -0001173790 00000 n +0000298850 00000 n +0001179046 00000 n 0000002332 00000 n 0000002376 00000 n -0000306189 00000 n -0001173711 00000 n +0000308437 00000 n +0001178967 00000 n 0000002425 00000 n 0000002459 00000 n -0000320642 00000 n -0001173618 00000 n +0000322890 00000 n +0001178874 00000 n 0000002508 00000 n 0000002540 00000 n -0000333425 00000 n -0001173525 00000 n +0000335673 00000 n +0001178781 00000 n 0000002589 00000 n 0000002622 00000 n -0000346010 00000 n -0001173432 00000 n +0000348258 00000 n +0001178688 00000 n 0000002671 00000 n 0000002704 00000 n -0000355162 00000 n -0001173339 00000 n +0000357410 00000 n +0001178595 00000 n 0000002753 00000 n 0000002787 00000 n -0000364723 00000 n -0001173246 00000 n +0000366971 00000 n +0001178502 00000 n 0000002836 00000 n 0000002869 00000 n -0000374728 00000 n -0001173153 00000 n +0000376976 00000 n +0001178409 00000 n 0000002918 00000 n 0000002952 00000 n -0000384975 00000 n -0001173060 00000 n +0000387223 00000 n +0001178316 00000 n 0000003001 00000 n 0000003034 00000 n -0000396114 00000 n -0001172967 00000 n +0000398362 00000 n +0001178223 00000 n 0000003083 00000 n 0000003117 00000 n -0000406403 00000 n -0001172874 00000 n +0000408651 00000 n +0001178130 00000 n 0000003166 00000 n 0000003199 00000 n -0000417175 00000 n -0001172781 00000 n +0000419423 00000 n +0001178037 00000 n 0000003248 00000 n 0000003279 00000 n -0000441464 00000 n -0001172702 00000 n +0000443712 00000 n +0001177958 00000 n 0000003328 00000 n 0000003359 00000 n -0000463572 00000 n -0001172572 00000 n +0000465820 00000 n +0001177828 00000 n 0000003406 00000 n 0000003450 00000 n -0000472531 00000 n -0001172493 00000 n +0000474779 00000 n +0001177749 00000 n 0000003499 00000 n 0000003530 00000 n -0000499458 00000 n -0001172400 00000 n +0000501706 00000 n +0001177656 00000 n 0000003579 00000 n 0000003610 00000 n -0000531311 00000 n -0001172307 00000 n +0000533568 00000 n +0001177563 00000 n 0000003659 00000 n 0000003692 00000 n -0000545513 00000 n -0001172228 00000 n +0000547770 00000 n +0001177484 00000 n 0000003741 00000 n 0000003775 00000 n -0000551252 00000 n -0001172097 00000 n +0000553509 00000 n +0001177353 00000 n 0000003822 00000 n 0000003868 00000 n -0000560168 00000 n -0001172018 00000 n +0000562425 00000 n +0001177274 00000 n 0000003917 00000 n 0000003949 00000 n -0000583771 00000 n -0001171925 00000 n +0000586028 00000 n +0001177181 00000 n 0000003998 00000 n 0000004030 00000 n -0000592521 00000 n -0001171832 00000 n +0000594778 00000 n +0001177088 00000 n 0000004079 00000 n 0000004111 00000 n -0000599174 00000 n -0001171739 00000 n +0000601431 00000 n +0001176995 00000 n 0000004160 00000 n 0000004192 00000 n -0000603851 00000 n -0001171646 00000 n +0000606108 00000 n +0001176902 00000 n 0000004241 00000 n 0000004274 00000 n -0000613284 00000 n -0001171553 00000 n +0000615541 00000 n +0001176809 00000 n 0000004323 00000 n 0000004358 00000 n -0000625494 00000 n -0001171460 00000 n +0000627751 00000 n +0001176716 00000 n 0000004407 00000 n 0000004439 00000 n -0000634776 00000 n -0001171367 00000 n +0000637033 00000 n +0001176623 00000 n 0000004488 00000 n 0000004520 00000 n -0000651067 00000 n -0001171274 00000 n +0000653324 00000 n +0001176530 00000 n 0000004569 00000 n 0000004601 00000 n -0000661348 00000 n -0001171181 00000 n +0000663605 00000 n +0001176437 00000 n 0000004650 00000 n 0000004683 00000 n -0000668753 00000 n -0001171088 00000 n +0000671010 00000 n +0001176344 00000 n 0000004732 00000 n 0000004763 00000 n -0000675401 00000 n -0001170995 00000 n +0000677658 00000 n +0001176251 00000 n 0000004812 00000 n 0000004844 00000 n -0000684362 00000 n -0001170902 00000 n +0000686619 00000 n +0001176158 00000 n 0000004893 00000 n 0000004925 00000 n -0000692308 00000 n -0001170809 00000 n +0000694565 00000 n +0001176065 00000 n 0000004974 00000 n 0000005006 00000 n -0000697800 00000 n -0001170716 00000 n +0000700057 00000 n +0001175972 00000 n 0000005055 00000 n 0000005088 00000 n -0000703481 00000 n -0001170623 00000 n +0000705738 00000 n +0001175879 00000 n 0000005137 00000 n 0000005168 00000 n -0000713965 00000 n -0001170530 00000 n +0000716222 00000 n +0001175786 00000 n 0000005218 00000 n 0000005262 00000 n -0000726731 00000 n -0001170437 00000 n +0000728988 00000 n +0001175693 00000 n 0000005312 00000 n 0000005356 00000 n -0000733712 00000 n -0001170344 00000 n +0000735969 00000 n +0001175600 00000 n 0000005406 00000 n 0000005448 00000 n -0000740638 00000 n -0001170251 00000 n +0000742895 00000 n +0001175507 00000 n 0000005498 00000 n 0000005539 00000 n -0000749268 00000 n -0001170158 00000 n +0000751525 00000 n +0001175414 00000 n 0000005589 00000 n 0000005628 00000 n -0000764074 00000 n -0001170065 00000 n +0000766331 00000 n +0001175321 00000 n 0000005678 00000 n 0000005711 00000 n -0000771338 00000 n -0001169972 00000 n +0000773595 00000 n +0001175228 00000 n 0000005761 00000 n 0000005778 00000 n -0000771402 00000 n -0001169879 00000 n +0000773659 00000 n +0001175135 00000 n 0000005828 00000 n 0000005860 00000 n -0000771466 00000 n -0001169786 00000 n +0000773723 00000 n +0001175042 00000 n 0000005910 00000 n 0000005942 00000 n -0000771530 00000 n -0001169707 00000 n +0000773787 00000 n +0001174963 00000 n 0000005992 00000 n 0000006024 00000 n -0000784212 00000 n -0001169576 00000 n +0000786550 00000 n +0001174832 00000 n 0000006071 00000 n 0000006122 00000 n -0000789578 00000 n -0001169497 00000 n +0000791916 00000 n +0001174753 00000 n 0000006172 00000 n 0000006203 00000 n -0000797045 00000 n -0001169404 00000 n +0000799383 00000 n +0001174660 00000 n 0000006253 00000 n 0000006284 00000 n -0000803756 00000 n -0001169311 00000 n +0000806094 00000 n +0001174567 00000 n 0000006334 00000 n 0000006365 00000 n -0000808217 00000 n -0001169218 00000 n +0000810555 00000 n +0001174474 00000 n 0000006415 00000 n 0000006456 00000 n -0000813514 00000 n -0001169125 00000 n +0000815852 00000 n +0001174381 00000 n 0000006506 00000 n 0000006544 00000 n -0000816234 00000 n -0001169032 00000 n +0000818572 00000 n +0001174288 00000 n 0000006594 00000 n 0000006626 00000 n -0000819323 00000 n -0001168939 00000 n +0000821661 00000 n +0001174195 00000 n 0000006676 00000 n 0000006710 00000 n -0000822241 00000 n -0001168846 00000 n +0000824579 00000 n +0001174102 00000 n 0000006760 00000 n 0000006792 00000 n -0000829031 00000 n -0001168753 00000 n +0000831369 00000 n +0001174009 00000 n 0000006842 00000 n 0000006874 00000 n -0000836575 00000 n -0001168660 00000 n +0000838913 00000 n +0001173916 00000 n 0000006924 00000 n 0000006954 00000 n -0000844334 00000 n -0001168567 00000 n +0000846672 00000 n +0001173823 00000 n 0000007004 00000 n 0000007034 00000 n -0000852105 00000 n -0001168474 00000 n +0000854443 00000 n +0001173730 00000 n 0000007084 00000 n 0000007114 00000 n -0000859866 00000 n -0001168381 00000 n +0000862204 00000 n +0001173637 00000 n 0000007164 00000 n 0000007194 00000 n -0000867646 00000 n -0001168288 00000 n +0000869984 00000 n +0001173544 00000 n 0000007244 00000 n 0000007274 00000 n -0000875794 00000 n -0001168195 00000 n +0000878132 00000 n +0001173451 00000 n 0000007324 00000 n 0000007354 00000 n -0000883918 00000 n -0001168116 00000 n +0000886256 00000 n +0001173372 00000 n 0000007404 00000 n 0000007434 00000 n -0000892490 00000 n -0001167986 00000 n +0000894828 00000 n +0001173242 00000 n 0000007481 00000 n 0000007517 00000 n -0000903435 00000 n -0001167907 00000 n +0000905773 00000 n +0001173163 00000 n 0000007567 00000 n 0000007601 00000 n -0000906093 00000 n -0001167814 00000 n +0000908431 00000 n +0001173070 00000 n 0000007651 00000 n 0000007683 00000 n -0000909058 00000 n -0001167721 00000 n +0000911396 00000 n +0001172977 00000 n 0000007733 00000 n 0000007779 00000 n -0000912362 00000 n -0001167642 00000 n +0000914700 00000 n +0001172898 00000 n 0000007829 00000 n 0000007872 00000 n -0000913645 00000 n -0001167512 00000 n +0000915983 00000 n +0001172768 00000 n 0000007919 00000 n 0000007950 00000 n -0000920942 00000 n -0001167433 00000 n +0000923280 00000 n +0001172689 00000 n 0000008000 00000 n 0000008030 00000 n -0000929100 00000 n -0001167340 00000 n +0000931438 00000 n +0001172596 00000 n 0000008080 00000 n 0000008111 00000 n -0000935207 00000 n -0001167247 00000 n +0000937545 00000 n +0001172503 00000 n 0000008161 00000 n 0000008198 00000 n -0000941961 00000 n -0001167168 00000 n +0000944299 00000 n +0001172424 00000 n 0000008248 00000 n 0000008286 00000 n -0000943987 00000 n -0001167038 00000 n +0000946325 00000 n +0001172294 00000 n 0000008334 00000 n 0000008380 00000 n -0000952106 00000 n -0001166959 00000 n +0000954444 00000 n +0001172215 00000 n 0000008430 00000 n 0000008465 00000 n -0000961823 00000 n -0001166866 00000 n +0000964161 00000 n +0001172122 00000 n 0000008515 00000 n 0000008549 00000 n -0000971140 00000 n -0001166773 00000 n +0000973478 00000 n +0001172029 00000 n 0000008599 00000 n 0000008634 00000 n -0000974853 00000 n -0001166694 00000 n +0000977191 00000 n +0001171950 00000 n 0000008684 00000 n 0000008724 00000 n -0000976241 00000 n -0001166578 00000 n +0000978579 00000 n +0001171834 00000 n 0000008772 00000 n 0000008812 00000 n -0000987227 00000 n -0001166513 00000 n +0000989565 00000 n +0001171769 00000 n 0000008862 00000 n 0000008896 00000 n 0000010187 00000 n @@ -35670,19 +35764,19 @@ xref 0000008948 00000 n 0000010309 00000 n 0000010372 00000 n -0001161912 00000 n -0001148817 00000 n -0001161748 00000 n -0001148141 00000 n -0001141172 00000 n -0001147977 00000 n -0001139890 00000 n -0001124937 00000 n -0001139726 00000 n -0001123515 00000 n -0001106081 00000 n -0001123352 00000 n -0001163085 00000 n +0001167168 00000 n +0001154073 00000 n +0001167004 00000 n +0001153397 00000 n +0001146428 00000 n +0001153233 00000 n +0001145180 00000 n +0001130427 00000 n +0001145016 00000 n +0001129005 00000 n +0001111571 00000 n +0001128842 00000 n +0001168341 00000 n 0000011069 00000 n 0000010883 00000 n 0000010606 00000 n @@ -35806,1037 +35900,1044 @@ xref 0000109254 00000 n 0000108976 00000 n 0000109376 00000 n -0000122245 00000 n -0000120889 00000 n +0000122390 00000 n +0000121034 00000 n 0000109511 00000 n -0000121079 00000 n -0000121237 00000 n -0000121397 00000 n -0000121555 00000 n -0000121713 00000 n -0000121870 00000 n -0000122027 00000 n -0001104942 00000 n -0001089335 00000 n -0001104778 00000 n -0001163203 00000 n -0001010771 00000 n -0001010707 00000 n -0001010385 00000 n -0001010449 00000 n -0001010064 00000 n -0001010128 00000 n -0001010192 00000 n -0000139377 00000 n -0000135246 00000 n -0000134166 00000 n -0000122342 00000 n -0001088349 00000 n -0001076998 00000 n -0001088185 00000 n -0000134340 00000 n -0000134495 00000 n -0000134651 00000 n -0001075755 00000 n -0001062846 00000 n -0001075591 00000 n -0000134806 00000 n -0000134963 00000 n -0001062482 00000 n -0001059623 00000 n -0001062321 00000 n -0001059303 00000 n -0001056548 00000 n -0001059142 00000 n -0000135182 00000 n -0001055509 00000 n -0001046003 00000 n -0001055347 00000 n -0000141371 00000 n -0001010321 00000 n -0001010643 00000 n -0000141497 00000 n -0000139255 00000 n -0000135407 00000 n -0000141308 00000 n -0001045405 00000 n -0001040151 00000 n -0001045242 00000 n -0001039180 00000 n -0001034435 00000 n -0001039017 00000 n -0000141093 00000 n -0000141212 00000 n -0000141286 00000 n -0000149610 00000 n -0000151822 00000 n -0000149488 00000 n -0000141674 00000 n -0000151694 00000 n -0000151758 00000 n -0000151432 00000 n -0000151551 00000 n -0000151598 00000 n -0000151672 00000 n -0000163731 00000 n -0000163144 00000 n -0000151986 00000 n -0000163606 00000 n -0000163294 00000 n -0000163450 00000 n -0000176193 00000 n -0000175434 00000 n -0000163854 00000 n -0000175556 00000 n -0001034124 00000 n -0001031342 00000 n -0001033960 00000 n -0000175683 00000 n -0000175747 00000 n -0000175810 00000 n -0000175874 00000 n -0000175938 00000 n -0000176002 00000 n -0000176066 00000 n -0000176129 00000 n -0000187514 00000 n -0000186512 00000 n -0000176328 00000 n -0000186634 00000 n -0000186697 00000 n -0000186760 00000 n -0000186823 00000 n -0000186886 00000 n -0000186949 00000 n -0000187012 00000 n -0000187075 00000 n -0000187138 00000 n -0000187201 00000 n -0000187264 00000 n -0000187327 00000 n -0000187390 00000 n -0000187453 00000 n -0001163321 00000 n -0000193027 00000 n -0000192597 00000 n -0000187598 00000 n -0000192900 00000 n -0000192739 00000 n -0000205717 00000 n -0000204369 00000 n -0000193137 00000 n -0000204836 00000 n -0000205023 00000 n -0000204519 00000 n -0000204675 00000 n -0000205087 00000 n -0000205150 00000 n -0000205213 00000 n -0000205276 00000 n -0000205339 00000 n -0000205402 00000 n -0000205465 00000 n -0000205528 00000 n -0000205591 00000 n -0000205654 00000 n -0000215601 00000 n -0000215043 00000 n -0000205827 00000 n -0000215345 00000 n -0000215409 00000 n -0000215473 00000 n -0000215537 00000 n -0000215185 00000 n -0000228091 00000 n -0000227718 00000 n -0000215711 00000 n -0000227840 00000 n -0000228027 00000 n -0000239126 00000 n -0000238446 00000 n -0000228201 00000 n -0000238743 00000 n -0000238588 00000 n -0000238807 00000 n -0000238871 00000 n -0000238935 00000 n -0000238999 00000 n -0000239062 00000 n -0000251363 00000 n -0000250564 00000 n -0000239249 00000 n -0000250861 00000 n -0000251048 00000 n -0000250706 00000 n -0001030408 00000 n -0001022599 00000 n -0001030245 00000 n -0000251112 00000 n -0000251300 00000 n -0001163439 00000 n -0000263560 00000 n -0000262456 00000 n -0000251499 00000 n -0000263243 00000 n -0000262622 00000 n -0000262777 00000 n -0000263370 00000 n -0000262933 00000 n -0000263088 00000 n -0000263497 00000 n -0000274469 00000 n -0000273536 00000 n -0000263709 00000 n -0000274156 00000 n -0000273694 00000 n -0000274281 00000 n -0000273848 00000 n -0000274406 00000 n -0000274001 00000 n -0000283541 00000 n -0000282975 00000 n -0000274592 00000 n -0000283097 00000 n -0000283224 00000 n -0000283350 00000 n -0000283477 00000 n -0000293665 00000 n -0000292739 00000 n -0000283664 00000 n -0000293352 00000 n -0000292897 00000 n -0000293477 00000 n -0000293048 00000 n -0000293602 00000 n -0000293200 00000 n -0000295905 00000 n -0000295591 00000 n -0000293788 00000 n -0000295713 00000 n -0000295777 00000 n -0000295841 00000 n -0000296665 00000 n -0000296417 00000 n -0000296002 00000 n -0000296539 00000 n -0001163557 00000 n -0000306381 00000 n -0000305347 00000 n -0000296749 00000 n -0000306125 00000 n -0000306253 00000 n -0000306317 00000 n -0000305513 00000 n -0000305666 00000 n -0000305820 00000 n -0000305972 00000 n -0000310926 00000 n -0000310407 00000 n -0000306517 00000 n -0000310863 00000 n -0000310557 00000 n -0000310711 00000 n -0000320834 00000 n -0000319958 00000 n -0000311036 00000 n -0000320578 00000 n -0000320706 00000 n -0000320770 00000 n -0000320116 00000 n -0000320270 00000 n -0000320424 00000 n -0000323364 00000 n -0000323005 00000 n -0000320996 00000 n -0000323301 00000 n -0000323147 00000 n -0000333615 00000 n -0000332741 00000 n -0000323461 00000 n -0000333361 00000 n -0000333488 00000 n -0000333551 00000 n -0000332899 00000 n -0000333053 00000 n -0000333207 00000 n -0000336301 00000 n -0000335942 00000 n -0000333777 00000 n -0000336238 00000 n -0000336084 00000 n -0001163675 00000 n -0000346202 00000 n -0000345487 00000 n -0000336398 00000 n -0000345946 00000 n -0000346074 00000 n -0000346138 00000 n -0000345637 00000 n -0000345791 00000 n -0000355352 00000 n -0000354643 00000 n -0000346364 00000 n -0000355099 00000 n -0000355225 00000 n -0000355288 00000 n -0000354793 00000 n -0000354944 00000 n -0000364915 00000 n -0000364203 00000 n -0000355514 00000 n -0000364659 00000 n -0000364787 00000 n -0000364851 00000 n -0000364353 00000 n -0000364505 00000 n -0000374918 00000 n -0000374210 00000 n -0000365089 00000 n -0000374665 00000 n -0000374791 00000 n -0000374854 00000 n -0000374360 00000 n -0000374510 00000 n -0000376279 00000 n -0000376093 00000 n -0000375092 00000 n -0000376215 00000 n -0000385165 00000 n -0000384456 00000 n -0000376363 00000 n -0000384912 00000 n -0000385038 00000 n -0000385102 00000 n -0000384606 00000 n -0000384757 00000 n -0001163793 00000 n -0000386514 00000 n -0000386328 00000 n -0000385327 00000 n -0000386450 00000 n -0000396303 00000 n -0000395598 00000 n -0000386598 00000 n -0000396051 00000 n -0000396177 00000 n -0000396239 00000 n -0000395748 00000 n -0000395896 00000 n -0000397652 00000 n -0000397466 00000 n -0000396465 00000 n -0000397588 00000 n -0000406592 00000 n -0000405883 00000 n -0000397736 00000 n -0000406340 00000 n -0001022159 00000 n -0001019843 00000 n -0001021998 00000 n -0000406466 00000 n -0000406529 00000 n -0000406033 00000 n -0000406185 00000 n -0000417559 00000 n -0000416653 00000 n -0000406754 00000 n -0000417111 00000 n -0000417239 00000 n -0000417303 00000 n -0000417367 00000 n -0000417431 00000 n -0000417495 00000 n -0000416803 00000 n -0000416958 00000 n -0000429860 00000 n -0000428355 00000 n -0000417733 00000 n -0000429797 00000 n -0000428553 00000 n -0000428708 00000 n -0000428863 00000 n -0000429018 00000 n -0000429173 00000 n -0000429328 00000 n -0000429485 00000 n -0000429642 00000 n -0001163911 00000 n -0000431157 00000 n -0000430971 00000 n -0000429970 00000 n -0000431093 00000 n -0000441653 00000 n -0000441279 00000 n -0000431241 00000 n -0000441401 00000 n -0000441527 00000 n -0000441590 00000 n -0000453738 00000 n -0000452562 00000 n -0000441827 00000 n -0000453674 00000 n -0000452744 00000 n -0000452899 00000 n -0000453055 00000 n -0000453210 00000 n -0000453364 00000 n -0000453519 00000 n -0000461868 00000 n -0000461345 00000 n -0000453874 00000 n -0000461805 00000 n -0000461495 00000 n -0000461650 00000 n -0000463636 00000 n -0000463210 00000 n -0000461978 00000 n -0000463508 00000 n -0000463352 00000 n -0000472720 00000 n -0000471847 00000 n -0000463720 00000 n -0000472468 00000 n -0000472594 00000 n -0000472657 00000 n -0000472005 00000 n -0000472158 00000 n -0000472313 00000 n -0001164029 00000 n -0000477886 00000 n -0000482512 00000 n -0000477744 00000 n -0000472869 00000 n -0000482384 00000 n -0000482229 00000 n -0000482448 00000 n -0000481894 00000 n -0000482013 00000 n -0000482060 00000 n -0000482134 00000 n -0000482207 00000 n -0000485197 00000 n -0000484774 00000 n -0000482650 00000 n -0000485071 00000 n -0000485134 00000 n -0000484916 00000 n -0000489067 00000 n -0000488881 00000 n -0000485307 00000 n -0000489003 00000 n -0001018966 00000 n -0001012282 00000 n -0001018804 00000 n -0000499647 00000 n -0000498935 00000 n -0000489151 00000 n -0000499395 00000 n -0000499521 00000 n -0000499584 00000 n -0000499085 00000 n -0000499240 00000 n -0000516004 00000 n -0000510449 00000 n -0000509441 00000 n -0000499809 00000 n -0000510066 00000 n -0000509600 00000 n -0000510130 00000 n -0000510194 00000 n -0000510257 00000 n -0000510321 00000 n -0000510385 00000 n -0000509755 00000 n -0000509910 00000 n -0000520507 00000 n -0000515080 00000 n -0000514889 00000 n -0000510585 00000 n -0000515015 00000 n -0001164147 00000 n -0000520572 00000 n -0000515878 00000 n -0000515165 00000 n -0000520441 00000 n -0000520101 00000 n -0000520221 00000 n -0000520269 00000 n -0000520344 00000 n -0000520418 00000 n -0000531570 00000 n -0000530778 00000 n -0000520672 00000 n -0000531246 00000 n -0000531375 00000 n -0000531440 00000 n -0000531505 00000 n -0000530934 00000 n -0000531090 00000 n -0000535557 00000 n -0000535365 00000 n -0000531745 00000 n -0000535491 00000 n -0000545772 00000 n -0000545145 00000 n -0000535668 00000 n -0000545448 00000 n -0000545577 00000 n -0000545642 00000 n -0000545707 00000 n -0000545292 00000 n -0000550524 00000 n -0000550155 00000 n -0000545947 00000 n -0000550458 00000 n -0000550302 00000 n -0000551316 00000 n -0000551061 00000 n -0000550635 00000 n -0000551187 00000 n -0001164272 00000 n -0000560298 00000 n -0000559976 00000 n -0000551401 00000 n -0000560102 00000 n -0000560233 00000 n -0000569637 00000 n -0000569140 00000 n -0000560448 00000 n -0000569443 00000 n -0000569287 00000 n -0000569508 00000 n -0000569573 00000 n -0000575897 00000 n -0000575639 00000 n -0000569748 00000 n -0000575765 00000 n -0000575831 00000 n -0000583899 00000 n -0000583403 00000 n -0000576034 00000 n -0000583706 00000 n -0000583834 00000 n -0000583550 00000 n -0000585922 00000 n -0000585532 00000 n -0000584036 00000 n -0000585658 00000 n -0000585724 00000 n -0000585790 00000 n -0000585856 00000 n -0000592780 00000 n -0000591988 00000 n -0000586007 00000 n -0000592456 00000 n -0000592585 00000 n -0000592144 00000 n -0000592300 00000 n -0000592650 00000 n -0000592715 00000 n -0001164397 00000 n -0000599305 00000 n -0000598640 00000 n -0000592904 00000 n -0000599108 00000 n -0000599239 00000 n -0000598796 00000 n -0000598952 00000 n -0000603980 00000 n -0000603483 00000 n -0000599429 00000 n -0000603786 00000 n -0000603915 00000 n -0000603630 00000 n -0000613415 00000 n -0000612752 00000 n -0000604104 00000 n -0000613218 00000 n -0000613349 00000 n -0000612908 00000 n -0000613062 00000 n -0000616782 00000 n -0000616398 00000 n -0000613565 00000 n -0000616524 00000 n -0000616589 00000 n -0000616654 00000 n -0000616718 00000 n -0000625888 00000 n -0000624962 00000 n -0000616893 00000 n -0000625428 00000 n -0000625559 00000 n -0000625118 00000 n -0000625274 00000 n -0000625625 00000 n -0000625691 00000 n -0000625757 00000 n -0000625822 00000 n -0000634905 00000 n -0000634248 00000 n -0000626025 00000 n -0000634711 00000 n -0000634840 00000 n -0000634404 00000 n -0000634558 00000 n -0001164522 00000 n -0000642256 00000 n -0000641427 00000 n -0000635042 00000 n -0000641729 00000 n -0000641574 00000 n -0000641795 00000 n -0000641861 00000 n -0000641927 00000 n -0000641993 00000 n -0000642059 00000 n -0000642125 00000 n -0000642190 00000 n -0000651196 00000 n -0000650537 00000 n -0000642367 00000 n -0000651002 00000 n -0000651131 00000 n -0000650693 00000 n -0000650849 00000 n -0000655419 00000 n -0000654832 00000 n -0000651320 00000 n -0000654958 00000 n -0000655024 00000 n -0000655090 00000 n -0000655156 00000 n -0000655222 00000 n -0000655288 00000 n -0000655354 00000 n -0000661477 00000 n -0000660818 00000 n -0000655517 00000 n -0000661283 00000 n -0000661412 00000 n -0000660974 00000 n -0000661127 00000 n -0000669016 00000 n -0000668222 00000 n -0000661601 00000 n -0000668687 00000 n -0000668818 00000 n -0000668378 00000 n -0000668532 00000 n -0000668884 00000 n -0000668950 00000 n -0000675530 00000 n -0000675035 00000 n -0000669140 00000 n -0000675336 00000 n -0000675465 00000 n -0000675182 00000 n -0001164647 00000 n -0000684493 00000 n -0000683993 00000 n -0000675667 00000 n -0000684296 00000 n -0000684427 00000 n -0000684140 00000 n -0000686929 00000 n -0000686543 00000 n -0000684630 00000 n -0000686669 00000 n -0000686734 00000 n -0000686799 00000 n -0000686864 00000 n -0000692439 00000 n -0000691939 00000 n -0000687027 00000 n -0000692242 00000 n -0000692373 00000 n -0000692086 00000 n -0000697929 00000 n -0000697434 00000 n -0000692563 00000 n -0000697735 00000 n -0000697864 00000 n -0000697581 00000 n -0000703612 00000 n -0000703289 00000 n -0000698053 00000 n -0000703415 00000 n -0000703546 00000 n -0000714094 00000 n -0000713598 00000 n -0000703749 00000 n -0000713900 00000 n -0000714029 00000 n -0000713745 00000 n -0001164772 00000 n -0000716737 00000 n -0000716348 00000 n -0000714231 00000 n -0000716474 00000 n -0000716540 00000 n -0000716606 00000 n -0000716672 00000 n -0000726860 00000 n -0000726363 00000 n -0000716848 00000 n -0000726666 00000 n -0000726795 00000 n -0000726510 00000 n -0000734041 00000 n -0000733343 00000 n -0000726997 00000 n -0000733646 00000 n -0000733777 00000 n -0000733490 00000 n -0000733843 00000 n -0000733909 00000 n -0000733975 00000 n -0000740962 00000 n -0000740270 00000 n -0000734165 00000 n -0000740573 00000 n -0000740702 00000 n -0000740417 00000 n -0000740767 00000 n -0000740832 00000 n -0000740897 00000 n -0000749399 00000 n -0000748901 00000 n -0000741086 00000 n -0000749202 00000 n -0000749333 00000 n -0000749048 00000 n -0000756062 00000 n -0000755611 00000 n -0000749536 00000 n -0000755737 00000 n -0000755802 00000 n -0000755867 00000 n -0000755932 00000 n -0000755997 00000 n -0001164897 00000 n -0000764205 00000 n -0000763379 00000 n -0000756186 00000 n -0000764008 00000 n -0000764139 00000 n -0000763544 00000 n -0000763698 00000 n -0000763854 00000 n -0000771659 00000 n -0000771147 00000 n -0000764342 00000 n -0000771273 00000 n -0000771594 00000 n -0000783453 00000 n -0000782667 00000 n -0000771796 00000 n -0000782793 00000 n -0000782859 00000 n -0000782925 00000 n -0000782991 00000 n -0000783057 00000 n -0000783123 00000 n -0000783189 00000 n -0000783255 00000 n -0000783321 00000 n -0000783387 00000 n -0000784276 00000 n -0000784021 00000 n -0000783589 00000 n -0000784147 00000 n -0000789907 00000 n -0000789386 00000 n -0000784361 00000 n -0000789512 00000 n -0000789643 00000 n -0000789709 00000 n -0000789775 00000 n -0000789841 00000 n -0000797369 00000 n -0000796854 00000 n -0000790031 00000 n -0000796980 00000 n -0000797109 00000 n -0000797174 00000 n -0000797239 00000 n -0000797304 00000 n -0001165022 00000 n -0000804084 00000 n -0000803564 00000 n -0000797519 00000 n -0000803690 00000 n -0000803821 00000 n -0000803887 00000 n -0000803953 00000 n -0000804019 00000 n -0000808346 00000 n -0000808026 00000 n -0000804234 00000 n -0000808152 00000 n -0000808281 00000 n -0000813645 00000 n -0000813322 00000 n -0000808457 00000 n -0000813448 00000 n -0000813579 00000 n -0000816363 00000 n -0000816043 00000 n -0000813782 00000 n -0000816169 00000 n -0000816298 00000 n -0000819454 00000 n -0000819131 00000 n -0000816474 00000 n -0000819257 00000 n -0000819388 00000 n -0000822370 00000 n -0000822050 00000 n -0000819565 00000 n -0000822176 00000 n -0000822305 00000 n -0001165147 00000 n -0000829162 00000 n -0000828839 00000 n -0000822481 00000 n -0000828965 00000 n -0000829096 00000 n -0000836834 00000 n -0000836384 00000 n -0000829299 00000 n -0000836510 00000 n -0000836639 00000 n -0000836704 00000 n -0000836769 00000 n -0000844597 00000 n -0000844142 00000 n -0000836984 00000 n -0000844268 00000 n -0000844399 00000 n -0000844465 00000 n -0000844531 00000 n -0000852364 00000 n -0000851914 00000 n -0000844747 00000 n -0000852040 00000 n -0000852169 00000 n -0000852234 00000 n -0000852299 00000 n -0000860129 00000 n -0000859674 00000 n -0000852514 00000 n -0000859800 00000 n -0000859931 00000 n -0000859997 00000 n -0000860063 00000 n -0000867905 00000 n -0000867455 00000 n -0000860279 00000 n -0000867581 00000 n -0000867710 00000 n -0000867775 00000 n -0000867840 00000 n -0001165272 00000 n -0000876056 00000 n -0000875602 00000 n -0000868055 00000 n -0000875728 00000 n -0000875859 00000 n -0000875925 00000 n -0000875991 00000 n -0000884176 00000 n -0000883727 00000 n -0000876193 00000 n -0000883853 00000 n -0000883982 00000 n -0000884047 00000 n -0000884112 00000 n -0000892555 00000 n -0000891958 00000 n -0000884313 00000 n -0000892424 00000 n -0000892114 00000 n -0000892268 00000 n -0000897532 00000 n -0000897598 00000 n -0000897664 00000 n -0000897341 00000 n -0000892653 00000 n -0000897467 00000 n -0000903566 00000 n -0000903243 00000 n -0000897762 00000 n -0000903369 00000 n -0000903500 00000 n -0000906222 00000 n -0000905902 00000 n -0000903677 00000 n -0000906028 00000 n -0000906157 00000 n -0001165397 00000 n -0000909189 00000 n -0000908866 00000 n -0000906333 00000 n -0000908992 00000 n -0000909123 00000 n -0000912491 00000 n -0000912171 00000 n -0000909300 00000 n -0000912297 00000 n -0000912426 00000 n -0000913710 00000 n -0000913453 00000 n -0000912602 00000 n -0000913579 00000 n -0000921071 00000 n -0000920577 00000 n -0000913808 00000 n -0000920877 00000 n -0000921006 00000 n -0000920724 00000 n -0000929231 00000 n -0000928733 00000 n -0000921195 00000 n -0000929034 00000 n -0000929165 00000 n -0000928880 00000 n -0000935336 00000 n -0000934842 00000 n -0000929355 00000 n -0000935142 00000 n -0000935271 00000 n -0000934989 00000 n -0001165522 00000 n -0000942092 00000 n -0000941594 00000 n -0000935460 00000 n -0000941895 00000 n -0000942026 00000 n -0000941741 00000 n -0000944051 00000 n -0000943796 00000 n -0000942216 00000 n -0000943922 00000 n -0000952368 00000 n -0000951570 00000 n -0000944162 00000 n -0000952040 00000 n -0000952171 00000 n -0000951726 00000 n -0000952237 00000 n -0000951882 00000 n -0000952302 00000 n -0000961952 00000 n -0000960963 00000 n -0000952543 00000 n -0000961758 00000 n -0000961887 00000 n -0000961137 00000 n -0000961291 00000 n -0000961446 00000 n -0000961602 00000 n -0000971270 00000 n -0000970606 00000 n -0000962076 00000 n -0000971074 00000 n -0000971205 00000 n -0000970762 00000 n -0000970918 00000 n -0000974982 00000 n -0000974485 00000 n -0000971394 00000 n -0000974788 00000 n -0000974917 00000 n -0000974632 00000 n -0001165647 00000 n -0000976306 00000 n -0000976049 00000 n -0000975106 00000 n -0000976175 00000 n -0000987356 00000 n -0000986697 00000 n -0000976404 00000 n -0000987162 00000 n -0000987291 00000 n -0000986853 00000 n -0000987006 00000 n -0000995797 00000 n -0000995428 00000 n -0000987531 00000 n -0000995731 00000 n -0000995575 00000 n -0000999239 00000 n -0000999048 00000 n -0000995921 00000 n -0000999174 00000 n -0000999796 00000 n -0000999604 00000 n -0000999324 00000 n -0000999730 00000 n -0001010835 00000 n -0001009808 00000 n -0000999868 00000 n -0001009934 00000 n -0001009999 00000 n -0001010256 00000 n -0001010513 00000 n -0001010578 00000 n -0001165772 00000 n -0001012197 00000 n -0001011939 00000 n -0001010946 00000 n -0001012065 00000 n -0001012131 00000 n -0001019485 00000 n -0001019262 00000 n -0001022501 00000 n -0001022375 00000 n -0001030996 00000 n -0001030735 00000 n -0001034350 00000 n -0001034325 00000 n -0001039798 00000 n -0001039504 00000 n -0001045789 00000 n -0001045631 00000 n -0001056117 00000 n -0001055848 00000 n -0001059534 00000 n -0001059505 00000 n -0001062737 00000 n -0001062690 00000 n -0001076493 00000 n -0001076174 00000 n -0001088988 00000 n -0001088659 00000 n -0001105684 00000 n -0001105319 00000 n -0001124430 00000 n -0001124024 00000 n -0001140695 00000 n -0001140315 00000 n -0001148569 00000 n -0001148388 00000 n -0001162696 00000 n -0001162316 00000 n -0001165861 00000 n -0001165981 00000 n -0001166104 00000 n -0001166230 00000 n -0001166347 00000 n -0001166439 00000 n -0001176061 00000 n -0001186175 00000 n -0001186216 00000 n -0001186256 00000 n -0001186495 00000 n +0000121224 00000 n +0000121383 00000 n +0000121543 00000 n +0000121702 00000 n +0000121861 00000 n +0000122017 00000 n +0000122172 00000 n +0001110432 00000 n +0001094825 00000 n +0001110268 00000 n +0001168459 00000 n +0001016249 00000 n +0001016184 00000 n +0001013216 00000 n +0001013280 00000 n +0001013538 00000 n +0001013024 00000 n +0001013088 00000 n +0000130322 00000 n +0000132689 00000 n +0000130164 00000 n +0000122487 00000 n +0001093839 00000 n +0001082488 00000 n +0001093675 00000 n +0000132095 00000 n +0000132250 00000 n +0000132407 00000 n +0000132625 00000 n +0000131833 00000 n +0000131952 00000 n +0000131999 00000 n +0000132073 00000 n +0001013152 00000 n +0000145530 00000 n +0000144647 00000 n +0000132814 00000 n +0000145278 00000 n +0001081245 00000 n +0001068336 00000 n +0001081081 00000 n +0000144805 00000 n +0000144962 00000 n +0001067958 00000 n +0001064882 00000 n +0001067797 00000 n +0001064284 00000 n +0001059030 00000 n +0001064121 00000 n +0001058059 00000 n +0001053314 00000 n +0001057896 00000 n +0000145120 00000 n +0001052978 00000 n +0001050009 00000 n +0001052817 00000 n +0000145403 00000 n +0001048994 00000 n +0001038618 00000 n +0001048832 00000 n +0000145466 00000 n +0001013474 00000 n +0000153584 00000 n +0000156171 00000 n +0000153434 00000 n +0000145730 00000 n +0000155980 00000 n +0000155668 00000 n +0000155824 00000 n +0000156044 00000 n +0000155406 00000 n +0000155525 00000 n +0000155572 00000 n +0000155646 00000 n +0001012960 00000 n +0001012896 00000 n +0000167437 00000 n +0000166851 00000 n +0000156335 00000 n +0000167312 00000 n +0000167001 00000 n +0000167156 00000 n +0000180047 00000 n +0000179225 00000 n +0000167573 00000 n +0000179347 00000 n +0001038307 00000 n +0001035525 00000 n +0001038143 00000 n +0000179411 00000 n +0000179475 00000 n +0000179538 00000 n +0000179601 00000 n +0000179664 00000 n +0000179728 00000 n +0000179792 00000 n +0000179856 00000 n +0000179920 00000 n +0000179983 00000 n +0000191971 00000 n +0000191033 00000 n +0000180169 00000 n +0000191155 00000 n +0000191218 00000 n +0000191281 00000 n +0000191344 00000 n +0000191407 00000 n +0000191469 00000 n +0000191532 00000 n +0000191595 00000 n +0000191658 00000 n +0000191721 00000 n +0000191784 00000 n +0000191847 00000 n +0001168577 00000 n +0000195257 00000 n +0000194890 00000 n +0000192081 00000 n +0000195193 00000 n +0000195032 00000 n +0000207921 00000 n +0000206573 00000 n +0000195341 00000 n +0000207040 00000 n +0000207227 00000 n +0000206723 00000 n +0000206879 00000 n +0000207291 00000 n +0000207354 00000 n +0000207417 00000 n +0000207480 00000 n +0000207543 00000 n +0000207606 00000 n +0000207669 00000 n +0000207732 00000 n +0000207795 00000 n +0000207858 00000 n +0000217808 00000 n +0000217250 00000 n +0000208031 00000 n +0000217552 00000 n +0000217616 00000 n +0000217680 00000 n +0000217744 00000 n +0000217392 00000 n +0000230298 00000 n +0000229925 00000 n +0000217918 00000 n +0000230047 00000 n +0000230234 00000 n +0000241374 00000 n +0000240694 00000 n +0000230408 00000 n +0000240991 00000 n +0000240836 00000 n +0000241055 00000 n +0000241119 00000 n +0000241183 00000 n +0000241247 00000 n +0000241310 00000 n +0000253611 00000 n +0000252812 00000 n +0000241497 00000 n +0000253109 00000 n +0000253296 00000 n +0000252954 00000 n +0001034591 00000 n +0001026782 00000 n +0001034428 00000 n +0000253360 00000 n +0000253548 00000 n +0001168695 00000 n +0000265808 00000 n +0000264704 00000 n +0000253747 00000 n +0000265491 00000 n +0000264870 00000 n +0000265025 00000 n +0000265618 00000 n +0000265181 00000 n +0000265336 00000 n +0000265745 00000 n +0000276717 00000 n +0000275784 00000 n +0000265957 00000 n +0000276404 00000 n +0000275942 00000 n +0000276529 00000 n +0000276096 00000 n +0000276654 00000 n +0000276249 00000 n +0000285789 00000 n +0000285223 00000 n +0000276840 00000 n +0000285345 00000 n +0000285472 00000 n +0000285598 00000 n +0000285725 00000 n +0000295913 00000 n +0000294987 00000 n +0000285912 00000 n +0000295600 00000 n +0000295145 00000 n +0000295725 00000 n +0000295296 00000 n +0000295850 00000 n +0000295448 00000 n +0000298153 00000 n +0000297839 00000 n +0000296036 00000 n +0000297961 00000 n +0000298025 00000 n +0000298089 00000 n +0000298913 00000 n +0000298665 00000 n +0000298250 00000 n +0000298787 00000 n +0001168813 00000 n +0000308629 00000 n +0000307595 00000 n +0000298997 00000 n +0000308373 00000 n +0000308501 00000 n +0000308565 00000 n +0000307761 00000 n +0000307914 00000 n +0000308068 00000 n +0000308220 00000 n +0000313174 00000 n +0000312655 00000 n +0000308765 00000 n +0000313111 00000 n +0000312805 00000 n +0000312959 00000 n +0000323082 00000 n +0000322206 00000 n +0000313284 00000 n +0000322826 00000 n +0000322954 00000 n +0000323018 00000 n +0000322364 00000 n +0000322518 00000 n +0000322672 00000 n +0000325612 00000 n +0000325253 00000 n +0000323244 00000 n +0000325549 00000 n +0000325395 00000 n +0000335863 00000 n +0000334989 00000 n +0000325709 00000 n +0000335609 00000 n +0000335736 00000 n +0000335799 00000 n +0000335147 00000 n +0000335301 00000 n +0000335455 00000 n +0000338549 00000 n +0000338190 00000 n +0000336025 00000 n +0000338486 00000 n +0000338332 00000 n +0001168931 00000 n +0000348450 00000 n +0000347735 00000 n +0000338646 00000 n +0000348194 00000 n +0000348322 00000 n +0000348386 00000 n +0000347885 00000 n +0000348039 00000 n +0000357600 00000 n +0000356891 00000 n +0000348612 00000 n +0000357347 00000 n +0000357473 00000 n +0000357536 00000 n +0000357041 00000 n +0000357192 00000 n +0000367163 00000 n +0000366451 00000 n +0000357762 00000 n +0000366907 00000 n +0000367035 00000 n +0000367099 00000 n +0000366601 00000 n +0000366753 00000 n +0000377166 00000 n +0000376458 00000 n +0000367337 00000 n +0000376913 00000 n +0000377039 00000 n +0000377102 00000 n +0000376608 00000 n +0000376758 00000 n +0000378527 00000 n +0000378341 00000 n +0000377340 00000 n +0000378463 00000 n +0000387413 00000 n +0000386704 00000 n +0000378611 00000 n +0000387160 00000 n +0000387286 00000 n +0000387350 00000 n +0000386854 00000 n +0000387005 00000 n +0001169049 00000 n +0000388762 00000 n +0000388576 00000 n +0000387575 00000 n +0000388698 00000 n +0000398551 00000 n +0000397846 00000 n +0000388846 00000 n +0000398299 00000 n +0000398425 00000 n +0000398487 00000 n +0000397996 00000 n +0000398144 00000 n +0000399900 00000 n +0000399714 00000 n +0000398713 00000 n +0000399836 00000 n +0000408840 00000 n +0000408131 00000 n +0000399984 00000 n +0000408588 00000 n +0001026342 00000 n +0001024026 00000 n +0001026181 00000 n +0000408714 00000 n +0000408777 00000 n +0000408281 00000 n +0000408433 00000 n +0000419807 00000 n +0000418901 00000 n +0000409002 00000 n +0000419359 00000 n +0000419487 00000 n +0000419551 00000 n +0000419615 00000 n +0000419679 00000 n +0000419743 00000 n +0000419051 00000 n +0000419206 00000 n +0000432108 00000 n +0000430603 00000 n +0000419981 00000 n +0000432045 00000 n +0000430801 00000 n +0000430956 00000 n +0000431111 00000 n +0000431266 00000 n +0000431421 00000 n +0000431576 00000 n +0000431733 00000 n +0000431890 00000 n +0001169167 00000 n +0000433405 00000 n +0000433219 00000 n +0000432218 00000 n +0000433341 00000 n +0000443901 00000 n +0000443527 00000 n +0000433489 00000 n +0000443649 00000 n +0000443775 00000 n +0000443838 00000 n +0000455986 00000 n +0000454810 00000 n +0000444075 00000 n +0000455922 00000 n +0000454992 00000 n +0000455147 00000 n +0000455303 00000 n +0000455458 00000 n +0000455612 00000 n +0000455767 00000 n +0000464116 00000 n +0000463593 00000 n +0000456122 00000 n +0000464053 00000 n +0000463743 00000 n +0000463898 00000 n +0000465884 00000 n +0000465458 00000 n +0000464226 00000 n +0000465756 00000 n +0000465600 00000 n +0000474968 00000 n +0000474095 00000 n +0000465968 00000 n +0000474716 00000 n +0000474842 00000 n +0000474905 00000 n +0000474253 00000 n +0000474406 00000 n +0000474561 00000 n +0001169285 00000 n +0000480134 00000 n +0000484760 00000 n +0000479992 00000 n +0000475117 00000 n +0000484632 00000 n +0000484477 00000 n +0000484696 00000 n +0000484142 00000 n +0000484261 00000 n +0000484308 00000 n +0000484382 00000 n +0000484455 00000 n +0000487445 00000 n +0000487022 00000 n +0000484898 00000 n +0000487319 00000 n +0000487382 00000 n +0000487164 00000 n +0000491315 00000 n +0000491129 00000 n +0000487555 00000 n +0000491251 00000 n +0001023149 00000 n +0001016465 00000 n +0001022987 00000 n +0000501895 00000 n +0000501183 00000 n +0000491399 00000 n +0000501643 00000 n +0000501769 00000 n +0000501832 00000 n +0000501333 00000 n +0000501488 00000 n +0000518261 00000 n +0000512706 00000 n +0000511689 00000 n +0000502057 00000 n +0000512318 00000 n +0000511850 00000 n +0000512382 00000 n +0000512447 00000 n +0000512511 00000 n +0000512576 00000 n +0000512641 00000 n +0000512006 00000 n +0000512162 00000 n +0000522764 00000 n +0000517337 00000 n +0000517146 00000 n +0000512842 00000 n +0000517272 00000 n +0001169403 00000 n +0000522829 00000 n +0000518135 00000 n +0000517422 00000 n +0000522698 00000 n +0000522358 00000 n +0000522478 00000 n +0000522526 00000 n +0000522601 00000 n +0000522675 00000 n +0000533827 00000 n +0000533035 00000 n +0000522929 00000 n +0000533503 00000 n +0000533632 00000 n +0000533697 00000 n +0000533762 00000 n +0000533191 00000 n +0000533347 00000 n +0000537814 00000 n +0000537622 00000 n +0000534002 00000 n +0000537748 00000 n +0000548029 00000 n +0000547402 00000 n +0000537925 00000 n +0000547705 00000 n +0000547834 00000 n +0000547899 00000 n +0000547964 00000 n +0000547549 00000 n +0000552781 00000 n +0000552412 00000 n +0000548204 00000 n +0000552715 00000 n +0000552559 00000 n +0000553573 00000 n +0000553318 00000 n +0000552892 00000 n +0000553444 00000 n +0001169528 00000 n +0000562555 00000 n +0000562233 00000 n +0000553658 00000 n +0000562359 00000 n +0000562490 00000 n +0000571894 00000 n +0000571397 00000 n +0000562705 00000 n +0000571700 00000 n +0000571544 00000 n +0000571765 00000 n +0000571830 00000 n +0000578154 00000 n +0000577896 00000 n +0000572005 00000 n +0000578022 00000 n +0000578088 00000 n +0000586156 00000 n +0000585660 00000 n +0000578291 00000 n +0000585963 00000 n +0000586091 00000 n +0000585807 00000 n +0000588179 00000 n +0000587789 00000 n +0000586293 00000 n +0000587915 00000 n +0000587981 00000 n +0000588047 00000 n +0000588113 00000 n +0000595037 00000 n +0000594245 00000 n +0000588264 00000 n +0000594713 00000 n +0000594842 00000 n +0000594401 00000 n +0000594557 00000 n +0000594907 00000 n +0000594972 00000 n +0001169653 00000 n +0000601562 00000 n +0000600897 00000 n +0000595161 00000 n +0000601365 00000 n +0000601496 00000 n +0000601053 00000 n +0000601209 00000 n +0000606237 00000 n +0000605740 00000 n +0000601686 00000 n +0000606043 00000 n +0000606172 00000 n +0000605887 00000 n +0000615672 00000 n +0000615009 00000 n +0000606361 00000 n +0000615475 00000 n +0000615606 00000 n +0000615165 00000 n +0000615319 00000 n +0000619039 00000 n +0000618655 00000 n +0000615822 00000 n +0000618781 00000 n +0000618846 00000 n +0000618911 00000 n +0000618975 00000 n +0000628145 00000 n +0000627219 00000 n +0000619150 00000 n +0000627685 00000 n +0000627816 00000 n +0000627375 00000 n +0000627531 00000 n +0000627882 00000 n +0000627948 00000 n +0000628014 00000 n +0000628079 00000 n +0000637162 00000 n +0000636505 00000 n +0000628282 00000 n +0000636968 00000 n +0000637097 00000 n +0000636661 00000 n +0000636815 00000 n +0001169778 00000 n +0000644513 00000 n +0000643684 00000 n +0000637299 00000 n +0000643986 00000 n +0000643831 00000 n +0000644052 00000 n +0000644118 00000 n +0000644184 00000 n +0000644250 00000 n +0000644316 00000 n +0000644382 00000 n +0000644447 00000 n +0000653453 00000 n +0000652794 00000 n +0000644624 00000 n +0000653259 00000 n +0000653388 00000 n +0000652950 00000 n +0000653106 00000 n +0000657676 00000 n +0000657089 00000 n +0000653577 00000 n +0000657215 00000 n +0000657281 00000 n +0000657347 00000 n +0000657413 00000 n +0000657479 00000 n +0000657545 00000 n +0000657611 00000 n +0000663734 00000 n +0000663075 00000 n +0000657774 00000 n +0000663540 00000 n +0000663669 00000 n +0000663231 00000 n +0000663384 00000 n +0000671273 00000 n +0000670479 00000 n +0000663858 00000 n +0000670944 00000 n +0000671075 00000 n +0000670635 00000 n +0000670789 00000 n +0000671141 00000 n +0000671207 00000 n +0000677787 00000 n +0000677292 00000 n +0000671397 00000 n +0000677593 00000 n +0000677722 00000 n +0000677439 00000 n +0001169903 00000 n +0000686750 00000 n +0000686250 00000 n +0000677924 00000 n +0000686553 00000 n +0000686684 00000 n +0000686397 00000 n +0000689186 00000 n +0000688800 00000 n +0000686887 00000 n +0000688926 00000 n +0000688991 00000 n +0000689056 00000 n +0000689121 00000 n +0000694696 00000 n +0000694196 00000 n +0000689284 00000 n +0000694499 00000 n +0000694630 00000 n +0000694343 00000 n +0000700186 00000 n +0000699691 00000 n +0000694820 00000 n +0000699992 00000 n +0000700121 00000 n +0000699838 00000 n +0000705869 00000 n +0000705546 00000 n +0000700310 00000 n +0000705672 00000 n +0000705803 00000 n +0000716351 00000 n +0000715855 00000 n +0000706006 00000 n +0000716157 00000 n +0000716286 00000 n +0000716002 00000 n +0001170028 00000 n +0000718994 00000 n +0000718605 00000 n +0000716488 00000 n +0000718731 00000 n +0000718797 00000 n +0000718863 00000 n +0000718929 00000 n +0000729117 00000 n +0000728620 00000 n +0000719105 00000 n +0000728923 00000 n +0000729052 00000 n +0000728767 00000 n +0000736298 00000 n +0000735600 00000 n +0000729254 00000 n +0000735903 00000 n +0000736034 00000 n +0000735747 00000 n +0000736100 00000 n +0000736166 00000 n +0000736232 00000 n +0000743219 00000 n +0000742527 00000 n +0000736422 00000 n +0000742830 00000 n +0000742959 00000 n +0000742674 00000 n +0000743024 00000 n +0000743089 00000 n +0000743154 00000 n +0000751656 00000 n +0000751158 00000 n +0000743343 00000 n +0000751459 00000 n +0000751590 00000 n +0000751305 00000 n +0000758319 00000 n +0000757868 00000 n +0000751793 00000 n +0000757994 00000 n +0000758059 00000 n +0000758124 00000 n +0000758189 00000 n +0000758254 00000 n +0001170153 00000 n +0000766462 00000 n +0000765636 00000 n +0000758443 00000 n +0000766265 00000 n +0000766396 00000 n +0000765801 00000 n +0000765955 00000 n +0000766111 00000 n +0000773916 00000 n +0000773404 00000 n +0000766599 00000 n +0000773530 00000 n +0000773851 00000 n +0000785791 00000 n +0000785006 00000 n +0000774053 00000 n +0000785132 00000 n +0000785198 00000 n +0000785264 00000 n +0000785330 00000 n +0000785396 00000 n +0000785462 00000 n +0000785528 00000 n +0000785594 00000 n +0000785660 00000 n +0000785726 00000 n +0000786614 00000 n +0000786359 00000 n +0000785927 00000 n +0000786485 00000 n +0000792245 00000 n +0000791724 00000 n +0000786699 00000 n +0000791850 00000 n +0000791981 00000 n +0000792047 00000 n +0000792113 00000 n +0000792179 00000 n +0000799707 00000 n +0000799192 00000 n +0000792369 00000 n +0000799318 00000 n +0000799447 00000 n +0000799512 00000 n +0000799577 00000 n +0000799642 00000 n +0001170278 00000 n +0000806422 00000 n +0000805902 00000 n +0000799857 00000 n +0000806028 00000 n +0000806159 00000 n +0000806225 00000 n +0000806291 00000 n +0000806357 00000 n +0000810684 00000 n +0000810364 00000 n +0000806572 00000 n +0000810490 00000 n +0000810619 00000 n +0000815983 00000 n +0000815660 00000 n +0000810795 00000 n +0000815786 00000 n +0000815917 00000 n +0000818701 00000 n +0000818381 00000 n +0000816120 00000 n +0000818507 00000 n +0000818636 00000 n +0000821792 00000 n +0000821469 00000 n +0000818812 00000 n +0000821595 00000 n +0000821726 00000 n +0000824708 00000 n +0000824388 00000 n +0000821903 00000 n +0000824514 00000 n +0000824643 00000 n +0001170403 00000 n +0000831500 00000 n +0000831177 00000 n +0000824819 00000 n +0000831303 00000 n +0000831434 00000 n +0000839172 00000 n +0000838722 00000 n +0000831637 00000 n +0000838848 00000 n +0000838977 00000 n +0000839042 00000 n +0000839107 00000 n +0000846935 00000 n +0000846480 00000 n +0000839322 00000 n +0000846606 00000 n +0000846737 00000 n +0000846803 00000 n +0000846869 00000 n +0000854702 00000 n +0000854252 00000 n +0000847085 00000 n +0000854378 00000 n +0000854507 00000 n +0000854572 00000 n +0000854637 00000 n +0000862467 00000 n +0000862012 00000 n +0000854852 00000 n +0000862138 00000 n +0000862269 00000 n +0000862335 00000 n +0000862401 00000 n +0000870243 00000 n +0000869793 00000 n +0000862617 00000 n +0000869919 00000 n +0000870048 00000 n +0000870113 00000 n +0000870178 00000 n +0001170528 00000 n +0000878394 00000 n +0000877940 00000 n +0000870393 00000 n +0000878066 00000 n +0000878197 00000 n +0000878263 00000 n +0000878329 00000 n +0000886514 00000 n +0000886065 00000 n +0000878531 00000 n +0000886191 00000 n +0000886320 00000 n +0000886385 00000 n +0000886450 00000 n +0000894893 00000 n +0000894296 00000 n +0000886651 00000 n +0000894762 00000 n +0000894452 00000 n +0000894606 00000 n +0000899870 00000 n +0000899936 00000 n +0000900002 00000 n +0000899679 00000 n +0000894991 00000 n +0000899805 00000 n +0000905904 00000 n +0000905581 00000 n +0000900100 00000 n +0000905707 00000 n +0000905838 00000 n +0000908560 00000 n +0000908240 00000 n +0000906015 00000 n +0000908366 00000 n +0000908495 00000 n +0001170653 00000 n +0000911527 00000 n +0000911204 00000 n +0000908671 00000 n +0000911330 00000 n +0000911461 00000 n +0000914829 00000 n +0000914509 00000 n +0000911638 00000 n +0000914635 00000 n +0000914764 00000 n +0000916048 00000 n +0000915791 00000 n +0000914940 00000 n +0000915917 00000 n +0000923409 00000 n +0000922915 00000 n +0000916146 00000 n +0000923215 00000 n +0000923344 00000 n +0000923062 00000 n +0000931569 00000 n +0000931071 00000 n +0000923533 00000 n +0000931372 00000 n +0000931503 00000 n +0000931218 00000 n +0000937674 00000 n +0000937180 00000 n +0000931693 00000 n +0000937480 00000 n +0000937609 00000 n +0000937327 00000 n +0001170778 00000 n +0000944430 00000 n +0000943932 00000 n +0000937798 00000 n +0000944233 00000 n +0000944364 00000 n +0000944079 00000 n +0000946389 00000 n +0000946134 00000 n +0000944554 00000 n +0000946260 00000 n +0000954706 00000 n +0000953908 00000 n +0000946500 00000 n +0000954378 00000 n +0000954509 00000 n +0000954064 00000 n +0000954575 00000 n +0000954220 00000 n +0000954640 00000 n +0000964290 00000 n +0000963301 00000 n +0000954881 00000 n +0000964096 00000 n +0000964225 00000 n +0000963475 00000 n +0000963629 00000 n +0000963784 00000 n +0000963940 00000 n +0000973608 00000 n +0000972944 00000 n +0000964414 00000 n +0000973412 00000 n +0000973543 00000 n +0000973100 00000 n +0000973256 00000 n +0000977320 00000 n +0000976823 00000 n +0000973732 00000 n +0000977126 00000 n +0000977255 00000 n +0000976970 00000 n +0001170903 00000 n +0000978644 00000 n +0000978387 00000 n +0000977444 00000 n +0000978513 00000 n +0000989694 00000 n +0000989035 00000 n +0000978742 00000 n +0000989500 00000 n +0000989629 00000 n +0000989191 00000 n +0000989344 00000 n +0000998135 00000 n +0000997766 00000 n +0000989869 00000 n +0000998069 00000 n +0000997913 00000 n +0001001577 00000 n +0001001386 00000 n +0000998259 00000 n +0001001512 00000 n +0001002134 00000 n +0001001942 00000 n +0001001662 00000 n +0001002068 00000 n +0001013602 00000 n +0001012575 00000 n +0001002206 00000 n +0001012701 00000 n +0001012766 00000 n +0001012831 00000 n +0001013344 00000 n +0001013409 00000 n +0001171028 00000 n +0001016380 00000 n +0001015992 00000 n +0001013713 00000 n +0001016118 00000 n +0001016314 00000 n +0001023668 00000 n +0001023445 00000 n +0001026684 00000 n +0001026558 00000 n +0001035179 00000 n +0001034918 00000 n +0001038533 00000 n +0001038508 00000 n +0001049626 00000 n +0001049347 00000 n +0001053219 00000 n +0001053186 00000 n +0001058677 00000 n +0001058383 00000 n +0001064668 00000 n +0001064510 00000 n +0001068221 00000 n +0001068172 00000 n +0001081983 00000 n +0001081664 00000 n +0001094478 00000 n +0001094149 00000 n +0001111174 00000 n +0001110809 00000 n +0001129920 00000 n +0001129514 00000 n +0001145974 00000 n +0001145596 00000 n +0001153825 00000 n +0001153644 00000 n +0001167952 00000 n +0001167572 00000 n +0001171117 00000 n +0001171237 00000 n +0001171360 00000 n +0001171486 00000 n +0001171603 00000 n +0001171695 00000 n +0001181317 00000 n +0001191500 00000 n +0001191541 00000 n +0001191581 00000 n +0001191820 00000 n trailer << -/Size 1583 -/Root 1581 0 R -/Info 1582 0 R -/ID [<4A4DF3FADA9784AD44BCE0A061DCB074> <4A4DF3FADA9784AD44BCE0A061DCB074>] +/Size 1590 +/Root 1588 0 R +/Info 1589 0 R +/ID [<38AE6963DBBD9780E9CF832119DE29A5> <38AE6963DBBD9780E9CF832119DE29A5>] >> startxref -1187064 +1192389 %%EOF