From ae8ac64d24591fe4a3e26bcc4b1f8988c49d5061 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 19 Jul 2017 22:06:32 +0100 Subject: [PATCH] Fixed docs for new smoothers/solvers, updated Makefile --- docs/html/img38.png | 0 docs/html/index.html | 10 +- docs/html/node1.html | 32 +- docs/html/node10.html | 16 +- docs/html/node11.html | 54 +- docs/html/node12.html | 16 +- docs/html/node13.html | 36 +- docs/html/node14.html | 34 +- docs/html/node15.html | 48 +- docs/html/node16.html | 18 +- docs/html/node17.html | 52 +- docs/html/node18.html | 38 +- docs/html/node19.html | 22 +- docs/html/node2.html | 64 +- docs/html/node20.html | 22 +- docs/html/node21.html | 34 +- docs/html/node22.html | 18 +- docs/html/node23.html | 23 +- docs/html/node24.html | 156 +- docs/html/node25.html | 80 +- docs/html/node26.html | 191 +- docs/html/node27.html | 165 +- docs/html/node28.html | 2 +- docs/html/node3.html | 60 +- docs/html/node4.html | 18 +- docs/html/node5.html | 42 +- docs/html/node6.html | 46 +- docs/html/node7.html | 40 +- docs/html/node8.html | 32 +- docs/html/node9.html | 16 +- docs/html/userhtml.html | 10 +- docs/mld2p4-2.1-guide.pdf | 6874 +++++++++++++++++++------------------ docs/src/Makefile | 2 +- 33 files changed, 4309 insertions(+), 3962 deletions(-) delete mode 100644 docs/html/img38.png diff --git a/docs/html/img38.png b/docs/html/img38.png deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/html/index.html b/docs/html/index.html index a627bdd3..15fa8c28 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -136,13 +136,15 @@ Feb. 28, 2017
  • Error Handling + HREF="node24.html">Adding new smoother and solver objects to MLD2P4
  • License + HREF="node25.html">Error Handling
  • Bibliography + HREF="node26.html">License
  • About this document ... + HREF="node27.html">Bibliography +
  • About this document ...

    diff --git a/docs/html/node1.html b/docs/html/node1.html index a09374a8..cf182508 100644 --- a/docs/html/node1.html +++ b/docs/html/node1.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
    - Next: Next: Contents - Up: Up: userhtml - Previous: Previous: userhtml -   Contents

    @@ -90,26 +90,26 @@ the user interface of MLD2P4.
    - next - up - previous - contents
    - Next: Next: Contents - Up: Up: userhtml - Previous: Previous: userhtml -   Contents diff --git a/docs/html/node10.html b/docs/html/node10.html index 5a1c9cf7..a64fde3f 100644 --- a/docs/html/node10.html +++ b/docs/html/node10.html @@ -25,26 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
    - Next: Next: Multigrid Background - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Bug reporting -   Contents

    diff --git a/docs/html/node11.html b/docs/html/node11.html index 1c0c92ad..1d447e7a 100644 --- a/docs/html/node11.html +++ b/docs/html/node11.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
    - Next: Next: AMG preconditioners - Up: Up: userhtml - Previous: Previous: Example and test programs -   Contents

    @@ -55,46 +55,46 @@ original version by: Nikos Drakos, CBLU, University of Leeds
    Multigrid Background Multigrid preconditioners, coupled with Krylov iterative solvers, are widely used in the parallel solution of large and sparse linear systems, because of their optimality in the solution of linear systems arising from the discretization of scalar elliptic Partial Differential Equations (PDEs) on regular grids. Optimality, also known as algorithmic scalability, is the property of having a computational cost per iteration that depends linearly on the problem size, and a convergence rate that is independent of the problem size. Multigrid preconditioners are based on a recursive application of a two-grid process consisting of smoother iterations and a coarse-space (or coarse-level) correction. The smoothers may be either basic iterative methods, such as the Jacobi and Gauss-Seidel ones, or more complex subspace-correction methods, such as the Schwarz ones. The coarse-space correction consists of solving, in an appropriately chosen coarse space, the residual equation associated with the approximate solution computed by the smoother, and of using the solution of this equation to correct the previous approximation. The transfer of information between the original (fine) space and the coarse one is performed by using suitable restriction and prolongation operators. The construction of the coarse space and the corresponding transfer operators is carried out by applying a so-called coarsening algorithm to the system matrix. Two main approaches can be used to perform coarsening: the geometric approach, which exploits the knowledge of some physical grid associated with the matrix and requires the user to define transfer operators from the fine to the coarse level and vice versa, and the algebraic approach, which builds the coarse-space correction and the associate transfer operators using only matrix information. The first approach may be difficult when the system comes from discretizations on complex geometries; furthermore, ad hoc one-level smoothers may be required to get an efficient interplay between fine and coarse levels, e.g., when matrices with highly varying coefficients are considered. The second approach performs a fully automatic coarsening and enforces the interplay between fine and coarse level by suitably choosing the coarse space and the coarse-to-fine interpolation (see, e.g., [3,23,21] for details.) MLD2P4 uses a pure algebraic approach, based on the smoothed aggregation algorithm [2,25], for building the sequence of coarse matrices and transfer operators, starting from the original one. A decoupled version of this algorithm is implemented, where the smoothed aggregation is applied locally to each submatrix [24]. A brief description of the AMG preconditioners implemented in MLD2P4 is given in Sections 4.1-4.3. For further details the reader is referred to [4,5,7,8]. We note that optimal multigrid preconditioners do not necessarily correspond to minimum execution times in a parallel setting. Indeed, to obtain effective parallel multigrid preconditioners, a tradeoff between the optimality and the cost of building and applying the smoothers and the coarse-space corrections must be achieved. Effective parallel preconditioners require algorithmic scalability to be coupled with implementation scalability, i.e., a computational cost per iteration which remains (almost) constant as the number of parallel processors increases.

    + HREF="node27.html#Briggs2000">3,23,21] for details.) MLD2P4 uses a pure algebraic approach, based on the smoothed aggregation algorithm [2,25], for building the sequence of coarse matrices and transfer operators, starting from the original one. A decoupled version of this algorithm is implemented, where the smoothed aggregation is applied locally to each submatrix [24]. A brief description of the AMG preconditioners implemented in MLD2P4 is given in Sections 4.1-4.3. For further details the reader is referred to [4,5,7,8]. We note that optimal multigrid preconditioners do not necessarily correspond to minimum execution times in a parallel setting. Indeed, to obtain effective parallel multigrid preconditioners, a tradeoff between the optimality and the cost of building and applying the smoothers and the coarse-space corrections must be achieved. Effective parallel preconditioners require algorithmic scalability to be coupled with implementation scalability, i.e., a computational cost per iteration which remains (almost) constant as the number of parallel processors increases.

    Subsections
    - next - up - previous - contents
    - Next: Next: AMG preconditioners - Up: Up: userhtml - Previous: Previous: Example and test programs -   Contents diff --git a/docs/html/node12.html b/docs/html/node12.html index 13e20b5e..07e8c64e 100644 --- a/docs/html/node12.html +++ b/docs/html/node12.html @@ -25,26 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
    - Next: Next: Getting Started - Up: Up: Multigrid Background - Previous: Previous: Multigrid Background -   Contents

    diff --git a/docs/html/node13.html b/docs/html/node13.html index b7109d40..52a0949b 100644 --- a/docs/html/node13.html +++ b/docs/html/node13.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
    - Next: Next: Examples - Up: Up: userhtml - Previous: Previous: AMG preconditioners -   Contents

    @@ -59,7 +59,7 @@ Getting Started

    We describe the basics for building and applying MLD2P4 one-level and multi-level (i.e., AMG) preconditioners with the Krylov solvers included in PSBLAS [13]. + HREF="node27.html#PSBLASGUIDE">13]. The following steps are required:

      @@ -192,32 +192,32 @@ on parallel computers. Subsections
      - next - up - previous - contents
      - Next: Next: Examples - Up: Up: userhtml - Previous: Previous: AMG preconditioners -   Contents diff --git a/docs/html/node14.html b/docs/html/node14.html index 3602b1ff..0859cb12 100644 --- a/docs/html/node14.html +++ b/docs/html/node14.html @@ -25,26 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: User Interface - Up: Up: Getting Started - Previous: Previous: Getting Started -   Contents

      @@ -78,7 +78,7 @@ Section 3.5). A sample test probl input data is available in examples/fileread/runs. For details on the use of the PSBLAS routines, see the PSBLAS User's Guide [13]. + HREF="node27.html#PSBLASGUIDE">13].

      The setup and application of the default multi-level preconditioner @@ -294,26 +294,26 @@ setup of a one-level Schwarz preconditioner.


      - next - up - previous - contents
      - Next: Next: User Interface - Up: Up: Getting Started - Previous: Previous: Getting Started -   Contents diff --git a/docs/html/node15.html b/docs/html/node15.html index b7be0de3..4b2064b8 100644 --- a/docs/html/node15.html +++ b/docs/html/node15.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine init - Up: Up: userhtml - Previous: Previous: Examples -   Contents

      @@ -115,46 +115,46 @@ A description of each routine is given in the remainder of this section. Subsections
      - next - up - previous - contents
      - Next: Next: Subroutine init - Up: Up: userhtml - Previous: Previous: Examples -   Contents diff --git a/docs/html/node16.html b/docs/html/node16.html index 2de4734e..cd013670 100644 --- a/docs/html/node16.html +++ b/docs/html/node16.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine set - Up: Up: User Interface - Previous: Previous: User Interface -   Contents

      @@ -86,7 +86,7 @@ This routine allocates and initializes the preconditioner integer, intent(out).   -Error code. If no error, 0 is returned. See Section 7 for details. +Error code. If no error, 0 is returned. See Section 8 for details. diff --git a/docs/html/node17.html b/docs/html/node17.html index dcd5e947..1d89ccda 100644 --- a/docs/html/node17.html +++ b/docs/html/node17.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine build - Up: Up: User Interface - Previous: Previous: Subroutine init -   Contents

      @@ -97,7 +97,7 @@ contained in val. integer, intent(out).   -Error code. If no error, 0 is returned. See Section 7 +Error code. If no error, 0 is returned. See Section 8 for details. ilev @@ -240,7 +240,7 @@ solver is changed to the default sequential solver.


      -
      +
      - + @@ -99,6 +99,9 @@ as follows:

      +

      + +



      diff --git a/docs/html/node24.html b/docs/html/node24.html index 1a52a490..159f64b0 100644 --- a/docs/html/node24.html +++ b/docs/html/node24.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -Error Handling - +Adding new smoother and solver objects to MLD2P4 + @@ -26,53 +26,157 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next:License - Up: Next: Error Handling + Up:userhtml - Previous: Previous: Subroutine descr -   Contents

      -

      +


      -Error Handling +Adding new smoother and solver objects to MLD2P4

      -The error handling in MLD2P4 is based on the PSBLAS (version 2) error -handling. Error conditions are signaled via an integer argument -info; whenever an error condition is detected, an error trace -stack is built by the library up to the top-level, user-callable -routine. This routine will then decide, according to the user -preferences, whether the error should be handled by terminating the -program or by returning the error condition to the user code, which -will then take action, and whether -an error message should be printed. These options may be set by using -the PSBLAS error handling routines; for further details see the PSBLAS -User's Guide [13]. +Developers can add completely new smoother and/or solver classes +derived from the base objects in the library (see Remark 2 in Section 6.2), +without recompiling the library itself.

      +To do so, it is necessary first to select the base type to be extended. +In our experience, it is quite likely that the new application needs +only the definition of a ``solver'' object, which is almost +always acting only on the local part of the distributed matrix. +The parallel actions required to connect the various solver objects +are most often already provided by the block-Jacobi or the additive +Schwarz smoothers. To define a new solver, the developer will then +have to define its components and methods, perhaps taking one of the +predefined solvers as a starting point, if possible. + +

      +Once the new smoother/solver class has been developed, to use it in +the context of the multilevel preconditioners it is necessary to: + +

        +
      • declare in the application program a variable of the new type; +
      • +
      • pass that variable as the argument to the set routine as in the +following: +
        +call p%set(smoother,info [,ilev,ilmax,pos]) +
        call p%set(solver,info [,ilev,ilmax,pos]) + +
        +
      • +
      • link the code implementing the various methods into the application executable. +
      • +
      +The new solver object is then dynamically included in the +preconditioner structure, and acts as a mold to which the +preconditioner will conform, even though the MLD2P4 library has not +been modified to account for this new development. -

      +

      +It is possible to define new values for the keyword WHAT in the +set routine; if the library code does not recognize a keyword, +it passes it down the composition hierarchy (levels containing +smoothers containing in turn solvers), so that it can be eventually caught by +the new solver. + +

      +An example is provided in the source code distribution under the +folder tests/newslv. In this example we are implementing a new +incomplete factorization variant (which is simply the ILU(0) +factorization under a new name). Because of the specifics of this case, it is +possible to reuse the basic structure of the ILU solver, with its +L/D/U components and the methods needed to apply the solver; only a +few methods, such as the description and most importantly the build, +need to be ovverridden (rewritten). + +

      +The interfaces for the calls shown above are defined using +

      +
      Table 2: Parameters defining the multi-level cycle and the number of cycles to @@ -293,7 +293,7 @@ number

      -
      +
      + HREF="node27.html#VANEK_MANDEL_BREZINA">25]. @@ -408,7 +408,7 @@ of levels.


      -
      +
      Table 3: Parameters defining the aggregation algorithm. @@ -380,7 +380,7 @@ Currently, only the
      Type of aggregation algorithm: currently, the scalar aggregation algorithm by Vanek, Mandel and Brezina is implemented [25].
      'AGGR_PROL' character(len=*)


      -
      +
      Table 4: Parameters defining the aggregation algorithm (continued). @@ -460,7 +460,7 @@ number 
      Note. Different thresholds at different levels, such as those used in [25, Section 5.1], can be easily set by + HREF="node27.html#VANEK_MANDEL_BREZINA">25, Section 5.1], can be easily set by invoking the rou-
      tine set with @@ -475,7 +475,7 @@ the parameter ilev.
      - + @@ -183,26 +183,26 @@ as follows:


      - next - up - previous - contents
      - Next: Next: Subroutine free - Up: Up: User Interface - Previous: Previous: Subroutine smoothers_build -   Contents diff --git a/docs/html/node22.html b/docs/html/node22.html index 0d55daa6..ff93d7a4 100644 --- a/docs/html/node22.html +++ b/docs/html/node22.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine descr - Up: Up: User Interface - Previous: Previous: Subroutine apply -   Contents

      @@ -75,7 +75,7 @@ This routine deallocates the preconditioner data structure p. - +
      Table 5: Parameters defining the coarse-space correction at the coarsest @@ -583,7 +583,7 @@ Note that UMF and SLU require the coarsest


      -
      +
      @@ -91,13 +91,13 @@ hierarchy produced by a previous call to hierarchy_build + HREF="node27.html#PSBLASGUIDE">13]. - +
      Table 6: Parameters defining the coarse-space correction at the coarsest @@ -649,7 +649,7 @@ number

      -
      +
      @@ -90,13 +90,13 @@ single/double precision version of MLD2P4 under use. + HREF="node27.html#PSBLASGUIDE">13]. - +
      Table 7: Parameters defining the smoother or the details of the one-level preconditioner. @@ -772,7 +772,7 @@ Parameters defining the smoother or the details of the one-level preconditioner.


      -
      +
      @@ -89,13 +89,13 @@ made by the user through the routines init and set + HREF="node27.html#PSBLASGUIDE">13]. - +
      Table 8: Parameters defining the smoother or the details of the one-level preconditioner @@ -872,26 +872,26 @@ Parameters defining the smoother or the details of the one-level preconditioner


      - next - up - previous - contents
      - Next: Next: Subroutine build - Up: Up: User Interface - Previous: Previous: Subroutine init -   Contents diff --git a/docs/html/node18.html b/docs/html/node18.html index 48134560..40c43f7b 100644 --- a/docs/html/node18.html +++ b/docs/html/node18.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine hierarchy_build - Up: Up: User Interface - Previous: Previous: Subroutine set -   Contents

      @@ -81,7 +81,7 @@ made by the user through the routines init and set matrix to be preconditioned. Note that x must be chosen according to the real/complex, single/double precision version of MLD2P4 under use. See the PSBLAS User's Guide for details [13]. + HREF="node27.html#PSBLASGUIDE">13].
      desc_a type(psb_desc_type), intent(in).
        The communication descriptor of a. See the PSBLAS User's Guide for details [13].
      info integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      @@ -117,26 +117,26 @@ In this case, the routine can be used to build multi-level preconditioners too.


      - next - up - previous - contents
      - Next: Next: Subroutine hierarchy_build - Up: Up: User Interface - Previous: Previous: Subroutine set -   Contents diff --git a/docs/html/node19.html b/docs/html/node19.html index ff0a8458..ddbe0206 100644 --- a/docs/html/node19.html +++ b/docs/html/node19.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine smoothers_build - Up: Up: User Interface - Previous: Previous: Subroutine build -   Contents

      @@ -82,7 +82,7 @@ made by the user through the routines init and set. to the real/complex, single/double precision version of MLD2P4 under use. See the PSBLAS User's Guide for details [13]. + HREF="node27.html#PSBLASGUIDE">13].
      desc_a type(psb_desc_type), intent(in).
        The communication descriptor of a. See the PSBLAS User's Guide for details [13].
      info integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      diff --git a/docs/html/node2.html b/docs/html/node2.html index a9ba2cc0..1a55c9ad 100644 --- a/docs/html/node2.html +++ b/docs/html/node2.html @@ -26,21 +26,21 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous
      - Next: Next: General Overview - Up: Up: userhtml - Previous: Previous: Abstract

      @@ -53,66 +53,68 @@ Contents diff --git a/docs/html/node20.html b/docs/html/node20.html index 6d41f54f..240b44c6 100644 --- a/docs/html/node20.html +++ b/docs/html/node20.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine apply - Up: Up: User Interface - Previous: Previous: Subroutine hierarchy_build -   Contents

      @@ -83,7 +83,7 @@ hierarchy produced by a previous call to hierarchy_build matrix to be preconditioned. Note that x must be chosen according to the real/complex, single/double precision version of MLD2P4 under use. See the PSBLAS User's Guide for details [13]. + HREF="node27.html#PSBLASGUIDE">13].
      desc_a type(psb_desc_type), intent(in).
        The communication descriptor of a. See the PSBLAS User's Guide for details [13].
      info integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      diff --git a/docs/html/node21.html b/docs/html/node21.html index b3ccbba6..f495f0d6 100644 --- a/docs/html/node21.html +++ b/docs/html/node21.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Subroutine free - Up: Up: User Interface - Previous: Previous: Subroutine smoothers_build -   Contents

      @@ -122,7 +122,7 @@ and hence it is completely transparent to the user.
      integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      trans character(len=1), optional, intent(in). integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      diff --git a/docs/html/node23.html b/docs/html/node23.html index 9e89a6d8..65bb2bb6 100644 --- a/docs/html/node23.html +++ b/docs/html/node23.html @@ -25,26 +25,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Error Handling - Up: Next: Adding new smoother and + Up: User Interface - Previous: Previous: Subroutine free -   Contents

      @@ -76,7 +76,7 @@ or build, have been called.
      integer, intent(out).
       Error code. If no error, 0 is returned. See Section 7 for details.Error code. If no error, 0 is returned. See Section 8 for details.
      iout integer, intent(in), optional.
      + + + + + + + + + + + + +
      smootherclass(mld_x_base_smoother_type)
       The user-defined new smoother to be employed in the + preconditioner.
      solverclass(mld_x_base_solver_type)
       The user-defined new solver to be employed in the + preconditioner.
      +
      +The other arguments are defined in the way described in +Sec. 6.2. As an example, in the tests/newslv +code we define a new object of type mld_d_tlu_solver_type, and +we pass it as follows: +
      +  ! sparse matrix and preconditioner
      +  type(psb_dspmat_type) :: a
      +  type(mld_dprec_type)  :: prec
      +  type(mld_d_tlu_solver_type) :: tlusv
      +
      +......
      +  !
      +  !  prepare the preconditioner: an ML with defaults, but with TLU solver at
      +  !  intermediate levels. All other parameters are at default values. 
      +  !  
      +  call prec%init('ML',       info)
      +  call prec%hierarchy_build(a,desc_a,info)
      +  nlv = prec%get_nlevs()
      +  call prec%set(tlusv,   info,ilev=1,ilmax=max(1,nlv-1))
      +  call prec%smoothers_build(a,desc_a,info)
      +
      +
      + + +next + +up + +previous + +contents +
      + Next: Error Handling + Up: userhtml + Previous: Subroutine descr +   Contents + diff --git a/docs/html/node25.html b/docs/html/node25.html index 16114c93..d905a8ea 100644 --- a/docs/html/node25.html +++ b/docs/html/node25.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -License - +Error Handling + @@ -26,77 +26,51 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Bibliography - Up: Next: License + Up: userhtml - Previous: Error Handling -   Previous: Adding new smoother and +   Contents

      -

      +


      -License +Error Handling

      -The MLD2P4 is freely distributable under the following copyright -terms:

       
      +The error handling in MLD2P4 is based on the PSBLAS (version 2) error
      +handling. Error conditions are signaled via an integer argument
      +info; whenever an error condition is detected, an error trace
      +stack is built by the library up to the top-level, user-callable
      +routine. This routine will then decide, according to the user
      +preferences, whether the error should be handled by terminating the
      +program or by returning the error condition to the user code, which
      +will then take action, and whether
      +an error message should be printed. These options may be set by using
      +the PSBLAS error handling routines; for further details see the PSBLAS
      +User's Guide [13]. 
       
      - 
      -                           MLD2P4  version 2.1
      -  MultiLevel Domain Decomposition Parallel Preconditioners Package
      -             based on PSBLAS (Parallel Sparse BLAS version 3.4)
      -  
      -  (C) Copyright 2008, 2010, 2012, 2017
      -
      -  Salvatore Filippone    Cranfield University, Cranfield, UK
      -  Ambra Abdullahi Hassan University of Rome Tor Vergata, Rome, IT
      -  Alfredo Buttari        CNRS-IRIT, Toulouse, FR
      -  Pasqua D'Ambra         IAC-CNR, Naples, IT
      -  Daniela di Serafino    University of Campania L. Vanvitelli, Caserta, IT
      -
      -  Redistribution and use in source and binary forms, with or without
      -  modification, are permitted provided that the following conditions
      -  are met:
      -    1. Redistributions of source code must retain the above copyright
      -       notice, this list of conditions and the following disclaimer.
      -    2. Redistributions in binary form must reproduce the above copyright
      -       notice, this list of conditions, and the following disclaimer in the
      -       documentation and/or other materials provided with the distribution.
      -    3. The name of the MLD2P4 group or the names of its contributors may
      -       not be used to endorse or promote products derived from this
      -       software without specific written permission.
      - 
      -  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      -  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
      -  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      -  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MLD2P4 GROUP OR ITS CONTRIBUTORS
      -  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
      -  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
      -  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
      -  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
      -  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
      -  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
      -  POSSIBILITY OF SUCH DAMAGE.
      -
      +



      diff --git a/docs/html/node26.html b/docs/html/node26.html index 6487cb01..0730f26e 100644 --- a/docs/html/node26.html +++ b/docs/html/node26.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -Bibliography - +License + @@ -26,153 +26,78 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: About this document ... - Up: Next: Bibliography + Up: userhtml - Previous: License -   Previous: Error Handling +   Contents -

      +
      +
      - -

      -Bibliography -

      -

      -

      1 -
      -P. R. Amestoy, C. Ashcraft, O. Boiteau, A. Buttari, J. L'Excellent, C. Weisbecker, -Improving multifrontal methods by means of block low-rank representations, -SIAM Journal on Scientific Computing, volume 37 (3), 2015, A1452-A1474. -See also http://mumps.enseeiht.fr.

      2 -
      -M. Brezina, P. Vanek, -A Black-Box Iterative Solver Based on a Two-Level Schwarz Method, -Computing, 63, 1999, 233-263.

      3 -
      -W. L. Briggs, V. E. Henson, S. F. McCormick, -A Multigrid Tutorial, Second Edition, -SIAM, 2000.

      4 -
      -A. Buttari, P. D'Ambra, D. di Serafino, S. Filippone, -Extending PSBLAS to Build Parallel Schwarz Preconditioners, -in J. Dongarra, K. Madsen, J. Wasniewski, editors, -Proceedings of PARA 04 Workshop on State of the Art -in Scientific Computing, Lecture Notes in Computer Science, -Springer, 2005, 593-602.

      5 -
      -A. Buttari, P. D'Ambra, D. di Serafino, S. Filippone, -2LEV-D2P4: a package of high-performance preconditioners -for scientific and engineering applications, -Applicable Algebra in Engineering, Communications and Computing, -18 (3) 2007, 223-239.

      6 -
      -X. C. Cai, M. Sarkis, -A Restricted Additive Schwarz Preconditioner for General Sparse Linear Systems, -SIAM Journal on Scientific Computing, 21 (2), 1999, 792-797.

      7 -
      -P. D'Ambra, S. Filippone, D. di Serafino, -On the Development of PSBLAS-based Parallel Two-level Schwarz Preconditioners, -Applied Numerical Mathematics, Elsevier Science, -57 (11-12), 2007, 1181-1196.

      8 -
      -P. D'Ambra, D. di Serafino, S. Filippone, -MLD2P4: a Package of Parallel Multilevel -Algebraic Domain Decomposition Preconditioners -in Fortran 95, ACM Trans. Math. Softw., 37(3), 2010, art. 30.

      9 -
      -T. A. Davis, -Algorithm 832: UMFPACK - an Unsymmetric-pattern Multifrontal -Method with a Column Pre-ordering Strategy, -ACM Transactions on Mathematical Software, 30, 2004, 196-199. -(See also http://www.cise.ufl.edu/ davis/)

      10 -
      -J. W. Demmel, S. C. Eisenstat, J. R. Gilbert, X. S. Li, J. W. H. Liu, -A supernodal approach to sparse partial pivoting, -SIAM Journal on Matrix Analysis and Applications, 20 (3), 1999, 720-755.

      11 -
      -J. J. Dongarra, J. Du Croz, I. S. Duff, S. Hammarling, -A set of Level 3 Basic Linear Algebra Subprograms, -ACM Transactions on Mathematical Software, 16 (1) 1990, 1-17.

      12 -
      -J. J. Dongarra, J. Du Croz, S. Hammarling, R. J. Hanson, -An extended set of FORTRAN Basic Linear Algebra Subprograms, -ACM Transactions on Mathematical Software, 14 (1) 1988, 1-17.

      13 -
      -S. Filippone, A. Buttari, -PSBLAS-3.0 User's Guide. A Reference Guide for the Parallel Sparse BLAS Library, 2012, -available from http://www.ce.uniroma2.it/psblas/.

      14 -
      -S. Filippone, A. Buttari, -Object-Oriented Techniques for Sparse Matrix Computations in Fortran 2003. -ACM Transactions on on Mathematical Software, 38 (4), 2012, art. 23.

      15 -
      -S. Filippone, M. Colajanni, -PSBLAS: A Library for Parallel Linear Algebra -Computation on Sparse Matrices, -ACM Transactions on Mathematical Software, 26 (4), 2000, 527-550.

      16 -
      -W. Gropp, S. Huss-Lederman, A. Lumsdaine, E. Lusk, B. Nitzberg, W. Saphir, M. Snir, -MPI: The Complete Reference. Volume 2 - The MPI-2 Extensions, -MIT Press, 1998.

      17 -
      -C. L. Lawson, R. J. Hanson, D. Kincaid, F. T. Krogh, -Basic Linear Algebra Subprograms for FORTRAN usage, -ACM Transactions on Mathematical Software, 5 (3), 1979, 308-323.

      18 -
      -X. S. Li, J. W. Demmel, -SuperLU_DIST: A Scalable Distributed-memory -Sparse Direct Solver for Unsymmetric Linear Systems, -ACM Transactions on Mathematical Software, 29 (2), 2003, 110-140.

      19 -
      -Y. Notay, P. S. Vassilevski, -Recursive Krylov-based multigrid cycles, -Numerical Linear Algebra with Applications, 15 (5), 2008, 473-487.

      20 -
      -Y. Saad, -Iterative methods for sparse linear systems, 2nd edition, SIAM, 2003.

      21 -
      -B. Smith, P. Bjorstad, W. Gropp, -Domain Decomposition: Parallel Multilevel Methods for Elliptic -Partial Differential Equations, -Cambridge University Press, 1996.

      22 -
      -M. Snir, S. Otto, S. Huss-Lederman, D. Walker, J. Dongarra, -MPI: The Complete Reference. Volume 1 - The MPI Core, second edition, -MIT Press, 1998.

      23 -
      -K. Stüben, -An Introduction to Algebraic Multigrid, -in A. Schüller, U. Trottenberg, C. Oosterlee, Multigrid, -Academic Press, 2001.

      24 -
      -R. S. Tuminaro, C. Tong, -Parallel Smoothed Aggregation Multigrid: Aggregation Strategies on Massively Parallel Machines, in J. Donnelley, editor, Proceedings of SuperComputing 2000, Dallas, 2000.

      25 -
      -P. Vanek, J. Mandel, M. Brezina, -Algebraic Multigrid by Smoothed Aggregation for Second and Fourth Order Elliptic Problems, -Computing, 56 (3) 1996, 179-196. +

      +
      +License +

      -

      +The MLD2P4 is freely distributable under the following copyright +terms:
       
      +
      + 
      +                           MLD2P4  version 2.1
      +  MultiLevel Domain Decomposition Parallel Preconditioners Package
      +             based on PSBLAS (Parallel Sparse BLAS version 3.4)
      +  
      +  (C) Copyright 2008, 2010, 2012, 2017
      +
      +  Salvatore Filippone    Cranfield University, Cranfield, UK
      +  Ambra Abdullahi Hassan University of Rome Tor Vergata, Rome, IT
      +  Alfredo Buttari        CNRS-IRIT, Toulouse, FR
      +  Pasqua D'Ambra         IAC-CNR, Naples, IT
      +  Daniela di Serafino    University of Campania L. Vanvitelli, Caserta, IT
      +
      +  Redistribution and use in source and binary forms, with or without
      +  modification, are permitted provided that the following conditions
      +  are met:
      +    1. Redistributions of source code must retain the above copyright
      +       notice, this list of conditions and the following disclaimer.
      +    2. Redistributions in binary form must reproduce the above copyright
      +       notice, this list of conditions, and the following disclaimer in the
      +       documentation and/or other materials provided with the distribution.
      +    3. The name of the MLD2P4 group or the names of its contributors may
      +       not be used to endorse or promote products derived from this
      +       software without specific written permission.
      + 
      +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      +  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
      +  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      +  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MLD2P4 GROUP OR ITS CONTRIBUTORS
      +  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
      +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
      +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
      +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
      +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
      +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
      +  POSSIBILITY OF SUCH DAMAGE.
      +
      -



      diff --git a/docs/html/node27.html b/docs/html/node27.html index 12d71e5c..f4287919 100644 --- a/docs/html/node27.html +++ b/docs/html/node27.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> -About this document ... - +Bibliography + @@ -18,52 +18,161 @@ original version by: Nikos Drakos, CBLU, University of Leeds + + -next - +next + up - previous - contents
      - Up: Next: About this document ... + Up: userhtml - Previous: Bibliography -   Previous: License +   Contents -
      -
      +

      + +

      +Bibliography +

      -

      -About this document ... -

      -

      -This document was generated using the -LaTeX2HTML translator Version 2012 (1.2)

      -Copyright © 1993, 1994, 1995, 1996, -Nikos Drakos, -Computer Based Learning Unit, University of Leeds. -
      -Copyright © 1997, 1998, 1999, -Ross Moore, -Mathematics Department, Macquarie University, Sydney. +

      1 +
      +P. R. Amestoy, C. Ashcraft, O. Boiteau, A. Buttari, J. L'Excellent, C. Weisbecker, +Improving multifrontal methods by means of block low-rank representations, +SIAM Journal on Scientific Computing, volume 37 (3), 2015, A1452-A1474. +See also http://mumps.enseeiht.fr.

      2 +
      +M. Brezina, P. Vanek, +A Black-Box Iterative Solver Based on a Two-Level Schwarz Method, +Computing, 63, 1999, 233-263.

      3 +
      +W. L. Briggs, V. E. Henson, S. F. McCormick, +A Multigrid Tutorial, Second Edition, +SIAM, 2000.

      4 +
      +A. Buttari, P. D'Ambra, D. di Serafino, S. Filippone, +Extending PSBLAS to Build Parallel Schwarz Preconditioners, +in J. Dongarra, K. Madsen, J. Wasniewski, editors, +Proceedings of PARA 04 Workshop on State of the Art +in Scientific Computing, Lecture Notes in Computer Science, +Springer, 2005, 593-602.

      5 +
      +A. Buttari, P. D'Ambra, D. di Serafino, S. Filippone, +2LEV-D2P4: a package of high-performance preconditioners +for scientific and engineering applications, +Applicable Algebra in Engineering, Communications and Computing, +18 (3) 2007, 223-239.

      6 +
      +X. C. Cai, M. Sarkis, +A Restricted Additive Schwarz Preconditioner for General Sparse Linear Systems, +SIAM Journal on Scientific Computing, 21 (2), 1999, 792-797.

      7 +
      +P. D'Ambra, S. Filippone, D. di Serafino, +On the Development of PSBLAS-based Parallel Two-level Schwarz Preconditioners, +Applied Numerical Mathematics, Elsevier Science, +57 (11-12), 2007, 1181-1196.

      8 +
      +P. D'Ambra, D. di Serafino, S. Filippone, +MLD2P4: a Package of Parallel Multilevel +Algebraic Domain Decomposition Preconditioners +in Fortran 95, ACM Trans. Math. Softw., 37(3), 2010, art. 30.

      9 +
      +T. A. Davis, +Algorithm 832: UMFPACK - an Unsymmetric-pattern Multifrontal +Method with a Column Pre-ordering Strategy, +ACM Transactions on Mathematical Software, 30, 2004, 196-199. +(See also http://www.cise.ufl.edu/ davis/)

      10 +
      +J. W. Demmel, S. C. Eisenstat, J. R. Gilbert, X. S. Li, J. W. H. Liu, +A supernodal approach to sparse partial pivoting, +SIAM Journal on Matrix Analysis and Applications, 20 (3), 1999, 720-755.

      11 +
      +J. J. Dongarra, J. Du Croz, I. S. Duff, S. Hammarling, +A set of Level 3 Basic Linear Algebra Subprograms, +ACM Transactions on Mathematical Software, 16 (1) 1990, 1-17.

      12 +
      +J. J. Dongarra, J. Du Croz, S. Hammarling, R. J. Hanson, +An extended set of FORTRAN Basic Linear Algebra Subprograms, +ACM Transactions on Mathematical Software, 14 (1) 1988, 1-17.

      13 +
      +S. Filippone, A. Buttari, +PSBLAS-3.0 User's Guide. A Reference Guide for the Parallel Sparse BLAS Library, 2012, +available from http://www.ce.uniroma2.it/psblas/.

      14 +
      +S. Filippone, A. Buttari, +Object-Oriented Techniques for Sparse Matrix Computations in Fortran 2003. +ACM Transactions on on Mathematical Software, 38 (4), 2012, art. 23.

      15 +
      +S. Filippone, M. Colajanni, +PSBLAS: A Library for Parallel Linear Algebra +Computation on Sparse Matrices, +ACM Transactions on Mathematical Software, 26 (4), 2000, 527-550.

      16 +
      +W. Gropp, S. Huss-Lederman, A. Lumsdaine, E. Lusk, B. Nitzberg, W. Saphir, M. Snir, +MPI: The Complete Reference. Volume 2 - The MPI-2 Extensions, +MIT Press, 1998.

      17 +
      +C. L. Lawson, R. J. Hanson, D. Kincaid, F. T. Krogh, +Basic Linear Algebra Subprograms for FORTRAN usage, +ACM Transactions on Mathematical Software, 5 (3), 1979, 308-323.

      18 +
      +X. S. Li, J. W. Demmel, +SuperLU_DIST: A Scalable Distributed-memory +Sparse Direct Solver for Unsymmetric Linear Systems, +ACM Transactions on Mathematical Software, 29 (2), 2003, 110-140.

      19 +
      +Y. Notay, P. S. Vassilevski, +Recursive Krylov-based multigrid cycles, +Numerical Linear Algebra with Applications, 15 (5), 2008, 473-487.

      20 +
      +Y. Saad, +Iterative methods for sparse linear systems, 2nd edition, SIAM, 2003.

      21 +
      +B. Smith, P. Bjorstad, W. Gropp, +Domain Decomposition: Parallel Multilevel Methods for Elliptic +Partial Differential Equations, +Cambridge University Press, 1996.

      22 +
      +M. Snir, S. Otto, S. Huss-Lederman, D. Walker, J. Dongarra, +MPI: The Complete Reference. Volume 1 - The MPI Core, second edition, +MIT Press, 1998.

      23 +
      +K. Stüben, +An Introduction to Algebraic Multigrid, +in A. Schüller, U. Trottenberg, C. Oosterlee, Multigrid, +Academic Press, 2001.

      24 +
      +R. S. Tuminaro, C. Tong, +Parallel Smoothed Aggregation Multigrid: Aggregation Strategies on Massively Parallel Machines, in J. Donnelley, editor, Proceedings of SuperComputing 2000, Dallas, 2000.

      25 +
      +P. Vanek, J. Mandel, M. Brezina, +Algebraic Multigrid by Smoothed Aggregation for Second and Fourth Order Elliptic Problems, +Computing, 56 (3) 1996, 179-196. +

      -The command line arguments were:
      - latex2html -local_icons -noaddress -dir ../../html userhtml.tex +

      +

      -The translation was initiated by Salvatore Filippone on 2017-07-17


      diff --git a/docs/html/node28.html b/docs/html/node28.html index d5340175..48c10904 100644 --- a/docs/html/node28.html +++ b/docs/html/node28.html @@ -63,7 +63,7 @@ Mathematics Department, Macquarie University, Sydney. The command line arguments were:
      latex2html -local_icons -noaddress -dir ../../html userhtml.tex

      -The translation was initiated by Salvatore Filippone on 2017-05-16 +The translation was initiated by Salvatore Filippone on 2017-07-19


      diff --git a/docs/html/node3.html b/docs/html/node3.html index 7cdd18e4..3fdf3b30 100644 --- a/docs/html/node3.html +++ b/docs/html/node3.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Code Distribution - Up: Up: userhtml - Previous: Previous: Contents -   Contents

      @@ -60,9 +60,9 @@ General Overview The MULTI-LEVEL DOMAIN DECOMPOSITION PARALLEL PRECONDITIONERS PACKAGE BASED ON PSBLAS (MLD2P4) provides parallel Algebraic MultiGrid (AMG) and Domain Decomposition preconditioners (see, e.g., [3,23,21]), + HREF="node27.html#Briggs2000">3,23,21]), to be used in the iterative solution of linear systems,
      @@ -95,8 +95,8 @@ multi-level cycles and smoothers widely used in multigrid methods. The multi-level preconditioners implemented in MLD2P4 are obtained by combining AMG cycles with smoothers and coarsest-level solvers. The V-, W-, and K-cycles [3,19] are available, which allow to define + HREF="node27.html#Briggs2000">3,19] are available, which allow to define almost all the preconditioners in the package, including the multi-level hybrid Schwarz ones; a specific cycle is implemented to obtain multi-level additive Schwarz preconditioners. The Jacobi, hybridforward/backward Gauss-Seidel, block-Jacobi, and additive Schwarz methods @@ -104,8 +104,8 @@ are available as smoothers. An algebraic approach is used to generate a hierarch coarse-level matrices and operators, without explicitly using any information on the geometry of the original problem, e.g., the discretization of a PDE. To this end, the smoothed aggregation technique [2,25] + HREF="node27.html#BREZINA_VANEK">2,25] is applied. Either exact or approximate solvers can be used on the coarsest-level system. Specifically, different sparse LU factorizations from external packages, and native incomplete LU factorizations and Jacobi, hybrid Gauss-Seidel, @@ -126,8 +126,8 @@ interface. MLD2P4 has been designed to implement scalable and easy-to-use multilevel preconditioners in the context of the PSBLAS (Parallel Sparse BLAS) computational framework [15,14]. PSBLAS provides basic linear algebra + HREF="node27.html#psblas_00">15,14]. PSBLAS provides basic linear algebra operators and data management facilities for distributed sparse matrices, as well as parallel Krylov solvers which can be used with the MLD2P4 preconditioners. The choice of PSBLAS has been mainly motivated by the need of having @@ -150,14 +150,14 @@ few black-box routines at the upper layer allow all users to easily build and apply any preconditioner available in MLD2P4; facilities are also available allowing expert users to extend the set of smoothers and solvers for building new versions of the preconditioners (see -Section [*]). +Section 7).

      We note that the user interface of MLD2P4 2.1 has been extended with respect to the previous versions in order to separate the construction of the multi-level hierarchy from the construction of the smoothers and solvers, and to allow for more flexibility at each level. The software architecture described in [8] has significantly + HREF="node27.html#MLD2P4_TOMS">8] has significantly evolved too, in order to fully exploit the Fortran 2003 features implemented in PSBLAS 3. However, compatibility with previous versions has been preserved. @@ -171,34 +171,34 @@ preconditioners with the Krylov solvers implemented in PSBLAS are reported in Section 5, where the Fortran codes of a few sample programs are also shown. A reference guide for the user interface routines is provided in Section 6. Information on the extension of the package -through the addition of new smoothers and solvers is reported in Section [*]. +through the addition of new smoothers and solvers is reported in Section 7. The error handling mechanism used by the package -is briefly described in Section 7. The copyright terms concerning the -distribution and modification of MLD2P4 are reported in Appendix A. +is briefly described in Section 8. The copyright terms concerning the +distribution and modification of MLD2P4 are reported in Appendix A.


      - next - up - previous - contents
      - Next: Next: Code Distribution - Up: Up: userhtml - Previous: Previous: Contents -   Contents diff --git a/docs/html/node4.html b/docs/html/node4.html index 17c69ee8..8acd49b6 100644 --- a/docs/html/node4.html +++ b/docs/html/node4.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Configuring and Building MLD2P4 - Up: Up: userhtml - Previous: Previous: General Overview -   Contents

      @@ -66,7 +66,7 @@ where contact points for further information can be also found.

      The software is available under a modified BSD license, as specified -in Appendix A; please note that some of the optional +in Appendix A; please note that some of the optional third party libraries may be licensed under a different and more stringent license, most notably the GPL, and this should be taken into account when treating derived works. diff --git a/docs/html/node5.html b/docs/html/node5.html index b37cef8f..259d774f 100644 --- a/docs/html/node5.html +++ b/docs/html/node5.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Prerequisites - Up: Up: userhtml - Previous: Previous: Code Distribution -   Contents

      @@ -88,40 +88,40 @@ optional software used by MLD2P4 is given in the next sections. Subsections


      - next - up - previous - contents
      - Next: Next: Prerequisites - Up: Up: userhtml - Previous: Previous: Code Distribution -   Contents diff --git a/docs/html/node6.html b/docs/html/node6.html index 3a44d332..a0a3bf37 100644 --- a/docs/html/node6.html +++ b/docs/html/node6.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Optional third party libraries - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Configuring and Building MLD2P4 -   Contents

      @@ -61,9 +61,9 @@ The following base libraries are needed:
      BLAS
      [11,12,17] Many vendors provide optimized versions + HREF="node27.html#blas3">11,12,17] Many vendors provide optimized versions of BLAS; if no vendor version is available for a given platform, the ATLAS software (
      MPI
      [16,22] A version of MPI is available on most + HREF="node27.html#MPI2">16,22] A version of MPI is available on most high-performance computing systems.
      PSBLAS
      [13,15] Parallel Sparse BLAS (PSBLAS) is + HREF="node27.html#PSBLASGUIDE">13,15] Parallel Sparse BLAS (PSBLAS) is available from www.ce.uniroma2.it/psblas; version 3.5.0 (or later) is required. Indeed, all the prerequisites @@ -109,26 +109,26 @@ compiler as MLD2P4.


      - next - up - previous - contents
      - Next: Next: Optional third party libraries - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Configuring and Building MLD2P4 -   Contents diff --git a/docs/html/node7.html b/docs/html/node7.html index b0ee2a68..138a2857 100644 --- a/docs/html/node7.html +++ b/docs/html/node7.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Configuration options - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Prerequisites -   Contents

      @@ -65,7 +65,7 @@ for multi-level preconditioners may change to reflect their presence.
      UMFPACK
      [9] + HREF="node27.html#UMFPACK">9] A sparse LU factorization package included in the SuiteSparse library, available from faculty.cse.tamu.edu/davis/suitesparse.html; @@ -76,7 +76,7 @@ for multi-level preconditioners may change to reflect their presence.
      MUMPS
      [1] + HREF="node27.html#MUMPS">1] A sparse LU factorization package available from mumps.enseeiht.fr; it provides sequential and parallel factorizations and triangular system solution @@ -85,7 +85,7 @@ for multi-level preconditioners may change to reflect their presence.
      SuperLU
      [10] + HREF="node27.html#SUPERLU">10] A sparse LU factorization package available from crd.lbl.gov/~xiaoye/SuperLU/; it provides sequential @@ -96,7 +96,7 @@ for multi-level preconditioners may change to reflect their presence.
      SuperLU_Dist
      [18] + HREF="node27.html#SUPERLUDIST">18] A sparse LU factorization package available from the same site as SuperLU; it provides parallel factorization and triangular system solution for double precision real and complex data. @@ -113,26 +113,26 @@ for multi-level preconditioners may change to reflect their presence.


      - next - up - previous - contents
      - Next: Next: Configuration options - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Prerequisites -   Contents diff --git a/docs/html/node8.html b/docs/html/node8.html index 40db8486..636235de 100644 --- a/docs/html/node8.html +++ b/docs/html/node8.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Bug reporting - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Optional third party libraries -   Contents

      @@ -262,26 +262,26 @@ followed (optionally) by make install
      - next - up - previous - contents
      - Next: Next: Bug reporting - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Optional third party libraries -   Contents diff --git a/docs/html/node9.html b/docs/html/node9.html index 3ba9fb3f..94aab81d 100644 --- a/docs/html/node9.html +++ b/docs/html/node9.html @@ -26,26 +26,26 @@ original version by: Nikos Drakos, CBLU, University of Leeds - next - up - previous - contents
      - Next: Next: Example and test programs - Up: Up: Configuring and Building MLD2P4 - Previous: Previous: Configuration options -   Contents

      diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html index a627bdd3..15fa8c28 100644 --- a/docs/html/userhtml.html +++ b/docs/html/userhtml.html @@ -136,13 +136,15 @@ Feb. 28, 2017
    1. Error Handling + HREF="node24.html">Adding new smoother and solver objects to MLD2P4
    2. License + HREF="node25.html">Error Handling
    3. Bibliography + HREF="node26.html">License
    4. About this document ... + HREF="node27.html">Bibliography +
    5. About this document ...

      diff --git a/docs/mld2p4-2.1-guide.pdf b/docs/mld2p4-2.1-guide.pdf index b0be6e94..b94eda21 100644 --- a/docs/mld2p4-2.1-guide.pdf +++ b/docs/mld2p4-2.1-guide.pdf @@ -1,6 +1,6 @@ %PDF-1.5 % -117 0 obj +121 0 obj << /Length 1216 >> @@ -31,7 +31,7 @@ ET endstream endobj -126 0 obj +130 0 obj << /Length 32 >> @@ -43,7 +43,7 @@ stream endstream endobj -130 0 obj +134 0 obj << /Length 3902 >> @@ -66,7 +66,7 @@ ET endstream endobj -136 0 obj +140 0 obj << /Length 79 >> @@ -81,9 +81,9 @@ ET endstream endobj -167 0 obj +172 0 obj << -/Length 7025 +/Length 7191 >> stream 0 g 0 G @@ -253,17 +253,21 @@ BT [-1281(38)]TJ 0 g 0 G 0 0 1 rg 0 0 1 RG -/F43 10.9091 Tf -16.364 -24.458 Td [(7)-925(Error)-383(Handling)]TJ +/F43 10.9091 Tf -16.364 -24.458 Td [(7)-925(Adding)-383(new)-384(smo)-32(other)-383(and)-383(solv)32(er)-384(ob)-64(jects)-383(to)-383(MLD2P4)]TJ +0 g 0 G + [-8165(39)]TJ +0 0 1 rg 0 0 1 RG + 0 -24.459 Td [(8)-925(Error)-383(Handling)]TJ 0 g 0 G - [-27434(39)]TJ + [-27434(41)]TJ 0 0 1 rg 0 0 1 RG - 0 -24.459 Td [(A)-631(License)]TJ + 0 -24.458 Td [(A)-631(License)]TJ 0 g 0 G - [-31489(40)]TJ + [-31489(42)]TJ 0 0 1 rg 0 0 1 RG 0 -24.458 Td [(References)]TJ 0 g 0 G - [-31259(41)]TJ + [-31259(43)]TJ 0 g 0 G 0 g 0 G ET @@ -275,7 +279,7 @@ endobj /Type /ObjStm /N 100 /First 814 -/Length 8594 +/Length 8415 >> stream 1 0 5 38 6 84 9 125 10 146 13 187 14 219 17 260 18 293 21 334 @@ -283,11 +287,11 @@ stream 42 803 45 844 46 880 49 926 50 963 53 1009 54 1047 57 1093 58 1147 61 1188 62 1219 65 1265 66 1291 69 1332 70 1362 73 1408 74 1441 77 1487 78 1519 81 1565 82 1599 85 1645 86 1692 89 1738 90 1785 93 1831 94 1865 97 1911 98 1944 101 1990 -102 2025 105 2067 106 2098 109 2141 110 2165 113 2208 114 2233 115 2278 118 2392 119 2446 -3 2500 116 2552 125 2645 127 2759 124 2813 129 2849 131 2963 7 3017 128 3069 135 3162 -137 3276 134 3330 166 3397 138 3739 139 3885 140 4031 141 4177 142 4323 143 4475 144 4627 -145 4779 146 4930 147 5081 148 5227 149 5379 150 5531 151 5683 152 5829 153 5981 154 6126 -155 6277 156 6429 157 6580 158 6732 159 6884 160 7036 161 7188 162 7340 163 7486 164 7633 +102 2025 105 2067 106 2132 109 2174 110 2205 113 2248 114 2272 117 2315 118 2340 119 2385 +122 2499 123 2553 3 2607 120 2659 129 2752 131 2866 128 2920 133 2956 135 3070 7 3124 +132 3176 139 3269 141 3383 138 3437 171 3504 142 3854 143 4000 144 4146 145 4292 146 4438 +147 4590 148 4742 149 4894 150 5045 151 5196 152 5342 153 5494 154 5646 155 5798 156 5944 +157 6096 158 6241 159 6392 160 6544 161 6695 162 6847 163 6999 164 7151 165 7303 166 7455 % 1 0 obj << /S /GoTo /D (title.0) >> % 5 0 obj @@ -391,106 +395,110 @@ stream % 102 0 obj << /S /GoTo /D (section.7) >> % 105 0 obj -(7 Error Handling) +(7 Adding new smoother and solver objects to MLD2P4) % 106 0 obj -<< /S /GoTo /D (appendix.A) >> +<< /S /GoTo /D (section.8) >> % 109 0 obj -(A License) +(8 Error Handling) % 110 0 obj -<< /S /GoTo /D (section*.3) >> +<< /S /GoTo /D (appendix.A) >> % 113 0 obj -(References) +(A License) % 114 0 obj -<< /S /GoTo /D [115 0 R /Fit] >> -% 115 0 obj +<< /S /GoTo /D (section*.3) >> +% 117 0 obj +(References) +% 118 0 obj +<< /S /GoTo /D [119 0 R /Fit] >> +% 119 0 obj << /Type /Page -/Contents 117 0 R -/Resources 116 0 R +/Contents 121 0 R +/Resources 120 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R +/Parent 127 0 R >> -% 118 0 obj +% 122 0 obj << -/D [115 0 R /XYZ 92.6 752.957 null] +/D [119 0 R /XYZ 92.6 752.957 null] >> -% 119 0 obj +% 123 0 obj << -/D [115 0 R /XYZ 93.6 715.095 null] +/D [119 0 R /XYZ 93.6 715.095 null] >> % 3 0 obj << -/D [115 0 R /XYZ 93.6 715.095 null] +/D [119 0 R /XYZ 93.6 715.095 null] >> -% 116 0 obj +% 120 0 obj << -/Font << /F17 120 0 R /F19 121 0 R /F37 122 0 R >> +/Font << /F17 124 0 R /F19 125 0 R /F37 126 0 R >> /ProcSet [ /PDF /Text ] >> -% 125 0 obj +% 129 0 obj << /Type /Page -/Contents 126 0 R -/Resources 124 0 R +/Contents 130 0 R +/Resources 128 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R +/Parent 127 0 R >> -% 127 0 obj +% 131 0 obj << -/D [125 0 R /XYZ 85.4 752.957 null] +/D [129 0 R /XYZ 85.4 752.957 null] >> -% 124 0 obj +% 128 0 obj << /ProcSet [ /PDF ] >> -% 129 0 obj +% 133 0 obj << /Type /Page -/Contents 130 0 R -/Resources 128 0 R +/Contents 134 0 R +/Resources 132 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R +/Parent 127 0 R >> -% 131 0 obj +% 135 0 obj << -/D [129 0 R /XYZ 92.6 752.957 null] +/D [133 0 R /XYZ 92.6 752.957 null] >> % 7 0 obj << -/D [129 0 R /XYZ 93.6 722.069 null] +/D [133 0 R /XYZ 93.6 722.069 null] >> -% 128 0 obj +% 132 0 obj << -/Font << /F15 132 0 R /F17 120 0 R /F41 133 0 R >> +/Font << /F15 136 0 R /F17 124 0 R /F41 137 0 R >> /ProcSet [ /PDF /Text ] >> -% 135 0 obj +% 139 0 obj << /Type /Page -/Contents 136 0 R -/Resources 134 0 R +/Contents 140 0 R +/Resources 138 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R +/Parent 127 0 R >> -% 137 0 obj +% 141 0 obj << -/D [135 0 R /XYZ 85.4 752.957 null] +/D [139 0 R /XYZ 85.4 752.957 null] >> -% 134 0 obj +% 138 0 obj << -/Font << /F15 132 0 R >> +/Font << /F15 136 0 R >> /ProcSet [ /PDF /Text ] >> -% 166 0 obj +% 171 0 obj << /Type /Page -/Contents 167 0 R -/Resources 165 0 R +/Contents 172 0 R +/Resources 170 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R -/Annots [ 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R ] +/Parent 127 0 R +/Annots [ 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R ] >> -% 138 0 obj +% 142 0 obj << /Type /Annot /Subtype /Link @@ -498,7 +506,7 @@ stream /Rect [92.604 678.682 142.598 688.25] /A << /S /GoTo /D (section*.1) >> >> -% 139 0 obj +% 143 0 obj << /Type /Annot /Subtype /Link @@ -506,7 +514,7 @@ stream /Rect [92.604 654.223 209.755 663.792] /A << /S /GoTo /D (section.1) >> >> -% 140 0 obj +% 144 0 obj << /Type /Annot /Subtype /Link @@ -514,7 +522,7 @@ stream /Rect [92.604 629.765 210.673 639.333] /A << /S /GoTo /D (section.2) >> >> -% 141 0 obj +% 145 0 obj << /Type /Annot /Subtype /Link @@ -522,7 +530,7 @@ stream /Rect [92.604 603.186 304.709 614.875] /A << /S /GoTo /D (section.3) >> >> -% 142 0 obj +% 146 0 obj << /Type /Annot /Subtype /Link @@ -530,7 +538,7 @@ stream /Rect [108.968 589.636 197.294 601.205] /A << /S /GoTo /D (subsection.3.1) >> >> -% 143 0 obj +% 147 0 obj << /Type /Annot /Subtype /Link @@ -538,7 +546,7 @@ stream /Rect [108.968 576.087 276.233 587.777] /A << /S /GoTo /D (subsection.3.2) >> >> -% 144 0 obj +% 148 0 obj << /Type /Annot /Subtype /Link @@ -546,7 +554,7 @@ stream /Rect [108.968 562.538 239.779 574.228] /A << /S /GoTo /D (subsection.3.3) >> >> -% 145 0 obj +% 149 0 obj << /Type /Annot /Subtype /Link @@ -554,7 +562,7 @@ stream /Rect [108.968 548.989 202.93 560.557] /A << /S /GoTo /D (subsection.3.4) >> >> -% 146 0 obj +% 150 0 obj << /Type /Annot /Subtype /Link @@ -562,7 +570,7 @@ stream /Rect [108.968 535.44 268.203 547.129] /A << /S /GoTo /D (subsection.3.5) >> >> -% 147 0 obj +% 151 0 obj << /Type /Annot /Subtype /Link @@ -570,7 +578,7 @@ stream /Rect [92.604 510.981 233.255 522.671] /A << /S /GoTo /D (section.4) >> >> -% 148 0 obj +% 152 0 obj << /Type /Annot /Subtype /Link @@ -578,7 +586,7 @@ stream /Rect [108.968 497.432 239.279 509.122] /A << /S /GoTo /D (subsection.4.1) >> >> -% 149 0 obj +% 153 0 obj << /Type /Annot /Subtype /Link @@ -586,7 +594,7 @@ stream /Rect [108.968 483.883 245.172 495.572] /A << /S /GoTo /D (subsection.4.2) >> >> -% 150 0 obj +% 154 0 obj << /Type /Annot /Subtype /Link @@ -594,7 +602,7 @@ stream /Rect [108.968 472.455 308.869 482.023] /A << /S /GoTo /D (subsection.4.3) >> >> -% 151 0 obj +% 155 0 obj << /Type /Annot /Subtype /Link @@ -602,7 +610,7 @@ stream /Rect [92.604 445.875 197.952 457.565] /A << /S /GoTo /D (section.5) >> >> -% 152 0 obj +% 156 0 obj << /Type /Annot /Subtype /Link @@ -610,7 +618,7 @@ stream /Rect [108.968 432.326 182.021 444.016] /A << /S /GoTo /D (subsection.5.1) >> >> -% 153 0 obj +% 157 0 obj << /Type /Annot /Subtype /Link @@ -618,7 +626,7 @@ stream /Rect [92.604 409.989 189.09 419.557] /A << /S /GoTo /D (section.6) >> >> -% 154 0 obj +% 158 0 obj << /Type /Annot /Subtype /Link @@ -626,7 +634,7 @@ stream /Rect [108.968 396.44 208.203 406.008] /A << /S /GoTo /D (subsection.6.1) >> >> -% 155 0 obj +% 159 0 obj << /Type /Annot /Subtype /Link @@ -634,7 +642,7 @@ stream /Rect [108.968 382.891 205.233 392.459] /A << /S /GoTo /D (subsection.6.2) >> >> -% 156 0 obj +% 160 0 obj << /Type /Annot /Subtype /Link @@ -642,7 +650,7 @@ stream /Rect [108.968 369.342 216.082 378.91] /A << /S /GoTo /D (subsection.6.3) >> >> -% 157 0 obj +% 161 0 obj << /Type /Annot /Subtype /Link @@ -650,7 +658,7 @@ stream /Rect [108.968 353.671 264.009 365.361] /A << /S /GoTo /D (subsection.6.4) >> >> -% 158 0 obj +% 162 0 obj << /Type /Annot /Subtype /Link @@ -658,7 +666,7 @@ stream /Rect [108.968 342.243 268.342 351.811] /A << /S /GoTo /D (subsection.6.5) >> >> -% 159 0 obj +% 163 0 obj << /Type /Annot /Subtype /Link @@ -666,7 +674,7 @@ stream /Rect [108.968 326.573 218.203 338.262] /A << /S /GoTo /D (subsection.6.6) >> >> -% 160 0 obj +% 164 0 obj << /Type /Annot /Subtype /Link @@ -674,7 +682,7 @@ stream /Rect [108.968 315.145 209.142 324.713] /A << /S /GoTo /D (subsection.6.7) >> >> -% 161 0 obj +% 165 0 obj << /Type /Annot /Subtype /Link @@ -682,34 +690,18 @@ stream /Rect [108.968 301.596 216.172 311.164] /A << /S /GoTo /D (subsection.6.8) >> >> -% 162 0 obj +% 166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [92.604 275.016 195.225 286.705] +/Rect [92.604 275.016 405.432 286.705] /A << /S /GoTo /D (section.7) >> >> -% 163 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [92.604 252.679 150.984 262.247] -/A << /S /GoTo /D (appendix.A) >> ->> -% 164 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [92.604 228.221 153.499 237.789] -/A << /S /GoTo /D (section*.3) >> ->> endstream endobj -174 0 obj +179 0 obj << /Length 79 >> @@ -724,7 +716,7 @@ ET endstream endobj -188 0 obj +193 0 obj << /Length 7739 >> @@ -783,16 +775,20 @@ ET endstream endobj -210 0 obj +217 0 obj << -/Length 5558 +/Length 5503 >> stream 0 g 0 G BT /F15 10.9091 Tf 86.4 740.002 Td [(2)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ 0 g 0 G -/F15 10.9091 Tf -203.265 -35.866 Td [(fore,)-298(MLD2P4)-290(can)-289(b)-28(e)-289(run)-290(on)-289(an)27(y)-289(parallel)-289(mac)27(hine)-289(where)-290(PSBLAS)-289(implemen)28(tations)-290(are)]TJ 0 -13.549 Td [(a)28(v)55(ailable.)]TJ 16.936 -13.549 Td [(MLD2P4)-342(has)-341(a)-342(la)28(y)28(ered)-342(and)-342(mo)-27(dular)-342(soft)28(w)28(are)-342(arc)28(hitecture)-342(where)-342(three)-341(main)-342(la)28(y)28(ers)]TJ -16.936 -13.549 Td [(can)-458(b)-28(e)-458(iden)28(ti\014ed.)-819(The)-458(lo)28(w)28(er)-458(la)27(y)28(er)-458(consists)-458(of)-458(the)-458(PSBLAS)-458(k)28(ernels,)-490(the)-458(middle)-458(one)]TJ 0 -13.549 Td [(implemen)28(ts)-458(the)-457(construction)-457(and)-458(application)-457(phases)-457(of)-458(the)-457(preconditioners,)-489(and)-457(the)]TJ 0 -13.55 Td [(upp)-28(er)-433(one)-433(pro)28(vides)-433(a)-433(uniform)-433(in)28(terface)-433(to)-433(all)-434(th)1(e)-434(preconditi)1(oners)-1(.)-743(This)-433(arc)27(h)1(ite)-1(ctu)1(re)]TJ 0 -13.549 Td [(allo)28(ws)-413(for)-413(di\013eren)28(t)-413(lev)28(els)-413(of)-412(use)-413(of)-413(the)-413(pac)28(k)56(age:)-604(few)-412(blac)27(k-b)-27(o)27(x)-412(routines)-413(at)-413(the)-412(upp)-28(er)]TJ 0 -13.549 Td [(la)28(y)28(er)-305(allo)28(w)-305(all)-305(users)-304(to)-305(easily)-305(build)-304(and)-305(apply)-304(an)28(y)-305(preconditioner)-305(a)28(v)56(ailable)-305(in)-305(M)1(LD2P4;)]TJ 0 -13.549 Td [(facilities)-432(are)-432(also)-433(a)28(v)56(ailable)-433(allo)28(wing)-432(exp)-28(ert)-432(users)-432(to)-432(exte)-1(n)1(d)-433(the)-432(set)-432(of)-432(smo)-28(others)-432(and)]TJ 0 -13.549 Td [(solv)28(ers)-334(for)-333(building)-333(new)-333(v)27(ersion)1(s)-334(of)-333(the)-333(prec)-1(on)1(ditioners)-334(\050see)-333(Section)]TJ/F43 10.9091 Tf 325.97 0 Td [(??)]TJ/F15 10.9091 Tf 11.848 0 Td [(\051.)]TJ -320.882 -13.55 Td [(W)83(e)-347(n)1(ote)-347(that)-347(the)-347(user)-347(in)28(terface)-347(of)-347(MLD2P)1(4)-347(2.1)-347(has)-347(b)-28(een)-347(extend)1(e)-1(d)-346(with)-347(resp)-28(ect)-347(to)]TJ -16.936 -13.549 Td [(the)-341(previous)-341(v)28(ersions)-341(in)-341(order)-341(to)-341(separate)-341(the)-341(construction)-340(of)-341(the)-341(m)27(u)1(lti-le)-1(v)28(el)-341(hierarc)28(h)28(y)]TJ 0 -13.549 Td [(from)-320(the)-320(construction)-321(of)-320(the)-320(smo)-28(others)-320(and)-320(solv)28(ers,)-323(and)-320(to)-321(allo)28(w)-320(for)-320(more)-320(\015exibilit)27(y)-320(at)]TJ 0 -13.549 Td [(eac)28(h)-378(lev)28(el.)-579(The)-378(soft)28(w)28(are)-378(arc)28(hitecture)-378(describ)-28(ed)-378(in)-378([)]TJ +/F15 10.9091 Tf -203.265 -35.866 Td [(fore,)-298(MLD2P4)-290(can)-289(b)-28(e)-289(run)-290(on)-289(an)27(y)-289(parallel)-289(mac)27(hine)-289(where)-290(PSBLAS)-289(implemen)28(tations)-290(are)]TJ 0 -13.549 Td [(a)28(v)55(ailable.)]TJ 16.936 -13.549 Td [(MLD2P4)-342(has)-341(a)-342(la)28(y)28(ered)-342(and)-342(mo)-27(dular)-342(soft)28(w)28(are)-342(arc)28(hitecture)-342(where)-342(three)-341(main)-342(la)28(y)28(ers)]TJ -16.936 -13.549 Td [(can)-458(b)-28(e)-458(iden)28(ti\014ed.)-819(The)-458(lo)28(w)28(er)-458(la)27(y)28(er)-458(consists)-458(of)-458(the)-458(PSBLAS)-458(k)28(ernels,)-490(the)-458(middle)-458(one)]TJ 0 -13.549 Td [(implemen)28(ts)-458(the)-457(construction)-457(and)-458(application)-457(phases)-457(of)-458(the)-457(preconditioners,)-489(and)-457(the)]TJ 0 -13.55 Td [(upp)-28(er)-433(one)-433(pro)28(vides)-433(a)-433(uniform)-433(in)28(terface)-433(to)-433(all)-434(th)1(e)-434(preconditi)1(oners)-1(.)-743(This)-433(arc)27(h)1(ite)-1(ctu)1(re)]TJ 0 -13.549 Td [(allo)28(ws)-413(for)-413(di\013eren)28(t)-413(lev)28(els)-413(of)-412(use)-413(of)-413(the)-413(pac)28(k)56(age:)-604(few)-412(blac)27(k-b)-27(o)27(x)-412(routines)-413(at)-413(the)-412(upp)-28(er)]TJ 0 -13.549 Td [(la)28(y)28(er)-305(allo)28(w)-305(all)-305(users)-304(to)-305(easily)-305(build)-304(and)-305(apply)-304(an)28(y)-305(preconditioner)-305(a)28(v)56(ailable)-305(in)-305(M)1(LD2P4;)]TJ 0 -13.549 Td [(facilities)-432(are)-432(also)-433(a)28(v)56(ailable)-433(allo)28(wing)-432(exp)-28(ert)-432(users)-432(to)-432(exte)-1(n)1(d)-433(the)-432(set)-432(of)-432(smo)-28(others)-432(and)]TJ 0 -13.549 Td [(solv)28(ers)-334(for)-333(building)-333(new)-333(v)27(ersion)1(s)-334(of)-333(the)-333(prec)-1(on)1(ditioners)-334(\050see)-333(Section)]TJ +0 0 1 rg 0 0 1 RG + [-333(7)]TJ +0 g 0 G + [(\051.)]TJ 16.936 -13.55 Td [(W)83(e)-347(n)1(ote)-347(that)-347(the)-347(user)-347(in)28(terface)-347(of)-347(MLD2P)1(4)-347(2.1)-347(has)-347(b)-28(een)-347(extend)1(e)-1(d)-346(with)-347(resp)-28(ect)-347(to)]TJ -16.936 -13.549 Td [(the)-341(previous)-341(v)28(ersions)-341(in)-341(order)-341(to)-341(separate)-341(the)-341(construction)-340(of)-341(the)-341(m)27(ul)1(ti-le)-1(v)28(el)-341(hierarc)28(h)28(y)]TJ 0 -13.549 Td [(from)-320(the)-320(construction)-321(of)-320(the)-320(smo)-28(others)-320(and)-320(solv)28(ers,)-323(and)-320(to)-321(allo)28(w)-320(for)-320(more)-320(\015exibilit)27(y)-320(at)]TJ 0 -13.549 Td [(eac)28(h)-378(lev)28(el.)-579(The)-378(soft)28(w)28(are)-378(arc)28(hitecture)-378(describ)-28(ed)-378(in)-378([)]TJ 1 0 0 rg 1 0 0 RG [(8)]TJ 0 g 0 G @@ -816,9 +812,13 @@ BT 0 0 1 rg 0 0 1 RG [-258(6)]TJ 0 g 0 G - [(.)-420(In)1(formation)-258(on)-258(the)-259(extension)-258(of)-258(the)-258(pac)28(k)56(age)-259(th)1(rough)-258(the)-258(addition)]TJ 0 -13.549 Td [(of)-311(new)-311(smo)-28(others)-311(and)-311(solv)28(ers)-311(is)-311(rep)-28(orted)-311(in)-311(Section)]TJ/F43 10.9091 Tf 247.02 0 Td [(??)]TJ/F15 10.9091 Tf 11.849 0 Td [(.)-437(The)-311(error)-311(handling)-311(mec)28(hanism)]TJ -258.869 -13.549 Td [(used)-357(b)28(y)-357(the)-357(pac)28(k)55(age)-357(is)-357(brie\015y)-357(describ)-28(ed)-357(in)-357(Section)]TJ + [(.)-420(In)1(formation)-258(on)-258(the)-259(extension)-258(of)-258(the)-258(pac)28(k)56(age)-259(th)1(rough)-258(the)-258(addition)]TJ 0 -13.549 Td [(of)-354(new)-354(smo)-28(others)-354(and)-354(solv)28(ers)-354(is)-354(rep)-28(orted)-354(in)-354(Section)]TJ +0 0 1 rg 0 0 1 RG + [-354(7)]TJ +0 g 0 G + [(.)-507(The)-354(error)-354(handling)-354(mec)28(hanism)]TJ 0 -13.549 Td [(used)-357(b)28(y)-357(the)-357(pac)28(k)55(age)-357(is)-357(brie\015y)-357(describ)-28(ed)-357(in)-357(Section)]TJ 0 0 1 rg 0 0 1 RG - [-357(7)]TJ + [-357(8)]TJ 0 g 0 G [(.)-515(The)-357(cop)28(yrigh)28(t)-357(terms)-357(c)-1(on)1(c)-1(ern)1(ing)]TJ 0 -13.55 Td [(the)-333(distribution)-333(and)-334(mo)-27(di\014cation)-334(of)-333(MLD2P4)-333(are)-334(rep)-27(orted)-334(in)-333(App)-28(end)1(ix)]TJ 0 0 1 rg 0 0 1 RG @@ -831,7 +831,7 @@ ET endstream endobj -216 0 obj +223 0 obj << /Length 1682 >> @@ -857,7 +857,7 @@ ET endstream endobj -234 0 obj +241 0 obj << /Length 7590 >> @@ -937,7 +937,7 @@ ET endstream endobj -256 0 obj +263 0 obj << /Length 6356 >> @@ -1014,7 +1014,7 @@ ET endstream endobj -266 0 obj +273 0 obj << /Length 4097 >> @@ -1033,7 +1033,7 @@ ET endstream endobj -272 0 obj +279 0 obj << /Length 3986 >> @@ -1052,7 +1052,7 @@ ET endstream endobj -277 0 obj +284 0 obj << /Length 4098 >> @@ -1068,7 +1068,7 @@ ET endstream endobj -282 0 obj +289 0 obj << /Length 4832 >> @@ -1090,7 +1090,7 @@ ET endstream endobj -286 0 obj +293 0 obj << /Length 3772 >> @@ -1120,7 +1120,7 @@ ET endstream endobj -303 0 obj +310 0 obj << /Length 8161 >> @@ -1187,64 +1187,88 @@ ET endstream endobj -171 0 obj +176 0 obj << /Type /ObjStm /N 100 -/First 904 -/Length 13823 +/First 907 +/Length 13788 >> stream -168 0 169 54 165 108 173 201 175 315 172 369 187 436 185 642 176 788 177 941 -178 1093 179 1242 180 1395 181 1547 182 1703 183 1866 184 2017 11 2167 189 2220 186 2276 -209 2382 200 2572 201 2726 202 2872 203 3019 204 3166 205 3312 206 3459 207 3606 208 3753 -215 3846 213 3988 212 4134 217 4282 15 4336 214 4389 233 4495 219 4749 220 4901 221 5053 -222 5201 223 5349 224 5497 236 5666 225 5835 237 5997 226 6159 227 6323 228 6470 229 6617 -230 6771 231 6923 238 7091 235 7259 19 7313 23 7366 232 7418 255 7537 253 7751 245 7897 -246 8047 247 8233 248 8381 249 8541 250 8690 258 8861 251 9031 252 9185 259 9377 257 9569 -27 9623 31 9676 254 9729 265 9848 267 9962 264 10016 271 10122 269 10256 273 10402 270 10456 -276 10549 278 10663 275 10717 281 10810 279 10944 283 11090 280 11144 285 11237 287 11351 35 11405 -39 11458 284 11511 302 11617 300 11847 288 11993 289 12146 290 12298 291 12447 292 12602 293 12764 +167 0 168 146 169 293 173 440 174 494 170 548 178 641 180 755 177 809 192 876 +190 1082 181 1228 182 1381 183 1533 184 1682 185 1835 186 1987 187 2143 188 2306 189 2457 +11 2607 194 2660 191 2716 216 2822 205 3028 206 3174 207 3328 208 3474 209 3621 210 3768 +211 3914 212 4061 213 4207 214 4354 215 4501 222 4581 220 4723 219 4869 224 5017 15 5071 +221 5124 240 5230 226 5484 227 5636 228 5788 229 5936 230 6084 231 6232 243 6401 232 6570 +244 6732 233 6894 234 7058 235 7205 236 7352 237 7506 238 7658 245 7826 242 7994 19 8048 +23 8101 239 8153 262 8272 260 8486 252 8632 253 8782 254 8968 255 9116 256 9276 257 9425 +265 9596 258 9766 259 9920 266 10112 264 10304 27 10358 31 10411 261 10464 272 10583 274 10697 +271 10751 278 10857 276 10991 280 11137 277 11191 283 11284 285 11398 282 11452 288 11545 286 11679 +290 11825 287 11879 292 11972 294 12086 35 12140 39 12193 291 12246 309 12352 307 12582 295 12728 +% 167 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [92.604 250.558 195.225 262.247] +/A << /S /GoTo /D (section.8) >> +>> % 168 0 obj << -/D [166 0 R /XYZ 92.6 752.957 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [92.604 228.221 150.984 237.789] +/A << /S /GoTo /D (appendix.A) >> >> % 169 0 obj << -/D [166 0 R /XYZ 93.6 722.069 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [92.604 203.762 153.499 213.331] +/A << /S /GoTo /D (section*.3) >> >> -% 165 0 obj +% 173 0 obj +<< +/D [171 0 R /XYZ 92.6 752.957 null] +>> +% 174 0 obj +<< +/D [171 0 R /XYZ 93.6 722.069 null] +>> +% 170 0 obj << -/Font << /F15 132 0 R /F17 120 0 R /F43 170 0 R >> +/Font << /F15 136 0 R /F17 124 0 R /F43 175 0 R >> /ProcSet [ /PDF /Text ] >> -% 173 0 obj +% 178 0 obj << /Type /Page -/Contents 174 0 R -/Resources 172 0 R +/Contents 179 0 R +/Resources 177 0 R /MediaBox [0 0 595.276 841.89] -/Parent 123 0 R +/Parent 127 0 R >> -% 175 0 obj +% 180 0 obj << -/D [173 0 R /XYZ 85.4 752.957 null] +/D [178 0 R /XYZ 85.4 752.957 null] >> -% 172 0 obj +% 177 0 obj << -/Font << /F15 132 0 R >> +/Font << /F15 136 0 R >> /ProcSet [ /PDF /Text ] >> -% 187 0 obj +% 192 0 obj << /Type /Page -/Contents 188 0 R -/Resources 186 0 R +/Contents 193 0 R +/Resources 191 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R -/Annots [ 185 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R ] +/Parent 196 0 R +/Annots [ 190 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R ] >> -% 185 0 obj +% 190 0 obj << /Type /Annot /Subtype /Link @@ -1252,7 +1276,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.1) >> >> -% 176 0 obj +% 181 0 obj << /Type /Annot /Subtype /Link @@ -1260,7 +1284,7 @@ stream /Rect [362.655 650.282 370.102 659.305] /A << /S /GoTo /D (cite.Briggs2000) >> >> -% 177 0 obj +% 182 0 obj << /Type /Annot /Subtype /Link @@ -1268,7 +1292,7 @@ stream /Rect [375.726 650.282 388.628 659.305] /A << /S /GoTo /D (cite.Stuben_01) >> >> -% 178 0 obj +% 183 0 obj << /Type /Annot /Subtype /Link @@ -1276,7 +1300,7 @@ stream /Rect [394.251 650.282 407.153 659.305] /A << /S /GoTo /D (cite.dd2_96) >> >> -% 179 0 obj +% 184 0 obj << /Type /Annot /Subtype /Link @@ -1284,7 +1308,7 @@ stream /Rect [479.758 501.351 487.205 510.374] /A << /S /GoTo /D (cite.Briggs2000) >> >> -% 180 0 obj +% 185 0 obj << /Type /Annot /Subtype /Link @@ -1292,7 +1316,7 @@ stream /Rect [491.116 501.351 504.017 510.374] /A << /S /GoTo /D (cite.Notay2008) >> >> -% 181 0 obj +% 186 0 obj << /Type /Annot /Subtype /Link @@ -1300,7 +1324,7 @@ stream /Rect [480.046 406.507 487.493 415.529] /A << /S /GoTo /D (cite.BREZINA_VANEK) >> >> -% 182 0 obj +% 187 0 obj << /Type /Annot /Subtype /Link @@ -1308,7 +1332,7 @@ stream /Rect [491.116 406.507 504.017 415.529] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 183 0 obj +% 188 0 obj << /Type /Annot /Subtype /Link @@ -1316,7 +1340,7 @@ stream /Rect [122.62 228.918 135.522 237.941] /A << /S /GoTo /D (cite.psblas_00) >> >> -% 184 0 obj +% 189 0 obj << /Type /Annot /Subtype /Link @@ -1326,27 +1350,35 @@ stream >> % 11 0 obj << -/D [187 0 R /XYZ 93.6 715.095 null] +/D [192 0 R /XYZ 93.6 715.095 null] >> -% 189 0 obj +% 194 0 obj << -/D [187 0 R /XYZ 280.58 624.597 null] +/D [192 0 R /XYZ 280.58 624.597 null] >> -% 186 0 obj +% 191 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F22 190 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F22 195 0 R >> /ProcSet [ /PDF /Text ] >> -% 209 0 obj +% 216 0 obj << /Type /Page -/Contents 210 0 R -/Resources 208 0 R +/Contents 217 0 R +/Resources 215 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R -/Annots [ 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R ] +/Parent 196 0 R +/Annots [ 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R ] >> -% 200 0 obj +% 205 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [411.374 578.47 418.821 591.372] +/A << /S /GoTo /D (section.7) >> +>> +% 206 0 obj << /Type /Annot /Subtype /Link @@ -1354,7 +1386,7 @@ stream /Rect [333.057 527.001 340.504 536.023] /A << /S /GoTo /D (cite.MLD2P4_TOMS) >> >> -% 201 0 obj +% 207 0 obj << /Type /Annot /Subtype /Link @@ -1362,7 +1394,7 @@ stream /Rect [248.99 470.683 256.437 482.372] /A << /S /GoTo /D (section.2) >> >> -% 202 0 obj +% 208 0 obj << /Type /Annot /Subtype /Link @@ -1370,7 +1402,7 @@ stream /Rect [259.467 457.133 266.914 468.823] /A << /S /GoTo /D (section.3) >> >> -% 203 0 obj +% 209 0 obj << /Type /Annot /Subtype /Link @@ -1378,7 +1410,7 @@ stream /Rect [309.136 443.584 316.583 455.274] /A << /S /GoTo /D (section.4) >> >> -% 204 0 obj +% 210 0 obj << /Type /Annot /Subtype /Link @@ -1386,7 +1418,7 @@ stream /Rect [325.173 416.486 332.62 428.175] /A << /S /GoTo /D (section.5) >> >> -% 205 0 obj +% 211 0 obj << /Type /Annot /Subtype /Link @@ -1394,15 +1426,23 @@ stream /Rect [178.729 389.387 186.176 401.077] /A << /S /GoTo /D (section.6) >> >> -% 206 0 obj +% 212 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.001 362.289 338.449 373.978] +/Rect [336.65 375.838 344.097 387.528] /A << /S /GoTo /D (section.7) >> >> -% 207 0 obj +% 213 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [331.001 362.289 338.449 373.978] +/A << /S /GoTo /D (section.8) >> +>> +% 214 0 obj << /Type /Annot /Subtype /Link @@ -1410,21 +1450,21 @@ stream /Rect [432.101 348.74 442.275 360.429] /A << /S /GoTo /D (appendix.A) >> >> -% 208 0 obj +% 215 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F43 170 0 R >> +/Font << /F15 136 0 R /F41 137 0 R >> /ProcSet [ /PDF /Text ] >> -% 215 0 obj +% 222 0 obj << /Type /Page -/Contents 216 0 R -/Resources 214 0 R +/Contents 223 0 R +/Resources 221 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R -/Annots [ 213 0 R 212 0 R ] +/Parent 196 0 R +/Annots [ 220 0 R 219 0 R ] >> -% 213 0 obj +% 220 0 obj << /Type /Annot /Subtype /Link @@ -1432,7 +1472,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.2) >> >> -% 212 0 obj +% 219 0 obj << /Type /Annot /Subtype /Link @@ -1440,29 +1480,29 @@ stream /Rect [493.843 618.086 504.017 629.776] /A << /S /GoTo /D (appendix.A) >> >> -% 217 0 obj +% 224 0 obj << -/D [215 0 R /XYZ 92.6 752.957 null] +/D [222 0 R /XYZ 92.6 752.957 null] >> % 15 0 obj << -/D [215 0 R /XYZ 93.6 715.095 null] +/D [222 0 R /XYZ 93.6 715.095 null] >> -% 214 0 obj +% 221 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 233 0 obj +% 240 0 obj << /Type /Page -/Contents 234 0 R -/Resources 232 0 R +/Contents 241 0 R +/Resources 239 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R -/Annots [ 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 236 0 R 225 0 R 237 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 238 0 R ] +/Parent 196 0 R +/Annots [ 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 243 0 R 232 0 R 244 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 245 0 R ] >> -% 219 0 obj +% 226 0 obj << /Type /Annot /Subtype /Link @@ -1470,7 +1510,7 @@ stream /Rect [393.594 539.343 409.526 552.245] /A << /S /GoTo /D (subsection.3.1) >> >> -% 220 0 obj +% 227 0 obj << /Type /Annot /Subtype /Link @@ -1478,7 +1518,7 @@ stream /Rect [107.802 512.245 123.734 525.146] /A << /S /GoTo /D (subsection.3.2) >> >> -% 221 0 obj +% 228 0 obj << /Type /Annot /Subtype /Link @@ -1486,7 +1526,7 @@ stream /Rect [126.812 384.829 139.714 393.852] /A << /S /GoTo /D (cite.blas3) >> >> -% 222 0 obj +% 229 0 obj << /Type /Annot /Subtype /Link @@ -1494,7 +1534,7 @@ stream /Rect [145.384 384.829 158.286 393.852] /A << /S /GoTo /D (cite.blas2) >> >> -% 223 0 obj +% 230 0 obj << /Type /Annot /Subtype /Link @@ -1502,42 +1542,42 @@ stream /Rect [163.956 384.829 176.857 393.852] /A << /S /GoTo /D (cite.blas1) >> >> -% 224 0 obj +% 231 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [434.357 368.553 499.847 381.454] /Subtype/Link/A<> >> -% 236 0 obj +% 243 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [112.676 355.004 200.577 367.905] /Subtype/Link/A<> >> -% 225 0 obj +% 232 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [474.946 355.004 499.847 367.905] /Subtype/Link/A<> >> -% 237 0 obj +% 244 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [112.676 341.454 200.577 354.356] /Subtype/Link/A<> >> -% 226 0 obj +% 233 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [357.477 246.913 479.741 258.906] /Subtype/Link/A<> >> -% 227 0 obj +% 234 0 obj << /Type /Annot /Subtype /Link @@ -1545,7 +1585,7 @@ stream /Rect [119.131 184.931 132.032 193.954] /A << /S /GoTo /D (cite.MPI2) >> >> -% 228 0 obj +% 235 0 obj << /Type /Annot /Subtype /Link @@ -1553,7 +1593,7 @@ stream /Rect [136.782 184.931 149.683 193.954] /A << /S /GoTo /D (cite.MPI1) >> >> -% 229 0 obj +% 236 0 obj << /Type /Annot /Subtype /Link @@ -1561,7 +1601,7 @@ stream /Rect [142.358 147.623 155.259 156.646] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 230 0 obj +% 237 0 obj << /Type /Annot /Subtype /Link @@ -1569,47 +1609,47 @@ stream /Rect [158.721 147.623 171.623 156.646] /A << /S /GoTo /D (cite.psblas_00) >> >> -% 231 0 obj +% 238 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [409.538 144.896 499.847 157.797] /Subtype/Link/A<> >> -% 238 0 obj +% 245 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [112.676 131.347 166.214 144.248] /Subtype/Link/A<> >> -% 235 0 obj +% 242 0 obj << -/D [233 0 R /XYZ 85.4 752.957 null] +/D [240 0 R /XYZ 85.4 752.957 null] >> % 19 0 obj << -/D [233 0 R /XYZ 86.4 715.095 null] +/D [240 0 R /XYZ 86.4 715.095 null] >> % 23 0 obj << -/D [233 0 R /XYZ 86.4 442.92 null] +/D [240 0 R /XYZ 86.4 442.92 null] >> -% 232 0 obj +% 239 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R /F43 170 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R /F43 175 0 R >> /ProcSet [ /PDF /Text ] >> -% 255 0 obj +% 262 0 obj << /Type /Page -/Contents 256 0 R -/Resources 254 0 R +/Contents 263 0 R +/Resources 261 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R -/Annots [ 253 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 258 0 R 251 0 R 252 0 R 259 0 R ] +/Parent 196 0 R +/Annots [ 260 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 265 0 R 258 0 R 259 0 R 266 0 R ] >> -% 253 0 obj +% 260 0 obj << /Type /Annot /Subtype /Link @@ -1617,7 +1657,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.3) >> >> -% 245 0 obj +% 252 0 obj << /Type /Annot /Subtype /Link @@ -1625,14 +1665,14 @@ stream /Rect [166.104 564.149 173.551 573.172] /A << /S /GoTo /D (cite.UMFPACK) >> >> -% 246 0 obj +% 253 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [188.279 548.176 436.542 560.168] /Subtype/Link/A<> >> -% 247 0 obj +% 254 0 obj << /Type /Annot /Subtype /Link @@ -1640,14 +1680,14 @@ stream /Rect [150.104 470.891 157.551 479.914] /A << /S /GoTo /D (cite.MUMPS) >> >> -% 248 0 obj +% 255 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [404.662 468.164 504.017 481.065] /Subtype/Link/A<> >> -% 249 0 obj +% 256 0 obj << /Type /Annot /Subtype /Link @@ -1655,21 +1695,21 @@ stream /Rect [150.46 404.731 163.361 413.754] /A << /S /GoTo /D (cite.SUPERLU) >> >> -% 250 0 obj +% 257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [396.276 402.004 507.048 414.905] /Subtype/Link/A<> >> -% 258 0 obj +% 265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [119.877 388.758 167.687 400.75] /Subtype/Link/A<> >> -% 251 0 obj +% 258 0 obj << /Type /Annot /Subtype /Link @@ -1677,64 +1717,64 @@ stream /Rect [177.909 325.022 190.811 334.045] /A << /S /GoTo /D (cite.SUPERLUDIST) >> >> -% 252 0 obj +% 259 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [356.148 241.303 507.048 253.295] /Subtype/Link/A<> >> -% 259 0 obj +% 266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [119.877 227.753 253.595 239.746] /Subtype/Link/A<> >> -% 257 0 obj +% 264 0 obj << -/D [255 0 R /XYZ 92.6 752.957 null] +/D [262 0 R /XYZ 92.6 752.957 null] >> % 27 0 obj << -/D [255 0 R /XYZ 93.6 658.241 null] +/D [262 0 R /XYZ 93.6 658.241 null] >> % 31 0 obj << -/D [255 0 R /XYZ 93.6 209.953 null] +/D [262 0 R /XYZ 93.6 209.953 null] >> -% 254 0 obj +% 261 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F43 170 0 R /F44 218 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F43 175 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 265 0 obj +% 272 0 obj << /Type /Page -/Contents 266 0 R -/Resources 264 0 R +/Contents 273 0 R +/Resources 271 0 R /MediaBox [0 0 595.276 841.89] -/Parent 191 0 R +/Parent 196 0 R >> -% 267 0 obj +% 274 0 obj << -/D [265 0 R /XYZ 85.4 752.957 null] +/D [272 0 R /XYZ 85.4 752.957 null] >> -% 264 0 obj +% 271 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F18 268 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F18 275 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 271 0 obj +% 278 0 obj << /Type /Page -/Contents 272 0 R -/Resources 270 0 R +/Contents 279 0 R +/Resources 277 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R -/Annots [ 269 0 R ] +/Parent 281 0 R +/Annots [ 276 0 R ] >> -% 269 0 obj +% 276 0 obj << /Type /Annot /Subtype /Link @@ -1742,42 +1782,42 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.3) >> >> -% 273 0 obj +% 280 0 obj << -/D [271 0 R /XYZ 92.6 752.957 null] +/D [278 0 R /XYZ 92.6 752.957 null] >> -% 270 0 obj +% 277 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 276 0 obj +% 283 0 obj << /Type /Page -/Contents 277 0 R -/Resources 275 0 R +/Contents 284 0 R +/Resources 282 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R +/Parent 281 0 R >> -% 278 0 obj +% 285 0 obj << -/D [276 0 R /XYZ 85.4 752.957 null] +/D [283 0 R /XYZ 85.4 752.957 null] >> -% 275 0 obj +% 282 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 281 0 obj +% 288 0 obj << /Type /Page -/Contents 282 0 R -/Resources 280 0 R +/Contents 289 0 R +/Resources 287 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R -/Annots [ 279 0 R ] +/Parent 281 0 R +/Annots [ 286 0 R ] >> -% 279 0 obj +% 286 0 obj << /Type /Annot /Subtype /Link @@ -1785,50 +1825,50 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.3) >> >> -% 283 0 obj +% 290 0 obj << -/D [281 0 R /XYZ 92.6 752.957 null] +/D [288 0 R /XYZ 92.6 752.957 null] >> -% 280 0 obj +% 287 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 285 0 obj +% 292 0 obj << /Type /Page -/Contents 286 0 R -/Resources 284 0 R +/Contents 293 0 R +/Resources 291 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R +/Parent 281 0 R >> -% 287 0 obj +% 294 0 obj << -/D [285 0 R /XYZ 85.4 752.957 null] +/D [292 0 R /XYZ 85.4 752.957 null] >> % 35 0 obj << -/D [285 0 R /XYZ 86.4 621.325 null] +/D [292 0 R /XYZ 86.4 621.325 null] >> % 39 0 obj << -/D [285 0 R /XYZ 86.4 490.311 null] +/D [292 0 R /XYZ 86.4 490.311 null] >> -% 284 0 obj +% 291 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R /F17 120 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R /F17 124 0 R >> /ProcSet [ /PDF /Text ] >> -% 302 0 obj +% 309 0 obj << /Type /Page -/Contents 303 0 R -/Resources 301 0 R +/Contents 310 0 R +/Resources 308 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R -/Annots [ 300 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R 298 0 R 299 0 R ] +/Parent 281 0 R +/Annots [ 307 0 R 295 0 R 296 0 R 297 0 R 298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 303 0 R 304 0 R 305 0 R 306 0 R ] >> -% 300 0 obj +% 307 0 obj << /Type /Annot /Subtype /Link @@ -1836,7 +1876,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.4) >> >> -% 288 0 obj +% 295 0 obj << /Type /Annot /Subtype /Link @@ -1844,50 +1884,10 @@ stream /Rect [461.862 311.325 469.309 320.347] /A << /S /GoTo /D (cite.Briggs2000) >> >> -% 289 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [473.761 311.325 486.663 320.347] -/A << /S /GoTo /D (cite.Stuben_01) >> ->> -% 290 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [491.116 311.325 504.017 320.347] -/A << /S /GoTo /D (cite.dd2_96) >> ->> -% 291 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [125.583 270.121 133.03 279.144] -/A << /S /GoTo /D (cite.BREZINA_VANEK) >> ->> -% 292 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [137.319 270.121 150.22 279.144] -/A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> ->> -% 293 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [394.469 243.023 407.37 252.046] -/A << /S /GoTo /D (cite.TUMINARO_TONG) >> ->> endstream endobj -318 0 obj +325 0 obj << /Length 11368 >> @@ -1931,7 +1931,7 @@ ET endstream endobj -338 0 obj +345 0 obj << /Length 11453 >> @@ -2021,7 +2021,7 @@ ET endstream endobj -353 0 obj +360 0 obj << /Length 15415 >> @@ -2061,7 +2061,7 @@ ET endstream endobj -361 0 obj +368 0 obj << /Length 7392 >> @@ -2112,7 +2112,7 @@ ET endstream endobj -374 0 obj +381 0 obj << /Length 8463 >> @@ -2184,7 +2184,7 @@ ET endstream endobj -393 0 obj +400 0 obj << /Length 9282 >> @@ -2426,7 +2426,7 @@ ET endstream endobj -407 0 obj +414 0 obj << /Length 7782 >> @@ -2478,7 +2478,7 @@ ET endstream endobj -415 0 obj +422 0 obj << /Length 3319 >> @@ -2503,70 +2503,65 @@ ET endstream endobj -420 0 obj -<< -/Length 3291 ->> -stream -0 g 0 G -BT -/F15 10.9091 Tf 86.4 740.002 Td [(20)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -/F44 9.9626 Tf -182.641 -45.351 Td [(...)-525(...)]TJ 0 -11.956 Td [(!)-525(build)-525(a)-525(V-cycle)-525(preconditioner)-525(with)-525(1)-525(block-Jacobi)-525(sweep)-525(\050with)]TJ 0 -11.955 Td [(!)-525(ILU\0500\051)-525(on)-525(the)-525(blocks\051)-525(as)-525(pre-)-525(and)-525(post-smoother,)-525(and)-525(8)-1050(block-Jacobi)]TJ 0 -11.955 Td [(!)-525(sweeps)-525(\050with)-525(ILU\0500\051)-525(on)-525(the)-525(blocks\051)-525(as)-525(coarsest-level)-525(solver)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'ML',info\051)]TJ 0 -11.955 Td [(call_P%set\050'SMOOTHER_TYPE','BJAC',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_SOLVE','BJAC',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'COARSE_SWEEPS',8,info\051)]TJ 0 -11.955 Td [(call)-525(P%hierarchy_build\050A,desc_A,info\051)]TJ 0 -11.955 Td [(call)-525(P%smoothers_build\050A,desc_A,info\051)]TJ -10.46 -11.955 Td [(...)-525(...)]TJ -0 g 0 G -/F15 10.9091 Tf 75.298 -18.535 Td [(Figure)-333(3:)-445(setup)-333(of)-333(a)-334(m)28(ulti-lev)28(el)-333(preconditioner)]TJ -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -/F44 9.9626 Tf -75.298 -61.69 Td [(...)-525(...)]TJ 0 -11.956 Td [(!)-525(build)-525(a)-525(W-cycle)-525(preconditioner)-525(with)-525(2)-525(Gauss-Seidel)-525(sweeps)-525(as)]TJ 0 -11.955 Td [(!)-525(post-smoother)-525(\050and)-525(no)-525(pre-smoother\051,)-525(a)-525(distributed)-525(coarsest)]TJ 0 -11.955 Td [(!)-525(matrix,)-525(and)-525(MUMPS)-525(as)-525(coarsest-level)-525(solver)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'ML',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'ML_TYPE','WCYCLE',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'SMOOTHER_TYPE','GS',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'SMOOTHER_SWEEPS',0,info,pos='PRE'\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'SMOOTHER_SWEEPS',2,info,pos='POST'\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_SOLVE','MUMPS',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_MAT','DIST',info\051)]TJ 0 -11.955 Td [(call)-525(P%hierarchy_build\050A,desc_A,info\051)]TJ 0 -11.955 Td [(call)-525(P%smoothers_build\050A,desc_A,info\051)]TJ -10.46 -11.956 Td [(...)-525(...)]TJ 0 -11.955 Td [(!)-525(solve)-525(Ax=b)-525(with)-525(preconditioned)-525(BiCGSTAB)]TJ 10.46 -11.955 Td [(call)-525(psb_krylov\050'BICGSTAB',A,P,b,x,tol,desc_A,info\051)]TJ -0 g 0 G -/F15 10.9091 Tf 64.838 -20.749 Td [(Figure)-333(4:)-445(setup)-333(of)-333(a)-334(m)28(ulti-lev)28(el)-333(preconditioner)]TJ -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -/F44 9.9626 Tf -75.298 -61.69 Td [(...)-525(...)]TJ 0 -11.955 Td [(!)-525(set)-525(RAS)-525(with)-525(overlap)-525(2)-525(and)-525(ILU\0500\051)-525(on)-525(the)-525(local)-525(blocks)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'AS',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'SUB_OVR',2,info\051)]TJ 0 -11.955 Td [(call)-525(P%bld\050A,desc_A,info\051)]TJ -10.46 -11.955 Td [(...)-525(...)]TJ -0 g 0 G -/F15 10.9091 Tf 57.101 -18.535 Td [(Figure)-333(5:)-445(setup)-333(of)-333(a)-334(one-lev)28(el)-333(Sc)28(h)27(w)28(arz)-333(preconditioner.)]TJ -0 g 0 G -0 g 0 G -0 g 0 G -0 g 0 G -ET - -endstream -endobj -306 0 obj +312 0 obj << /Type /ObjStm /N 100 -/First 901 -/Length 12881 +/First 904 +/Length 13284 >> stream -294 0 295 152 296 303 297 453 298 604 299 755 304 908 43 962 301 1015 317 1108 -310 1282 311 1434 312 1580 313 1732 314 1883 315 2038 319 2201 47 2255 320 2308 51 2365 -316 2418 337 2615 335 2789 330 2935 331 3097 332 3260 333 3410 334 3561 339 3717 329 3771 -341 3828 342 3882 343 3936 344 3990 336 4047 352 4205 346 4371 347 4526 348 4678 349 4834 -350 4985 354 5133 355 5187 55 5244 351 5297 360 5507 358 5657 356 5803 357 5956 362 6108 -359 6162 373 6346 364 6520 365 6674 366 6817 367 6968 368 7115 369 7260 375 7404 59 7458 -376 7511 377 7565 378 7619 379 7673 380 7727 381 7781 372 7835 392 7954 390 8144 370 8290 -371 8436 385 8586 386 8731 387 8875 388 9027 389 9170 394 9315 382 9369 63 9426 391 9479 -406 9598 396 9796 397 9947 398 10100 399 10247 400 10390 401 10536 402 10688 403 10834 404 10980 -408 11126 405 11180 414 11273 412 11407 416 11553 395 11607 413 11663 419 11756 421 11870 409 11924 -% 294 0 obj +296 0 297 152 298 301 299 456 300 618 301 773 302 925 303 1076 304 1226 305 1377 +306 1528 311 1681 43 1735 308 1788 324 1881 317 2055 318 2207 319 2353 320 2505 321 2656 +322 2811 326 2974 47 3028 327 3081 51 3138 323 3191 344 3388 342 3562 337 3708 338 3870 +339 4033 340 4183 341 4334 346 4490 336 4544 348 4601 349 4655 350 4709 351 4763 343 4820 +359 4978 353 5144 354 5299 355 5451 356 5607 357 5758 361 5906 362 5960 55 6017 358 6070 +367 6280 365 6430 363 6576 364 6729 369 6881 366 6935 380 7119 371 7293 372 7447 373 7590 +374 7741 375 7888 376 8033 382 8177 59 8231 383 8284 384 8338 385 8392 386 8446 387 8500 +388 8554 379 8608 399 8727 397 8917 377 9063 378 9209 392 9359 393 9504 394 9648 395 9800 +396 9943 401 10088 389 10142 63 10199 398 10252 413 10371 403 10569 404 10720 405 10873 406 11020 +407 11163 408 11309 409 11461 410 11607 411 11753 415 11899 412 11953 421 12046 419 12180 423 12326 +% 296 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [473.761 311.325 486.663 320.347] +/A << /S /GoTo /D (cite.Stuben_01) >> +>> +% 297 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [491.116 311.325 504.017 320.347] +/A << /S /GoTo /D (cite.dd2_96) >> +>> +% 298 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [125.583 270.121 133.03 279.144] +/A << /S /GoTo /D (cite.BREZINA_VANEK) >> +>> +% 299 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [137.319 270.121 150.22 279.144] +/A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> +>> +% 300 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [394.469 243.023 407.37 252.046] +/A << /S /GoTo /D (cite.TUMINARO_TONG) >> +>> +% 301 0 obj << /Type /Annot /Subtype /Link @@ -2574,7 +2569,7 @@ stream /Rect [449.722 227.353 465.654 239.042] /A << /S /GoTo /D (subsection.4.1) >> >> -% 295 0 obj +% 302 0 obj << /Type /Annot /Subtype /Link @@ -2582,7 +2577,7 @@ stream /Rect [467.298 227.353 483.23 239.042] /A << /S /GoTo /D (subsection.4.3) >> >> -% 296 0 obj +% 303 0 obj << /Type /Annot /Subtype /Link @@ -2590,7 +2585,7 @@ stream /Rect [283.847 215.925 291.294 224.947] /A << /S /GoTo /D (cite.para_04) >> >> -% 297 0 obj +% 304 0 obj << /Type /Annot /Subtype /Link @@ -2598,7 +2593,7 @@ stream /Rect [295.968 215.925 303.415 224.947] /A << /S /GoTo /D (cite.aaecc_07) >> >> -% 298 0 obj +% 305 0 obj << /Type /Annot /Subtype /Link @@ -2606,7 +2601,7 @@ stream /Rect [308.089 215.925 315.536 224.947] /A << /S /GoTo /D (cite.apnum_07) >> >> -% 299 0 obj +% 306 0 obj << /Type /Annot /Subtype /Link @@ -2614,29 +2609,29 @@ stream /Rect [320.21 215.925 327.657 224.947] /A << /S /GoTo /D (cite.MLD2P4_TOMS) >> >> -% 304 0 obj +% 311 0 obj << -/D [302 0 R /XYZ 92.6 752.957 null] +/D [309 0 R /XYZ 92.6 752.957 null] >> % 43 0 obj << -/D [302 0 R /XYZ 93.6 715.095 null] +/D [309 0 R /XYZ 93.6 715.095 null] >> -% 301 0 obj +% 308 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R >> /ProcSet [ /PDF /Text ] >> -% 317 0 obj +% 324 0 obj << /Type /Page -/Contents 318 0 R -/Resources 316 0 R +/Contents 325 0 R +/Resources 323 0 R /MediaBox [0 0 595.276 841.89] -/Parent 274 0 R -/Annots [ 310 0 R 311 0 R 312 0 R 313 0 R 314 0 R 315 0 R ] +/Parent 281 0 R +/Annots [ 317 0 R 318 0 R 319 0 R 320 0 R 321 0 R 322 0 R ] >> -% 310 0 obj +% 317 0 obj << /Type /Annot /Subtype /Link @@ -2644,7 +2639,7 @@ stream /Rect [307.765 278.566 320.667 287.589] /A << /S /GoTo /D (cite.Saad_book) >> >> -% 311 0 obj +% 318 0 obj << /Type /Annot /Subtype /Link @@ -2652,7 +2647,7 @@ stream /Rect [270.815 262.895 278.262 274.585] /A << /S /GoTo /D (figure.1) >> >> -% 312 0 obj +% 319 0 obj << /Type /Annot /Subtype /Link @@ -2660,7 +2655,7 @@ stream /Rect [130.252 210.82 137.699 219.843] /A << /S /GoTo /D (cite.Briggs2000) >> >> -% 313 0 obj +% 320 0 obj << /Type /Annot /Subtype /Link @@ -2668,7 +2663,7 @@ stream /Rect [347.101 210.82 360.002 219.843] /A << /S /GoTo /D (cite.Notay2008) >> >> -% 314 0 obj +% 321 0 obj << /Type /Annot /Subtype /Link @@ -2676,7 +2671,7 @@ stream /Rect [395.273 147.623 402.72 156.646] /A << /S /GoTo /D (cite.BREZINA_VANEK) >> >> -% 315 0 obj +% 322 0 obj << /Type /Annot /Subtype /Link @@ -2684,37 +2679,37 @@ stream /Rect [407.241 147.623 420.143 156.646] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 319 0 obj +% 326 0 obj << -/D [317 0 R /XYZ 85.4 752.957 null] +/D [324 0 R /XYZ 85.4 752.957 null] >> % 47 0 obj << -/D [317 0 R /XYZ 86.4 715.095 null] +/D [324 0 R /XYZ 86.4 715.095 null] >> -% 320 0 obj +% 327 0 obj << -/D [317 0 R /XYZ 273.379 669.993 null] +/D [324 0 R /XYZ 273.379 669.993 null] >> % 51 0 obj << -/D [317 0 R /XYZ 86.4 193.984 null] +/D [324 0 R /XYZ 86.4 193.984 null] >> -% 316 0 obj +% 323 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F22 190 0 R /F23 321 0 R /F25 322 0 R /F34 323 0 R /F26 324 0 R /F20 325 0 R /F24 326 0 R /F21 327 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F22 195 0 R /F23 328 0 R /F25 329 0 R /F34 330 0 R /F26 331 0 R /F20 332 0 R /F24 333 0 R /F21 334 0 R >> /ProcSet [ /PDF /Text ] >> -% 337 0 obj +% 344 0 obj << /Type /Page -/Contents 338 0 R -/Resources 336 0 R +/Contents 345 0 R +/Resources 343 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 335 0 R 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R ] +/Parent 352 0 R +/Annots [ 342 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R ] >> -% 335 0 obj +% 342 0 obj << /Type /Annot /Subtype /Link @@ -2722,7 +2717,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.4) >> >> -% 330 0 obj +% 337 0 obj << /Type /Annot /Subtype /Link @@ -2730,7 +2725,7 @@ stream /Rect [148.889 304.895 161.79 313.918] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 331 0 obj +% 338 0 obj << /Type /Annot /Subtype /Link @@ -2738,7 +2733,7 @@ stream /Rect [273.884 215.369 286.786 224.392] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 332 0 obj +% 339 0 obj << /Type /Annot /Subtype /Link @@ -2746,7 +2741,7 @@ stream /Rect [344.15 120.525 351.597 129.547] /A << /S /GoTo /D (cite.aaecc_07) >> >> -% 333 0 obj +% 340 0 obj << /Type /Annot /Subtype /Link @@ -2754,7 +2749,7 @@ stream /Rect [356.271 120.525 363.718 129.547] /A << /S /GoTo /D (cite.apnum_07) >> >> -% 334 0 obj +% 341 0 obj << /Type /Annot /Subtype /Link @@ -2762,45 +2757,45 @@ stream /Rect [368.392 120.525 381.294 129.547] /A << /S /GoTo /D (cite.TUMINARO_TONG) >> >> -% 339 0 obj +% 346 0 obj << -/D [337 0 R /XYZ 92.6 752.957 null] +/D [344 0 R /XYZ 92.6 752.957 null] >> -% 329 0 obj +% 336 0 obj << -/D [337 0 R /XYZ 213.038 499.629 null] +/D [344 0 R /XYZ 213.038 499.629 null] >> -% 341 0 obj +% 348 0 obj << -/D [337 0 R /XYZ 93.6 406.227 null] +/D [344 0 R /XYZ 93.6 406.227 null] >> -% 342 0 obj +% 349 0 obj << -/D [337 0 R /XYZ 93.6 382.761 null] +/D [344 0 R /XYZ 93.6 382.761 null] >> -% 343 0 obj +% 350 0 obj << -/D [337 0 R /XYZ 93.6 359.294 null] +/D [344 0 R /XYZ 93.6 359.294 null] >> -% 344 0 obj +% 351 0 obj << -/D [337 0 R /XYZ 177.448 261.129 null] +/D [344 0 R /XYZ 177.448 261.129 null] >> -% 336 0 obj +% 343 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F28 340 0 R /F22 190 0 R /F23 321 0 R /F25 322 0 R /F20 325 0 R /F26 324 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F28 347 0 R /F22 195 0 R /F23 328 0 R /F25 329 0 R /F20 332 0 R /F26 331 0 R >> /ProcSet [ /PDF /Text ] >> -% 352 0 obj +% 359 0 obj << /Type /Page -/Contents 353 0 R -/Resources 351 0 R +/Contents 360 0 R +/Resources 358 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R ] +/Parent 352 0 R +/Annots [ 353 0 R 354 0 R 355 0 R 356 0 R 357 0 R ] >> -% 346 0 obj +% 353 0 obj << /Type /Annot /Subtype /Link @@ -2808,7 +2803,7 @@ stream /Rect [391.743 572.489 399.19 581.512] /A << /S /GoTo /D (cite.BREZINA_VANEK) >> >> -% 347 0 obj +% 354 0 obj << /Type /Annot /Subtype /Link @@ -2816,7 +2811,7 @@ stream /Rect [403.134 572.489 416.036 581.512] /A << /S /GoTo /D (cite.Stuben_01) >> >> -% 348 0 obj +% 355 0 obj << /Type /Annot /Subtype /Link @@ -2824,7 +2819,7 @@ stream /Rect [486.339 440.295 493.787 449.318] /A << /S /GoTo /D (cite.BREZINA_VANEK) >> >> -% 349 0 obj +% 356 0 obj << /Type /Annot /Subtype /Link @@ -2832,7 +2827,7 @@ stream /Rect [229.191 309.58 242.093 318.603] /A << /S /GoTo /D (cite.Saad_book) >> >> -% 350 0 obj +% 357 0 obj << /Type /Annot /Subtype /Link @@ -2840,33 +2835,33 @@ stream /Rect [246.767 309.58 259.669 318.603] /A << /S /GoTo /D (cite.dd2_96) >> >> -% 354 0 obj +% 361 0 obj << -/D [352 0 R /XYZ 85.4 752.957 null] +/D [359 0 R /XYZ 85.4 752.957 null] >> -% 355 0 obj +% 362 0 obj << -/D [352 0 R /XYZ 135.211 489.815 null] +/D [359 0 R /XYZ 135.211 489.815 null] >> % 55 0 obj << -/D [352 0 R /XYZ 86.4 372.217 null] +/D [359 0 R /XYZ 86.4 372.217 null] >> -% 351 0 obj +% 358 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F22 190 0 R /F23 321 0 R /F25 322 0 R /F34 323 0 R /F24 326 0 R /F26 324 0 R /F21 327 0 R /F28 340 0 R /F20 325 0 R /F17 120 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F22 195 0 R /F23 328 0 R /F25 329 0 R /F34 330 0 R /F24 333 0 R /F26 331 0 R /F21 334 0 R /F28 347 0 R /F20 332 0 R /F17 124 0 R >> /ProcSet [ /PDF /Text ] >> -% 360 0 obj +% 367 0 obj << /Type /Page -/Contents 361 0 R -/Resources 359 0 R +/Contents 368 0 R +/Resources 366 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 358 0 R 356 0 R 357 0 R ] +/Parent 352 0 R +/Annots [ 365 0 R 363 0 R 364 0 R ] >> -% 358 0 obj +% 365 0 obj << /Type /Annot /Subtype /Link @@ -2874,7 +2869,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.4) >> >> -% 356 0 obj +% 363 0 obj << /Type /Annot /Subtype /Link @@ -2882,7 +2877,7 @@ stream /Rect [112.695 387.524 120.142 396.546] /A << /S /GoTo /D (cite.CAI_SARKIS) >> >> -% 357 0 obj +% 364 0 obj << /Type /Annot /Subtype /Link @@ -2890,25 +2885,25 @@ stream /Rect [231.213 358.304 247.145 369.993] /A << /S /GoTo /D (subsection.3.2) >> >> -% 362 0 obj +% 369 0 obj << -/D [360 0 R /XYZ 92.6 752.957 null] +/D [367 0 R /XYZ 92.6 752.957 null] >> -% 359 0 obj +% 366 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F22 190 0 R /F23 321 0 R /F26 324 0 R /F20 325 0 R /F25 322 0 R /F34 323 0 R /F24 326 0 R /F28 340 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F22 195 0 R /F23 328 0 R /F26 331 0 R /F20 332 0 R /F25 329 0 R /F34 330 0 R /F24 333 0 R /F28 347 0 R >> /ProcSet [ /PDF /Text ] >> -% 373 0 obj +% 380 0 obj << /Type /Page -/Contents 374 0 R -/Resources 372 0 R +/Contents 381 0 R +/Resources 379 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R ] +/Parent 352 0 R +/Annots [ 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R ] >> -% 364 0 obj +% 371 0 obj << /Type /Annot /Subtype /Link @@ -2916,7 +2911,7 @@ stream /Rect [453.726 664.789 466.627 673.811] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 365 0 obj +% 372 0 obj << /Type /Annot /Subtype /Link @@ -2924,7 +2919,7 @@ stream /Rect [440.223 507.39 447.67 519.079] /A << /S /GoTo /D (table.1) >> >> -% 366 0 obj +% 373 0 obj << /Type /Annot /Subtype /Link @@ -2932,7 +2927,7 @@ stream /Rect [272.428 389.103 288.36 400.793] /A << /S /GoTo /D (subsection.5.1) >> >> -% 367 0 obj +% 374 0 obj << /Type /Annot /Subtype /Link @@ -2940,7 +2935,7 @@ stream /Rect [434.839 375.554 442.287 387.244] /A << /S /GoTo /D (section.6) >> >> -% 368 0 obj +% 375 0 obj << /Type /Annot /Subtype /Link @@ -2948,7 +2943,7 @@ stream /Rect [480.279 375.554 487.726 387.244] /A << /S /GoTo /D (table.2) >> >> -% 369 0 obj +% 376 0 obj << /Type /Annot /Subtype /Link @@ -2956,53 +2951,53 @@ stream /Rect [489.37 375.554 496.817 387.244] /A << /S /GoTo /D (table.8) >> >> -% 375 0 obj +% 382 0 obj << -/D [373 0 R /XYZ 85.4 752.957 null] +/D [380 0 R /XYZ 85.4 752.957 null] >> % 59 0 obj << -/D [373 0 R /XYZ 86.4 715.095 null] +/D [380 0 R /XYZ 86.4 715.095 null] >> -% 376 0 obj +% 383 0 obj << -/D [373 0 R /XYZ 86.4 645.168 null] +/D [380 0 R /XYZ 86.4 645.168 null] >> -% 377 0 obj +% 384 0 obj << -/D [373 0 R /XYZ 86.4 567.529 null] +/D [380 0 R /XYZ 86.4 567.529 null] >> -% 378 0 obj +% 385 0 obj << -/D [373 0 R /XYZ 86.4 464.913 null] +/D [380 0 R /XYZ 86.4 464.913 null] >> -% 379 0 obj +% 386 0 obj << -/D [373 0 R /XYZ 86.4 371.604 null] +/D [380 0 R /XYZ 86.4 371.604 null] >> -% 380 0 obj +% 387 0 obj << -/D [373 0 R /XYZ 86.4 231.205 null] +/D [380 0 R /XYZ 86.4 231.205 null] >> -% 381 0 obj +% 388 0 obj << -/D [373 0 R /XYZ 86.4 164.388 null] +/D [380 0 R /XYZ 86.4 164.388 null] >> -% 372 0 obj +% 379 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F18 268 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F18 275 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 392 0 obj +% 399 0 obj << /Type /Page -/Contents 393 0 R -/Resources 391 0 R +/Contents 400 0 R +/Resources 398 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 390 0 R 370 0 R 371 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R ] +/Parent 352 0 R +/Annots [ 397 0 R 377 0 R 378 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R ] >> -% 390 0 obj +% 397 0 obj << /Type /Annot /Subtype /Link @@ -3010,7 +3005,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.5) >> >> -% 370 0 obj +% 377 0 obj << /Type /Annot /Subtype /Link @@ -3018,7 +3013,7 @@ stream /Rect [323.557 687.47 331.004 699.159] /A << /S /GoTo /D (section.6) >> >> -% 371 0 obj +% 378 0 obj << /Type /Annot /Subtype /Link @@ -3026,7 +3021,7 @@ stream /Rect [252.847 673.92 268.778 685.61] /A << /S /GoTo /D (subsection.5.1) >> >> -% 385 0 obj +% 392 0 obj << /Type /Annot /Subtype /Link @@ -3034,7 +3029,7 @@ stream /Rect [424.929 458.375 432.377 467.943] /A << /S /GoTo /D (table.2) >> >> -% 386 0 obj +% 393 0 obj << /Type /Annot /Subtype /Link @@ -3042,7 +3037,7 @@ stream /Rect [434.02 458.375 441.467 467.943] /A << /S /GoTo /D (table.8) >> >> -% 387 0 obj +% 394 0 obj << /Type /Annot /Subtype /Link @@ -3050,7 +3045,7 @@ stream /Rect [279.665 325.418 295.597 338.319] /A << /S /GoTo /D (subsection.5.1) >> >> -% 388 0 obj +% 395 0 obj << /Type /Annot /Subtype /Link @@ -3058,7 +3053,7 @@ stream /Rect [239.739 172.6 247.186 184.29] /A << /S /GoTo /D (figure.2) >> >> -% 389 0 obj +% 396 0 obj << /Type /Annot /Subtype /Link @@ -3066,33 +3061,33 @@ stream /Rect [492.328 158.445 499.775 171.347] /A << /S /GoTo /D (table.1) >> >> -% 394 0 obj +% 401 0 obj << -/D [392 0 R /XYZ 92.6 752.957 null] +/D [399 0 R /XYZ 92.6 752.957 null] >> -% 382 0 obj +% 389 0 obj << -/D [392 0 R /XYZ 166.644 436.373 null] +/D [399 0 R /XYZ 166.644 436.373 null] >> % 63 0 obj << -/D [392 0 R /XYZ 93.6 211.121 null] +/D [399 0 R /XYZ 93.6 211.121 null] >> -% 391 0 obj +% 398 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R /F43 170 0 R /F17 120 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R /F43 175 0 R /F17 124 0 R >> /ProcSet [ /PDF /Text ] >> -% 406 0 obj +% 413 0 obj << /Type /Page -/Contents 407 0 R -/Resources 405 0 R +/Contents 414 0 R +/Resources 412 0 R /MediaBox [0 0 595.276 841.89] -/Parent 345 0 R -/Annots [ 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R ] +/Parent 352 0 R +/Annots [ 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R ] >> -% 396 0 obj +% 403 0 obj << /Type /Annot /Subtype /Link @@ -3100,7 +3095,7 @@ stream /Rect [404.565 605.568 420.497 618.47] /A << /S /GoTo /D (subsection.3.5) >> >> -% 397 0 obj +% 404 0 obj << /Type /Annot /Subtype /Link @@ -3108,7 +3103,7 @@ stream /Rect [464.571 581.197 477.472 590.22] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 398 0 obj +% 405 0 obj << /Type /Annot /Subtype /Link @@ -3116,7 +3111,7 @@ stream /Rect [397.562 537.822 405.009 550.724] /A << /S /GoTo /D (section.6) >> >> -% 399 0 obj +% 406 0 obj << /Type /Annot /Subtype /Link @@ -3124,7 +3119,7 @@ stream /Rect [492.4 497.781 499.847 509.47] /A << /S /GoTo /D (figure.3) >> >> -% 400 0 obj +% 407 0 obj << /Type /Annot /Subtype /Link @@ -3132,7 +3127,7 @@ stream /Rect [438.024 416.486 445.471 428.175] /A << /S /GoTo /D (figure.4) >> >> -% 401 0 obj +% 408 0 obj << /Type /Annot /Subtype /Link @@ -3140,7 +3135,7 @@ stream /Rect [483.915 334.585 499.847 347.486] /A << /S /GoTo /D (subsection.6.2) >> >> -% 402 0 obj +% 409 0 obj << /Type /Annot /Subtype /Link @@ -3148,7 +3143,7 @@ stream /Rect [252.365 294.543 259.813 306.232] /A << /S /GoTo /D (figure.3) >> >> -% 403 0 obj +% 410 0 obj << /Type /Annot /Subtype /Link @@ -3156,7 +3151,7 @@ stream /Rect [285.417 294.543 292.864 306.232] /A << /S /GoTo /D (figure.4) >> >> -% 404 0 obj +% 411 0 obj << /Type /Annot /Subtype /Link @@ -3164,25 +3159,25 @@ stream /Rect [178.322 267.445 185.769 279.134] /A << /S /GoTo /D (figure.5) >> >> -% 408 0 obj +% 415 0 obj << -/D [406 0 R /XYZ 85.4 752.957 null] +/D [413 0 R /XYZ 85.4 752.957 null] >> -% 405 0 obj +% 412 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 414 0 obj +% 421 0 obj << /Type /Page -/Contents 415 0 R -/Resources 413 0 R +/Contents 422 0 R +/Resources 420 0 R /MediaBox [0 0 595.276 841.89] -/Parent 417 0 R -/Annots [ 412 0 R ] +/Parent 424 0 R +/Annots [ 419 0 R ] >> -% 412 0 obj +% 419 0 obj << /Type /Annot /Subtype /Link @@ -3190,39 +3185,59 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.5) >> >> -% 416 0 obj -<< -/D [414 0 R /XYZ 92.6 752.957 null] ->> -% 395 0 obj -<< -/D [414 0 R /XYZ 141.32 103.443 null] ->> -% 413 0 obj -<< -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R >> -/ProcSet [ /PDF /Text ] ->> -% 419 0 obj -<< -/Type /Page -/Contents 420 0 R -/Resources 418 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 417 0 R ->> -% 421 0 obj +% 423 0 obj << -/D [419 0 R /XYZ 85.4 752.957 null] +/D [421 0 R /XYZ 92.6 752.957 null] >> -% 409 0 obj + +endstream +endobj +428 0 obj << -/D [419 0 R /XYZ 230.08 570.113 null] +/Length 3291 >> +stream +0 g 0 G +BT +/F15 10.9091 Tf 86.4 740.002 Td [(20)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +/F44 9.9626 Tf -182.641 -45.351 Td [(...)-525(...)]TJ 0 -11.956 Td [(!)-525(build)-525(a)-525(V-cycle)-525(preconditioner)-525(with)-525(1)-525(block-Jacobi)-525(sweep)-525(\050with)]TJ 0 -11.955 Td [(!)-525(ILU\0500\051)-525(on)-525(the)-525(blocks\051)-525(as)-525(pre-)-525(and)-525(post-smoother,)-525(and)-525(8)-1050(block-Jacobi)]TJ 0 -11.955 Td [(!)-525(sweeps)-525(\050with)-525(ILU\0500\051)-525(on)-525(the)-525(blocks\051)-525(as)-525(coarsest-level)-525(solver)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'ML',info\051)]TJ 0 -11.955 Td [(call_P%set\050'SMOOTHER_TYPE','BJAC',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_SOLVE','BJAC',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'COARSE_SWEEPS',8,info\051)]TJ 0 -11.955 Td [(call)-525(P%hierarchy_build\050A,desc_A,info\051)]TJ 0 -11.955 Td [(call)-525(P%smoothers_build\050A,desc_A,info\051)]TJ -10.46 -11.955 Td [(...)-525(...)]TJ +0 g 0 G +/F15 10.9091 Tf 75.298 -18.535 Td [(Figure)-333(3:)-445(setup)-333(of)-333(a)-334(m)28(ulti-lev)28(el)-333(preconditioner)]TJ +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +/F44 9.9626 Tf -75.298 -61.69 Td [(...)-525(...)]TJ 0 -11.956 Td [(!)-525(build)-525(a)-525(W-cycle)-525(preconditioner)-525(with)-525(2)-525(Gauss-Seidel)-525(sweeps)-525(as)]TJ 0 -11.955 Td [(!)-525(post-smoother)-525(\050and)-525(no)-525(pre-smoother\051,)-525(a)-525(distributed)-525(coarsest)]TJ 0 -11.955 Td [(!)-525(matrix,)-525(and)-525(MUMPS)-525(as)-525(coarsest-level)-525(solver)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'ML',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'ML_TYPE','WCYCLE',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'SMOOTHER_TYPE','GS',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'SMOOTHER_SWEEPS',0,info,pos='PRE'\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'SMOOTHER_SWEEPS',2,info,pos='POST'\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_SOLVE','MUMPS',info\051)]TJ 0 -11.955 Td [(call)-525(P%set\050'COARSE_MAT','DIST',info\051)]TJ 0 -11.955 Td [(call)-525(P%hierarchy_build\050A,desc_A,info\051)]TJ 0 -11.955 Td [(call)-525(P%smoothers_build\050A,desc_A,info\051)]TJ -10.46 -11.956 Td [(...)-525(...)]TJ 0 -11.955 Td [(!)-525(solve)-525(Ax=b)-525(with)-525(preconditioned)-525(BiCGSTAB)]TJ 10.46 -11.955 Td [(call)-525(psb_krylov\050'BICGSTAB',A,P,b,x,tol,desc_A,info\051)]TJ +0 g 0 G +/F15 10.9091 Tf 64.838 -20.749 Td [(Figure)-333(4:)-445(setup)-333(of)-333(a)-334(m)28(ulti-lev)28(el)-333(preconditioner)]TJ +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +/F44 9.9626 Tf -75.298 -61.69 Td [(...)-525(...)]TJ 0 -11.955 Td [(!)-525(set)-525(RAS)-525(with)-525(overlap)-525(2)-525(and)-525(ILU\0500\051)-525(on)-525(the)-525(local)-525(blocks)]TJ 10.46 -11.955 Td [(call)-525(P%init\050'AS',info\051)]TJ 0 -11.956 Td [(call)-525(P%set\050'SUB_OVR',2,info\051)]TJ 0 -11.955 Td [(call)-525(P%bld\050A,desc_A,info\051)]TJ -10.46 -11.955 Td [(...)-525(...)]TJ +0 g 0 G +/F15 10.9091 Tf 57.101 -18.535 Td [(Figure)-333(5:)-445(setup)-333(of)-333(a)-334(one-lev)28(el)-333(Sc)28(h)27(w)28(arz)-333(preconditioner.)]TJ +0 g 0 G +0 g 0 G +0 g 0 G +0 g 0 G +ET endstream endobj -427 0 obj +434 0 obj << /Length 6206 >> @@ -3261,7 +3276,7 @@ ET endstream endobj -433 0 obj +440 0 obj << /Length 1860 >> @@ -3279,7 +3294,7 @@ BT 0 g 0 G [(.)]TJ 0 -13.549 Td [(Note)-333(that)-334(the)-333(strings)-333(are)-334(case)-333(insensitiv)28(e.)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.55 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(d)1(e)-1(tail)1(s)-1(.)]TJ -51.949 -32.96 Td [(F)83(or)-380(compatibilit)28(y)-381(with)-380(the)-381(previous)-380(v)28(ersions)-381(of)-380(MLD2P4,)-392(this)-381(routine)-380(can)-381(b)-27(e)-381(also)]TJ -16.936 -13.549 Td [(in)28(v)28(ok)27(ed)-333(as)-333(follo)28(ws:)]TJ 0 g 0 G @@ -3291,7 +3306,7 @@ ET endstream endobj -445 0 obj +452 0 obj << /Length 7087 >> @@ -3324,7 +3339,7 @@ BT 0 g 0 G [(.)-619(When)-391(the)-392(v)56(alue)-392(is)-391(of)]TJ 0 -13.549 Td [(t)28(yp)-28(e)]TJ/F44 10.9091 Tf 24.546 0 Td [(character\050len=*\051)]TJ/F15 10.9091 Tf 91.635 0 Td [(,)-333(it)-334(is)-333(also)-333(treated)-334(as)-333(case)-333(inse)-1(n)1(s)-1(i)1(tiv)27(e.)]TJ/F44 10.9091 Tf -162.152 -13.55 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(details.)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(ilev)-2114(integer,)-525(optional,)-525(intent\050in\051)]TJ/F15 10.9091 Tf 212.06 0 Td [(.)]TJ -166.089 -13.549 Td [(F)83(or)-306(the)-307(m)28(ulti-lev)28(el)-307(preconditioner,)-311(the)-307(lev)28(el)-307(at)-306(whic)27(h)-306(the)-307(preconditioner)]TJ 0 -13.549 Td [(parameter)-404(has)-404(to)-404(b)-27(e)-404(set.)-656(T)-1(h)1(e)-404(lev)27(els)-404(are)-403(n)27(um)28(b)-28(ered)-403(in)-404(increasing)-404(order)]TJ 0 -13.55 Td [(starting)-307(from)-307(the)-306(\014nest)-307(one,)-312(i.e.,)-313(lev)28(el)-307(1)-307(i)1(s)-307(the)-307(\014nest)-307(lev)28(el.)-436(If)]TJ/F44 10.9091 Tf 287.463 0 Td [(ilev)]TJ/F15 10.9091 Tf 26.256 0 Td [(is)-307(not)]TJ -313.719 -13.549 Td [(presen)28(t,)-419(the)-402(parameter)-402(iden)27(ti\014ed)-402(b)28(y)]TJ/F44 10.9091 Tf 178.631 0 Td [(what)]TJ/F15 10.9091 Tf 27.295 0 Td [(is)-402(set)-402(at)-402(all)-402(the)-402(appropriate)]TJ -205.926 -13.549 Td [(lev)28(els)-334(\050see)-333(T)83(ables)]TJ 0 0 1 rg 0 0 1 RG @@ -3344,7 +3359,7 @@ ET endstream endobj -457 0 obj +464 0 obj << /Length 7886 >> @@ -3415,7 +3430,7 @@ ET endstream endobj -474 0 obj +481 0 obj << /Length 2620 >> @@ -3448,7 +3463,7 @@ ET endstream endobj -479 0 obj +486 0 obj << /Length 3777 >> @@ -3613,7 +3628,7 @@ Q endstream endobj -484 0 obj +491 0 obj << /Length 10364 >> @@ -4001,7 +4016,7 @@ Q endstream endobj -489 0 obj +496 0 obj << /Length 6126 >> @@ -4262,7 +4277,7 @@ Q endstream endobj -495 0 obj +502 0 obj << /Length 9077 >> @@ -4545,7 +4560,7 @@ Q endstream endobj -499 0 obj +506 0 obj << /Length 4941 >> @@ -4760,7 +4775,7 @@ Q endstream endobj -505 0 obj +512 0 obj << /Length 7696 >> @@ -5014,7 +5029,7 @@ Q endstream endobj -510 0 obj +517 0 obj << /Length 6856 >> @@ -5272,7 +5287,7 @@ Q endstream endobj -520 0 obj +527 0 obj << /Length 3261 >> @@ -5305,7 +5320,7 @@ BT 0 g 0 G [(].)]TJ/F44 10.9091 Tf -45.971 -13.55 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(details.)]TJ -51.948 -32.96 Td [(F)83(or)-380(compatibilit)28(y)-381(with)-380(the)-381(pr)1(e)-1(vi)1(ous)-381(v)28(ersions)-381(of)-380(MLD2P4,)-392(this)-381(routine)-380(can)-381(b)-27(e)-381(also)]TJ -16.937 -13.55 Td [(in)28(v)28(ok)27(ed)-333(as)-333(follo)28(ws:)]TJ 0 g 0 G @@ -5317,7 +5332,7 @@ ET endstream endobj -527 0 obj +534 0 obj << /Length 2791 >> @@ -5346,7 +5361,7 @@ BT 0 g 0 G [(].)]TJ/F44 10.9091 Tf -45.971 -13.55 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(d)1(e)-1(tail)1(s)-1(.)]TJ 0 g 0 G @@ -5355,47 +5370,72 @@ ET endstream endobj -422 0 obj +425 0 obj << /Type /ObjStm /N 100 -/First 894 -/Length 12321 +/First 891 +/Length 12164 >> stream -410 0 411 56 418 113 426 206 424 348 423 494 428 645 67 699 425 752 432 923 -429 1065 430 1210 434 1357 71 1411 431 1464 444 1570 442 1760 435 1906 436 2051 437 2196 -438 2341 439 2486 440 2633 441 2778 446 2922 75 2976 443 3029 456 3148 447 3338 448 3483 -449 3627 450 3774 451 3918 452 4063 453 4207 454 4352 458 4497 459 4551 460 4604 461 4658 -462 4712 455 4766 473 4885 471 5019 475 5165 472 5219 478 5312 480 5426 383 5480 477 5539 -483 5645 481 5787 465 5933 485 6096 486 6150 482 6208 488 6366 466 6532 467 6682 468 6834 -469 6982 470 7132 490 7294 491 7348 487 7407 494 7552 492 7686 496 7832 464 7886 493 7944 -498 8063 500 8177 501 8231 497 8290 504 8422 502 8556 506 8702 463 8756 503 8813 509 8932 -511 9046 384 9100 508 9159 519 9291 517 9465 512 9611 513 9763 514 9915 515 10069 516 10223 -521 10370 79 10424 518 10477 526 10596 522 10746 523 10900 524 11054 528 11201 83 11255 525 11308 -% 410 0 obj +402 0 420 56 427 149 429 263 416 317 417 373 418 429 426 486 433 579 431 721 +430 867 435 1018 67 1072 432 1125 439 1296 436 1438 437 1583 441 1730 71 1784 438 1837 +451 1943 449 2133 442 2279 443 2424 444 2569 445 2714 446 2859 447 3006 448 3151 453 3295 +75 3349 450 3402 463 3521 454 3711 455 3856 456 4000 457 4147 458 4291 459 4436 460 4580 +461 4725 465 4870 466 4924 467 4977 468 5031 469 5085 462 5139 480 5258 478 5392 482 5538 +479 5592 485 5685 487 5799 390 5853 484 5912 490 6018 488 6160 472 6306 492 6469 493 6523 +489 6582 495 6740 473 6906 474 7056 475 7208 476 7356 477 7506 497 7668 498 7722 494 7779 +501 7924 499 8058 503 8204 471 8258 500 8316 505 8435 507 8549 508 8603 504 8662 511 8794 +509 8928 513 9074 470 9128 510 9186 516 9305 518 9419 391 9473 515 9532 526 9664 524 9838 +519 9984 520 10136 521 10288 522 10442 523 10596 528 10743 79 10797 525 10850 533 10969 529 11119 +% 402 0 obj << -/D [419 0 R /XYZ 230.08 308.347 null] +/D [421 0 R /XYZ 141.32 103.443 null] >> -% 411 0 obj +% 420 0 obj +<< +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 427 0 obj +<< +/Type /Page +/Contents 428 0 R +/Resources 426 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 424 0 R +>> +% 429 0 obj +<< +/D [427 0 R /XYZ 85.4 752.957 null] +>> +% 416 0 obj +<< +/D [427 0 R /XYZ 230.08 570.113 null] +>> +% 417 0 obj << -/D [419 0 R /XYZ 211.883 168.346 null] +/D [427 0 R /XYZ 230.08 308.347 null] >> % 418 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R >> -/ProcSet [ /PDF /Text ] +/D [427 0 R /XYZ 211.883 168.346 null] >> % 426 0 obj << +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 433 0 obj +<< /Type /Page -/Contents 427 0 R -/Resources 425 0 R +/Contents 434 0 R +/Resources 432 0 R /MediaBox [0 0 595.276 841.89] -/Parent 417 0 R -/Annots [ 424 0 R 423 0 R ] +/Parent 424 0 R +/Annots [ 431 0 R 430 0 R ] >> -% 424 0 obj +% 431 0 obj << /Type /Annot /Subtype /Link @@ -5403,7 +5443,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 423 0 obj +% 430 0 obj << /Type /Annot /Subtype /Link @@ -5411,29 +5451,29 @@ stream /Rect [483.843 382.76 499.775 395.662] /A << /S /GoTo /D (subsection.6.2) >> >> -% 428 0 obj +% 435 0 obj << -/D [426 0 R /XYZ 92.6 752.957 null] +/D [433 0 R /XYZ 92.6 752.957 null] >> % 67 0 obj << -/D [426 0 R /XYZ 93.6 715.095 null] +/D [433 0 R /XYZ 93.6 715.095 null] >> -% 425 0 obj +% 432 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R /F25 322 0 R /F18 268 0 R /F22 190 0 R /F26 324 0 R /F20 325 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R /F25 329 0 R /F18 275 0 R /F22 195 0 R /F26 331 0 R /F20 332 0 R >> /ProcSet [ /PDF /Text ] >> -% 432 0 obj +% 439 0 obj << /Type /Page -/Contents 433 0 R -/Resources 431 0 R +/Contents 440 0 R +/Resources 438 0 R /MediaBox [0 0 595.276 841.89] -/Parent 417 0 R -/Annots [ 429 0 R 430 0 R ] +/Parent 424 0 R +/Annots [ 436 0 R 437 0 R ] >> -% 429 0 obj +% 436 0 obj << /Type /Annot /Subtype /Link @@ -5441,37 +5481,37 @@ stream /Rect [443.652 576.211 451.099 589.844] /A << /S /GoTo /D (table.1) >> >> -% 430 0 obj +% 437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [395.046 535.563 402.493 549.196] -/A << /S /GoTo /D (section.7) >> +/A << /S /GoTo /D (section.8) >> >> -% 434 0 obj +% 441 0 obj << -/D [432 0 R /XYZ 85.4 752.957 null] +/D [439 0 R /XYZ 85.4 752.957 null] >> % 71 0 obj << -/D [432 0 R /XYZ 86.4 715.095 null] +/D [439 0 R /XYZ 86.4 715.095 null] >> -% 431 0 obj +% 438 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 444 0 obj +% 451 0 obj << /Type /Page -/Contents 445 0 R -/Resources 443 0 R +/Contents 452 0 R +/Resources 450 0 R /MediaBox [0 0 595.276 841.89] -/Parent 417 0 R -/Annots [ 442 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R ] +/Parent 424 0 R +/Annots [ 449 0 R 442 0 R 443 0 R 444 0 R 445 0 R 446 0 R 447 0 R 448 0 R ] >> -% 442 0 obj +% 449 0 obj << /Type /Annot /Subtype /Link @@ -5479,7 +5519,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 435 0 obj +% 442 0 obj << /Type /Annot /Subtype /Link @@ -5487,7 +5527,7 @@ stream /Rect [306.337 563.986 313.784 577.619] /A << /S /GoTo /D (table.2) >> >> -% 436 0 obj +% 443 0 obj << /Type /Annot /Subtype /Link @@ -5495,7 +5535,7 @@ stream /Rect [315.428 563.986 322.875 577.619] /A << /S /GoTo /D (table.8) >> >> -% 437 0 obj +% 444 0 obj << /Type /Annot /Subtype /Link @@ -5503,7 +5543,7 @@ stream /Rect [376.234 511.733 383.681 523.423] /A << /S /GoTo /D (table.2) >> >> -% 438 0 obj +% 445 0 obj << /Type /Annot /Subtype /Link @@ -5511,15 +5551,15 @@ stream /Rect [385.325 511.733 392.772 523.423] /A << /S /GoTo /D (table.8) >> >> -% 439 0 obj +% 446 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.247 469.142 409.694 482.775] -/A << /S /GoTo /D (section.7) >> +/A << /S /GoTo /D (section.8) >> >> -% 440 0 obj +% 447 0 obj << /Type /Annot /Subtype /Link @@ -5527,7 +5567,7 @@ stream /Rect [246.822 387.847 254.269 402.086] /A << /S /GoTo /D (table.2) >> >> -% 441 0 obj +% 448 0 obj << /Type /Annot /Subtype /Link @@ -5535,29 +5575,29 @@ stream /Rect [255.913 387.847 263.36 402.086] /A << /S /GoTo /D (table.8) >> >> -% 446 0 obj +% 453 0 obj << -/D [444 0 R /XYZ 92.6 752.957 null] +/D [451 0 R /XYZ 92.6 752.957 null] >> % 75 0 obj << -/D [444 0 R /XYZ 93.6 715.095 null] +/D [451 0 R /XYZ 93.6 715.095 null] >> -% 443 0 obj +% 450 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R /F18 268 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 456 0 obj +% 463 0 obj << /Type /Page -/Contents 457 0 R -/Resources 455 0 R +/Contents 464 0 R +/Resources 462 0 R /MediaBox [0 0 595.276 841.89] -/Parent 417 0 R -/Annots [ 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R ] +/Parent 424 0 R +/Annots [ 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R ] >> -% 447 0 obj +% 454 0 obj << /Type /Annot /Subtype /Link @@ -5565,7 +5605,7 @@ stream /Rect [171.802 538.429 179.249 550.118] /A << /S /GoTo /D (table.2) >> >> -% 448 0 obj +% 455 0 obj << /Type /Annot /Subtype /Link @@ -5573,7 +5613,7 @@ stream /Rect [180.892 538.429 188.34 550.118] /A << /S /GoTo /D (table.8) >> >> -% 449 0 obj +% 456 0 obj << /Type /Annot /Subtype /Link @@ -5581,7 +5621,7 @@ stream /Rect [158.797 527.001 166.245 536.569] /A << /S /GoTo /D (section.4) >> >> -% 450 0 obj +% 457 0 obj << /Type /Annot /Subtype /Link @@ -5589,7 +5629,7 @@ stream /Rect [438.34 483.626 445.787 496.527] /A << /S /GoTo /D (table.7) >> >> -% 451 0 obj +% 458 0 obj << /Type /Annot /Subtype /Link @@ -5597,7 +5637,7 @@ stream /Rect [447.431 483.626 454.878 496.527] /A << /S /GoTo /D (table.8) >> >> -% 452 0 obj +% 459 0 obj << /Type /Annot /Subtype /Link @@ -5605,7 +5645,7 @@ stream /Rect [285.485 442.978 292.932 455.88] /A << /S /GoTo /D (table.7) >> >> -% 453 0 obj +% 460 0 obj << /Type /Annot /Subtype /Link @@ -5613,7 +5653,7 @@ stream /Rect [246.252 361.683 253.699 374.585] /A << /S /GoTo /D (table.7) >> >> -% 454 0 obj +% 461 0 obj << /Type /Annot /Subtype /Link @@ -5621,41 +5661,41 @@ stream /Rect [449.707 253.289 457.154 266.191] /A << /S /GoTo /D (table.5) >> >> -% 458 0 obj +% 465 0 obj << -/D [456 0 R /XYZ 85.4 752.957 null] +/D [463 0 R /XYZ 85.4 752.957 null] >> -% 459 0 obj +% 466 0 obj << -/D [456 0 R /XYZ 86.4 671.48 null] +/D [463 0 R /XYZ 86.4 671.48 null] >> -% 460 0 obj +% 467 0 obj << -/D [456 0 R /XYZ 86.4 649.487 null] +/D [463 0 R /XYZ 86.4 649.487 null] >> -% 461 0 obj +% 468 0 obj << -/D [456 0 R /XYZ 86.4 627.495 null] +/D [463 0 R /XYZ 86.4 627.495 null] >> -% 462 0 obj +% 469 0 obj << -/D [456 0 R /XYZ 86.4 591.347 null] +/D [463 0 R /XYZ 86.4 591.347 null] >> -% 455 0 obj +% 462 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F43 170 0 R /F44 218 0 R /F18 268 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F43 175 0 R /F44 225 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 473 0 obj +% 480 0 obj << /Type /Page -/Contents 474 0 R -/Resources 472 0 R +/Contents 481 0 R +/Resources 479 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R -/Annots [ 471 0 R ] +/Parent 483 0 R +/Annots [ 478 0 R ] >> -% 471 0 obj +% 478 0 obj << /Type /Annot /Subtype /Link @@ -5663,46 +5703,46 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 475 0 obj +% 482 0 obj << -/D [473 0 R /XYZ 92.6 752.957 null] +/D [480 0 R /XYZ 92.6 752.957 null] >> -% 472 0 obj +% 479 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F18 268 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 478 0 obj +% 485 0 obj << /Type /Page -/Contents 479 0 R -/Resources 477 0 R +/Contents 486 0 R +/Resources 484 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R +/Parent 483 0 R >> -% 480 0 obj +% 487 0 obj << -/D [478 0 R /XYZ 85.4 752.957 null] +/D [485 0 R /XYZ 85.4 752.957 null] >> -% 383 0 obj +% 390 0 obj << -/D [478 0 R /XYZ -3855.021 592.732 null] +/D [485 0 R /XYZ -3855.021 592.732 null] >> -% 477 0 obj +% 484 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R /F25 322 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R /F25 329 0 R >> /ProcSet [ /PDF /Text ] >> -% 483 0 obj +% 490 0 obj << /Type /Page -/Contents 484 0 R -/Resources 482 0 R +/Contents 491 0 R +/Resources 489 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R -/Annots [ 481 0 R 465 0 R ] +/Parent 483 0 R +/Annots [ 488 0 R 472 0 R ] >> -% 481 0 obj +% 488 0 obj << /Type /Annot /Subtype /Link @@ -5710,7 +5750,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 465 0 obj +% 472 0 obj << /Type /Annot /Subtype /Link @@ -5718,29 +5758,29 @@ stream /Rect [378.191 560.558 387.214 574.456] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 485 0 obj +% 492 0 obj << -/D [483 0 R /XYZ 92.6 752.957 null] +/D [490 0 R /XYZ 92.6 752.957 null] >> -% 486 0 obj +% 493 0 obj << -/D [483 0 R /XYZ 489.512 4405.505 null] +/D [490 0 R /XYZ 489.712 16615.563 null] >> -% 482 0 obj +% 489 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R /F22 190 0 R /F25 322 0 R /F21 327 0 R /F23 321 0 R /F43 170 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R /F22 195 0 R /F25 329 0 R /F21 334 0 R /F23 328 0 R /F43 175 0 R >> /ProcSet [ /PDF /Text ] >> -% 488 0 obj +% 495 0 obj << /Type /Page -/Contents 489 0 R -/Resources 487 0 R +/Contents 496 0 R +/Resources 494 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R -/Annots [ 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R ] +/Parent 483 0 R +/Annots [ 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R ] >> -% 466 0 obj +% 473 0 obj << /Type /Annot /Subtype /Link @@ -5748,7 +5788,7 @@ stream /Rect [305.333 237.711 318.234 246.154] /A << /S /GoTo /D (equation.4.3) >> >> -% 467 0 obj +% 474 0 obj << /Type /Annot /Subtype /Link @@ -5756,7 +5796,7 @@ stream /Rect [305.333 166.335 318.234 183.263] /A << /S /GoTo /D (subsection.4.2) >> >> -% 468 0 obj +% 475 0 obj << /Type /Annot /Subtype /Link @@ -5764,7 +5804,7 @@ stream /Rect [249.4 276.931 263.639 285.374] /A << /S /GoTo /D (equation.4.4) >> >> -% 469 0 obj +% 476 0 obj << /Type /Annot /Subtype /Link @@ -5772,7 +5812,7 @@ stream /Rect [249.4 204.203 263.639 221.132] /A << /S /GoTo /D (subsection.4.2) >> >> -% 470 0 obj +% 477 0 obj << /Type /Annot /Subtype /Link @@ -5780,29 +5820,29 @@ stream /Rect [239.517 367.769 248.54 381.667] /A << /S /GoTo /D (cite.VANEK_MANDEL_BREZINA) >> >> -% 490 0 obj +% 497 0 obj << -/D [488 0 R /XYZ 85.4 752.957 null] +/D [495 0 R /XYZ 85.4 752.957 null] >> -% 491 0 obj +% 498 0 obj << -/D [488 0 R /XYZ -3875.743 540.899 null] +/D [495 0 R /XYZ 204.948 540.899 null] >> -% 487 0 obj +% 494 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R /F18 268 0 R /F25 322 0 R /F22 190 0 R /F43 170 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R /F18 275 0 R /F25 329 0 R /F22 195 0 R /F43 175 0 R >> /ProcSet [ /PDF /Text ] >> -% 494 0 obj +% 501 0 obj << /Type /Page -/Contents 495 0 R -/Resources 493 0 R +/Contents 502 0 R +/Resources 500 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R -/Annots [ 492 0 R ] +/Parent 483 0 R +/Annots [ 499 0 R ] >> -% 492 0 obj +% 499 0 obj << /Type /Annot /Subtype /Link @@ -5810,50 +5850,50 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 496 0 obj +% 503 0 obj << -/D [494 0 R /XYZ 92.6 752.957 null] +/D [501 0 R /XYZ 92.6 752.957 null] >> -% 464 0 obj +% 471 0 obj << -/D [494 0 R /XYZ 468.432 4356.566 null] +/D [501 0 R /XYZ 468.432 4356.566 null] >> -% 493 0 obj +% 500 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R /F22 190 0 R /F43 170 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R /F22 195 0 R /F43 175 0 R >> /ProcSet [ /PDF /Text ] >> -% 498 0 obj +% 505 0 obj << /Type /Page -/Contents 499 0 R -/Resources 497 0 R +/Contents 506 0 R +/Resources 504 0 R /MediaBox [0 0 595.276 841.89] -/Parent 476 0 R +/Parent 483 0 R >> -% 500 0 obj +% 507 0 obj << -/D [498 0 R /XYZ 85.4 752.957 null] +/D [505 0 R /XYZ 85.4 752.957 null] >> -% 501 0 obj +% 508 0 obj << -/D [498 0 R /XYZ -3834.398 589.839 null] +/D [505 0 R /XYZ -3834.398 589.839 null] >> -% 497 0 obj +% 504 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R /F22 190 0 R /F25 322 0 R /F18 268 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R /F22 195 0 R /F25 329 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 504 0 obj +% 511 0 obj << /Type /Page -/Contents 505 0 R -/Resources 503 0 R +/Contents 512 0 R +/Resources 510 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R -/Annots [ 502 0 R ] +/Parent 514 0 R +/Annots [ 509 0 R ] >> -% 502 0 obj +% 509 0 obj << /Type /Annot /Subtype /Link @@ -5861,50 +5901,50 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 506 0 obj +% 513 0 obj << -/D [504 0 R /XYZ 92.6 752.957 null] +/D [511 0 R /XYZ 92.6 752.957 null] >> -% 463 0 obj +% 470 0 obj << -/D [504 0 R /XYZ 442.27 4328.445 null] +/D [511 0 R /XYZ -3638.306 248.06 null] >> -% 503 0 obj +% 510 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F44 218 0 R /F22 190 0 R /F25 322 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F44 225 0 R /F22 195 0 R /F25 329 0 R >> /ProcSet [ /PDF /Text ] >> -% 509 0 obj +% 516 0 obj << /Type /Page -/Contents 510 0 R -/Resources 508 0 R +/Contents 517 0 R +/Resources 515 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R +/Parent 514 0 R >> -% 511 0 obj +% 518 0 obj << -/D [509 0 R /XYZ 85.4 752.957 null] +/D [516 0 R /XYZ 85.4 752.957 null] >> -% 384 0 obj +% 391 0 obj << -/D [509 0 R /XYZ -3888.794 615.536 null] +/D [516 0 R /XYZ -3888.794 615.536 null] >> -% 508 0 obj +% 515 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F44 218 0 R /F25 322 0 R /F22 190 0 R /F18 268 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R /F25 329 0 R /F22 195 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 519 0 obj +% 526 0 obj << /Type /Page -/Contents 520 0 R -/Resources 518 0 R +/Contents 527 0 R +/Resources 525 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R -/Annots [ 517 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R ] +/Parent 514 0 R +/Annots [ 524 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R ] >> -% 517 0 obj +% 524 0 obj << /Type /Annot /Subtype /Link @@ -5912,7 +5952,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 512 0 obj +% 519 0 obj << /Type /Annot /Subtype /Link @@ -5920,7 +5960,7 @@ stream /Rect [382.674 640.765 398.606 653.666] /A << /S /GoTo /D (subsection.6.4) >> >> -% 513 0 obj +% 520 0 obj << /Type /Annot /Subtype /Link @@ -5928,7 +5968,7 @@ stream /Rect [421.122 640.765 437.054 653.666] /A << /S /GoTo /D (subsection.6.5) >> >> -% 514 0 obj +% 521 0 obj << /Type /Annot /Subtype /Link @@ -5936,7 +5976,7 @@ stream /Rect [364.686 526.079 377.588 535.102] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 515 0 obj +% 522 0 obj << /Type /Annot /Subtype /Link @@ -5944,37 +5984,37 @@ stream /Rect [199.125 485.431 212.027 494.454] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 516 0 obj +% 523 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.247 454.268 409.694 467.901] -/A << /S /GoTo /D (section.7) >> +/A << /S /GoTo /D (section.8) >> >> -% 521 0 obj +% 528 0 obj << -/D [519 0 R /XYZ 92.6 752.957 null] +/D [526 0 R /XYZ 92.6 752.957 null] >> % 79 0 obj << -/D [519 0 R /XYZ 93.6 715.095 null] +/D [526 0 R /XYZ 93.6 715.095 null] >> -% 518 0 obj +% 525 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R /F18 268 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 526 0 obj +% 533 0 obj << /Type /Page -/Contents 527 0 R -/Resources 525 0 R +/Contents 534 0 R +/Resources 532 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R -/Annots [ 522 0 R 523 0 R 524 0 R ] +/Parent 514 0 R +/Annots [ 529 0 R 530 0 R 531 0 R ] >> -% 522 0 obj +% 529 0 obj << /Type /Annot /Subtype /Link @@ -5982,39 +6022,10 @@ stream /Rect [357.486 526.079 370.387 535.102] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 523 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [191.925 485.431 204.826 494.454] -/A << /S /GoTo /D (cite.PSBLASGUIDE) >> ->> -% 524 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [395.046 454.268 402.493 467.901] -/A << /S /GoTo /D (section.7) >> ->> -% 528 0 obj -<< -/D [526 0 R /XYZ 85.4 752.957 null] ->> -% 83 0 obj -<< -/D [526 0 R /XYZ 86.4 715.095 null] ->> -% 525 0 obj -<< -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R /F18 268 0 R >> -/ProcSet [ /PDF /Text ] ->> endstream endobj -536 0 obj +544 0 obj << /Length 3054 >> @@ -6050,7 +6061,7 @@ BT 0 g 0 G [(].)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(details.)]TJ 0 g 0 G @@ -6059,7 +6070,7 @@ ET endstream endobj -542 0 obj +549 0 obj << /Length 8513 >> @@ -6101,7 +6112,7 @@ Q BT /F18 10.9091 Tf 420.161 486.428 Td [(p)51(ar)51(ameter)]TJ/F15 10.9091 Tf 51.887 0 Td [(m)28(ust)]TJ -316.763 -13.55 Td [(b)-28(e)-263(c)28(hosen)-264(accordi)1(ng)-264(to)-263(the)-263(real/complex,)-277(single/double)-264(pr)1(e)-1(cision)-263(v)28(ersion)]TJ 0 -13.549 Td [(of)-333(MLD2P4)-334(u)1(nder)-334(use.)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(desc_a)-1064(type\050psb_desc_type\051,)-525(intent\050in\051)]TJ/F15 10.9091 Tf 223.514 0 Td [(.)]TJ -177.543 -13.549 Td [(The)-319(c)-1(omm)28(unication)-319(descriptor)-320(asso)-28(ciated)-319(to)-320(th)1(e)-320(matrix)-319(to)-320(b)-28(e)-319(precondi-)]TJ 0 -13.549 Td [(tioned.)]TJ/F44 10.9091 Tf -45.971 -13.55 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(d)1(e)-1(tail)1(s)-1(.)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(trans)-1589(character\050len=1\051,)-525(optional,)-525(intent\050in\051.)]TJ/F15 10.9091 Tf 45.971 -13.549 Td [(If)]TJ/F44 10.9091 Tf 12.079 0 Td [(trans)]TJ/F15 10.9091 Tf 33.443 0 Td [(=)]TJ/F44 10.9091 Tf 13.292 0 Td [('N','n')]TJ/F15 10.9091 Tf 44.897 0 Td [(then)]TJ/F22 10.9091 Tf 26.019 0 Td [(op)]TJ/F15 10.9091 Tf 10.777 0 Td [(\050)]TJ/F22 10.9091 Tf 4.242 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F20 7.9701 Tf 6.587 0 Td [(1)]TJ/F15 10.9091 Tf 4.732 -3.959 Td [(\051)-457(=)]TJ/F22 10.9091 Tf 22.689 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F20 7.9701 Tf 6.587 0 Td [(1)]TJ/F15 10.9091 Tf 4.732 -3.959 Td [(;)-494(if)]TJ/F44 10.9091 Tf 19.593 0 Td [(trans)]TJ/F15 10.9091 Tf 33.443 0 Td [(=)]TJ/F44 10.9091 Tf 13.292 0 Td [('T','t')]TJ/F15 10.9091 Tf 44.897 0 Td [(then)]TJ/F22 10.9091 Tf -318.945 -13.549 Td [(op)]TJ/F15 10.9091 Tf 10.776 0 Td [(\050)]TJ/F22 10.9091 Tf 4.243 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F20 7.9701 Tf 6.586 0 Td [(1)]TJ/F15 10.9091 Tf 4.732 -3.959 Td [(\051)-278(=)]TJ/F22 10.9091 Tf 18.788 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F23 7.9701 Tf 6.587 0 Td [(T)]TJ/F15 10.9091 Tf 9.089 -3.959 Td [(\050transp)-28(ose)-228(of)]TJ/F22 10.9091 Tf 63.302 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F20 7.9701 Tf 6.587 0 Td [(1)]TJ/F15 10.9091 Tf 4.732 -3.959 Td [(\051;)-263(if)]TJ/F44 10.9091 Tf 18.99 0 Td [(trans)]TJ/F15 10.9091 Tf 31.12 0 Td [(=)]TJ/F44 10.9091 Tf 10.97 0 Td [('C','c')]TJ/F15 10.9091 Tf 42.575 0 Td [(then)]TJ/F22 10.9091 Tf 23.697 0 Td [(op)]TJ/F15 10.9091 Tf 10.776 0 Td [(\050)]TJ/F22 10.9091 Tf 4.243 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.959 Td [(\000)]TJ/F20 7.9701 Tf 6.586 0 Td [(1)]TJ/F15 10.9091 Tf 4.733 -3.959 Td [(\051)-278(=)]TJ/F22 10.9091 Tf -324.4 -13.549 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.958 Td [(\000)]TJ/F23 7.9701 Tf 6.586 0 Td [(C)]TJ/F15 10.9091 Tf 10.733 -3.958 Td [(\050conjugate)-333(transp)-28(ose)-333(of)]TJ/F22 10.9091 Tf 115 0 Td [(B)]TJ/F26 7.9701 Tf 8.822 3.958 Td [(\000)]TJ/F20 7.9701 Tf 6.587 0 Td [(1)]TJ/F15 10.9091 Tf 4.732 -3.958 Td [(\051.)]TJ/F44 10.9091 Tf -207.253 -13.55 Td [(work)]TJ/F18 10.9091 Tf 45.971 0 Td [(typ)51(e)]TJ/F44 10.9091 Tf 19.777 0 Td [(\050)]TJ/F18 10.9091 Tf 5.727 0 Td [(kind)]TJ ET @@ -6127,7 +6138,7 @@ ET endstream endobj -548 0 obj +555 0 obj << /Length 1281 >> @@ -6144,7 +6155,7 @@ BT 0 g 0 G /F44 10.9091 Tf 151.817 -20.594 Td [(call)-525(p%free\050p,info\051)]TJ/F15 10.9091 Tf -151.817 -25.505 Td [(This)-333(routine)-334(deallo)-27(cates)-334(the)-333(preconditioner)-333(data)-334(structur)1(e)]TJ/F44 10.9091 Tf 280.637 0 Td [(p)]TJ/F15 10.9091 Tf 5.727 0 Td [(.)]TJ/F17 11.9552 Tf -286.364 -33.873 Td [(Argumen)31(ts)]TJ/F44 10.9091 Tf 22.914 -15.794 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-308(co)-28(de.)-435(If)-308(no)-308(error,)-313(0)-308(is)-308(returned.)-436(See)-308(S)1(e)-1(ction)]TJ 0 0 1 rg 0 0 1 RG - [-307(7)]TJ + [-307(8)]TJ 0 g 0 G [-308(for)-308(details.)]TJ -51.948 -32.96 Td [(F)83(or)-380(compatibilit)28(y)-381(with)-380(the)-381(pr)1(e)-1(viou)1(s)-381(v)28(ersions)-381(of)-380(MLD2P4,)-392(this)-381(routine)-380(can)-381(b)-27(e)-381(also)]TJ -16.937 -13.55 Td [(in)28(v)28(ok)27(ed)-333(as)-333(follo)28(ws:)]TJ 0 g 0 G @@ -6156,7 +6167,7 @@ ET endstream endobj -554 0 obj +561 0 obj << /Length 2148 >> @@ -6170,7 +6181,7 @@ BT 0 g 0 G /F44 10.9091 Tf 131.772 -20.594 Td [(call)-525(p%descr\050info,)-525([iout]\051)]TJ/F15 10.9091 Tf -131.772 -25.505 Td [(This)-362(routine)-363(prin)28(ts)-362(a)-363(description)-362(of)-363(the)-362(preconditioner)]TJ/F44 10.9091 Tf 264.695 0 Td [(p)]TJ/F15 10.9091 Tf 9.681 0 Td [(to)-362(the)-363(standard)-362(output)-363(or)-362(to)]TJ -274.376 -13.549 Td [(a)-355(\014le.)-508(It)-354(m)27(ust)-354(b)-28(e)-355(called)-354(after)]TJ/F44 10.9091 Tf 143.39 0 Td [(hierachy_build)]TJ/F15 10.9091 Tf 84.049 0 Td [(and)]TJ/F44 10.9091 Tf 21.444 0 Td [(smoothers_build)]TJ/F15 10.9091 Tf 85.908 0 Td [(,)-360(or)]TJ/F44 10.9091 Tf 20.552 0 Td [(build)]TJ/F15 10.9091 Tf 28.636 0 Td [(,)-360(ha)28(v)28(e)]TJ -383.979 -13.549 Td [(b)-28(een)-333(called.)]TJ/F17 11.9552 Tf 0 -33.873 Td [(Argumen)31(ts)]TJ/F44 10.9091 Tf 22.914 -15.794 Td [(info)-2114(integer,)-525(intent\050out\051)]TJ/F15 10.9091 Tf 160.515 0 Td [(.)]TJ -114.544 -13.549 Td [(Error)-333(co)-28(de.)-444(If)-334(no)-333(error,)-333(0)-334(is)-333(returned.)-444(See)-334(Section)]TJ 0 0 1 rg 0 0 1 RG - [-333(7)]TJ + [-333(8)]TJ 0 g 0 G [-333(for)-334(d)1(e)-1(tail)1(s)-1(.)]TJ/F44 10.9091 Tf -45.971 -13.549 Td [(iout)-2114(integer,)-525(intent\050in\051,)-525(optional)]TJ/F15 10.9091 Tf 212.06 0 Td [(.)]TJ -166.089 -13.55 Td [(The)-376(id)-376(of)-375(the)-376(\014le)-376(where)-376(the)-376(p)1(rec)-1(on)1(ditioner)-376(description)-376(will)-376(b)-27(e)-376(prin)28(ted;)]TJ 0 -13.549 Td [(the)-333(default)-334(i)1(s)-334(the)-333(standard)-333(output.)]TJ -51.949 -32.96 Td [(F)83(or)-380(compatibilit)28(y)-381(with)-380(the)-381(previous)-380(v)28(ersions)-381(of)-380(MLD2P4,)-392(this)-381(routine)-380(can)-381(b)-27(e)-381(also)]TJ -16.936 -13.55 Td [(in)28(v)28(ok)27(ed)-333(as)-333(follo)28(ws:)]TJ 0 g 0 G @@ -6182,7 +6193,70 @@ ET endstream endobj -560 0 obj +568 0 obj +<< +/Length 7499 +>> +stream +0 g 0 G +0 0 1 rg 0 0 1 RG +BT +/F41 10.9091 Tf 93.6 740.002 Td [(6)]TJ +0 g 0 G + [-378(User)-377(Interf)88(a)23(ce)]TJ/F15 10.9091 Tf 401.542 0 Td [(39)]TJ +0 g 0 G +/F17 14.3462 Tf -401.542 -35.866 Td [(7)-1125(Adding)-375(new)-375(smo)-31(other)-375(and)-375(solv)31(er)-375(ob)-62(j)-1(ects)-374(to)-375(M)-1(LD2P4)]TJ/F15 10.9091 Tf 0 -24.352 Td [(Dev)28(elop)-28(ers)-414(can)-413(add)-414(completely)-413(new)-414(smo)-28(other)-414(an)1(d/or)-414(solv)28(er)-414(classes)-414(deriv)28(ed)-413(from)-414(the)]TJ 0 -13.549 Td [(base)-240(ob)-55(jects)-240(in)-239(the)-240(libr)1(ary)-240(\050see)-240(Remark)-239(2)-240(in)-239(Section)]TJ +0 0 1 rg 0 0 1 RG + [-240(6.2)]TJ +0 g 0 G + [(\051,)-258(without)-239(recompiling)-240(the)-239(library)]TJ 0 -13.549 Td [(itself.)]TJ 16.937 -13.549 Td [(T)83(o)-332(do)-332(so,)-333(it)-332(is)-332(necessary)-333(\014rst)-332(to)-332(select)-333(the)-332(base)-332(t)27(yp)-27(e)-333(to)-332(b)-28(e)-332(extended.)-444(In)-332(our)-333(exp)-27(eri-)]TJ -16.937 -13.55 Td [(ence,)-371(it)-363(is)-363(quite)-363(lik)28(ely)-364(that)-363(the)-363(new)-363(application)-363(needs)-363(only)-363(the)-364(de\014ni)1(tion)-364(of)-363(a)-363(\134solv)28(er")]TJ 0 -13.549 Td [(ob)-56(j)1(e)-1(ct,)-350(whic)28(h)-347(is)-347(almost)-347(alw)28(a)28(ys)-347(acting)-347(only)-347(on)-347(the)-347(lo)-28(cal)-347(part)-347(of)-347(the)-347(di)1(s)-1(tr)1(ibuted)-347(matrix.)]TJ 0 -13.549 Td [(The)-396(parallel)-397(actions)-396(required)-396(to)-397(connect)-396(the)-396(v)55(arious)-396(solv)28(er)-397(ob)-55(jects)-396(are)-397(most)-396(often)-397(al-)]TJ 0 -13.549 Td [(ready)-281(pro)28(vided)-281(b)28(y)-281(the)-280(blo)-28(c)28(k-Jac)-1(ob)1(i)-281(or)-281(the)-281(additiv)28(e)-281(Sc)28(h)28(w)28(arz)-281(smo)-28(others.)-427(T)83(o)-281(de\014ne)-280(a)-281(new)]TJ 0 -13.549 Td [(solv)28(er,)-466(the)-440(dev)28(elop)-28(er)-439(will)-440(then)-439(ha)28(v)27(e)-439(to)-440(de\014ne)-439(its)-440(comp)-28(onen)28(ts)-439(and)-440(metho)-28(ds,)-466(p)-27(erhaps)]TJ 0 -13.55 Td [(taking)-333(one)-334(of)-333(the)-333(prede\014ned)-333(solv)27(ers)-333(as)-333(a)-334(starting)-333(p)-28(oin)28(t,)-333(if)-333(p)-28(ossible.)]TJ 16.937 -13.549 Td [(Once)-329(the)-329(new)-329(smo)-28(other/solv)28(er)-329(class)-329(has)-329(b)-27(een)-329(dev)28(e)-1(l)1(op)-28(ed,)-330(to)-329(use)-329(it)-329(in)-329(th)1(e)-329(con)27(text)-329(of)]TJ -16.937 -13.549 Td [(the)-333(m)27(ultil)1(e)-1(v)28(el)-333(preconditioners)-333(it)-334(is)-333(necessary)-333(to:)]TJ +0 g 0 G +/F25 10.9091 Tf 16.364 -20.614 Td [(\017)]TJ +0 g 0 G +/F15 10.9091 Tf 10.909 0 Td [(declare)-333(in)-334(the)-333(application)-333(program)-333(a)-334(v)56(ariable)-333(of)-334(the)-333(new)-333(t)27(yp)-27(e;)]TJ +0 g 0 G +/F25 10.9091 Tf -10.909 -21.755 Td [(\017)]TJ +0 g 0 G +/F15 10.9091 Tf 10.909 0 Td [(pass)-333(that)-334(v)56(ariable)-333(as)-334(the)-333(argumen)28(t)-334(to)-333(the)]TJ/F44 10.9091 Tf 201.455 0 Td [(set)]TJ/F15 10.9091 Tf 20.818 0 Td [(routine)-333(as)-334(in)-333(the)-333(follo)28(wing:)]TJ +0 g 0 G +0 g 0 G +/F44 10.9091 Tf -152.819 -24.718 Td [(call)-525(p%set\050smoother,info)-525([,ilev,ilmax,pos]\051)]TJ 5.727 -13.549 Td [(call)-525(p%set\050solver,info)-525([,ilev,ilmax,pos]\051)]TJ +0 g 0 G +/F25 10.9091 Tf -86.09 -24.717 Td [(\017)]TJ +0 g 0 G +/F15 10.9091 Tf 10.909 0 Td [(link)-333(the)-334(co)-27(de)-334(implemen)28(ting)-333(the)-334(v)56(arious)-333(metho)-28(ds)-333(in)27(to)-333(the)-333(application)-333(executable.)]TJ -27.273 -20.615 Td [(The)-442(new)-442(solv)28(er)-442(ob)-55(jec)-1(t)-441(is)-442(then)-442(dynamically)-442(included)-442(in)-442(t)1(he)-442(preconditioner)-442(structure,)]TJ 0 -13.549 Td [(and)-288(acts)-289(as)-289(a)]TJ/F18 10.9091 Tf 64.226 0 Td [(mold)]TJ/F15 10.9091 Tf 27.135 0 Td [(to)-288(whic)27(h)-288(the)-289(precondition)1(e)-1(r)-288(will)-288(c)-1(on)1(form,)-298(ev)28(en)-289(though)-288(the)-288(MLD2P4)]TJ -91.361 -13.549 Td [(library)-333(has)-334(n)1(ot)-334(b)-28(een)-333(mo)-28(di\014ed)-333(to)-333(accoun)28(t)-334(for)-333(this)-333(new)-334(dev)28(elopmen)28(t.)]TJ 16.937 -13.549 Td [(It)-382(is)-382(p)-27(ossible)-382(to)-382(de\014ne)-382(new)-382(v)56(alues)-382(for)-382(the)-381(k)27(eyw)28(ord)]TJ/F44 10.9091 Tf 247.41 0 Td [(WHAT)]TJ/F15 10.9091 Tf 27.074 0 Td [(in)-382(the)]TJ/F44 10.9091 Tf 32.573 0 Td [(set)]TJ/F15 10.9091 Tf 21.347 0 Td [(routine;)-406(if)-382(the)]TJ -345.341 -13.549 Td [(library)-319(co)-28(de)-319(do)-28(es)-319(not)-319(recognize)-320(a)-319(k)28(eyw)28(ord,)-322(it)-319(passes)-320(it)-319(do)28(wn)-319(the)-319(comp)-28(osition)-319(hierarc)28(h)27(y)]TJ 0 -13.55 Td [(\050lev)28(els)-410(con)28(taining)-409(smo)-28(others)-410(con)28(taining)-409(in)-410(turn)-409(solv)28(ers\051,)-429(so)-409(that)-410(it)-409(can)-410(b)-28(e)-409(ev)28(en)27(tual)1(ly)]TJ 0 -13.549 Td [(caugh)28(t)-334(b)28(y)-333(the)-333(new)-334(solv)28(er.)]TJ 16.937 -13.549 Td [(An)-222(example)-222(is)-223(pro)28(vided)-222(in)-222(the)-222(source)-223(co)-27(de)-223(distribu)1(tion)-223(und)1(e)-1(r)-222(the)-222(folder)]TJ/F44 10.9091 Tf 331.849 0 Td [(tests/newslv)]TJ/F15 10.9091 Tf 68.726 0 Td [(.)]TJ -417.512 -13.549 Td [(In)-353(this)-352(exam)-1(p)1(le)-353(w)28(e)-353(are)-353(implemen)28(ting)-353(a)-353(new)-352(incomplete)-353(factorization)-353(v)56(arian)28(t)-353(\050whic)28(h)-353(is)]TJ 0 -13.549 Td [(simply)-416(the)-417(ILU\0500\051)-416(factorization)-417(under)-416(a)-417(n)1(e)-1(w)-416(name\051.)-694(Because)-416(of)-417(the)-416(sp)-28(eci\014cs)-417(of)-416(this)]TJ 0 -13.55 Td [(case,)-336(it)-336(is)-336(p)-27(oss)-1(ib)1(le)-336(to)-336(reuse)-336(the)-335(basic)-336(structure)-336(of)-335(the)-336(ILU)-336(solv)28(er,)-336(with)-336(its)-335(L/D/U)-336(com-)]TJ 0 -13.549 Td [(p)-28(onen)28(ts)-347(and)-347(the)-347(metho)-28(ds)-347(needed)-347(to)-347(apply)-347(the)-347(solv)28(er;)-354(only)-347(a)-347(few)-347(metho)-28(ds,)-351(suc)28(h)-347(as)-347(the)]TJ 0 -13.549 Td [(description)-333(and)-334(most)-333(imp)-28(ortan)28(tly)-333(the)-333(build,)-334(need)-333(to)-333(b)-28(e)-333(o)27(vv)28(erridden)-333(\050rewritten\051.)]TJ 16.937 -13.549 Td [(The)-333(in)28(te)-1(r)1(face)-1(s)-333(for)-333(the)-333(c)-1(all)1(s)-334(sho)28(wn)-333(ab)-28(o)28(v)27(e)-333(are)-333(de\014ned)-334(u)1(s)-1(in)1(g)]TJ +0 g 0 G +0 g 0 G +/F44 10.9091 Tf -6.61 -19.667 Td [(smoother)-534(class\050mld_x_base_smoother_type\051)]TJ/F15 10.9091 Tf 51.64 -13.549 Td [(The)-333(user-de\014ned)-334(new)-333(smo)-28(other)-333(to)-333(b)-28(e)-334(emplo)28(y)28(ed)-333(in)-334(the)-333(preconditioner.)]TJ/F44 10.9091 Tf -51.64 -13.549 Td [(solver)-1584(class\050mld_x_base_solver_type\051)]TJ/F15 10.9091 Tf 51.64 -13.55 Td [(The)-333(user-de\014ned)-334(new)-333(solv)28(er)-334(to)-333(b)-28(e)-333(emplo)28(y)28(ed)-334(in)-333(the)-333(preconditioner.)]TJ -61.967 -19.702 Td [(The)-374(other)-373(argumen)27(ts)-373(are)-374(de\014ned)-374(in)-373(the)-374(w)28(a)27(y)-373(describ)-28(ed)-374(in)-374(S)1(e)-1(c.)]TJ +0 0 1 rg 0 0 1 RG + [-373(6.2)]TJ +0 g 0 G + [(.)-566(As)-374(an)-373(example,)-384(in)]TJ 0 -13.549 Td [(the)]TJ/F44 10.9091 Tf 19.014 0 Td [(tests/newslv)]TJ/F15 10.9091 Tf 72.589 0 Td [(co)-28(de)-354(w)28(e)-354(de\014ne)-354(a)-354(new)-354(ob)-56(ject)-354(of)-354(t)28(yp)-28(e)]TJ/F44 10.9091 Tf 176.052 0 Td [(mld_d_tlu_solver_type)]TJ/F15 10.9091 Tf 120.271 0 Td [(,)-359(and)]TJ -387.926 -13.549 Td [(w)28(e)-334(pass)-333(it)-333(as)-334(follo)28(ws:)]TJ +0 g 0 G +0 g 0 G +ET + +endstream +endobj +572 0 obj +<< +/Length 1207 +>> +stream +0 g 0 G +BT +/F15 10.9091 Tf 86.4 740.002 Td [(40)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ +0 g 0 G +0 g 0 G +0 g 0 G +/F44 10.9091 Tf -191.811 -49.415 Td [(!)-525(sparse)-525(matrix)-525(and)-525(preconditioner)]TJ 0 -13.549 Td [(type\050psb_dspmat_type\051)-525(::)-525(a)]TJ 0 -13.549 Td [(type\050mld_dprec_type\051)-1050(::)-525(prec)]TJ 0 -13.549 Td [(type\050mld_d_tlu_solver_type\051)-525(::)-525(tlusv)]TJ -11.454 -27.099 Td [(......)]TJ 11.454 -13.549 Td [(!)]TJ 0 -13.549 Td [(!)-1050(prepare)-525(the)-525(preconditioner:)-525(an)-525(ML)-525(with)-525(defaults,)-525(but)-525(with)-525(TLU)-525(solver)-525(at)]TJ 0 -13.549 Td [(!)-1050(intermediate)-525(levels.)-525(All)-525(other)-525(parameters)-525(are)-525(at)-525(default)-525(values.)]TJ 0 -13.55 Td [(!)]TJ 0 -13.549 Td [(call)-525(prec%init\050'ML',)-3675(info\051)]TJ 0 -13.549 Td [(call)-525(prec%hierarchy_build\050a,desc_a,info\051)]TJ 0 -13.549 Td [(nlv)-525(=)-525(prec%get_nlevs\050\051)]TJ 0 -13.549 Td [(call)-525(prec%set\050tlusv,)-1575(info,ilev=1,ilmax=max\0501,nlv-1\051\051)]TJ 0 -13.55 Td [(call)-525(prec%smoothers_build\050a,desc_a,info\051)]TJ +0 g 0 G +0 g 0 G +ET + +endstream +endobj +578 0 obj << /Length 1804 >> @@ -6190,11 +6264,11 @@ stream 0 g 0 G 0 0 1 rg 0 0 1 RG BT -/F41 10.9091 Tf 93.6 740.002 Td [(7)]TJ +/F41 10.9091 Tf 93.6 740.002 Td [(8)]TJ 0 g 0 G - [-378(Err)22(o)1(r)-378(handling)]TJ/F15 10.9091 Tf 401.542 0 Td [(39)]TJ + [-378(Err)22(o)1(r)-378(handling)]TJ/F15 10.9091 Tf 401.542 0 Td [(41)]TJ 0 g 0 G -/F17 14.3462 Tf -401.542 -35.866 Td [(7)-1125(Error)-375(Handling)]TJ/F15 10.9091 Tf 0 -24.352 Td [(The)-416(error)-416(handling)-416(in)-417(MLD2P)1(4)-417(is)-416(based)-416(on)-416(the)-417(PS)1(B)-1(LAS)-416(\050v)28(ersion)-416(2\051)-416(error)-416(handling.)]TJ 0 -13.549 Td [(Error)-249(conditions)-249(are)-249(signaled)-249(via)-249(an)-249(in)28(teger)-249(argumen)28(t)]TJ/F44 10.9091 Tf 252.188 0 Td [(info)]TJ/F15 10.9091 Tf 22.908 0 Td [(;)-277(whenev)28(er)-249(an)-249(error)-249(condition)]TJ -275.096 -13.549 Td [(is)-315(dete)-1(cted,)-319(an)-315(error)-315(trace)-316(stac)28(k)-315(is)-316(built)-315(b)28(y)-316(the)-315(library)-315(up)-316(to)-315(the)-316(top-lev)28(el,)-319(user-callable)]TJ 0 -13.549 Td [(routine.)-552(This)-370(routin)1(e)-370(will)-369(then)-369(decide,)-379(according)-369(to)-369(the)-370(user)-369(preferences,)-378(whether)-370(the)]TJ 0 -13.55 Td [(error)-275(should)-275(b)-28(e)-275(han)1(dled)-275(b)27(y)-275(t)1(e)-1(rmin)1(ating)-275(the)-275(program)-275(or)-275(b)28(y)-275(returning)-275(the)-275(error)-275(condition)]TJ 0 -13.549 Td [(to)-335(the)-334(use)-1(r)-334(co)-28(de,)-335(whic)28(h)-335(will)-335(then)-334(tak)27(e)-334(action,)-335(and)-335(whether)-335(an)-335(error)-334(message)-335(should)-335(b)-28(e)]TJ 0 -13.549 Td [(prin)28(ted.)-568(These)-375(options)-374(ma)28(y)-375(b)-28(e)-374(set)-375(b)28(y)-375(using)-374(the)-375(PS)1(B)-1(LAS)-374(error)-374(handling)-375(routines;)-395(for)]TJ 0 -13.549 Td [(further)-333(details)-334(see)-333(the)-333(PSBLAS)-334(User's)-333(Guide)-333([)]TJ +/F17 14.3462 Tf -401.542 -35.866 Td [(8)-1125(Error)-375(Handling)]TJ/F15 10.9091 Tf 0 -24.352 Td [(The)-416(error)-416(handling)-416(in)-417(MLD2P)1(4)-417(is)-416(based)-416(on)-416(the)-417(PS)1(B)-1(LAS)-416(\050v)28(ersion)-416(2\051)-416(error)-416(handling.)]TJ 0 -13.549 Td [(Error)-249(conditions)-249(are)-249(signaled)-249(via)-249(an)-249(in)28(teger)-249(argumen)28(t)]TJ/F44 10.9091 Tf 252.188 0 Td [(info)]TJ/F15 10.9091 Tf 22.908 0 Td [(;)-277(whenev)28(er)-249(an)-249(error)-249(condition)]TJ -275.096 -13.549 Td [(is)-315(dete)-1(cted,)-319(an)-315(error)-315(trace)-316(stac)28(k)-315(is)-316(built)-315(b)28(y)-316(the)-315(library)-315(up)-316(to)-315(the)-316(top-lev)28(el,)-319(user-callable)]TJ 0 -13.549 Td [(routine.)-552(This)-370(routin)1(e)-370(will)-369(then)-369(decide,)-379(according)-369(to)-369(the)-370(user)-369(preferences,)-378(whether)-370(the)]TJ 0 -13.55 Td [(error)-275(should)-275(b)-28(e)-275(han)1(dled)-275(b)27(y)-275(t)1(e)-1(rmin)1(ating)-275(the)-275(program)-275(or)-275(b)28(y)-275(returning)-275(the)-275(error)-275(condition)]TJ 0 -13.549 Td [(to)-335(the)-334(use)-1(r)-334(co)-28(de,)-335(whic)28(h)-335(will)-335(then)-334(tak)27(e)-334(action,)-335(and)-335(whether)-335(an)-335(error)-334(message)-335(should)-335(b)-28(e)]TJ 0 -13.549 Td [(prin)28(ted.)-568(These)-375(options)-374(ma)28(y)-375(b)-28(e)-374(set)-375(b)28(y)-375(using)-374(the)-375(PS)1(B)-1(LAS)-374(error)-374(handling)-375(routines;)-395(for)]TJ 0 -13.549 Td [(further)-333(details)-334(see)-333(the)-333(PSBLAS)-334(User's)-333(Guide)-333([)]TJ 1 0 0 rg 1 0 0 RG [(13)]TJ 0 g 0 G @@ -6205,14 +6279,14 @@ ET endstream endobj -564 0 obj +582 0 obj << /Length 4176 >> stream 0 g 0 G BT -/F15 10.9091 Tf 86.4 740.002 Td [(40)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ +/F15 10.9091 Tf 86.4 740.002 Td [(42)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ 0 g 0 G /F17 14.3462 Tf -203.265 -35.866 Td [(A)-1125(License)]TJ/F15 10.9091 Tf 0 -22.758 Td [(The)-333(MLD2P4)-334(is)-333(freely)-333(distributable)-333(under)-334(the)-333(follo)28(wing)-333(cop)27(yri)1(gh)27(t)-333(terms:)]TJ 0 g 0 G @@ -6224,14 +6298,14 @@ ET endstream endobj -568 0 obj +586 0 obj << /Length 6410 >> stream 0 g 0 G BT -/F41 10.9091 Tf 93.6 740.002 Td [(References)]TJ/F15 10.9091 Tf 401.542 0 Td [(41)]TJ +/F41 10.9091 Tf 93.6 740.002 Td [(References)]TJ/F15 10.9091 Tf 401.542 0 Td [(43)]TJ 0 g 0 G /F17 14.3462 Tf -401.542 -35.866 Td [(References)]TJ 0 g 0 G @@ -6284,14 +6358,14 @@ ET endstream endobj -572 0 obj +591 0 obj << /Length 7114 >> stream 0 g 0 G BT -/F15 10.9091 Tf 86.4 740.002 Td [(42)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ +/F15 10.9091 Tf 86.4 740.002 Td [(44)]TJ/F41 10.9091 Tf 203.265 0 Td [(MLD2P4)-378(User)67('s)-378(and)-378(Ref)1(erence)-378(Guide)]TJ 0 g 0 G 0 g 0 G /F15 10.9091 Tf -203.265 -35.866 Td [([12])]TJ @@ -6362,12 +6436,12 @@ ET endstream endobj -591 0 obj +610 0 obj << -/Length1 2111 -/Length2 17154 +/Length1 2121 +/Length2 17358 /Length3 0 -/Length 19265 +/Length 19479 >> stream %!PS-AdobeFont-1.0: CMBX10 003.002 @@ -6387,7 +6461,7 @@ FontDirectory/CMBX10 known{/CMBX10 findfont dup/UniqueID known{dup 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /UAGAHI+CMBX10 def +/FontName /GSGTRH+CMBX10 def /FontBBox {-56 -250 1164 750 }readonly def /PaintType 0 def /FontInfo 9 dict dup begin @@ -6426,12 +6500,15 @@ dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put +dup 56 /eight put dup 102 /f put dup 12 /fi put dup 53 /five put dup 52 /four put dup 103 /g put +dup 104 /h put dup 105 /i put +dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put @@ -6441,7 +6518,6 @@ dup 111 /o put dup 49 /one put dup 112 /p put dup 46 /period put -dup 63 /question put dup 114 /r put dup 115 /s put dup 55 /seven put @@ -6452,7 +6528,6 @@ dup 50 /two put dup 117 /u put dup 118 /v put dup 119 /w put -dup 48 /zero put readonly def currentdict end currentfile eexec @@ -6477,1985 +6552,109 @@ l G?eu8 3p8Dq,ƾ&[3M st/ϪT ;C;]DDu0 դQ[=zʥP*KCUqk#?k )M GRWI "RY7Wư0+@γTNT?aJxy~8up| ?5$[)sNd<#UM(8 bEQHt.f6֡U ǟ*xϟOiא`r/\coωS:#D=@KA2 gLHmO٘b9PoǕ ڄOiI8RUSy2+n!%_Ǐ&X݈*zjA3?U*}b.y=-^ Kc5fJŞGQ"zZ 6>ur+lW>ntq/˖. hں̲ G C -@?TW\3'1xZNK;Ɨn!A\2r/L۪*Q$s2ӊ;hJy}E-M=>A9Js3BK=h-[c<ݟ H^t|ݺf?Dѯ2V{D# '26:G GRğ\*A_SFE8JټTص y_][wC|$+[۱dY׳ e -KL'2Ҙgk\DDyk?* <3dٸQ1& x(;|l? -Bzw"=fmՔbYJt|x g[\%e8~3w<̰ f ֦csH腮. ?p#2\xSyY3D=*aSgwiRFPfT&2Ռpȣg+ -hBm9kD\c+iRG:X:zbj2ȡe_9,x7(`6HJY Ӛ4aTb"MI>}RB\:.%7IJ`Z\N289admOo(QzAwERy6C7Gmy"&Pfwk]5H%梊Z o\-rHbWI{Gk8IW o 5kԣu#;IS  $\gx?ܗL -3@θ>yu^f7GgS|$v{&}|EtQWҊ"0)fg=3syEPnِr%f9JZxߥ;ĹeawqQo(Rӓ\$27 CIM^U7)ak YjUywz*UɳB] K6_S%pg[. ^ɡ&9]`YӪA#= ?+vFQ[kEN.gB_je-ək9=ĿN. -sЙjXB\[35 j=M<9V]҉p?n?rf -_uѠ] B^B1nnO y˘a UUr|tIf/IQQGW e%+ $o5ĮMwk "Zj=SyB|yB6[:1Sh"u' 8ǺU <-4z Wik ܷ`(P/nli$:l6@%fSj4фe FK=O-u -=dSK*_Igǥ]$*6\pkSFxoDO2 TCEimw~d&~11bv%XK}^,Ho@W#(oc<[0Jr" -\j -cpO& c>;Qx74}cpii BeG+FMef6D//hHf^iƺm.SӅj^yn -2hQ={93h[$W,_Dc#AE|?-Aw0f EG(* ܾ9AW𨁙lJ -b\fVtMVUZKsIYIQU:4vqaWQz{܄lqZAsvM<"Ѩ8Q@BC:@X446s,nn'UĮf@Q.\C-J &?àGiR.&!/Ƶk2 -vn2˜ؔ?Jt,bX{2Pwk d$\Qqyp+? BFh") T%AZ%x{4.$UmyiWgռic.Ufn[:zM_l,uk0`퉬_) nQ!ݺ2Y L4UPaA _pHE`|R7נ}̶o{c:%Gݧt"X VY1~ڊ"2pT4TD;J<'uCSF0UG#y|=LJɓ~IggQתS#/<-1<ԢB[kjF/,nmh2[H$k"&Q&A1n˥^(R$R掚a nxZT[{f)m d<ق>=|=>/|d4EL(8#۳XTK`:kxM9Ĩi W=hKYn}e;{л2զEMYk0ݹ"[W7o7_0e1X󉾸C+ٸV}3>\^0&b瞿rS~|7{lkf#$DdkhMuR:Ać -8a΄ -~J3N P:NchthvimZB (3Y~C2וiG~SϘ徝IYKcCC{T@ R!1 ?ƐC UNZnūsGzW8ϣvR2-` -c}s)ɦCW(㼟Ϻ>6/XvNgrL8LxPĀoڋ%ZIVOyQ!W<% (M69:qD|/;Qrktqr㊍=]څ6 [Rh) 5yi{\7F:&rXFTؖہ:?jn.uz҉CASpHnP]^tKjJ/x6&lfwп4\gc! 63M[jj.KʋYnNe SWB$>9(Q% lvnt5+Gf%˅6/6_c?2EܼgOSwYOpƆZ2w\,n6MP*]D&wp dsmkp $+;>% fc3ܖ{o?Ǧv `BQ#tT -/H>c6?ζ=c.sk`L}m&F41տFX} 22͘`>X8Vm&+I;DV럐8>B#tN:/wg5!7EVC9g/B4Ő^CClz;;\GΩ)z_iO $uG?I?88>%R 6m?lA;^0/.W,|̐>Q~8]+V8g>(2IdsZ =aCk -3@-F//D>A&v򎲣mP9_:?l4Hg=M̃*fB_JO5*A~eB8}[(cŞPZ' -5Eyg#K/C5RvTyꣀ|oN4FKq|̝Դ -#s-x>/ޕŮ5]Q`S /&|W!nfϖj![sC4oDȘ˗Q12Q0yDԧT މԞ\|Wg }^gUV3O&WG=Jl 79tDw?wٛCT`W옷=_`Fg;S\`%{(cGm:b^؍`XVEO%8ڣa70C 3%,JD,)%=42 m5Nt+F"5,ivJcKc @ Z$ʾVoߑđK^8 rmőh R4hHP2a.舫YM*60tVkabiuFщLr=CϓUFK_fD`]O_[]>d60NvN-jI ~ڟ5,=Am eMqddBi6y=e0 uKJmgt#u:h)]4K)P7AR띇5#4kթв5%Ksɨ[LhA(Tmjov ^D2**$Tgls5|{+i3XXH˞M+?O %7L(<{O%Ї^]rZyKp?Kʐ-/=95ILݽ`ƪ[Ndr+b,RF9^jWJ?u9m$ƻ}]IEr3we@tc9IP]*#%8[cV B!)-֚m|Pˆ ԩ7NY us>_<[Af6%ڽ*urh$5)`YB6 c3}Œ3WOqX.K)M$M>ġyzy_d+a|0"oCIHqn'ݎ3h},5~iLpTRBW!nn^T%nݣN}k\83'χS>(ĭy>Ԥ}^%PR`m%4x<kX˙?VOpeӠO޶g:B^M0lIjq*e0Z 8xqӣ٩|n*/ã2*e'6'}_ ߠ3k jx_ER(b` OQp'_XV6(ںB~@SVVd]wV(8dƖLL! ӝo!|ƆdY]Ia4.~g ǩL-un! A§n<;?7mw(+$B駌7VK\j qӢ>Himm&Pqy'/:HϢnSc9ES^`Q iK, $ЎbdcҌ0E& 57j[tEC$]GSO!k}(,Gs|%u8[АB+W)_:{eCZ$ IoFg< ߘJ\C7|K*ۣ4`dO]s.v**0o/n%'kNDCXlysCa>Q瀦Δh.LOXŝ]p -gE sicD?]:8}24Z\0'a`wNۛ''\7&dcMsDv7ޓ㧊)!*L|+-MSfcHRC,z!&̤l,_%CfGrβ)cBXqD)e?~]O-g@Isl(}Ktg3Բv5gdojtxã|rTO^Se [8SIi. i\^WĎԕ:$3dz`: ?C܍TܷhJx8e.1M 0ҝ7CғqY/DrU,lTA3Cq޴1nCT JZ[>B~FW)^^Wq2Qp>8娴|H,@vCC&jUGU -\_5%A"(rE׎ȝ 4OuwE}lBĮyҽ;u˔%xB!t>η?#(-i(qs7υ|)+ G4AQރ 70\r.iLE(^"[i̺?*s=8 x E"zA_34.8(G\ppjlg}"&#?vLM_́^6+8sq뤻7ngpt?cv{0rM.9*Kt1Ł(N:7PƩV0M7~M I, ț㇊%8wȳ8Or1䏿DH/s[nI'cj:Zn%x -<=E,4K'(B5fEP) [<}X1pyABs ƿcޢxsͳ X>yg*0w^;ĉ'FLHOAx @ѧl&E !7]ʛ",ѓ<_u̟Hv8V^ҌTRҕ224U]ei2$!UcNqq:,`d͊ʍ FqH o]F&r gW026v(ca(xdWoe d撘@$>Zv t3gޑ,S1UXu) aSD AALlƥmak1I-HR0{2'>TBr+L|BqS^^ xКGoRI3JuMxt:PyMsn;$8 ->#HGZ-4A6e]O 0[!cӺ:]٫c8`ynu]+9"@ohB m4 ❸:{Z}c~0#vR ݎǟJJO.1F4z37EÎ4{Ba1|JG-YӮXj<_dn4TN"%."KglF.I{,`'4i -8O|CgVV(a]7XZF&o24 =49f*u*>uhhPR yϒZsak_\`ȎERz9@i6 A^|x:[Å`7gdM{"{#>3yN TbLP)c[謎NnO#Ci4`>s%Z(PJRMKwø~g'z~ tPC|}KWU M1 GCJU.䀘&al#X2:sw;jn|]HpcXO+b -:t=x^W}m=Vt)`fx>]DޝQf V1&9#(б2ˉxmȠQb},av`"/-檨Et 5= @SKxICxU'/@_%˟ +@?TW\3'1xZNK;Ɨn!A\2r/L۪*Q$s2ӊ;hJy}E-M=>A9Js3BK=h-[c<ݟ H^t|ݺf?Dѯ2V{D# '26:G GRğ\*A_SFE8JټTص y_][wC|$+[۱`q{/(WBzgVɞ +H{ϗGFϔ$rţTx-h)'RTTFѫ*H_5$ ]5e腈6= Fʄ3l.gZxH1 BػsM- W߀;Y׀m%ȅc]{)D`?GbYV(9^{zۆ +쯿CW!۴h΍X0>bN벗ГԹ#('ڹݟH !]2Dxڱf/Xbgy/xA6\ c4ޯ, 4+E%@˅~G<|tJ3QftIW#DXL͠Mm!0QѬN r= (H޾5_t~C%_܍D=,N:}Ew #!ѧ ,x@@ֿ-IG;!EMIlF4k1S9cryPF= =6Inpԍ́׀GP~֎o9[T+ +^@"_7D9 +yXa{O-xG#UOJ`{ON޼YMf2$3h.SK4Z!B,X}&yB`foKJ5*ӖЈˌ<f2jA\t娇f-s6b9 |:#׍ +d"{#XY% r)p;l_h +L;R%)z7{`\v|o}QoAP+iїeAn 6\oi06X5g~;ٽ)zQ_D3oݵM4}N8>Fl#m FGv5M4`+5"/qHb|- qEH?Z#o!T>>gNGE:-\2΋0UXh n395}ڎ0&D;eչSElxSyz'?b k BdDG)S9è+Gi&}h.J4Ũ !'TZ&Ų畤8셛F\2^ —v'c),0s'to/L+.ϵvot~<,}¼ +#HIj0uYVQ i95%L_@=ՃLjc7.dtX8wIn憧bHؒtޛ;19 x攓=&}s[]lĹmpOvMh|M0hX&M{ŖSbj'%VV`M[wo^@j/xڞ361X׸?F2z! 0PlmSC'wNB& <|l*IszLp~@@%Zg! <{MLs5'.??*P`،zh!W~7;ЍNkbP~VUԳ.H  foU ~y߆w#$9pVjY׵xɵw=^_TV>GoOI-oǁNlkwY_Wc$2?'f#" ucn똛 0Bh:sP' * tӑɼ.t\Kl}e-[v/͍ ]UƊϽɝfB֝e U*Q1SG3.kHDTfx-L[W͉uB Ԥ/mzo`r%DQ['9J}/m3QJE|LLAsdGҷy9-ۑ bw'͏ilu~m.U"~N-m\ݩuUL+^ |5.2|"].Mcs%'5͓Ucu 2" +ӗp^Ub{VQ]rV[ =­g9=_!kr"_u&hꢵNZ˗cX]ϟnYiVT +_xX1X8{S=@Uɂ'qPqU]7a[xnPזLˇKdP؍ +vR| WDbi磣"򄇭ytR@q(ʚjbT߭5VL-GpF>zr:KhMA||!w>D>6R +aW] +Д\Wn e5'}2%)Q,4? v,қ;AeE: ybI/B{>1r1c&kQ5^$'XgZ o%#s;ƍ$=AL-GuJ`| (iOincnGȞApC@k<In9V6cн5tBfD&GWPE&<<74P([pyR /-n_tGg}(z) #d7:W! a%;LA7#Lc#]L0 \վcAɈQ$3cc2gɃ+? ^Sۦ ^(}5PLo^׽a +!, KUQTc'g\ +U?dcvZBWb: +-٫DFOń)u4!\7H/lZ'51k΢b/2G 4 UBl}eDM!#dnզpt]vV%4Mtj6#]W$ 3]u/+([U 9GmAv2!}SO] 3]e 3`̛ jײǻ풕KnN Xʔq{ +MonDˎq<#)ꋜU#{(ûDcM$h++.MwM=uHb9yQ\;Qi Js6Bw+/75;_M@ +OAR b37Pr^RQ.vU! DhAxecy6O7:LLuqBn!xh1ow4S^"Rt/e+!2`5}#NM2*.#!ѺQ굝e*.&>B=8P. a`/آ@D] 2XtN <ˌ($&NJ>\K+@1O$b.F5%<}V'2z^ȭ5mT3V5 qfVqS<;=:/؛Ŀ;Ӏ+Ȧ~G[8o#˓̅t0%%2< Ëg(;/;Z&7/V#v$.xX27hAe]i.\b]돪d5%>xu2ʴ$w8'RM̷\.`@$h{$ȭfH"^@ѪU<_NĞȋIyo(w^#qKED V ~qA]7p_8҉t-x&Ygd? +@:Ow|Pbc;bUME=0)Btj妻rpO!uqu $(&[X9K˧BQ̝M=CGp8VЉ_צxU;CHr,ܪ.~rjA}O`,BCPsCIiM&NR"<=uJ~%'xfK 6Y8aV, nf坏d6$l)M"DS0zM4)JZcb}`kxSu浺c$Vk|f+Sۋ\4SY)L<`⻢?\xu* +OofJ%[7̕[qio+GvQdþհ窲AT@LWC>^M90s ;Y%d҃r<[4s$̂o] B 38< yi_=@X Y]CiRcj> 3x<~b&y%hĥp?=Nz9Vj UկBNEF4/#7{@? phV2Śs*z v|Wq/({ Apːz۔LEXJg @D1cL:*|o&񚄓MGIZb=Aj㳧 DIଅ>Ml7Ѵ2) 0dU%>3}J:dy-&rt3In`D{<%3a\Ěj`WU,kQfB(w + guFG鈖DDY<"{gvB/`T7xގ" t7. )cFB-J%c؝lu(iT3#y9iUDo$chAWVECdE_.Qbֆll'7 "{&|YgZK!miDRvC"(cb:q*5 =MLSPƤsnr6NŁ0T8a}__EW+tWpgib3%A9)Ỷt8}+>nqõE;(gjܺ~\#<&%-p&"ֿwD xhOΨV=tugjU} ?ѩ`<W@a/Zn4Ul)#thwb$(~m*| +{ΔNV"0Šӛ~;^R  wH'O%I_^RJ]$З|Z&rቯŌcI rF7w@گqg2ל>Ct1Ik$H׳\?J3n!bd=VX׌mefCENz!Gl`5~_@v]3my,ׂ1zUkahMJmVa}; +n 9"Ε:~Y^+TmPN'R&aiv-o_iY:nxKKW4| .NK"{4T+G<K4j@PX @qE׮JHBnI*H3fDZG.1y| f%hگ46J"BŌnsiG;WG'}cV{h<|mnDcVr_=1 +-ebt&FAyIE\^jDVqt-(ސa#ۥH0[dЕ2~ٵq:GJXco,XV-P%}I`Ck5`Ϣ7})4hxW,:U}Iay>ͧC-ۺpA腵 + ?כ5t0/pEK: 5?@ƞiz#l͘)4&ki5x,b*ؓ0Bv'w*hNUy1F |I-3c`l#ʛϲ"PuaCrDڿNPIgeƒ<5uHVDsfmKI͊rgoL +GDg%{<{?cXFX/U~վ7"7y._0:/0OaF7hv:լJ 56O$Wvg=Iؒ_+%NN4>iǷy D(u],Q7k~޽ѣvRNy@hSɅn{@_f{\YޘXfj@Z,?]3 Ǧ\VkUpOcՋ80ZDtLca;Q$͢BC>i"e6*U"bQ2r>7_6@otfs8}9?lδ#`9W,;vlrx_w+ C{̱ x@\tt2Ń@klUb|hc?H#cݏvBCve= Snw/moml e>@1tNT6bVh|Ss'ߺBmߝܖԸ|@PA y]Rdar6vpq7g軹orߢMeW Oߑ>k9TXrs e=cO2/QLN4_nػy +sKe `ErX|Dl_Hhi~#h%V@D‰E%)"9 A%zb?|ڵ;V .K563 `AG$iܼ#M|n JyWc]"Buc2 (]5IoEYĹ iZ2<s0(rxd^=!w6YIO8UE2ʵť-ξs '4tJn6IzfwޯD^Ň.G2\VnyOL daɫq&4VaB[!|4Xr"ܿ21Nx"h%ݭct 9e%- OkPH%MSJFl}AVұO:fom~$D [ʯ؂D DŽ/.7̌"zH[1^(t=1SWdt^X.?MD7>{DmtAWm=%dCyƩ{? Y#a`T< j=[](NQE1-Hsꌟ]uݤ,&>Bk %n;\1v;af:N̄u|S:$&x@u)/0t%S@qU1rN{L +/ SMk3#mncJ18un@8} + +5ie>Ӡn_`<ߒ;@'QkYp~^ @ }S%ΒFsc  [R6L{![tvOJJHH|o]A((z%Q7X:RG3mCNrsblZl''tCOp =ES +Z_ڎ?#] p ]g`Q;aT&#֕@ +*sV;+EE(e\ٗKv]YwvNr1d+ +7? G w}ǑIf]+Wj8agmPfbM$Yv2y/>a +yYކ#bٖKY5& *29 + 4sջ]u."3 ؐҼn(MBVVA±\|#oWWr)/[\rɪfWM\%UuUros;\l0\zpq5j6؅-H!J?Aѵ-a W_l=]?ߵ9_r> stream -%!PS-AdobeFont-1.0: CMBX12 003.002 -%%Title: CMBX12 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMBX12. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup -/UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /PCVDBU+CMBX12 def -/FontBBox {-53 -251 1139 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX12.) readonly def -/FullName (CMBX12) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Bold) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 67 /C put -dup 68 /D put -dup 69 /E put -dup 70 /F put -dup 71 /G put -dup 72 /H put -dup 73 /I put -dup 76 /L put -dup 77 /M put -dup 79 /O put -dup 80 /P put -dup 82 /R put -dup 83 /S put -dup 85 /U put -dup 97 /a put -dup 98 /b put -dup 99 /c put -dup 100 /d put -dup 101 /e put -dup 56 /eight put -dup 102 /f put -dup 12 /fi put -dup 53 /five put -dup 52 /four put -dup 103 /g put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 46 /period put -dup 113 /q put -dup 39 /quoteright put -dup 114 /r put -dup 115 /s put -dup 55 /seven put -dup 54 /six put -dup 116 /t put -dup 51 /three put -dup 50 /two put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 120 /x put -dup 121 /y put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{Jf^ַ>aq4!<_CцcQ%BlS71_ -sQzԜr?ktP2Òl(?69~'@2bt[{ax 7}Gn[TY>T#a1h!;`WƮk>Kj̱JzNc?^<@ qTud[eюj:JnK#2S[ŝBb?̬Mo7aa'gP:δѩ҈ dBd|IH^wMe#DD13W.J.6׮r(N #>Zjhɵ+Uw -$\WN.C(V\N¸3A?l_sMP yfSyֿb`9upPȐNur)L=uhՂD١Pԋ^} --zU*3~HwzQ:.cxv(P}F>48zeU+Jk <>,H~^U>~~)9G-_+ԇ2miΝ1r>Z?ώ8PZm#meDPњ69v=hE_X(yN(9d5p7LZC~ld1:/ g!, -}Q+93V{ QlG 7!;yq+ JA vj/rڜZP)4f+OpX_t~ 5[RZ$ҹ=#e@K*WEt_-J bΣZdh>xNpsGLOh>o련J;J+\m -J6km9"N `D[ h6w{Ac<=ޮv}PC*|sAחfK+1!Sn~#_*]\i!Jiq˘mJ K fy*S}iGV6wa$mv<zZQ^L0NRq!*7uLO=b~_J CI?<5 T zs}uL`M؀"7K 8yO {|v`).D3K$ ,3sÝDRT c2쑃%yD\MS9HQ՝rfG^\55#v[Yϴ)KS^~nMX,8&7a d$ݕ ^t/WyϿ4QK{)=WDd>oeZpٕi-e@PLb|#p"6KLPXzbZc})%LKfO2ݮ (NԴU-eru RyTkl>'H 9т-)u -u+ld4zcLsTJ[:v?WNM* NiLffF/? ̔o_a! Bt]z\ޔR/r4MFwe5']ZPp׶r?PaL'- -c3G}T'ڡn#^>Ҡ'-ހFwMOTDsJQ{ T޾2VNsҎ%Bh$,>oK"Hϯ 2BU7'J(Ǜc1PIݐ.lQjF%jP -1zb2ɮWM+mKf,"/3~į;7/7=o-R%nJB@n6A0hRF9T {(&$߅:hMj %FVڈGv?`S::JepR̶9y?O_4:╱bEV]1Vb,"KoF0dba̟f4G^̬k({: -]-eJbc?hs+΢_sS,atyir%F3gދ&M}ۨ3Dkh`\rud>;iA_ -oF_љckNԋn`v)2ۙ$# 6{⮶\FvUW l -%x[gj6~C "^klCy%)%nWFO/My~ZqiI$CT*x])it4ZV]m剁VO)gi -%-JUƠ[fTX7/.cU,h78M4 z9:̳jmrvP# >bx_Løğ y5R@/{fQC}d~r!4ѐfPo퀿M+^',6_/W{h/њjS}Jz sնj ޳~zL{qA\Rh$):zNSJLyj^Ĕǒ)T~KZAP0JP~(>~9&åv^")X5=hN҂aNز%1v1gv?467H!NjO4پb夹tFy&{wQ[+ZJq -+@ mn,jMnEfI m RGUY8šNK:]ĤB!N?J'A.k{c㣆+/lB~z- NWWcr酉?V,d\$;tTR%M8DLsY{D#4 D{a\j;$ndʟ'KE 'p a_C1daEE4"<[ɬ}77%غk/2Ik'wblZqq@`C,6|U[2ǩ{{_W{l[(Eㅐ&K!.0t)f7lnMwX< | w2#:|м6ޡ4Hkr~IEmvb,[xY@rL'3:`A7C~X+_显R#GAVt]Dd ! 0*uzbrYN%gUX&h͈6OW2^zG iNΫyf_S">.g`B6G -BdXXE}텅eW_llQ6ioF<3ԙZN%Q^w݃{&E:k= BI| -~ڛfKikx zm 3ٳ~mk -R-rHsډZ嬪.]]Mmјrx{%u_p[ -5~`31>pajdoT&]J[[@ǿ&#F8i ^9<we+-lBdv>B2p["jaƯesk40?`oёL^e OagJQIs[lyZ&CXO3¼UjtYVmE!ؓ jyfn(Rv64꾙o^vXrG\PidDFO"pMx -zM"t@-:C.R<L?l)Ld*v9l$٨{K4u;Mv=gE)]"[w 3URzןI$TuD!Zu*׭XeDx`:uV3)5Sw&unL 4d@6lWk:zkP\صyE*(YE"$]?{oNCdѓ ᒦ^V8 r#sfi鳖N{N?a$zQ>3>Ė18ЊwFBKZpRcG 4')Try mQL򕥶d4erz#nD:HۚFZG.]ï|\S`s]C' iOԫL/mX -~I[;24D# :r} OM@4\g{%oƙ\DNz h:VqUkw)iȀ ߭,vI] V4f̐)1 e.s9Zt/=k-+C%hv!c\)yǶ@WN(+4P5a%~+M@W}%Bn0;Tȧqs,~QN NziD,.|>_"Xߑӛ;BKL!X, FYnQ5xJcIj0؝ Lo\$qn{|ehy7 !=~f|^){,gM49R.s:Am, y8Oq3V:nзK5.d:Bn8rƵgZ&m-:? -5HvIMrpȗ\E뢆t^6=gSO R~ _}>S"uȦΎup\/orc`8L{ o0~%ԃKrqޛ+ -!X rlb$Z?@[OzBMLx0ijqkG-5J\񳪮ftcȾlSP``#K_G mvW6^0Gy5lBo~Pu_4<̆1xvȶa66hlF:,6L$ -cK𳔁%Ցξ!W|y^@2ZTs*H2x"&͚/]EXB`m3ѭt>.%ܐMf7x[aiY~?&Hk $.x;h {xO$A/ا)oF|>W,dW] ܆}ovLgk向9 " |n6KHE -rc*,ڧTzw{q+P"jku̿dnLetڼ]6"G ۗy!!u"\ꑇ'D ZcQBePwO/fuᑐ{9FMj>쥲JZ\.U;T|*'&4LWtgOLVQg{}·(AY$I$j6# ]['إ|Ƨ<;z?#afC*漳H[QM14> ŰdqQDnRu+ -qQou{οN :Is`;ò8һW}7*eqF ;ID -ׅ(+=O(-|>a kgi' t/J]c!)Fla[hă?1"tc(%Tkϋ9=odϹ*a-waP׿ t7KR4i^'ߨ,pՖحo~94$6'˓>,~UlC  -jL;vԂtMrK fUf\G+?IX-ew#E%DD2s{q̮=5mqiYA[!S;*H/\(QC`RW+9V1qg35JDQw&[) 8 텔60k~Xr{P:8U_sKQL_ :2%mG`e!lMŸ[Τܹ5ظ/~eɸMAV[)jizA^ȐTjTK(*k,ӷ }2.ʲ:,k.RzE+a8-An0E);-w*ގ@Kf0d7׍I-NzC# 9Cp-\[\dd & HOE*XDszZvaYKx -^ d@ -sv۰n"'-R[`LLqon/\9ݼ(2:Bi.JۗR-"sRX`nLeeW6Bο*?/fyRrmѱ=`bC=YNn*W,)uTFԗ,8[(R#6-;Nd*˜AlOov%պLn*|:Wf/:h4M_hPRڥ˥v/&*T{%o=$ucs=(o~\z(=$JJ޸3fAh^o>:0 j7l>b -mrWw'ĭVv:JKVa':5F(E7:YGdrOZ%=3ei Ft, N녇-TzA*JFjvuM'@g4´'E2g\f+f=8qjشR@ asQa(۵:pv뙗Rc#P_HR$J"E猶\jf'hMM@` McM}梠(~ Nj`5me"- AX%߯9lXg+qJٵR9وT"4_kmt]Ѯ5wm:ˊơ}y -)/[o1c葩l# Pnd)P!PQA(> SX$⓭j?P?陆ZTp)D e\tI㚪i ųReōTbT+џN9=ZJLkt %Ŗbu?3!m3&E ' O*I}(ggnّ[(jG~kL04*\K{ d$:1w>]<70RiIzVi"IUhG@ U7l|Wg-|֩&ON:*54zNRBt2DP" .J٤Wc"bZFqd dv;"mR!촙a3>L:ߴй4$AO hON+7?pTz($qB街J0-T#Q -* E&s˛WK]Pm==[9l-ХksPYC@ģ+g -G"kHVLuϼr.N+ R?>8I -`+m ,l_3`">Sqݨ%k[-WXAa'@]XrP˷d@*-AeTJuHEVɵ$]Y -#n6O%H,{S"GmL?뛬'-a ȡXq[m;?eO׮ږ~kDȷ/["_ /0ͷpꮽ -4 f((EFCrxOxc#Vn :M禮nIqxvwRwy5㳜YS{$1f)5ekP0 ~UX2@_hvYܖgs줒|_[P _J/s׈iz\ȮRJY8Ew]r݂FUu[#I}/մ+@. $952kcoV5h?W,V=k?Q~cx٨yn速JCZ]FiD1QmFOvɟ0,X鐓~y)'/_\$GE^M |Ƌغiv禚-K)F9NԵ<.mӏfpu~7c7sg]F)?;vy*ezr.ʊ>AwHfҗպZ;vF\s VΟ-JELsN2%vkY7MQ;YYN|=NpSl:O_i҉Jp "T> --3e:E\54PW p^DHR!`M\b ,(_½Z}l%즥2JpdG tgmA+UqW,〥+f~ ҔheAQz7GP+&4bR=#w Ti3 ›x7VmR_%NeN=PqAg"ϡ ->*$OtgS;wߚmEL\`-v$hΨQ6gj( ҍL:cS1?N_5z=QY2*gRk|uNy:6;&ć;f> Ső-!{õ6_WJ 2JzH. ^x45;2졕wEf"ܭgi/hVOd'|z/pR}.Qs6_Ȏi_V!{bFi]sv&~5~tl r׮OfSL'p}.ò- -:u+ <+,kOWT:A6ƆR Px r~?Q!BNh#N&ʬ$DawqCȍ$2Y$ -Tt!aL,Ȩd;'>nHQ Cy$|00Mg>/C3WzB)m^-XqA$ct*jrP}l՚4|"SxEclJ#ivAOn8]) ?i\tHU')Ƃ ﴟeE6.昮vᎾ۽|#lz!2y4HW0ϰNnni<ڈr&lјBh^umaY$;n'5>ک= ^h - -56Sd1] gL9}#LɍS37ahHdڸdg'86E30ZÄ> NUqX07ۻ4i ~K1f4fS1uρМ>fNVȡV:eG3}1|=ed.1cžqMgKY0D:V )_)`#bÛEל;+~vd$Tp&Q̶V xZ#cF@A#:nѝ;cDµoRMK -ؤ,h1J/~&ASр4.=JԺDha eAs#TyV Qܙ9W:>iZ~OuX픔цzyUT0%%7^j]N}W CZ)Ӗ\8.<\U'/ju9qWD;QJKQēH,h~{W5Zx=]Fnݨ]x4X8PJ?Ll^\{++ؾ2q"K~LBؑAԾ*'jK7M׈ҽ1as/v+S$ &V̌[:8z_[H(O 9 -K.GU|֫@| yu*|뤘4n(EwW4TMJZeQx78p(8kPnr# -endstream -endobj -595 0 obj +530 0 531 154 535 301 83 355 532 408 543 527 541 693 537 839 538 991 539 1144 +540 1298 545 1445 87 1499 542 1552 548 1671 546 1805 550 1952 91 2006 547 2059 554 2230 +552 2372 551 2518 556 2664 95 2718 553 2771 560 2877 558 3011 562 3158 99 3212 559 3265 +567 3371 565 3521 563 3667 564 3819 569 3971 103 4025 566 4079 571 4211 573 4325 570 4379 +577 4472 575 4614 574 4760 579 4914 107 4968 576 5022 581 5128 583 5242 111 5296 580 5350 +585 5456 587 5570 115 5624 268 5678 201 5732 197 5785 314 5837 315 5891 370 5945 316 5999 +218 6053 267 6107 269 6161 246 6215 584 6269 590 6388 592 6502 247 6556 251 6610 204 6664 +203 6718 249 6772 248 6825 270 6879 200 6933 335 6987 199 7041 250 7095 198 7149 313 7203 +202 7257 589 7311 593 7417 594 8113 595 8181 596 8485 597 8613 598 8967 599 8987 600 9630 +601 10002 602 10666 603 11056 604 11648 605 12258 606 12765 607 13410 608 14005 609 14357 611 14989 +% 530 0 obj << -/Length1 2086 -/Length2 14482 -/Length3 0 -/Length 16568 +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [191.925 485.431 204.826 494.454] +/A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -stream -%!PS-AdobeFont-1.0: CMCSC10 003.002 -%%Title: CMCSC10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMCSC10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMCSC10 known{/CMCSC10 findfont dup/UniqueID known{dup -/UniqueID get 5087402 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /WARYBH+CMCSC10 def -/FontBBox {14 -250 1077 750 }readonly def -/PaintType 0 def -/FontInfo 10 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMCSC10.) readonly def -/FullName (CMCSC10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -/ascent 750 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 67 /C put -dup 68 /D put -dup 69 /E put -dup 71 /G put -dup 73 /I put -dup 76 /L put -dup 77 /M put -dup 79 /O put -dup 80 /P put -dup 82 /R put -dup 83 /S put -dup 85 /U 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 53 /five put -dup 52 /four put -dup 103 /g put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 40 /parenleft put -dup 39 /quoteright put -dup 114 /r put -dup 115 /s put -dup 55 /seven put -dup 54 /six put -dup 116 /t put -dup 51 /three put -dup 50 /two put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 121 /y put -readonly def -currentdict end -currentfile eexec -oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< -wJv$tE;D4Vܢv{bG@dŪ,|e( *VV:\?)Eeߘʴa.zbQ*%EJhFZy,٬dw8w:GI z:X4(nAN;H0hAoi.a)8Ma4@-ߦ~)zavгjFFw]:LE_;ǡͩc<(Vz5?<{STd#׍ZaЩkcZJj14S/cYt1db,0 j4ڕ؆Cy-%XWN2wQRyCOEbMv_c[dxt #; 8@ϋE ·z"T]ptX_+kK+sےWǖIMWXR觼*;R taW`4b_ԿP/`|v4e4UVh8R'|e$E&)% H2N]pGֺm}#{t$ zء=[|;!Ψa-D3 Vz޼ڈL4ؽ~旤(L(:k"HPw5WvX !I66w/lgj a+U:4_EC;V|ǤdjBՖֻdK[=f 'YuW,`6L -P:'jM]?gzj һM/NQ)d>|tUUnXaIuyt|Qߍ?]!H&kOpl(@NNgt3[<ѹ dI>эr%T!ɋ$f2quwuR*e6`* NmByfv.u+"| ?.X"l'~]/r]]/p `дp`J+"}*֗H4% Vb$wփR -CrUhU<[iI0@m*8_f/3M -*Lc6Ľ}nղ$SEUK _oц" -_!ЏXAcǪ݉9q8͂kEB,JclQ UcsCE:)iAH Rp$_C-GqBaB/")G bߌ. >'9-΋7Ξ_0='@e^ndKMN<._PeSM3ƶo9Z12CO+;Af_@b}Tb'N>,Q -w_3lS)]>?k, /;ٴu[ /FXJ4r+k {b% _C!wn"^+7mxG2Qo -:!SfJfYv㙥a("`\ﷆI,3SU|TkSYjbG>a^pb8= ng&ZD ꏱ y~iOĨG Hqv1࣎K"&]äs͎g4MEo8AX]D2bөA$L[K/c+w -z׍!i]"^!)٘ذ2EsoGr6>$_ʹ2/@] h 疁lg0boSQH>HHI0X/i!`_PL1슒O>e$+)_WzѓV,zdcUN3RZSx@4Q#s{,؍>dKasO w`5{e u!o4}qhJ_90Ypvfte9-ha0y 9-\,Ӈ@H.چN&,gb:NA,BQx!t>"Z *қ#upuNBk.8=NDТ9goU׭gmaŁo Cnge!klHt.澳GtJ+6$CNa@q"FN\gݴ/i@r/ߩb?UXn뽏, -@TMRwseh׸k>"IH.^I+HgS}ޅxY+[vEyD)%l 䑤^CI+~d/{ҾU ]W1QP(C"Q5n״Lm`&aئj ɛ\}ixsU;bT N5ٖ+ʩ{>M|cF+B|S%do 5*"svmNi5q -moϝjv"|L! 7Z2扶RTVU";%?q -d?cqIBNElC<6nn0 TJĨF,}TAqA޳Q5G6c]BzBb95r\>/LPB%SUh|^(dJ/:@iκN[6G/;22VH4g؊c>(uR$e:3v})/pkѤr<ą"kLs[I@ye;t . .eR3H5IB]E.La - ==a+r]{u&9[< 6[87 M2=\f݀7\ބ pw8StAR_ 2 -YQqJϪ@8B$`A|) G:T]S{F -x6@yơd{ "뷬*Va{T&Y1UA,R'TXcZv x5 -{a#B2OL>67pU2#;;\=W/b&<} .'DQ^0v^)0ؓIlڱ3ÌB"xտbZQαY7\ʭNFP{u{gw .o`fp>xٝ$jV!Q %,`=q<(1>lߠ\a("`8Xh lv}C{ ΞPaZ芪)|<ϖ/I{6AkmjCQR:!Y 3|14X`4 x`"Tݘ&K,LQ E!uz+07YKRmz#UdXa`/[#T,ZHhZОM[OxY{BfCvܳTdYl 3'Ǥ+ggCi[lv֩;;1lzs5~5"z)qPOXLl; =nwId⬇@Ô^QjNG\|g\]#QgJ]]G6O.=%ѮҠ65לIpn'$:bm½Ӊꇩw~ :ƶדd#~lFt<ŢԘ}ww_i*hƢc)\*G0@_~\1;k0;f(d* rvݺnAcÌd S2n-0U@$BLi- W˙ܖֱߧc1_يxm̦(k&rHp-"Ύb2mFt~4p3Vvi (f\$:&|Yzo00YA.GA9k+YFo>]l-~ _8C5"KUDȧԣDv6WV -— vy9~عRnA>x^ƻ: mW@"И(v1)g~#K 7kh%wj9rD rN:ÄDpSVNAuKe%Cg %Ce&v z84E#z^vEՈ0,jLPK̘񠳾unq)}M̎_|P!̹2-:N8=[0(LN8ġ53ũA;MQ9D|?ˆ)0#5s!j JpUЇfU\U=zDb!r --hP)x>53"3.D5!Nt?4Ww؉Ԧi Z,/Rd>Ŵᣘfztۥ' W5`':sEMĀsƔa'*WD:r~ l,~:@$E[kó V 5 핤>Ò'.#90̹HGft%lqDT]zE Q)ύ -;3ZXIĮub4KPtʇY["0;›J>ge-sZQ4I.+V* 'l[vPFL̑V!Њ.9})A -$aXh:'hPFO}"YπcEB]SZXJǥʩ$dIvWS*qI i<:&?<}\@rZ=+[<3뺽J:SJ\UV3Ҭ1@L]Ȃd2t&#,O_p5̖iPp ͒Ĕ*AʝrWv?ky+?coJ9| ɸ#˕vw;pItMHj箐-C9O|֕R)U)ȏvwL'W@/ -eת޷R:-U&Pխ :ÿn^y7/;=8"Vn^(0c5x-fO-)b`s~T?%_b@S4ap%-m#H@iw-(8 -B'׆X:쯿5婄?o\/yT5e~sGP~:dn<Ǩ* x,1&s=—RF㫝Wj9iW2m]7g{5,H9V#u[DdrO7+^??Hu{c9!klY4w0$1 ӑ%vU:%t1%6Zm$Ra8lk.~~yS$g}7CpSz뱤Ps$4a>[@Ą4$İ"ٔ]In8MrL, ëS/X]t16!CH֞7_ӗ^4c5[T&*vX!)&Um>f1DSɡtrD y RCvNU%3V2*+zn[߁+QG - -՘zM|.K=e`~+Gb?` "&{1[DshO@k~#R].UIn-?ʬCnAbrYG7˨%ekja-?3gB78VyT.|}*{wmX%}ψ!h0Žw2J'tgyҌtn%)/6^pF '1{  #5B$%¦6gv)۲Rf_ud^d_@v =BPID3Tأ;QP${(eu C  -e~OfIID]` Zv`MbJlDj[<='t 6:uSys4bFX2Ϭ#߻uX#\Yޤ1YXfXƏ ljˇoޘ^:L ~{,W)Cd3y؈+^ՒA?ڮT'hY3ncr'ˡe~~`Nq -0à>tؾ}25 lm{j|QfGFg3f94fN_/$LE쇀4 ')x=ڻBER͛[BgP屧pfDQs"RG.?- r=^ Xf](cjΒDf&pt`fp/JxvĽa4T,ݸ+=96,#-df3rp[(#p D--FUY?7IM-@St*av~,K'/m@PG`vAj6a%.u}Hq`ٜ]L_ -hc"} տ``W_ǿv_aE)28L!`=G/{eˉI6*U]VN;Y)H7⻨l5-[ oE_,=?٦޸^dh|@aR2Y9SfvS60J7( -n XEȚj2Aq)|ZR!^&~xTΈU/CO {XOlDiV*w1I罌Qp`(g$:DGWK"dr/R#)9Wo8N,EߢEgY40_] :`u)z=:6)ċ-zV4ڀ1;[^5ѕLq/ڶ!DfW!oj#ß2<gOemNV1NAM#˟ŪAs5 ׌J8sLd;g7cRcxh͈v^^tC}Ǻfb+[ 4;|c7`VAj"~dz{ڕA U8߷{5˜ -/UÈsBǸ~jZ 9&"䪩[M{6kV!n1=_]jRÐ}ƽQa.],9{ȿQ[k ?DC~f[t`Vm)AP0;<|VaFe4:B> H`'nI 8[#bG; -KHv|aZ&IU-UYJ&~FX^vz.8iCrX}b0FݦH)/A<ީjE9&ܶƈBrܸƷO:*qMpCAϤ-sZy^vMSL.Fg׎R$\ʪ>ߜaF6*}0-'2aN3zRac m?~ 0"7]%F(qY# -mnoY^sg7%1`4jEPr6pfo_TwV1>ʱB1Q%\ӞXǭߐ=7rRgp[tSQikEmKOai6 c7ӹc9qi8ʗ=;;)ZOwnNCV:Z4JTWv0R&n g#~"@ nxc)aSc+Ee10'"((Uَ2GWm$dQoZ׷eSk0~ͷ V$ێ=NVMg9ccd~]1#ٝC5z_dSKcQܔ -!u 2)t J\.)1ݢL\e6<;`B{+qGЏ.H&%"TyRVZZsC)%Wg*I]G=!w_0a:9 'J6ɘA%SF9?yp>yF9Qt+*m U,w5"hmK,iyxOx\үqAKtTTΜqY"+0shuX';DS+H\mz;Ci-d.H337rW$n}IO: CE4@0z|&Ub^YC Cz^* n ~rYwX귿͌.5;8+pڡK̓/,mԜigΖ4@FBcdChTts'SFj\}qj l K׊u8~_E|^}%`]ب.7uka'Ov%9/YjX2K\.Q&~a}qٴJ8/M]Ǣ(z$#AiNjuTwQ ɷnc3n]{Yk3c.bqlng u4.y+v>ynB;6֤[ @>Gj;K*=RT[s-<(NhW-3t`H]3_bU{)yJ}ˣ08joŮ(+uۡ)U '|܎w( 漄5uo>pfπ֨QG"Ҋ.S fKG:P).tH/냱S#\N̨}0*,6+^iM/l^mRE:λ{llݗKF m[|0/d>k,Ǭ F?}K_ɀ5-isGA2i*9o}b_Q fz3w+yY!GU TE0n]ڜGx)-0F*rT]3UHƌtבs맟\'H2f!@Yy&u==s -HJNK_psSv%B_p/%$1r#v@B`"(CPcDJI^P*ܕQ"<k cY}32x'mn9UU>D: VX:%+-RVpVȉ݇sE]~+9=/Qss~:o2TEy;h&fx3?+8q?k -ќt4Obė ao :Y@wdSI&-BGI&@=LJz -f歕0' H p޻D -ܫUxqD蕸Kp$y-~^q><E!,GZ 'i-7RoaDí84Ma?957YDXNX6ns߱j()K/M8raa"IVVO9Asy>DTXaÃng;*NQϢ5=uUsQ.l*!(Pīl~%G H.4JvZłX@wNc=pJ ;> HHl\b V>ӏ/ dm~()oo|\GPb֮ǽs>|? :-uv=Cw-zgH\%v(TX <8qiWy^O'U !gޢؐ&7gδlM\p.e.YSA<S>iNИ ,Z~gyS!WW#!: <8 zi+ڇ߂q<ױ'q LҒ&̑hȁA%o'W<<ָ.O&XfQoK *o վ"Sغ-so ,*xE+EU^[4Ka -2}&[$f *Ґ ѭV`Ag#K(Y_>Z_\f^S ojtPUރγiEPCswNSz܇$K4 )P#z1xTZR \?0 IQEi<ׂ2Yqv;@ҁ.'PQG= / -hNP`z< a'q U+~. :5,ߘ$LF2kLLSwVetũk/s1ߧ~,J=j8JpIajo.[r,YN@:m*C8#5f8ʯl rQgcC,N T[!Њ}뫀DUwwSu3rH vT +66 a,v{,/TbyEC& ֣toq)A5RR1DucݣXF:-t[řLgڦ4'ϼՋ*YdhY4"לoci/Af3TŒos?Ɯmv1,J\R=pV082K5]MZD&b I"%oST l%9:R%^%<ÙyH@Εe'sͩ%_T6j<+'pa4-}mQ-Rk)&pN>Rw6?V Ⱥ*/Eg޷xJ=d -?]<ˇʡsYCG@U#iCZ<4ʾaE'&1_ʫ+ | *xY˱3KDyf%=-\3V`.̢,(ob6e -0TF p=s@KJd >-g7Qٳ(f昂* ->/NC*J4\\?3՟,?p2VJʝSW} |b,1}b-^/gɤ)uF4sHu#8{ļ,z٪\J÷ .4?ao *gA*#^+YwWyF(T[yvP -Qc$Q lϩgoj#͡!ȃJ0Cw{&'H4D -f-R'"SGCed|ȇ5K 1, Vҡ6@h({ 5˟ޝ -endstream -endobj -597 0 obj +% 531 0 obj << -/Length1 1539 -/Length2 6948 -/Length3 0 -/Length 8487 +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.046 454.268 402.493 467.901] +/A << /S /GoTo /D (section.8) >> >> -stream -%!PS-AdobeFont-1.0: CMEX10 003.002 -%%Title: CMEX10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMEX10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMEX10 known{/CMEX10 findfont dup/UniqueID known{dup -/UniqueID get 5092766 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /YJJMFD+CMEX10 def -/FontBBox {-24 -2960 1454 772 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMEX10.) readonly def -/FullName (CMEX10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 26 /braceleftbigg put -dup 27 /bracerightbigg put -dup 0 /parenleftbig put -dup 1 /parenrightbig put -dup 113 /radicalBig put -dup 88 /summationdisplay put -dup 80 /summationtext put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{ޣ!fpG?[Ttku'5O P 1[.BBBo0 VoG;wCMdK&\YT{#v m E57G~ߡ +3[ť73ŝ:&uN]B Je v(7JIFO/kZ)Ckz*7Xuvw نg&֋U+DWAԳPx;%]r@G~fJ48{vFM"~wvԇ1I mJXk k51D[Wopl^(;w\FIzHy$$r ./xj83>z>9Nќv-v)TTD*IL}qbx>u}&:=l]o:Eiۧ[A^ [/ER;R;"6(ũK?C!>;gh) Ga 9nQ<@(<|+)}Pˇ2&dqmc#IhFeI-S n|{cfyv40]vO?݋ZωN#I'\9wÅPp`i(2NzfAʑ[?}7N)-t)^EI(^ܒM[ ҽTf[z{ rC2YcCŤŬfvnTgTBg^fOW 3Kgiuؓe>Nוq1S.֢+0ȉ<]vmZ =WVhY&R{!2ܼ'Nr6ɱbk_ک'@13{MKݐ__GaTAbʊ0ZB{䤡 d2J> 7RK7׏T;Ȱ+[4B*q4~;7D 5W?S&3[L^'{P)V̴~B,10Z]TC2e;=@7n6 -|,E+ʻ%_B κ7() xK6qQl: `qyi_O7MK!5(sfgHQ1N9!;8 @ߙ:Ϭ&-(D00fkC[x'=xWH i~ -swOVꮈiJL%{yݘF": -1[[ nse]-D.ct&_C$I]Dؘƫ'DGSQ$ҀpՄ6<~"Dg՞1o/+8>YX+갭҅:fXM(~t~xc+`Hcv"+!gl;%kι #v" %MA6ֆN{%]D`;>I뼳g!CSiØofglu:o3yUݢ\a;'f@ᛙv⬊Zj NB].yiW3 5{$";Y]`!i1{Zn|VS,v6.am$|%>)TCk"3o@*RU,6<#44`xDo:Et{M6#:]wޞCA'j]=K4EA=:MOa+VX[b,ma*69Z]ʤ|`?tvFwr2)/-Ov5@y9 ]#x~{! ˣz{TD]7d{WtMpiځ(+\, pZ]8âwcl_E΀G#ӱ¶ꭚ=]Y7*rQ !WQӄrgdM9n*P b3Bxe @1RhOj\Bycwzj eH? U~pE.kIc4g<BZ\B5hrEd^wŠim ;2 "? -]`_Z 8P\w)9%9dS6X?}+LYJ^y@1 (h{Uem,F/d"H7?j V}2 -l -Olb(FY8G߱4. eS]<b@{ɤA.S f>oLơ6/翔OHeAᤇ#:j -7 6Y^Rvr?NVIz1x^PA~KutS`ZGR`Tg3H4'eKR `܁k+j|7oHNPqJg4{"NJ.Go[yv.IS+9jULd+fu˥~mQfsGMb)RY2>y2d=Ue8@*<*?!.y]PhNЫ1qrYgMR/ -_X仾ru'Apue+`Y>q WXG6dZ e T_j^-'[nnyOZ:O?U3z;Fra}/_ -D'o!OQ'ʱL@ .!Ux~eRj=U=ΥDqKߒ&u9qD<: Lb.3c%x]׉; aRy Z:Սl^nz!/rUզ4)hOMMd 14/Xsa0"A묵erᶒlBNr8ݰY~ry9h?chٞ!c -Y猅Oc}q5\(y!^(L 153jvzh9鷔7ZCY即O:,!UC$*h[G%4O#+y6">RR-:#XL%YDd,[FTꠤgXcб:o9LJ\{h%v9'tUBQŕ&Fpԥ,8W뗶FF-QEWDEz5s#.TD1R0݊:$}+r*WޮUb\]Evs|?LkoOiFx(8z1d8w .b"%K^i59C|]J4ptjŊÑCȇ -ĭGe/" # @!aMbE0U?\ bYӽImʗ.`x+2qZ:j㱦tWMK;8ƦA s&q\oqVjQ %i3k$n'=E#* -WVV IPQ8>i 4bm miʾ.P`W0'20vwl.]elЂ!Yz"FkR͙,`k%Iuban\Rڇud :t?YS/WXlO]{j -f_p|=ZO(+`H -5 ~7dh֫]V1Ԅ2D(W[/tG -W ( zK֍3Z!>LWaF;w0cA܂LcEa; *DG5HX&sw*;s(#PBپ hoOt%J u.:ۃ &essE3a̕*Pv*k]5D6?x3{%ЯEiVjӨPNx[ ЩnP1#WvA8޿6dzLtGb5Pw,.#gF:4:uBV@aO2zn! `pgTwaG7= bzsФY@}0{9B6$ʗԧЋ>n4=#|h~ޕ4R_= zY,97jn9Vp 6 :Ŋ_ GdLu l;>[Lמk'Dtp\XL>Dgb\/1}E(Íy Ma2rQCZԖ:g:=%Wgve󬓱: "ICqighʕicK1Tv͡OiuI;뜿W3;1t$HSVӪX1T~Bh] -*` ;1^`WǛ``Itb7'[zUYc -ܣN)V~Y54- mc a,j󊩰uR iF|_"KBͤנ>Sͯ\]oN݈?%$щA?- ڑ+"ͅnI-ht_MM?9-?e=?3=jYmҰC28qTLpXyl5ƒmzwa1DCg2;[E6s0t|D;-yKA3Q\}4 ;/}{>3"^0Z{>.N3aN"CB?dټ_aj%W",Y*8uu_;řü,| _Nқ4޵8QYgE -)tCdR 8ߊN:2Lyo(9*u]s`r_=ڈ`M~iao/P8'WsK$dl:3 ?4n?Q*OB>HLC7jf:uY8$64{"ff8oCl$G)«"Imto)q" |a2a?1j|_Z=Cd(P [uY7$)ƋsGPZK5PIRmv/z2n!*iF[^xTX&+E?~F&myN]=_ޘu0yrqe,"C#K P >'O=A}w>jYӪ.r!QDÃ1\1Z͝}R*'D!0טv96Y]u"9O(c -KdN늦)^bI|_|Kż7mf:="<dڄ`Pc9$++wgD' -endstream -endobj -599 0 obj +% 535 0 obj << -/Length1 1946 -/Length2 13085 -/Length3 0 -/Length 15031 +/D [533 0 R /XYZ 85.4 752.957 null] >> -stream -%!PS-AdobeFont-1.0: CMMI10 003.002 -%%Title: CMMI10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMMI10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMMI10 known{/CMMI10 findfont dup/UniqueID known{dup -/UniqueID get 5087385 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /VFYBNB+CMMI10 def -/FontBBox {-32 -250 1048 750 }readonly def -/PaintType 0 def -/FontInfo 10 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI10.) readonly def -/FullName (CMMI10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -/ascent 750 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 68 /D put -dup 73 /I put -dup 76 /L put -dup 77 /M put -dup 80 /P put -dup 82 /R put -dup 83 /S put -dup 85 /U put -dup 97 /a put -dup 98 /b put -dup 59 /comma put -dup 101 /e put -dup 62 /greater put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 108 /l put -dup 60 /less put -dup 109 /m put -dup 110 /n put -dup 111 /o put -dup 33 /omega put -dup 112 /p put -dup 58 /period put -dup 114 /r put -dup 26 /rho put -dup 61 /slash put -dup 116 /t put -dup 18 /theta put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 120 /x put -dup 121 /y put -dup 122 /z put -readonly def -currentdict end -currentfile eexec -oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< -wJv$tE;D4Vܢv{bG@dū)Nh]!(7h`f1zpBrd۞>sVÙiHޭkJKyuKI[Ƅ(,M=}%vf'E+)}f$l(W2[8hT>9X33 viU/Y{z4B&qnz|1/ɴcCzwm|x]Lmo}zm5o: 꿊."ĈdNo3 -vz N -pzP;Vҿg6Ǣ >,>OJ4mA0R3ֹ*{+9iuMO@h}-( Qȃ钏A)ӱ =.93g=[_bo_BVƂW"䶝aoZFsO)%d2wNH>D}۝Y1jZg1bJa|`hb)wYc[&0jX7yg -hS&}p-f^ a_ -l4zVnR_e@*z|Wi.9)ǙBSs3Ϗk,^bz˹a ˅4_B1+W2poDx>fH[]TEjRȊ~/+  l8zXܒpH!V܁d!;d4T5:,v#cK*;+zXz k Qw>aqb61IK&?e=f?ToRw: -e -/ y}tX"7qtf}є)8SRXyԍ/Cmo0%}pd{h4>^wD@eQdaidY^@?p i3;BŹAe "Kc_ - ->To=*y#p$Ua5Q2Z3:wXEk!XLǑU MlTHnyeUsAܜo3|] ]zN&GU1@./9;IFz$U/Klf6xq y -w}HH/*%bkYyoxжjxS\y)n?VJ+ka[zffI*[f=M3)%qO(\-Z!J -H)rQQ5TbL}/>5k=QwO75#:,U_LP?NCSMi > 3*j#WÝD8$|!F̊L;_ -dQJI$Y(mRqJ[~f9,6_1~w S,?1? Ayl(LtU m@*T9EWOg-ږHpaH"\z/EjV{11̃TVL5yWK|z|ڶtjBdV=z3TJ~[3`vpnrU MVW.Y-t虘鰭2z񑄥 -Kxq3å_t|W%0=E@.2^r:(H>ePݳ;ס}mW-MAzs`sb}s@_s/FOE«lh\G`ba8$(^U3qC"vj?Aӷ5.s:];H2?lcP!e-t1//ǑbK @3\SN:8'gU?)Rb%o>6 ~) O -Xw5/"|k(e$/JG 0Mo#hpT%-R(>* Ҩ25h|I.5u`QPւ)`QQǶ(45^ބM߯o5G*`?RFM Àgpfn51dK[L -yq B$@'6!W -ΐEI6,IT$yهHpiVch]l&ߡF:O$#Ȋ!D:%)aMx"_L?d*:02]7x(4p P8*.v5sb<]LQ0*K+@>e.-oӏCƀl\~R+$voDgya|n)>1_|hvD5"Pt#'徹.GESJW˕̪N AZr!o"XF-)$^Y|i RA5=OgCna8z*2e6]Ԃpc'S\I |,qnL %HTz88Wqs.op ^nCz\M@ς+<.(]wvڐ($hyB[٣'&k~Q 7ۣ%R*>t[ a\ -^{*yi|rdI'8 v#8sP67 is5ajABl нaxQB)߄<2\eg8kvƥa83m!f-Ph/>Y3Q3>yA#erqЭ3"~uϛ4k<@Iqu @QSkT3bfEsJG&[Ii&i>6$mnpo\+SPy3nTv- tIcPD_8HTͨ -oU#x2!Ǥn©l?NB֕Q Ԡ]{Iڲ#kB$چs(A9exStlIr6`s?/&je:e~xgNKyA-/y^E}M -@w}76w;³ N}Huh+yg \zO1z`f7r -.,U\/ӕ;+y=wynu"9{QZ|"&i%[]u\ -R<BQa'!HХ H< f0<"kg~h{Ȟc^muB?< H!_U'%dCLiy|>K6&h7/` w$/zlܚg-n}waêש#޺&i? ŀN FY!Ih9$Δ{VKفאcw-Ss3kBx7D,{ ?0g'`HnL- ̓ř3h5e!^ -P DZyGQ_W-§f+[Y5 --at6-@1DKpι!ic̑m<p2DC@NED $7F$V>֯'䠄YxdyV1׆&$t:Mfn] zAEsTT} άFD-4dM"q%r?:oCxlciO-r ,K."oG҈@t L:zmk(E)6}pbr+{i؞C95cxVjHʢ9t.qC#LR9^ݰu -϶Hf ns!+)d^2aAt',L&plHqsJe7G?1wW"~ -ۈq \#sE.2^rHr|R,:y2M`31!4' -P^(-t,5 vap}@C-ݛA]eS c۟w_53.Mnݾ6nw #"W:DŽ ֞7?x9_(ZD`vy;5.G'ϡ(rY.Ԙâ֭>wW1Ga@X G4'["ht M:~3W SVyߛC<慊Hef5܎kh@=g1~koE(87 kq-}).ewdDw1\l2lc#B}0}laE$Àu`"dkunf-+8F -svJh<ɖUME7|a)RB.u1U~ gu]{eYS,Gg:,䡑-{%/@?7 A;@X \Phv92 Ph{we/errD&2^1_B(({Tp} -3b-\Paǡý-%?i>6xz迨$T،(d3핧W[乶MHgV)?wE8'/d,>sQg%!-($@"(^'/ЌDZeZD -zz?dI#yé[p%1Z{^*L>:<3W#='pˈr~gfB<;ʔ?[T~ =tFLfCxU)f -pc9 6C=r bedDslg.XcK 5w~&mAp_}\m+)bL]*Jqr5AשL|=i+M0*A\/=@ͶrQ# bwbّ6˂r4 _7 q]rPBs.m),n!\D_'K6Udub+[R_W}0P@$M+lyDbo8]K!˜VHaK4aT r;~2Ķ Gτ?~s |7|ipOǺPX<6C eCىHt@9e&xC)vJ\<1 J|=]И͙ąD:;Zь霿!{)9a݁ɋwQOM9|h4+GP$$Pyw/x .ye9j(, GO E3 8;4uR4Ɵ: /֧Sekn=էPו,|6/L)QKQ,8?GEo.c-+A 쬥/K©q ?RjEOhn2_f6C;K% f]@ȠƠYңprN_l!k!Nnz]=Ֆ烽8]2uf;_jڶ>]ٱ/1 -J|? ZlMTX| ϰR1m%Z LX5(-NEHyˢՑՂu)D F:F*m"az|}tA]He xTBp)L gRpfY2RȳkYd`Sܜy5T:@^ELrʻNXK -QMp&TRKUó.c݈U"q*|2A='ks?[ts?^~Ľs̀,p(vϤCv:\d*1!1ﺞ-[98U}bW’X`;Ea'`?gsg?A\1%f`vnͺgA }avošo!),鰬r )mGA?zAӀow #qz2kO}&o/q̷dg'vSo\C@'6C/'vNm*1G(-x1tO%,м'~uMe jy강Nzlqz F"'(P}am"ӳܿId~H8!%FL#;]n<]%tX(5f*f4VէBa,XtV]Wc?hk(>JPV(5ĵvLN)*5~,i>( @}z)\! (Y\(8dвPPg^ -f)C?|a:zGNl'}z[pOq:M)Le$]QMXSiE^RsZ GA9E9m4u-6 e%}9M7~?Oݗ{9&;_1%[<~`a6߻U35$_XکO~^苨zuQ}.\vz0|"*(;,l< ;^u0þ>* {hE"Heh@rj*ubX -gT.~|v 4Bp$^,%k諸5d Nb #lbY)ȍMN<>džDcKWa׏@*)ʎ{ጌ)Ʉ#3i{Iw Q $vp\p8"PY?j!Sdž*LjkL:y&dp4rж:BTa)񁦜mmz"Sw*|gJYa_ي@ٷ~gRxzyG#+qz,ErA<| }G) -XטּX & m+[WNn -\1>=A)JL罈fpDVZ]|s1H-'&`b m sW W'B71n -nP{Wc `@_P@WU]ns^_d[ -,I8Zo (t5Mi ѩPpUq-;GwLTkz(ZKaΑnk)a|_Q"cB? &cG8|6`Yك_$P \\E<Իʋٹ]Ԏ 5jGJDos$c(-|h}^ôH7^*vEpX#CHBFԬh./4|%@lhyK7)o -EmPiџPuwq0Ikfa\څWŹD<)+ﳌY-S%dZcy$i;?||Pԋɘ$r=djQdCuwCɻF Tk*$QG>B_/ 4JʙVv۲7QrBwc_H&zR(Eqf\ @g'ӃsOQG]THdcR?x0oT"cVR4uaf!Xo)baR7eg8v@Lp΂Z &Nu~[O+O 7{١? Ub~ǩeUY4orx -r%lw7qOgv"})Fu26:"YOJ08'׌4fۗ?[Qwr: -r=fwٴE@`ʰ,X}ɧo43ht`1l=ŕ9랂!0GKGǃńUX8qӁ}9R 8)DsM3SZ04ՁԹQb`S&$Yo}f!{rj0R8&.&r#Q$9h*7-(H|ʧdCy=8`2ځDa}t==*9 m%hu["4 0p&oHygZuyz$l azKRU<xˢe5ܴ#掘Ab^OT --AS珞 Nf0 -@Dhp]WoT!S"}Q\\X -ɶܥRs3bY;^o5ySkTw B6 -:[5K28PXLGaao6ڱuF6`x%G K85yP -> -endstream -endobj -601 0 obj +% 83 0 obj << -/Length1 1418 -/Length2 6498 -/Length3 0 -/Length 7916 +/D [533 0 R /XYZ 86.4 715.095 null] >> -stream -%!PS-AdobeFont-1.0: CMMI6 003.002 -%%Title: CMMI6 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMMI6. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMMI6 known{/CMMI6 findfont dup/UniqueID known{dup -/UniqueID get 5087381 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /PNUTJM+CMMI6 def -/FontBBox {11 -250 1241 750 }readonly def -/PaintType 0 def -/FontInfo 10 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI6.) readonly def -/FullName (CMMI6) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -/ascent 750 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 59 /comma put -dup 105 /i put -dup 107 /k put -readonly def -currentdict end -currentfile eexec -oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< -wJv$tE;D4Vܢv{bGCSM!R -C\#Xjh -ho35ƒ8"g{dWLtj昆G )l5 Ě46gfPQDL:J -)T,ЧqVfHeUܪGʖ#8܋.T,Ps,! tMq}K6ktwa9[~>Nlylj\̬HLcƻՐ0?o%>Luc2uUkK0ݳx ߙzΪ 0aw5Joϛ$_֙WMZh%G@L~/G2ɜdg5Nunm0! `N1=_^k9F $2@wkdDMeyc ҈&dӘ&XY6 -ߎ&L5%hEj4#U*'dɻgh#V\3m[qN<60!2>~f[-[؛Qwkps9CLFSĺqSæ#rg{#fbԧ~XDI%:`mrM/IjoƼʩyLmIе/XH2Ӽ&!)[e-~Vҳ$?$o#VCgSOGhQ|R7uu Dq-x<STmP6I+֏HS&Ab.֒#Fa6K>GS i*ıhڽy,RgdӒT;ջA{].IW"b:fXME>N_9/!O)"M nJ;89,Z ڼ ADDt'I>cI,ʃ⨄{O~WCA#BU+4B\ǡU-\^R> [֚WˑJ1͑pVycǞCz/?d-4zu$LG,<+U%5Sm}<‡O r) 'WeqؘdxN6KfG #Me~Y BkYʬ k?kwr֋Ȯj"6KFi%?=,`H -xe)TθLHe;ѽAō 4jUk{pEa';0 7qekJMg/7Cecc}$Fxd_‘d+'πa{CMx){#QÐ}qvz!܉#;$"AW+tFg9ks/NmB`)T|e9c&bW{U%UpC bGz/\~ -.vÞ@NU=x$xihE ܪ 7 мyhXåp2[ӽk~Y* McBrVϞ#x?Z>,dyA| -tW dCiعGATń}_Colim3_SҢnc]S!:LF({gPpΞd>)Us(ђW1i.x 9oqklɒK4 ͯA e6e=uzJ(bxo@L Бey -D2d-Q'>9.v!7᱈*y&{׷W9yM<8%c$ Zо:zknp6VS;c|v>])^QA|ڛhF -G,\_j6,[t`b^S9|B &umô'+-5j'TgMhDžd -QR#RI,FX'F; -6fgly;I?ȉMst.c+735Izp)ܕ7bh[ F+'Y]QU6gܶbRG}e \A 1b1i ̔vKA{gfuč[nj}cݰ6R?ZkU቙_{[ʬ\:>MZ -v˜AFG U+9[ic%YttŐ駗E?[JwNypߊo"R5`j=&Vfu0kecY+Lejڧr΂LFE`V!+O*TbҢBVGgtY's`- AZLD]4[6zRP|8h)u` i6TBzQV u~_Hv/´p%ڿOT[F\ vI5%vÛ+c5)SoK38xWo»7˜֜:Y>7G].m2Af}eGf|;~(XH_-!H-72m9B#1 -F\E6jMKZ"#K=EABO3rOZ>Fv4fwBgڤACNN4}1;hG;ʶδAqzg~. c+ڑҖ<`!IÛn.שDTFHR,Z;4n,@A2(ԁ!L \Ogma ]xX5qMAݹS 3/a\W@ - -,}4T>sDD[wzjeI.O ,35uiX=8ϻ]DZ06{Y-$=}鮾wT!2|<5x? [/[^ə)ðoޯ*ujᵙT Q=1Tw8jB5ŇduKwMޯ?h`|nIYN7v4%?k$Di3'K+ϖ-0T7"G %!~Flf Ұxh5>N rJ$@#GGF/QȒhYp y$ZjM3P3(A4`Q -{_pW'ݤz-؉:3"dϩj ?(){ iM$|]>Sh긕a8uNѝ 'sȈ0pI_h2I{q)V!vTV9وGVnT!KU{hB8w:2:VZ t!:,1s{4%8YK4򊒚:MrI"8/,OO{̇ngbHixu0U7 }|^1~)nKyd'bYgX8]_֓5[#mM uʎ4 [HRڸ?΢ƃܶƗʓp/%{ߩ8P=qvWZTTc{ʀRKML:Ao:$rq/X m/Q,cE@慨KI7Ũᶀ1+i v4џZ4pojX~G/;~ǎ i9*8I -9 ju,ʏl_P!V%*<"-" 8q, {Pv:v -endstream -endobj -603 0 obj +% 532 0 obj << -/Length1 1594 -/Length2 8979 -/Length3 0 -/Length 10573 +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R /F18 275 0 R >> +/ProcSet [ /PDF /Text ] >> -stream -%!PS-AdobeFont-1.0: CMMI8 003.002 -%%Title: CMMI8 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMMI8. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMMI8 known{/CMMI8 findfont dup/UniqueID known{dup -/UniqueID get 5087383 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /TWBVYQ+CMMI8 def -/FontBBox {-24 -250 1110 750 }readonly def -/PaintType 0 def -/FontInfo 10 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI8.) readonly def -/FullName (CMMI8) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -/ascent 750 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 67 /C put -dup 70 /F put -dup 83 /S put -dup 84 /T put -dup 59 /comma put -dup 101 /e put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 114 /r put -dup 118 /v put -readonly def -currentdict end -currentfile eexec -oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< -wJv$tE;D4Vܢv{bGCSM!R -C\#Xjh -ho35ƒ8"g{dNׅs'&X83/`C37Vl"ʀbNeP@KVcR8Dh89pz㠚LF]䘼m[Yմ]Ô _hV`I1J٪*D t U#8,eG- )1C4#9նB~DIb_ 6,=;܋o,NIMj_vVo%hQi 5X<ƪl0L c0+$c:4#3R+h~y3542KmWz.g!jA|v9eqyF[q—lj -)jҙs>l2gјpT@M/{[bK1NW^tD$;Č,,BYQ53}Q7sR |4aĹ=8ש1Y ';l3#pKdo 2{P?kKuU%5@_Ba*{U-ǸG1L5UF0҄>MR 1)dqa,<ׂRBY_1;VW*]X? ?"KZj@Q8'e޻tX<k{s-ZmqqrImqt/9aNgcZFfD|lLYBjg}`㜰h$$TH-'RuVx#>ym֛&xykkxH73_؉յ^0ZS%ݖګ=jx5XWYD!<(eh6hB@2OR(!K*ܯt^";!0* -tG -l8JY| -5K9mYөn F>-?)"ȧ9V*wj gڕoL%Y~ZM : !P!l10{Ft'XꤞKEM8tˈ(Q3kZ ޛ4i_9&yslAʗ3*@xk,@|x/ʖ)Oc*DeE| fGv6\U8"ĝm1a0heAfC+55oNw^k:G \0a# }]xvRf)tsLCs_W@#赡7iOXt&{biҢYnVq̠!X[ow_ "@]J4rSE +,09DWF"C@i[ԗ @~8xtv.fU$ ^x{m`#Z,QRڶ  %Sc0G.;=8sy뿶'Z]AxwZjGOIƆ7,5o߿焘kG~D55o>@]AIm_Ҷ Jo^ɒmφo#6PUA"X꛸/B^(@n$#H褔0㴻fr,d"q+s? n~DL zC ⒎yCEJߢxүJs!(Ԙ>gs]8`;ԭV=ݏhkTJXM*8^zceхE)R !6w3''6"sɾmI`=0c%gxf2(g1Q&#pOvY@HbՈG[$њ\L5ʢ -f/6OyщT9|]O`jٳ1+W'dN(l1BD^]᣼z+L41QUq -GB ܓVA'Sq jv)4Ћ e|iſl`u/ou>_سT)^S-nw}, ZNEC Y Rez3sp$ 2RH?. p#+Ne>PrI%y@n-S4¶{֍Y[OhEi\*BxCЙ#(~#=ϑ X\yQζ5_p&R5‰SJ^ ԷrXu 㝢)Ɣ1,B7GODE k\OȧY@hn:*洊@Q?PEDS\ ؠ䟥CMhQQxMϗDv]錻ҦJ*T#"hiW_5ʙaKT$#. Ɨ Yam=fW#tj&zlIX@t߸ඔ*'>`r/XV(soGRe',q6e: 5lP&7/ -Ex*Y$ݦӢ15\>h#1F̍\`AkS?jH:+S D:]+HT5‹f\V:\g0ﮩ IҲt} -ôoDks>+D85}lS,@\.X:; }# z;d?=rXBPu 2dũģT\c!$rP-z)~·= -(a\/5:T`2Zsf5#戡!*d HE}94~k#G|_FϿp`U2uՍ'alsm >IkBeLm< -< J(.~tG2?pivǫny2H -tAu8ZEb&++8VUkЀϋ2:Q ׀ԚW{gLL О}uCۖ5}"Kb7;K^yҋ -`d;N'F I/- 'F_74ˬߔSVm-M'wkn1Vob|7 skbdׁsWƸkáPPQEMk8"w4Rzz{D+A|"qX4ds F 6YTڂh1|DRrAgE?aYdhV#:.5I~𡲊ƭax6.2=DG삎Cyv|[td -4@QvBm\9GdCz6mĄT":x8GU"QG =tOT߉3YB%#&YQ?O|8ejnZ52$Bbc@}~~6S[GtPH,ՎmIT\Aa4P`J,jS\Cp !JE0ҳș,WLX -KR{u:U -P~kCWD/ʮ!rt?GNQ<6}BBt9%\eW+Wxq22 >y{-u#cZ-+f,_ -R"޹_1vCtt!2la72}^ M}]rjt64;߁>o]R q/˸&Tt #\GCE9[x䜙{~2'gPb5r-kpC1V.#pj!$v J>RY2ʮ/;MRu7!vFadSP'ÒӲAg ⠯I> # [䃻~M=Jp1'g0=cr7u#L$#?&lE=Dgzv!%˔' -  v^h`_ MY];o"MɈ?Gf{vcl;C]J:bK3s!1Бs EPfڱхsee_7ab")HudnZ~,Iêϡ^\=\kw0)^l 6,ťݿ!my`*зNwbfD:r Z!\\'d%Xc|@ҦE8 -2͢4@E-Zpg]o(@wNZɖ<ml2n@>&^^78.eimSكWvj!űY-ŝP}Zi -*C E8fe$2)Nvn}ghC}G0]-ۉڂ@_9E">^ }bZ~äNӜ1Tsog^AGS \W聐2+YU߀~Bd/i0/ޤS|7ר꽐vvz4K$,I8g{_8xQ:9D-M hXq̮%homQЁ 7/Fr*paVPjEU׫^RixNQ&2qCyZ$%7?pNu,{&'.;Yp&+a̝Ep[Y  uI9#N q8pK#qq3>,RUHRnh}55kp=DA-*X[UuOCTcjw;8 ?3[-K$gHˉSxo糳ģ+mY3S:9%д~9({E2J -3>B8^>q3*_WYhB]X4HswP>Oд@ w_93/ -endstream -endobj -605 0 obj -<< -/Length1 2717 -/Length2 23393 -/Length3 0 -/Length 26110 ->> -stream -%!PS-AdobeFont-1.0: CMR10 003.002 -%%Title: CMR10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMR10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup -/UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /DKEMOU+CMR10 def -/FontBBox {-40 -250 1009 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR10.) readonly def -/FullName (CMR10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 67 /C put -dup 68 /D put -dup 69 /E put -dup 70 /F put -dup 71 /G put -dup 72 /H put -dup 73 /I put -dup 74 /J put -dup 75 /K put -dup 76 /L put -dup 77 /M put -dup 78 /N put -dup 79 /O put -dup 10 /Omega put -dup 80 /P put -dup 82 /R put -dup 83 /S put -dup 84 /T put -dup 85 /U put -dup 86 /V put -dup 87 /W put -dup 88 /X put -dup 89 /Y put -dup 97 /a put -dup 98 /b put -dup 91 /bracketleft put -dup 93 /bracketright put -dup 99 /c put -dup 20 /caron put -dup 58 /colon put -dup 44 /comma put -dup 100 /d put -dup 127 /dieresis put -dup 101 /e put -dup 56 /eight put -dup 123 /endash put -dup 61 /equal put -dup 102 /f put -dup 11 /ff put -dup 14 /ffi put -dup 12 /fi put -dup 53 /five put -dup 13 /fl put -dup 52 /four put -dup 103 /g put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 22 /macron put -dup 110 /n put -dup 57 /nine put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 40 /parenleft put -dup 41 /parenright put -dup 46 /period put -dup 43 /plus put -dup 113 /q put -dup 92 /quotedblleft put -dup 34 /quotedblright put -dup 39 /quoteright put -dup 114 /r put -dup 115 /s put -dup 59 /semicolon put -dup 55 /seven put -dup 54 /six put -dup 47 /slash put -dup 116 /t put -dup 51 /three put -dup 50 /two put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 120 /x put -dup 121 /y put -dup 122 /z put -dup 48 /zero put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{x< ,-.2iRnñvپ1䠕 '䓱_r"O_t3kefBݼVfj9ҳ Yh뀸{q-ɷ}W??gw1*Eh[:tWeI,v8a<{B100Z85|}Nlw]6Nbh3E`(Eޏ'Q;eԃ/.DyL5$4IG׮Ɋ\yj9.VU5Q!-赁B9dB^oVwBɎT7RsOGA b#TBv!mWT=w,ID%'MK<|]D@2O( ݎ%#_ɷVBST#z!${l\4ĸ ;5l&!〚=(fUwAeB#30>H 'L+֓jz@=s\<=\Y$D?U 6xGQnǫi%֔! -L2[)!fXc<'ȲRP3E!-:'AJ.IJCJJt&{76 -#VH/Fgw"F5wS$|oQ<Η `~<10|;,zɴ% -oߠx0sW1Fx gmxVyѝ"]#z~pv Ũ.rB9$nYCC1td@#8kNԋK;ԓlF( ،N;d*<Ʀs9ZQ@It%[)7&hn Y'a¶T'Xrߙ/n_nJL (@ -К -N{KF^kbn~`L]aU{vLܺ41$rmAsnZ*=sob@{y !CC{c.WZ0n bpgsPd$-\ԛ&L27JBs/g(xQ,t>[8͓GsŸ:R$9]6&my)ivjWLRB^RBalx_Y:5M/j١!}`D&WȪQX$HߧtI .Y@nr_n܁ OtAN-L n?_^_g~Ə;`KB6eĶ ->lQp)/;S' ^:tJj@xE(0G;κQqǔkT'; ÃDHjsrxܖ -.>֯kl;&#<ښe)fFz`Ƿ?Ic@SH&<evn8F\V3aA!yy:+c!xbM։/f}3ߖ˦"G'fMsXWU}Yĵ^ %j!HOH͎_;臲Jv]# -$'Ch?5u-G:zHZ\%Uv z^By%NT⸶3=X?mJ-3iH@ܐfσkR.v'm.'SDly7 YCm^Gu5_G1t/ -41n_D>}p+fg9h$]@M`^ҹGK;5wIrqA3fAYiuYrD:dR At -,)aɺh9[ԧuS9KTKaX$wgɓO[xqǃyI(j5LIc}|h$zDUwY+Z:ϤŜ1le`u@|܈贚^6/y`a [Ί`ҾEwa ziLa}jʰ@}xWns0n*{l?Zz>8p-L&ȣK`> `%`ݿs?v˻^\*QNbf+ۼބo" ٧U zgga䎐uFљ<Xyݸ*g4?X2]4H͢^qLeoU~ 7>)ƤHnA7"{DRj)ע~eVDJ|X}ѧCrTA fP};"ӼK#ΑTF\^ԓ ; |R D\Ă Hu6QИ'Q3b;x#3S:jb%tJ/>ʡOrVށx]>)]l5o[F;,N&'i\NQIH?T:@FN SX0<)hW4fFDh.سT)^S-nw}, ZNEC Y Rez3\ -tY5`F~_xU|'XLJG@U6I \>:V_>զ9*I0}ӵ\"{3UzuFf٤Pߨ)E8Uw)gq:dj#hq so -@ -KG7"|QЇ Zzs|}LմS:fmA3S 2=[dؓJ\ܳc|tj1ƛArѮJv,K| ϕVސ -Q[^9# Tϝ̖\ua2SU;}wѧ ]*z24cL4$2Fw<`7)_ 0IZlf5\t~V= ʼ&3VYvE9c7xX y >}ķeĭ&ne4{YӠاi6*֡gCVj81aG[QU XW'~7?7KO wͯ6udslwS+BHub֜`ZewOX &l~3ԸfGkDDr)}皶!m[ ʪp^"e*EϨ]\YW\ksB,IQ Z1IݔQ'oT4a` VF )apL|y 6>u\"$(WBA&|a M+8./Ҹrkd)Z|*_?f[;W {^*Zl3:Syw{ݿ[8}JSwd?Qݩp+4 Á!!P右C@{:E@Np2{&Bܑ0%f rJ LWm_ )uv32HY~CSxь]2Y7]N3*g5gLISVZW71KAkA"]Nym 0/;?gWCH%4<;sL?bSK!!K0$h4=( FV4AA-L'Pv&ˠ܄ )G(& 9UABvNW[d&/QY7Vѣ[#d {R`'|t^+&y]ו7‘`./|oIGeOVNM.b*#{Ў zijy\?}$]~=R;5\θbǠi)bbOL NS\rSk8TK>bcOטBk-Vs,ibkQ(v)b-ҷ&Pmz5AT#DmcJFPߧQ/7Y ؕ} d)HZϬCE{5tz }amg߱RؿnROøF-^Rnw3ywtkIi^vY1[5x>2 WDkX79+]M}$5)KN:UTb;P1'V4`pNuO(#9bYL7س!2W9@,ʵ303F:|8U EvYQ -nׂvA:(Q*1*jSםE?0hryI7VYdX1ōM}īO^D9GrhvO !JQXАi'mj'+L*G$c<%:6Xs+{4K `Fq@|e/&S$ب - Zk.dCg{uxAS[)i WW 3Ae~] *mgEGe*v֣N| z -Em-e_Lmi9wVd#ͧNP1)5C\<5Ln>lbbo+ln{F# -ēH@T~=\e̠ӈ=4t7v|p Euq,*J~|7B6ʜsP14*<{]ESnJ80XCM!3𣏕YZlT-.N:A},$PpJ"9_ 7+ec{{-ތ1ze~*c=~jV#ļД6>(ȫϹ}gU-Ix\?ualQܻ>2T;⟽ eF(][rdfdbPZ5.9~y1tH1"#BV4%cOP|,id"bG/ -]W.SӑP:>R+Q{!Wc *Mgνbc39$eV6ڵ&xc]Niټ:PL'~Lk^+H5)4T , 1y2ϮeG1,, tu"];%NsHNqfOd1E}8Z]̨M2 ڥ>x@3L]퐲#}YVY7lлUm 45F, -hM%n]U]-8:\wx˴.)g@fF{Nk93&yX%v*T噗3T\MQ6 &Y1GE1[RbSd31~mWR/Ka:} -S;76b[7ĦQSn'0IA2X0T`ڭ\WUNӢs\s?cQa<Ҁeu|ݧЮ?\(ID-ioj"(Ҋw]9@Ó# D6yź5hC F۩[i!>J£n@mf]j - -R=8zyb72Q#\Dw㢩A{%B43!e\Iѕkg(26I0GEyMXMDi3GH bы{Jf3S',8GG3fFI*>V,unhXr^Lx'95U?lF]!ma;SiF u>Lh=r !7Xקh=\DI=b1 w8JΈ'>w"BZϮ!I$Hx$|hMi W;3SLi4*rنZ_8)^`4Ve|fb5&AwqTs%)#_RŦĴU\Sr|m|lq܋ԭa1ozDXSN䨋EX,{Kz*|Vj?LL%m&-$ q aPNv9&Nlc% 's;10(:k8G@ɪ_@Vr$C[qgU2wY?+ל6h.Oso>fWr<!K|ԏWf701iz??d2%|U{;e1u]dxrLI)4g,8dj#R; J`NX9]Ĭ@wcy]|]GpM= rm}- -f[8sM,ιXCl-lK)w:KQBJG^CzR3I`Y?ҝL~\%>)lͻ7\  kO"Z$,ѮoÞLWORP'RT]nܐwEߍ=i±!%^%,|h=E> }x.;\ߐٸ5FW۞faDveGl =Y ),a?y18m ?y>cZeTo'>I< 40Ei( -H7+jT6F_MdJqAsq`|Y'2cTNY*FY U2q=?qd쿄q\^$?PM Eo⨝Ci ݍ|9 C, :)~ UWԣ/gSHx#y@.;j)닅t<$1- -5x1ȜvdR,o$ILkl 2$Hw* O/IYBsDIcy\&7v5>2ij-3+H164X`80w% ƈRP165S%r"ƀ ~ Z@귗Y29ZBC7.I!b,uUՐk] -\ev,ѯD=b/5L.:@Q]#־q~a{X|> ? v𴙔R^9<&hnS)3^JOrZbP(fk:*vE>>Z׻Kp: jҲ42D\ݎ0}'e9'bMyg -:4׺o$P3~u(n>hzy&_HyE SLٽxK.C`0`,b]OR1'iww~)LStءRgD 1?͟2mYLֆ}gqblaVEɌ @gP=fK7y!y4 C2D)RرM^'=,uGs=%~MbEsL+9/!֕_y7'aUU6!4D'b7&_y,ב=HgZ`Q_XVI؂\YxF4ujKXDUtJ )2E}h$VQ(c#69(0Îa072; ؓziʜ1s/ ||=)/l#)o:$+u1k'!֯Bar_L2շ 9]-ܞ 1*w>C( KyC.Z\~,+S2_ <=CT6~gqthK/QñOjz5S;cm,`DeqR]%ʡ族$S&T yCgMwQ0:#I*cV_MC3;?ڿdUBn s󇪰2xծv@Q}ɾǕU=,~04g:WFϝӆ6rca҉sG%ʖ C)XRВPVM/)֫p:l5x0|:,3";+FEѣ62h^h -Ѿ /VS`̥bAkdܛ6d8S艴;tv72]%mrd Rp^ZAP볆 Kd黄um3t _>@ܢkp Uq.K{ڥcK@(?RU1'MIm>(I>+))}(ܥG דj ; ۏ=| 6:5j1\+䀍mFJKBRJ#C#RHښwI ]9ī~:S`1_tjbo4l06` N =X.p3V3w<m`e.>/Ix 9H"%x!怠 ZBhϳ`}.VjTy ٤F*) [oXTO7*C/kPɭgYX-&F+6,r0F̠0 4CYp_'h?X曍fiLR(MLɦ İ=z2d핝 - rD靹xiKhJnfCӀ K?cbGZĉ]1Ynl@cKsIjT:m:B"X v~b~v7FҊUF&HP RNRj_jR_Ve>J70[jlI>܉~P= - ?EPFMEN4r$1aqnd^Whx&#b^yW1*-c$6(QІ]_D`MS/̋Mt!bϚ0Sk5 6mՒjD榸({>i>"o%D#Jde5/6U5S] -Gш]*&ޖjUdehrA]tnCw "k;LiV"d+z `iR\pJ^ O :;DP?nR٥D'-SWG_H_~W9SI!?_JmAC>Tm/NbK=E 6FrOHXŝo4=5ŵmW~͙{$y@7TXb؝ VBWƉ)Hw -GF_mO 쏂#'3kaphmEmN(7m,g0<8Es IN*w#:$[_pEj[W¼HTUm*Դ%Ua:M)1\i 9Ƌ盅:,Ǫ`a=%}>*,"q2sEjς -AM} & 5]pk^NR[559-(8ș]] Ki 䩬ܬZA>p -N0ҝ̳JN7vذZzr١׵P[~(l;<k[2x}DS٤11)7D4Xp Wi-Uv+%Jgumi쓅piL뫣g }' ]XC.}'e(_`*Y0(?cZ%uɼIY;}6mb]8#ZFPp(JD({j8Le"MnEaJPVm6gͯ,tncwp -Ś0`*\>VmWMBg8xSٸ -9 VL~ױfġyBCh{":z ̣^3R FjD/$MFaW UJUE7:ܤ P1%yߍFXvfE5٠]z"]HRu1S5؉-r[vu%Tehc=^nT-^ƢW6ucgȊ[Ho8Y : :2uG;sjN9^ћQT%{o[_^Z ٴ7xƼ~kL;R΁ f5JYH>*N#lڃk!Hy2G1ܭ[Z=R)so.vlZ4!wO3T||Y - Xv3O @N6Esr+2+"yK1I0&[H!gaA\B:$||:._4_uA8jK ǝąnBvy E{l}(AGcg ŨLP;2z_5+$ 0gA'/1/{Vzt@eT4U>fn1 Ƅ. U/L <rjL]ÛXSL -0(:jA6z5A3ī6qã::ɓ(0! &c' [x"QiӗYO(4''84ס\u&ݼAQW\pu+"Rϲez· χԗ"Ƹ4nv3-&<B))¡CI[~=81A\aHeF4llF[,5.[3o&re khTRWsC}rmpJ}`\_SB?(p -DTj Bm} -/fs?4Aщ' yw}X0 }_f>tBV`l -p,[P~Ճ$fZ d4&<4 -W'E7lSh/:jHW HdCW8u?xL(\w#0;Ot:[]O0[%|=j8cKڥ5 aC -\G`Y ef.yȍwFZ<)eAh79?@󸾺$˺+,f Wk,0\u]q$4@B+}V$ 3.N[3g.tlZ·%V]%/'dd%/:nq7Ol~+*q˗{{׃gw>]0% b}Ղ˫RIOp }dbVPB /K*rzZ5Ѐ= :"`*@\ meqDKZPhGv *Mtd|.kٹ;G†!:)OPawcS{]G]ՁiAKX+ѽyK }dRoZE*ER G6`S?%ΐK U./7Ga:5f)4:$hClbE\ڗ|iTT{ͩ(X/0!8sm/pJyg4dD|vmdBꛙSKYu Rs -V[,~?KQ&be ,2mSIY-4n6l WPp>]MKs+ ͅ(m$M'\ȴ>ޮs+;fw*VSPM|`TNgPrѾfQ.$%1*,r:g`m]/#@&5&e*N)(XJ/1[_=A[uYJ+Xk8Bt7AX4ݢRaP`x"! v!ֶ7C: ^)$_ϝXƽ6/3n ~JboH5 ,G>IX]=>!q Ή]qx9#"&]$Pt&w <ԃWJ6bkB I)k_^T1mrE7ߘp*hT> ꫰!x(fR5h>I&nh7#*埧těR!D;TUN q:]m2f*kr@-AI#nEVT3[NGH06P7SfIv5% -( j?a[p3ReW0{8KV`f}{2O;OMiqqN~7tJ2Ty_Cʹ? -(ī_wVHY)u ZbG g]ơS8odj3M~Wc؏ton,;O>iti*lƔB&|;DƱkՅ"D{Gճ\VHȤwSqɀUGjCIy1GYx2&uϟ>Q௹ѱ_`!avyμ+Y'p(~먙KNp|;%ݷ -rtlg G8'%)jqR_ܜ:1]з*GCx8h.58<\h -h܊r Q#p2P}&m]"tm8{XWLOc{<2B&>T$O\lrkK~˭ YsBX"ߕ+D>V>S錉kJ>A%& 6[Pe9PgDePpzIM,85вڥOUv"zPG d^9dF2~)T ? ' -^w)V6K.Ql.ʆu[F:@,HЖݽ~/y0Htsw-˗bQ|!WLoo4ݦ$kYyҊ ;+JY$-yi2U e-ܭ)p:.htVwpH+dϴLœ!~ahi@3D; -j3flf ^RlaɘOgbA ys{A0aa^Hw97,bIW儞D>k]B7 -).4{$U,/f@?5IotQW9z-9Zѝ9z GW$/Wښ]jv_NlٚqxtNw |0*'4L0ΖUcnzf\6GpէqG~y* B_UM=Gy}EQL. -& sATJ^hs/874 E8X2)0O/ubݴI+chFy? -vMr8>0ǫZL|#db*PB,t 8v -еN-3<:E4.^I[`Q=q' 裵_5lJcIj$CWpN%0J"8^XdjO kb̠[ZHWC3tujc -蘇)#~jz,iIm͑?e.6<>qgE5gf re^7I:\_dzIUΔά8ce ^8e -'Oh0q}v%FHHǤ% -Ff{M6(woFd%4Z˗ȿJG0kS= -(M&.;=XƗ'-"·/#1y5 bkl_tOĭ:0f`_!#w 3tH^?⥕~·$'e~׋zZ09C{Cv9Soջb9 -DBZvԓ͇)˟u(DI*2`>/\3 -ԬuD <89y2sN}|9A8˃z:?OOGM6]+Iөӹ&dũ=\}>w.,J; w6qJ\]χ;Nuu"_ϔ+ncJ -l,<" -V,|w -X!*NП̟n GG -8ǁ1Y}M~2w^fǸMI/,3=(5ǩcCuTP!C+QSf +Y kL1bV\ĠO=ڋC!X!͋1=ӝx>sJsecnOf iD q K @ _q߯Н\>3$GO ;PT:LZ˄"C1/1-6z,efb.K;9ZP?ljXigR%(W635EZqZ֣ezcyg! 2EMR}Z~;r`]{_ IyO!JZ:>3f(R4}Afh,M'6ܭLia> -stream -%!PS-AdobeFont-1.0: CMR12 003.002 -%%Title: CMR12 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMR12. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMR12 known{/CMR12 findfont dup/UniqueID known{dup -/UniqueID get 5000794 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /CYHFWA+CMR12 def -/FontBBox {-34 -251 988 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR12.) readonly def -/FullName (CMR12) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 67 /C put -dup 73 /I put -dup 75 /K put -dup 76 /L put -dup 77 /M put -dup 78 /N put -dup 82 /R put -dup 83 /S put -dup 85 /U put -dup 86 /V put -dup 97 /a put -dup 99 /c put -dup 58 /colon put -dup 44 /comma put -dup 100 /d put -dup 101 /e put -dup 56 /eight put -dup 102 /f put -dup 12 /fi put -dup 103 /g put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 46 /period put -dup 92 /quotedblleft put -dup 34 /quotedblright put -dup 114 /r put -dup 115 /s put -dup 55 /seven put -dup 116 /t put -dup 50 /two put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 121 /y put -dup 48 /zero put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl75R 9z(X*Rhn5&g\c9`EgwT!xIJz҈v*lcoƿsdm^%=谺D +u9#3P _] )w -UA8 HuG:DJ(W;]-0<.gSB NlZOLӡ5^9:K*|F -{É ڇE,q>j0^x떲Q'X酉i ;yZPt>p1SV}:ުad0h{JA)Θ[ U=y5pRU&0'-8tIAx*̣$!gRHS;RVU?!lM٬2gO.T7wϓ)?CߠVb7^kJ;c -N* ٍG|Ucͮߢɨl6h6[ 2ߵПZvUlP|%)VǸm׫=&a -Js_̲y|{R6ĴʗB7jIȘ2a% @74 @4(.= `h'p+xvX}?G3D:^ӟ*&4prx5e^hk@S_̎Cl^^}ڶ-q9@e @|wMrc9P(TkruY@MnuW`%?Q8wG3g; dlo 2 Uu6C֋%YT'Rjo1Mn}L+:O/`@ӟӎ4J -B $YaհH Ag0IQ<;v|<6G@tqX>ɏpI%(Xv7}19lAKڮ6]+l_6'3`k*T (]65R-[(EAJ!3s:e*Aܣ ZEsNьmcЪ..> ˆ>Q&x̹znkCfqW-ٕ6qo*p+.gjlZrht?3:2ty&F!w^9vӐy*'ImtӮ:dN#LaRx!d!R *9SDdkb$Vdž^t4}h5eHNrHI,O6'l -NO#xa OTV-(!JZyX !]z@. 5-DL5_rHqg/r秂gͯP%x d꿖xAcŘʺϡYd(*:od`AMPb-nt]#lg&eb5d*OE 5 UThlv9_)$pC+(M ռPVOptcC`ՠ0IJ85YA('针1J ) =n?Epaq\')_4}KY+d>^cV60EZt,)ie Oӟ5ni8B5*Ƅxn@EDP>e$I^na Y>k#w?p͓t!_1 dr{d ,@]+ضCzn{0RUK,&Ձ\ƭТ1LB#Jp0 XJK7ZLD"afI1?jt'8:/(IGʵ6 <+r xj=9zI!ƶreGNXNpA4Us]b;g-L:/ڮpaؖ:1xǔ`V&EE?c CۗǙ77-`$Mv|&sČ 6X!g#ndχ[w䄁n(dَoo_o2<ݻ  xMI^ -[$dDTZ jķi|O.E9wbSsBz֚ȴ!2g6bcrۑW1A"nX14nKOC-NA=9g5=W^x(xڞEt8}NIDʄ!"]}FET2mRi< r3a0!fS&W{V_ ħ/Wc - 15y8/ V㯧٧򁂝*^F}#? P掸-~m~j𔜒FvV K.\'YƎZ|9&fr7ᶀQ~n- L5Q/[[ORue>G zjP˯,jW灔Rڮu7q jml -3!9ri `u8!5$cUUO;~}ۨd>̖ glUov+"Q%z=$Uu<J6RGʴ̇vm%û]=PC}_2k& ;eG7גI0Qf/ e!S|2F;֐n3:Gj)~kM'AR>CM^}]dLBu(w& GJ*ԾS0|CxoiNK@N@f2ްir7%x478˷턀Ȣ5k~:Dwp";jA `SR\Y.wNCky~uH#(8N7 v/I g;0Mf{ؒF3 SwHnp}D0yafA3?E.RB偗cU|O+U$r=هn5`̕,/^r;5?9>QNGZigp={_ș0H>(˴uWӥz|T̴VIMf*ߣ6c^֟}@_ϷW&)#׀+$ɐ2i_Bzv`]C]c+老ь*M0\omV -,T[a'rھٷ=+.t_,'P)Чr*4Wp$ U{-тB qڠ -a`O|qd3ú$/|MR-` ;6M|şg~Y u[l(oԁglEwք+pdڳXlDXuG b2Me *eiRXx8AEnS\RyEƒjT91Pr]T|u0zWMS=nkčeԍ,AFk/b\vI QDksh>`aP(~j%P> -GWlL?ݑ&hu&A$%9c\P "G(" z+"ڸVH1GڟHxYTҫs-pSCq: -99xec]R{zC?yOS.+T#``" kk2A>&^Rz=f)gjAݓ'xbBPd<^Ҏ,!ávm J!*5ҋ.5(K>++4y@B[Y -`͑!-|RVMr6 d$jwe(%.`. t -`n1h nzeR#nmOنwwOu*NkxcV9Hq82ɤ3՛.S+@&\]bWߡ!Nޥpa0fln -ED pCr:Q=̝W8{mCUط;Qtߪjƚ|YQ4C<ZeoDr%`ʶ@B>:o%1+A%1{$vK* 1u+SpĊ))2"yLo)5 ?=tpB,RbIth*NAoٟ(/'J 2nbqʻoHsTV}1a^/J!F揟b,%uΦ*}M-8py|/r,gZhV|ȝ1xAStW[*V{~R)so@o1ˠĆl1; ٞl#[❟~oSXŠ$E_Hj# 5ks>ߺ/JӞR~n#X45$x?'+=pÃ4$#=_ca3Z}TL~jU>> ,svؠ9,z_;tQrWׂ尼hÏzw5־Gi -Ż{ W*pUSDw%*bl 3M# -rp2i:/}`nz1$%*r&hW8 PfS:[Z6ʸ xx.GRD.JojS91/7o]뫊Eq\$X\6:+{ˏ)]<bjf):oK/NS+v36P Uz~3{܂89:+;J(Nƣ\7.-nJZ[az[iݜ#~t]U^ >DN# PiJipHPKaTgs^.C3x(ʮtwh6C3hZwC *VIy&OLxfS5?O % gOҐm㖻J&m:H-0h-IF;aƺߒEogPЯ3 PrGeFVH"d8n0|i'lH|Ej֩X" JjBb_3NZ}L#{t![ݳ)v5Dp u.w6y~Nn , օJt,Y߅'9YEcK hv327K_,} qKMhu xk/l :A ӌR>'סw/J}#IF+[n+(jƼǔ{.Zk2,gąɦGJZeg ;mF@sl>萡tdŏ/'iY\XD/fbu{꫸)5S>+ - -| -Wch&MM<+YL˪ɛ\s&{҉ˈJi>_Pl3!ɾFcf"O7Zi+Qc2S:s{HyV.S#ۉte}ͳm\t-39-;1\Cٸ3 -7]kܒG?CNtӬa -A)8r(4q5(uCkʜAtA -:ь8K/ٕ:Ҍ Rcroδ֓˱-D9%~t"Jw(a(D FCqEUc\-ߍ2QV | ؅f˶-}ӹ!p%-XOb37k5xxCϟ#X] -?k%j]Nb)uWt$:3ڑMFvՋRQN -@؞3\ƀ0p[U &dDظIoK.E&9,&u&8}ƶوe  -:k@lԍzCԾI;'!4rh8%g; a9#ŵoK&1A6ʛL#Ӹ'(^j,祜 -z9B{U8_vXy2OS~)_Ę~7NG!*t-}zn` faqn*gI6 E -t8:1$ N.4 ͇NuU"75s8(ʹljB2 -@ϮI ^ռMeѲa7I{b$2e*tc~ -_, 屝hcnH5~GW盉6pQ6@}:F10y'JװQ/?JƉ}K0oENZƘ Ll"^` -8y 4&=BW ws/P#57yƥԾ -Mկw9/xFB+`S|FPEԠ6akQx9LssU/Gc5%xFF&/!̎SMN.pͼJ,8 .LLh1"#Z[W[Huyyb(~gXˎ\p. -~LܜNfGpI5|.lτ sBx~O'2ը̎Q5<`)¸0>{^!{{4yC_X1U9'Π̣n<;9CtX>EL39p_ŵ9Z?ͿPDw%BKh0d($˻Xdc -;3`|q8j^{sK"++4k;gb/v,; p<+=jUrj$;ɲ59]dH߯cr?k]̤@jXaz 3SsͰ}Q:!?NxˮVǂ|'&/O섻'Xl}n (\nyx< 2z*F|L#\AG~]6H.{wތŘ>;_|fDMSʕ)X,qdHc$MtK@݈/]Wa_(KP1=1L;{B\ F= t"bdUM^,ViA~Jd$oq2kZdMJ~˚Wj{J{v! B -Fb+sC髶waiUgɞT%t<[C%$# Vz T,L0^P6EZ2ŔM~Pz<@[trd}꼮48TTkzX6 @G"rNU-PK+Aq+n_͖~^VYT"jo==S@ zj0XLʌLtC-%9+\' -Hh:@SiHQ.Aj1 x]}xM/4/>e1l!2ԌbOXz nDNЦD W>&O癗?Al^7p/ՙ1YxTd9=L`BrVҒ-oFrO -s2O&Fwݻ8+ʴܳ飲Xʭ&>w,P!MBA&6eGj: -%XQB gAp -o?~>)r_!9lk~!4dچ U4ZI\3Z.8. 6q3i$twcWZb -vMv` ~nNgo97gb:䐑qmɗΩƠ<$2Ki5y 䠖`l1 Q<@VOt9DIHq 7j_GVdʵBz m_YUS*ȮA:H -5֛3+Hr;(x~6"d xߵ62n֣ Ѷ`zV&DG -;&q|͒%$%Ǡd91Ǟwóyy -+m\qJx"2lD >ݍ;JCaqT\fPzN~bp=5U,vT=7XKFWpHT>Tk7`=JC2:p’RiF]g*|,|vDnrЇ~m EG.K: }5Τz*JeeU0DΌ\kȢKQ'm…hu{]<._lK;ԝ1|Aܸ!~ECo&=.NHh.T7i1eja_rԃ=|,مڣmH`!U fI9#`E D-񢯆fs3[B '6J\beɁreゔ&LҢ7U Hj T.J%LO8Gd`>$1@*Hȵ3@bdtiL>ܦ/.c _5g˰&b(L[5Aa40XM:|Zs *"Q"즂;<@X\ 6YTd_%BAdp=]sh G@+F=. )+!-8k``Ǽe h 6^ VNuœZT/4xwmz.vps`̆1iQ\J-A$ѽL a^ߎ#Sm|B}od_ul|يzyY#7z0]7RzaD=*$Y[)R0MJV)؉bqYgs]h[VGgeWjMT7H8s0Em[W؛w8V[䤂m%Qx!5RMe反.' ֯<|R%:[T;֟Q -jGdcY6fV̼O4W T/+aam,OT$^ֆƜӈ7|Tr 6z4_V0^ -sJ),S2_:8lgt ^f[qEίPoJ*niDKe0 `t.jսsz$ - ~(Zv2I)2jYѹQ>^(9r\kpaeC Wm++ iW|_j`ܓ ý/({T%Lռ# ? Tzba'dBXd:O[g|QiX6&vo9}q!?!Η#o}`x-V5#)gM$>(IZ#կ̳N/sc2aՒś=1qŞHmYaDXѹT7`OޠIzA<2Nk06JV|'O 5QTuD \-L^zqkʍuK_Ee0̈6贫ӧQ-< Ny}HWg/qt䔪tC/e$X,"Wo SyG77Pg="2\ll(ai 2^K$W4WZxk2JVC$ᨙT耏'ۉzOt5YɊ866jp5_"+Cg|&> -stream -%!PS-AdobeFont-1.0: CMR6 003.002 -%%Title: CMR6 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMR6. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMR6 known{/CMR6 findfont dup/UniqueID known{dup -/UniqueID get 5000789 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /VROLGE+CMR6 def -/FontBBox {-20 -250 1193 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR6.) readonly def -/FullName (CMR6) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 49 /one put -dup 43 /plus put -dup 51 /three put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl7Ӧ!b^Ѵ-E>3t;G<;l: OSS*O?9-w yg8LsYtָE qHp0>ˇ -,qۊq mZD]7ʺOk-G_\SyGLN8g2Q}:ä|C/ɑl ѓčC2`Lu3D*Cǩ5љsLUkmH FqTfZ$|2xlڮOuxgG/|:&Nn$JEQyރ4>py'3ji.ǦX9~b0 ub;F8(PFY|DS%y=gn!QZИOi歨H,a7`_Z<gZeߟ՟q/~j'[E1 wg,Kom>M8;r CXVkg-/R@|lbC/zK_i,'1Q7^3EӪ9$Zdy]ltr=>K%a1\(t.EzW(#MN̑6~*E;ֿCa^1y5ݿ'hyf -s.8ϰ5ciG$5g0KTlp@>]fW7QGVn~˟=]Z`*~7 "ڌcw0U{Yn._xIPYQ]`MN!Xw:R;t+]gZɅ oswQU)8aA^av>xƍH_n~}StG7 K72fCi0Gm1u?4&]ژdFpmUhӲ$w\Jd8+SE=XnV%?ү֟G[4D)ҏ}<)%pD%qrkoX(&Ƕc<^ԺO;FIRCK-fjz hs+*U-\(=D[d)@%t)#ْMٗA=5N$1Qkh|)Zc׼=}6^w'eufH p!x."s!SpزvNȗy8~%_mD8ǸrɳhwWu_6[= -V]Y2?% -)/KR|e=b_0Sʖ531ؿmx> ՘OX![ؠ`vf|}R 4"~)uv E$U\W;댞K0 6$֥拐Pk?yy4<˒q=CG$ @d~A1Q8A-|߉b1`zj ۦZ\.r ~s"b]Ry&rD0hLS)z6M="'OOQk {2+$}<໒W` 1=',hkƏCfE5F]Ћynh|d/(~&PB9Cx9 - %,9OKLvH,>Ҏ,6"+DƸrhL<]A+6JJ9ۿ2jQ}bF[z'p&S*U$ؖa`RI=՞dv_\WB_5n[&UXiNcuοrvI]VI߮\S"Ivs qYpP]5||rOډccB0KV|נ40Cajps8A軝Y4-L ͯi FV{%xE_ *`LOU -ǔKGs|mJ%5ݯdAv<jா-W:,=BYme"r5tŧ>,wxI_ esxRtQeh; -[Gf҄(`*/I{w4iOa"č\%{-+`8@;dZxW'gA$vq%=@ Py_w駾{p6LMmM# -R -Y$Р쭀|6|噐ȏGI`fkqa}@tZ&'=3bIgU5eA},):ichZ:l҂ 2W#30rM$a ImvO", -:(%CMi@\[ -t=UMn[B_2_@nu?L,DWUx=u}#m6xA x^QZ+% *{ϊշr RH [*Yy0iǭ0abP7y־pvkTTR+%7!fF gGP2?S%|b%N&t:>EOYJJJZBH-!~yp̊Ҭ㠄֯d z/3j*(JP$'AT˪x"b4~4]Xպ撾99T<ԟʛKȟ9[I{P>5Ruc&(0ܪv;{3x}_%.beW2eSxD8o{ۻ}wn,WPz;+RtVX= \uBU(Cvw?H jt~DxtӃEP[x/2)+ഷʱx46IHgoE'nb\lLhcb/K}kVD u6#+9oi(gy5lS{ ZQ 0dpWg-Lbpy\z(gR6eKG=9U2ݧCH opr'FS+ U$κ h; I~Ζ:oDUEFyo;0?mP>"#Ǖ T5J!*S@M7#8&-yn95GTɄV -+WS[Om3Pmd,+ST졆kyR<$ ݀ 2a&=CԠN 97#~MT?BzR͹Qz]sTP@P G- R9Mz)3MHxV'.(s;|_OT՞X9`G $PW٤eY=fE%ԤOpdDmz]֥zK+xIVk -w:Mm4YV#⺸M]*Ǣף9t5#rm'Eeo$Κ+z8n/=?njѳ((,O2w <6Fnc1!AzVRIز+Tko9:W\v.yA5gf]?j6)xy!N5g,:2F%uE`Bxw(ݯɆ&^͂NV۞AB k+&@'јsƒ_;q(_:.:)[ ?bt.N|Pm}/u#7A"U)T\ZxH ro}o2Xa/vD3kU[+,뫲,O 4%߇$H'űC/ |,v=}醜Cy`6YP*r8%{o4c1OSB!dA6]W%gcTޟd>M2^Nj[N@*Z;#hhK7#2;Cݶ2 wC"[yDJ,#b‰ZV*7 xߘK;Дyv96I)I" $!/8o(PyRUS`<!{Ge+(CuAqlTcu[ j=E՟2C4%2+drQ/;ڑ}C`@|&cſ1IO}5& !v,+M1pp_㯎0iP͕񇐸gZ1:~i(l=kqa.1':;)]4,6uxcLAa^!L"u -ɜ~=C3[ .18jITOQ -Qy(E*>'߇߃5 h V`,vr3TT{3O_<΄D+ h3ʂpSV#u:>f`"_Bon!wN y/C5rb?7@?+V5خ -B6oYq^5Zp r,B^:NJ07Aϊߧrէ}E4zAWr%`HpZp={o.{#'uMTÕ[gI{dLAN }be/F? A]buvqݓ[3<4MBTparN[0O4\ۤ识BoƸF >'dnxN#ik_Aޛճs#;w͑2]&o$c`dyjJ8Xs@S>c9T1Ŋ(vn6Mb3凂~tؒ{ -!#&x1<⦶YfL&\Ty)d5h ("1{ - &]Iq%#ζv"PaС&"B]DbU%d|Mp,ɚc꼂} -isۂ k}_ӊSgmSM F7Šrjhc%0x[Y$WCO?#~3AXEŚGdaZjLEO1=ԬlG#)%mӼ/J9pҗ`eLЅ)Ȩ@y7LK|a+$?c|wQ`x[(~B ~@%3(t$'Pzk+hDa?"G oZS89seVZ,6nm*3]MJFwxL,!׭D߁RqXzdQB}U'jkyfz<8Phu[ -endstream -endobj -611 0 obj -<< -/Length1 1408 -/Length2 6296 -/Length3 0 -/Length 7704 ->> -stream -%!PS-AdobeFont-1.0: CMR8 003.002 -%%Title: CMR8 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMR8. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMR8 known{/CMR8 findfont dup/UniqueID known{dup -/UniqueID get 5000791 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /ABQBBP+CMR8 def -/FontBBox {-36 -250 1070 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR8.) readonly def -/FullName (CMR8) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 61 /equal put -dup 49 /one put -dup 43 /plus put -dup 50 /two put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl7_gѳs6;P}tx,IvJ3Yʫ] -=~Hrl;H :(xP/PL͍SI'sb~|PpNcOAͧBV")Th^Cx(Ry,s)+Hߋ;m*?>H"%N;8'bGZÕbd ^i$iaesF)l:}3X - Mv%GN,Ҧ/~`Љ"JO238ڐi -]IGcf7Ԁ2ڣ}T  @ &x߳8h -{ga5Lw'~=OLcgPv9F˛z%e|O/bV K ^Ć8ԇ<)M<m;疑}Od1]ZSmPf4Ժ)}MPg2вl1gFޢp V}{<[5iJOY>5XZ$157~Zڕ-UDm?3δ쩄'V+RGpyDHvx{pcL1w¾ FMNg(S ?)?;@ṂBN߬GXDio n PSSXD[kg[tU^?f27#xUým`jck$u:RمiEUա<.^Y&ۆo9s> û -8jzIC%oOn8Rg#;D2(J+|Gk9ڲփey/9+,-b3w9W7} z᣹өUyTpt_24a6s!O #i׌$޳\Apr$w5\plYn1upd[lk!lRv4_x_$V[HZKr\wu%_F ^ =ԝȆCf%-۷R>Qt@2 )~zx6mXFVCEOxJ -jFmh)XɽЇ8{u c*;e?blV|@-jAf9Vb 8Tdj4!VerZvZ,eV҆?0 -ZWGvl~و[5rL}qTvmjCbM:gÇ VOiڪ#|ym-4-, fFxWpsX!6q-M'ŏ"1,sxɵISĜV"^j73EvV(T^K-k?Ӓ.;d{)pBh+4uU *:m;<%s!- -8X+p&4jO^1TpvD^ x$+flx7=1S6>rMz 40] XC 2ƺ_s5uD^'? jeq (ӓQEuf%x(m"B (brqYqu]ΫHgp7:NQAdYQk(|_S/8aV%'ov"U2!kh5Q?)投g&J$,jS]&1Fq**X*ilSfN{qZ '@dnl{"KDŚ 4tTY9X}4heQ l_7@ZUĩ/Ac*A\4;N{45L=!V5. }rKqS*'R=:tF_}OV-F=;*ZGoe -ED,A$ CÚI9:Fω/%`,miSs1M>l搣Z՟_tJqǙJkuBy#+1HLabL 剙 Wb])Qjfnpht;\܌8:,{=JE2[WD{D7ܻ9'Jޞ#11j:n+G,,ls3݂FITHH`v=%.ayKyMBn!Sukyv"5Dz -֧'4Q| &֨ӷRc3k&ӼJ 4m [[h|]5 -9Jȍ -0g_ -wn{QAnGgIH]E oV值4:(\TYs7HAe{Ю?VN,pPTlΟ fg;I?"BDyв LM> -E,4c| -}=xbK2^^WUAV7xQ~e#EJf/5R2 jn@FԚI&d|+.;b^ɺN(S k< q/3?׏ƚ~sďS}V7+v8kܩ!ȿ}x =7Z}ǜ]c!j~?}&bXqiE3xmΏZ6զE7C+:Kꉓ~FdNg1Gκ%ׁۃ1ýwCl檬q1FQf1Ż9\@¼(ň^Eг%( fJz^ ' R 2͏aǃYֆZZgd U9/|VϽT_&$_=1zGGx /"Fo<,*#Yo:a&jCȯťuK`uŽ /uwaEt #l!} j؇'*eRh-.h;hMoجcx(iw N̸u T=6^ V$[f@[sk4kJ@/SOnYJ\"mz{1*JKْ|(nwCָ 4&j_G.Yb[J87*"&!Ν&${G?`lê);&|vMÞ\SSELok.N&@`S9eϋci n "*z(N(`(j>C1*CɚIbtrjcWqt?[Ii56߫AښIJ'{-Al$h;m#Q5dd0u3+CcZы|1B]; T}݁{*!O^5 ;6Iˑm-x@ʏs[2 NCb+i+Ɍnu}jlD=_}ٹ*13?9r5\ʥB24"F#KLE*Bmw c,ɰh,<#fx%+L54yR#Ss+j%rqJH엮`S|'a!7[Z&.BvK94{~ͯ'ElB9 6gŠnS&}FL5r1}X蝻?;HǯPO*E4%_Qy. +1}ށ;\SlKE@%ŤQ"%VD󩉬y!;0j`.(9d !0;/[ċ>#qod]O>=z-)dgWl|nLղ FEHқ\~l'҄u6UeGBnKM̉OeӁV?hoR5y?ݙvĸZ@'+my5@:pqU`y -2~&@ʹNt;=ΰ oY+KۛFtz/zRk]z,l93& ^ y&\ -v+vXuC2I~gs="(pQ"RQSq1x̦,1fɈ[G]x&͕k5E' zFm]mT{ςh1Z(vtO:kТ4oP~Ԣ 豟l;ݳ1`yI@!fLE6<+w/_+XNVLTI?Yuk6rga tq=M=?u4~h7ajGw֖ˣՙb8|7_Aǵ2s>@rk&$n·nٿ`ϼdKDNf60ƀ4#&649߮XGOUSV9'&F#U@VreN)tX{bn̷|C'Ob^Jp$:2}osre 3ꁈ&v -5ϯ8,FtwҒ W?"eoɌ,ei6 ŹpX Sx^兓dorȠ_) {NvVcHYUv}No##Fi^,*h -cTva:X =~|163%1+ p2ޤ Xr:ْ$F.Q]EK(` 8 d5<9=9 HzWjrad22Jܭ[Zi8]1bb̥M*N,xg * [25]h:fؓ,Jg{h&Zpz OPl2*F5 cJdoX^$ n zNgQ \d|< ZGp,i.:{ -A8d~{6˗O.M_ؿ 9PdQubEʽJ -*Χo ދG 4Ye:dmvB\)/Y Cq0QB> -stream -%!PS-AdobeFont-1.0: CMSY10 003.002 -%%Title: CMSY10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMSY10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup -/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /NSLWFJ+CMSY10 def -/FontBBox {-29 -960 1116 775 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY10.) readonly def -/FullName (CMSY10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 78 /N put -dup 106 /bar put -dup 107 /bardbl put -dup 102 /braceleft put -dup 103 /braceright put -dup 15 /bullet put -dup 50 /element put -dup 17 /equivalence put -dup 98 /floorleft put -dup 99 /floorright put -dup 21 /greaterequal put -dup 0 /minus put -dup 54 /negationslash put -dup 26 /propersubset put -dup 27 /propersuperset put -dup 112 /radical put -dup 91 /union put -readonly def -currentdict end -currentfile eexec -oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5C"m&`7Ӣƻ3ugNC O~̶uo5=_T/ h,$B%dʘ3l MoYLڶ~3^`12]=l8B6PlpfW< %PIN!ju#,.iXnȼ‡o$ҁXꑷI5V*E6tKo_)RPG;Z@9"V3TTLN Y:Akڬ6̠==80~DQ Q^br/2^KZh`N'Jt4iBYҁ7ޟBU_~\fXAZl_ZƎý'xHbG:"l5CU[aLrf 1[;4p^NpqBD '؅93M&9{ VD 8 aе2n.hf -l?K[$Gp/JzcF8vP3/XO6yAo~]WqDMY4ߧY̢XPEL2_2 oH{ -1x'u|o WNRE홹&lF\LRh1Fb}+l C] (vfo+fM}l?c*ވ"^R]miKOҎ!I ӲR_tW;u@(#t*̧ U{|Q}a3Fl8xtHWA­;!V CVov?³;=>,㧫\"RvRCإQDh -@_,˜kbflAIP^wٚdIHzk(c3xɁSUPIf{KΩs Y/v[L%O@HdjyTõVmqgC9zTC/t~Řo*9rIojUKxj. ,+b1ֲ IlDLQZ3P-no'$F zg!Ј*oj-Nͥͭo8KwQgݍp*1^.֊ LV~m la ]%."`_QipŎs5y.Xͮ)Td1Kk̊jn0zGqaWQ%zJX3tIy0ľ.#[#D#EԂppF*ޘvrOdn7n f9*X:>Ǽ:*Lf͍9&aj;+{0 )AgðK*XKV'zZA) n TÙLJ^Di[:s<ܸ2!U|#5VfUqP}|=G5O|Ps9}* -+gpA,,=|j25Cɂ7 ./Fɹ0tRẊ."we hPempJo@▁_A3QBV~$9Ej= -]? {w_53Fgӿ4BAq41Pf ,Sş6r[v` xG$.} ̔ϾF͙c=f!*˽./wĉR8(@ًz c@N&Imݣ>X!me@lW"VCH8kՑŨj]n3X>Jz?D=Nbn {qbY(>"8*苾ky3o H Dw] d{EʥËw.$Vhtzk$kk$]4cfCW@3plQQ晉b/pTqF8_AnQmK{&z;<տm[i7뜣'*qXTnt<Ռk/?2m)fy#(`%{!Q/0&sxfB+rE[tgOKQ$$=ל?d@3c)]3%*M}H饞;Cdrp1jFcstG'C\p))_)( MM - qv&C3NLZswTPu{sϰP+-UFUP"KΆ+Ye7?0(idL;gk9(YI-l`;`AH:YHb1H{wR^Yњ, -$FԖHDV?pyїP%F=BGKPh~N[I_ꈀCTzf <Ӗ`4|mE1J'$`}R \N2kfaouJ73vKW{M3?׏M]:W;vX;B X.PI;?!T . sU]䮃=X 5rMt>y=*bC~^ tArl'Ŧ\؟L냡P&7ttuGz;Kg4э;u)";SvC~?J/F"6U.0>+KQӄ0"ӫ=sxoJ]ת!w6O.}t5V˩+7Us֩yēTC5GrgU5$&|~G8 Mv(jt Ϣn]]QWOؑm. R[ИoNng IF:?tؐSUOcj2Cm[O7>kWkX' #t'Xd9+E7Nd8{]m/ ׎dvYYwop!EP7F?ojP9"gBP;B^QO3*B 3un$I_Oe` -$`}-9Q/ĥMe?Ұh]b _2<͖+tª[ϜJO@%MI tv\/bMVF05+kI2W9>f} Ķ3tj|" -[LhY)o57k#%H\,x|ssxH͆|;` v%گT[c]e"GUj߫ytvx:udQuZy_Td"b+O]lx'6w6XCDKOf(g@w]fV[~1F^A3v Ovү2v -zT0b#[zyϒ$e1k5dRA`(Ņ@{=yW>>y@U;=H;c{30ü^ծ)ՙ-{OO2R´xQwBgБS"תlbz;Iy\EprkM @@e&3lʉtS%)/pR"2u -Ee5+ٰsZ'bQSlj zvހ~%.Kz\NE,eV2=Mo)-JcV:U2Ѹ>1ȓ"QWOё4*Oz.cjcY&=7Y,A5nIF/?̊ ]as.N/ ,McewW0#]٪3w]2f˨n'_ MuH -OMlC7h ?p|`e(ӛ|*{dgHPNDYLQsRd=҅^\#ZHd; -D+ZQb7QŅP#?8ՓF,(韓v>%U9ͫNDOQkOL?{(-aǣUsљN#^&Ԇ[MJB, VsPeQOB,s%v623}.D|`,;(`tQ)l!Tr+u=[Ҽ4`h-?2D#e+%-tU>kxߣ**؂X?`]!&d)BgzFmwGVÂM\nI{`"S$O05AGXVNI]9:$j1Ca낛h˾. >_\62uOT,O.' 9,j(G6Q3tgUKo&nqPS{A *EtI}XH߅Jsa_k#^sKП -|VTمejj'8Yf/r*Jjʐn z}j+p8(,r,em14&{}>2^f}'"eBCnF F,9p_k\njQp66;3"NQ][Q]k^0][:M~Hwq% h_gqzVBDˤ`!9 |#KS [)"YYưvO=3۲O{`Sy^'@#wu{rk3y)1添j\fg\ 32|oQB~ }pΓ-X%4^3&ТW: t|xf;ECbͽqY4>Da"hx,46&g]~7pyDޮ已N](p'ʍ1~B䟖_ڦ\$^I0>;#vњmI+n4!Dj?iu1n8Df$-ks 5t̄nN:wmv2|JV gj=@*$lJӨВa:!l/ -hXh 5?]e!,uEYUZkwpj[]OY8Wш citEPÔ)QJ%.Fim.8$UीԠ2. y+4Qqz -y] I',dIk_s7TNimPs -I< -endstream -endobj -615 0 obj -<< -/Length1 1438 -/Length2 6345 -/Length3 0 -/Length 7783 ->> -stream -%!PS-AdobeFont-1.0: CMSY8 003.002 -%%Title: CMSY8 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMSY8. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMSY8 known{/CMSY8 findfont dup/UniqueID known{dup -/UniqueID get 5096649 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /JHSYKM+CMSY8 def -/FontBBox {-30 -955 1185 779 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY8.) readonly def -/FullName (CMSY8) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 49 /infinity put -dup 0 /minus put -dup 2 /multiply put -dup 54 /negationslash put -readonly def -currentdict end -currentfile eexec -oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5C"m&a[9taFF!@-d}bŲO k1툡cJ(@ -6|4M4fV>C ;̹xjRAgd@-#:ɭ܎zAvx?RXeT&aחٿjy;Z.NxVL<8/2ʺHC˱_.U+nӅ#tE[unnVhJ94 }p&G(m7[m!^=>c -"=" pƀH?r? ^~_[Dzv -SU]nV,'Vaɡ0h3];hwd轍m5zkP4:7φ6.B6QԈi[gU@h5e.\ -KQR6r Z܊#zT!<*y]Bءx0Xq$Zcۧv H1*rބ'^6Wο \YmYR?y!G 5d%Kb[H:G~ ]L cNӵ Zz 1[;4p^NpqBD '؉'͛Xčk|GQPE4^ј=|%Z)`>cÉ|J)_lw$[VT6f -=ܟ* ipLEr -R?qvt rST#0gM]%{gYՆa3WD,&h!كq^  -K A~7VŖBxMD26yo:!"D ;m#'WC -\ys&k}ZAGjRm&]뇦nWc5&6"בD׮0ѱY$ۮD>wRǀZa8Ps:)"E66#w¨g~$}6Is m8TK$)ƒ( Yw@þ3h[Uƹ # bc -)!.W`cɗA‚$w?A -$O@c>ҐE2I]Rǿ+ȐLf: 1s O5iW Lf1vP&2lp2IKB'wG`rI[Lj(ybePm(ﲻ;e]t8!U$aoC|r?j5hm28Ouеdmv_1ƶaEb s,c7yPaXQO(xkqdQ7cv -]{< |gKXop׊cz{W [:R!J0pc1cBVKV!TląYIly*2 ӶJed6C(ZL9_@Yq>x/袗O8">􀬪Sf-O'&MYRdW!@/!~q~#X-uGtߟi,i&oX9+a>s\1Q N4ąe0Ht싒`H -;`Ec!ߑ6PM#8~WrguuCEdϮT(>E.6h3ݬLo#['b=S>p؂E㤊4Լ_#*[;H6gT}y̒lo<⋷I=Qo·|dE'*]g`}@P0T 8g: ֲ-D7K'!`M\緣8o鄍/fGh㾈Q z>˶΄H[nWۭ~sC.ҙ@UMk+g߇jgQCpnZۇ\ߨz^oϷ5]w^"&âDzl$dc$'eaGyYA=qX7KT?)^٫|O(42nXk9pE=Oi/y5+86KW^6vAsЖ/ùȧRxɅPk@D:~K_ 6LeىԏQ Bz$Lq}GUgn -ETR<wҼ|"vRT -mF͹HDDܳ?v$[HY\zP.i(Ԑa7X33ATa^y:foyU+w; rT[4_#ivYBX;Njvk :Tˤ:Q\| U3̢Qi| JEIǵaga)%/D?}Z >Ŗu_6g, 㹹MUp-.ڧm8m29:a{ӱwYHޖ3#5LokU#Wc@O$rܱ-#p쮗J E!+4Y'-4\^?f j#lw{PWoze&@, " r -drIrK3/Α[&38.&EƖ~ZS.b칱@ -B6x8="؀|984VLqu_2R`i; 0@g(0*Ј鿢\sW4^U:-AcðA~KNSeOc[*@郬)}v^{ -¿`ax>eeY뜆 {%OVE㆐p,on6>}^qpVU - SErSo 5J)K79I-Ƶ*l$Tatk#%5mBMdٕ96c'V;-Ǖ-i<^bOHǰ[SZ@nkdF?4מ:g>=m˒-67dޱ&Ka[O%5hΆR+J:. ]*dEȴ3/Cg{?ktݒt$6ZB9Yi1 Ls&;yʌ]Y' 7-vpOQ" -\ay]B̗;FB_WՊ4^$"훭BBR!c cGqˡv]~ēH*9 -]C֢-ԩRj[kk~!/"Ԓ1p V% -׾_O30H*D.6z#sj*!(}#Hvz}ӣHVt,.!+l؜R .o/T8Qe>z[!\`8kTC^~.ļr.c$蕉I%֨jAÌU$!@,}R"{{,kƅL2JVMW2 JAf|:IB*GsD,\~.9D[c$+*& ~w*_.LuZI,D켈< -כiX懯/]|Qs)o}O+w] u/ -<@ZABFʹstA}꾔9: dު V@w2c.ҶVKSxXU -Lw}aoKh,LT 6^C(eǙb#t?'m'etlE3wſL73dLKk'uv6L]k9~?"}%7 -9Aa4؂}y=W=u#g&usYIs5r(S#/cTC۶=8O_Yxv5$ -uA/>̨Ůaria^LZNI>^Ƭ+ ,|>)bVºILuG:’y.4>+ -}zL=w PbA @X"o{3SPW9Vj[Ea8YÓ 8J<{3T"5cAfWsPybУBg)K.:I]Q;'s"#kx[PSFG[AO4x$W MFg?)wϪP*' #L^m3w:'QAƍgT߻5ЯvG+.hQ| {@ʊDV/Jtr+7=aB+ѣi#Z&7CzH6 dpOX/>CtݒmRdY] ?$Gr?XaNOf4'0 z"ǁ3Y|ὺeAe$a9k<շ/13{::qEKY:[[RS=`"Uǚ A#[J6p_g4]] 4HzR@:U[.,D\s(N"#`~sY> -sLAbJIw`dԁ% 0ȳ_hia w[YIuhh zf)"DfSǞ Qq|yP@ ۵,XR՟~aE~o|n\P+7\!R~%jt]>'4Anr 2vl@P?C+7;uױ^`IAsۮ(\k^0P?=˼{.~4,.}Nm*L%~ W/q>*:C¬^oĪcO=|,7l0ѳq Ą-@Mbǜ7iFCAlL( PGIݗk -endstream -endobj -617 0 obj -<< -/Length1 2278 -/Length2 19476 -/Length3 0 -/Length 21754 ->> -stream -%!PS-AdobeFont-1.0: CMTI10 003.002 -%%Title: CMTI10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMTI10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMTI10 known{/CMTI10 findfont dup/UniqueID known{dup -/UniqueID get 5000828 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /FPIMLF+CMTI10 def -/FontBBox {-35 -250 1124 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTI10.) readonly def -/FullName (CMTI10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 67 /C put -dup 68 /D put -dup 69 /E put -dup 70 /F put -dup 71 /G put -dup 73 /I put -dup 75 /K put -dup 76 /L put -dup 77 /M put -dup 78 /N put -dup 79 /O put -dup 80 /P put -dup 82 /R put -dup 83 /S put -dup 84 /T put -dup 85 /U put -dup 86 /V put -dup 97 /a put -dup 98 /b put -dup 99 /c put -dup 58 /colon put -dup 44 /comma put -dup 100 /d put -dup 101 /e put -dup 56 /eight put -dup 102 /f put -dup 11 /ff put -dup 12 /fi put -dup 53 /five put -dup 52 /four put -dup 103 /g put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 57 /nine put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 46 /period put -dup 113 /q put -dup 39 /quoteright put -dup 114 /r put -dup 115 /s put -dup 116 /t put -dup 51 /three put -dup 50 /two put -dup 117 /u put -dup 118 /v put -dup 119 /w put -dup 120 /x put -dup 121 /y put -dup 122 /z put -dup 48 /zero put -readonly def -currentdict end -currentfile eexec -oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS?#;IHIRgHŗC" Axb'^;*DٕTz35'«G=F F섲.K|Lђ^Tsә,˛PS{1c ˋri,BRjl_݂tUH %!#V|6G9i/'//do1Wˋ_G -‰a vL"paS-g綇}t@{&Y`I -|ۢsifˇ]<zilWUf }ϡq^c,@{6~?JSijv$i"$O -VQ?236u`}u~㣖9ñ#M=f.bȫ G 䁡"K aI\N*Q*;G40Z($Xv*WsPn hXU;.a7X5{~MzH Tj?^ -LhIt}e&,APRNy< 9MCfQx"c<~Nh%0`ڇD+qn ;/XM wZdi3V"+$(5|.R`G[xM9s&7q%*=׶%zJ3FA%@kd/]gā2Ǧ<\%ߓnW(5uI&dI fWt]]32b驞VS~O &`hXsGA"%͗"h*4Λh`:gQgatN9"#D*$Ǫyy\ 9OE{y"QAw/Ѧi,֗665:?Sr#2 +]vV=] U8~ 4"5;;jJ+عo!窧)y.^<^gNlV:H (j$.C>drYz3D^"(ݪy?ssDt45KqcV}PI'REhܺn!p}ilqH'>2AOl2 # [˚so DtaK:}9/M]fXlf-F| Y A1Qƕ/28 S廩/^dVB [aJzH0uSo/Y`'g)5ʪ:\hYrG!y 9rhcagzoϘ$@]8 REPWhͽz]FIءz۳L|"CEw}BŽ03&pv4Q:uKw+nC~vto:a, y\Y8L sϯ~dp=n?D( =>mzN5  ,$2/"f6%)R%b8j6mqEQ-C sKD\=R3d>!YΎ9MQΕ/Vd+BW&IIpAh* ,W_UkW2G&tk+hV<$_TgLضucz9?^y(;2-~7]r&Q0[AM]fX?x]inU>%ʸ(T?. a1L.wiaH#C-`g=f) -TEGeIuEo?Fg 5s9!GYrÂ$֡ L8h:ji Dc8k.l|l| /ܚ;'(2P]< nӱ -l\C؀:ጜ'|-sy5eDeEͲ3ڗ05nv>*!d p+2~Ͽr);J;шJ2y].1'e'0\Mt:gF+mr3*ttXKuRL˨B4Pmhel[b9ʸNRr%0K.㼎b8TC{,Pu9 %" -ƛ1غ^KUIzfs'FiwG&2bDX4&"t]vU3qekZb2mHj1}q_P2|a8~kP4o_== vԑ8U5[_ )e=mʂ:1ԍb D9}F`ֿ0cnR܃IpyiS?z5qeSdqei QJV6ᤙ>ot5&2ZW$MQ:Pϼ\w/v@j=_L@wNҸ}FdX;ʊw%aMcà/bbK+2qޫffQ`" -nLo/'w ^*Waol2)&e+شg !g 'f?qwtלKZt&,<#)Y,zzп榯%1!ǠW"pu maRr1r@C( ^ tR^0Kt{տgB"ߧDf!=|Q -:( [~GsvjʓkP g/=_]Uz T,$V9jZߵ5߷tQq̮ٙGkc{ |RL ]vCAh$(5y9>8A88o1ȉSO Av??߻㹑Vks=lvbϣ8|\_%{Ҩ>&&zIWVSiUAV+Ӓ$D} Ge=fL| +)o^E`Iv7fK+sDz2s4+:>AnpT/ٸ&XɥݡT,@T;w zȼӧzekc=zaH``$4 -ϋHG^/'tWWu5*b9N&ԯ}ڷ#* -7=/|CX2W!wAk'TM<@SтkP8f>? T2K/K\ >$ɊLSN 5F=)!#8e|͓g_NQ:\UAd<@_ʴݮ -V;M5ztMmiJر]wimL˧cMѠk>HI s__Y/H%Hf]_ "5+9E2T̸CO[ g=<@2L4^էn^83rABzSiܗyUO ZĠG?mѬLlPm۪p@n,y4s:xNKXa2# -utw( 7̥>چ,Fny]fH_^;NyHU/#")t.ˀ!ϛiwx{ yC Cb|о ;7kKS1Ja9zWs˔dDXH\d۝j)3x%n'l KOmR\I5piO~5>g@Y5+9׷0ɴk8@ ,qA“D뉹4NBuytz]pȧ".?̒ѯ/l[l&R~WwB!n]8+I5wY]Hvܲ;U"ǘN4*={ZU6o+L%= &vɃu}qs,QF?RGmai?y ybxfULWQ@U-6eٹ+Iƕt!WfwmAN̼LZYLOyJQ)P2$b?IO4o OJrD:8k2?T,QY I鄳BEJ&rZb ʰOS;~qF9c#cc֙dLǤb0Ɩ˿hZRJ >*G F{;C'elIcXm ,؇6֙&Emn.RGAeŤ2W| -K; >x! MA;NJ}b3 /2ۏs))^iދ1R (ŖƮg4Ѳ4l/XR+|Ifb{h E]5[n,|8]C,BV"*NZԷɗg*`?ېPC C)LEDSSotOb \T=/st?CPfF .a(C!Db̛Exj%YKW1ޖ/Ykt@.95wHFcNDCisㄶϯZ8A6KZMhmEGpXԠ_;u/t_& \゗>fwb]>|`FsGDԝ{zРEbf\){`Tf(lωtB?B<k#Mb8I]1pW=ﻬozmU#{ ؆rbM;-uDy6)vAE)RD!i{ݚ@S:(QS~- tG+\{ rcJϬڔӻ%(,"Ze<T5Z=F+I|=;icJKSA'&7&۱eb&qA <sL-s2+(v -sC#"p$ԞK -`{W/՝+r3#"@1aW3!+NLUTYZCU8wpd>(?}_ -<.763ݚZ0(Y/ -  m CԈW}7׉<*/YJp - 1Lwi3tPpymXVy@@uoPPui -'U:^RɧQPXr+[jۋؽV%:cNΚ~{? -&>VPh<ثE Y {YɻѸ t>Zh -z;{ 3)j⁲D:(t2w2Y 󡰞yb -wA*֔܅iF# P|5.Mi# I8'-̮\NJGoܽ'˜W+˺0ۺH&yNY Z -uyvĕ1^U< YPIgVnJE %aLۆ4GAQtM4|rdujXUsܬKfC)nfb=igeE&.D7,0B-q519I;*8Ob1x%g:fIJk:7KgA%?<<-_V{ݗ@NLK8i{LʛxWS':ت1?[o뾼Ҥr_dz_Gbmh8/d`:C諘zڔ Vvѷ\"݉DEs4t/t_H[/ӡ(VJ=Ԡk - <ߥ9˧?AB)~BQMV_ ):΄* KP2B@R85.LwC㳾W$s!h:I/m\}g=}CZcSJT>\HOi|״ip%i{=_E,Eo0T j&7O Hq:GwƢyy .?5Vj$z'Xt*<0lGZ -D UbMqhI'd+t(åVsKR7fvuEh 4S1I2sg5\&@&Hq4ϯ EM+un̎bDKqqhqcU)hAhw\ۖ5HSʐN@ Elt'6z zE@T|# "Xqs -$,QJ\ ltbtɮ -d)ԇCY^8sv2y8ok Z$_;ziXUBBqe9fPۗpld6Ǹi$Ćdmi ;W&0HIQ e;ޕUktDiJ/XY"h$Ǧ2'i6#@L:)]l}gxNj־CMf~6OS tPv}>.ufby9Y;ΣsN`i9mSPRIqǂqζz]xOAjmg>ץ -._ZyynrjbZx_߳'9$3,6) a^(T*Hj!4&0,Z|"]c@1O9IOotpRL9!dX']X -Ėmxom#[hncqlTjNS׿ P=_tkKOYY(i]O?}J\IM-eKvpޚH1I줵HzH<)‰GTOd~5NkwzG'O%DB dfz/׋R]-DC_3C9=N ^FB歧i` Ln"n}?Z,ו1#9,E&ňsQ2<4{\_XP[hoҢ`,_`?_򈟈/Cw8j]U%wؕNZ{9QF_gSپ8&ǺTS;IRFlAӛ4ys!g%1M3dreI2[E T,]>D7G{L"ńHl_& )| *+A|jTh]`T+Spx'V9rQ(n8Msi'ـ!V\qn.FEq@^)c9TStvLҔpD;2{U#/_ 7b$ -.> |!丙xL")`'چT^J(2FCo"vIw)ܱ6(2돁G ]? 4 )=ݒ4u۶dp(x|^UgF ?xV+J*LU`Pė,.>3%ނoEߧI%7VЋ,VZUAy Wlq߯ - -读R -Eya욦g$gh IkKZԡRk)Q5[7s:$' Yc X\LJM㶅g[ф/2'o$JL)fQdǔQCK[ %Da傷һɖ|'0MH(@ي -5[*Ԅ_Neg(4R67e. -5x95ڨTc/DSv/5:9e0sO޿=ҞL2jȹށWMB<4Tɵ ) RG8Ll十@uNOy*ckIMV E^I%e*|rzQ}i?gņrr+8CI@.wd* -K,ax9sw(]Õo{gM]$-d6`<ALHV]; UR4Jn%{ΩQzQS(RP6I91rKCSrLPjH(vc$ -a6_:cu2e~*6gto|m裏4 GtM),' $3|voT΄`^W8-yj{޿5=&j[;:GA ]@YpΓlB3*qny}=@PRVey^1Fܺt%C23&C0#ZwTHgmIA~|2.9F [҉EEk<ۧJHjڒ*V% D.@Bclθ&^`wy+pf噇;*5$b*jo4"[Фrt_(*Iaa“4g$Cq! ϺL -exDU _VQ)0RCK m"APvGU4NAzVÑX[ NC+bg(SX#Ӯ !U\>9}f4LI,na{dbo\'2 䕕\WzcG\ptSy =-HX+^ Hu9L4$K!oKcQap|'CqCDZ읶wXT 2[M|#?!5MH85V?ZkGn/ܼ@&,Dm(PbRF$Gf)n)[д_xDܡ:mm Nyլ,AJzuBMufTv)Wyq9dD"$/]kPjU6 bFM}1Y#IUY ؂ 9cZ&dex2#pdQz l. ZC\+\ xPmx'W\ #!-olo>R'trnVU0Ek)GF\|_ΤA/w\P@,g]W0̱Tf3,ןȋA): \7,G'ڏIA>2pw̮g@69'0h+^ȵG;"9 @L+nRMlt&AyE6W xG4k+J`S_̶{=.6%:³Mڌd$m'Ӭ_iߔ/s0E\cVjAGh,ړ j}貌A9l&Z0LR \ -WX@]킽 _4ρx $!ra!H'gw#N8+B?f@ 3%O}pg]p:8=8^x*̍m"ּ[9UI֛e`@Njy;ATg\B{p@A2ޖ%ݪhqF~F{;VڱFI+[ RY0e&g鵽Q*?c;Qm+:ҹVu>C͍|aad*)6mjZ?Ȁʄv02%Ef,ʥ2pbӑ;e[5#_2d]dd:U -|r4Uq!h,.Ҋ_pAՁ`%'b'+ylHr,D8φ R[Qx Dd. r+q7FlEpm|OA˹J"}d'5(Z؃_FgRi+lq\'&OWA ^A#RTƦdܝFaUbIوڸn7'GOKH+FsA;CU/^,l ! ]k<RJL"Wװ)c=2[H|h0A_?)OhcFwìIg~BEi\fxꄰc4`Jl C%-hŘWҏB'p$ LgXt*B1ı!0x0!7pLdwFnT@lgݡ{mL&yRҗSׅ\Fp53 m??Sk)1OЌzL5G4 C -3Gm `X<j%܁6RۦG{R’ c+<@;qBs -j }*TXO1r6qSc -*=ꖼp%k0փ*WK8Si+ KLWwVΓR"R@F%{Ho)^TWLtF6W1~c@2̟4>Zv^ Ws[8voFl>@dUU`=<a_7k|0lRV12 -Pu#᱇DjUV 2hv/{ -T`2`W$Bn#@ӥkE -F(~,&4|3l%%KMy/mddw>Kj}g0-Ҭgӣݗ3ș}rMy=w&=/u{6j$"ƾ!w&A< 幢OFc&TrAq?V FN R915*qE@WZJN73h|h!_,{E:$N|H46[j?O'nc0|Mhiƕ~tz=7zcP:i3QFqyLQS/#7VܧDu;3dfbHfPҊ·Df1e'% Bv kgܺEl]q % @ʹs1->:w'r#FB(i#:ek(^K* ;eO`7nکhW LJ%mF S-weNv,~A„ HGUR|("輳8\x.e/?1%Jvd+@gp:1pc09~Ô="#4|T - -cJ[$* 1$zʽoJ2]V0,_TW^S;֍:k}F!IIi\]=^͜4B{$+Sׇ)a^GXB^ӱ>|WEIu? j^ƨ#b;C,*zQ$BeɬaSZz´$ȸY2ǣА^쇘*J#wOz"GZ:j՝4ݽRrU03u3Rϴ~AKZC@cxPla39̣X$$Mg]UgP_nz3+}jXC]07PX}{ Ѕս#dND -փUm&!5}h -vo-]c!љ}}ѶȁU aL|YCQTk {jcKWsh%Ӻ\ oQ%;GN@lE;oaζmX6DUS3wGpÄYe -R,Ef. \XF¿#W">=1(_i1'ܥ;Y)>rFL[6C<;uTRCëĵ^3\uN`.; S9?"yc|k{oqyb#:J4E rkDN~Z\Ɗh= 2ZƉ;Mq TJWweɼ.ru(G^^ڛ'd-Y]XJ K~JB<2dxŷ]RVVd6MI{x!tZ6hN0+)N_z(u;_XD+m٭]quqxq_:ٍ Q"#|G 'J@wvm6zG_2v{Pv<>뀠[U Z o;@q*!7=}o(TsHht8!"&7xO_|>0)Rѻ)_9CvgI-qԄOLjP[w"ݨe>u^7'KT&Ce;Gګ[?C G 54nQsvqܫ:X!Ŧ*Re3*OzfT*3אX06R'*3#Y`r8PeOްh3v$ 2ۍ9,Z,*>Jp]L0糸/ɜ(q A v'E^Tl[oQQh?)Ж'͊|POUg;fcHfqa7}Vi4Bqрy&xxvMVVŒZc3IVzbZFL'`r:v([kiq`%W2C 0sRSZD5½ovAkVI(0MbM*^0.N5XX Gw9nKABzP*=;&jc/$7ץ TO -ꅂG/-9J=1kXUn`=?/ڢ2߫1z>y R+'IW3-Xfcf́ӎ׭i"xKKр8\=~l߿д+hxw"z޳(;M : +*%f5 )vc=K=kob8ȉџS€EZ,?:Y&fY!0KRMF*9C(X%I4XJsy}r`ҳΗLO` 8|Wx%ڀvOP)U ̶)],g|@V= Ϥ1H(4N;P]BlF4iQi F:W;i ~޷l(V$X!DL#r͛nzu5 hDg)/GzBUw)'J^ UODh})NWoO.0.=A'֏ 5c)#$%V5q "r% +̆N{p; bZ h?` X02]cZTm6k?*?,*.,*C*N^hW'y6KJ(!ml,MIV֙S~~4w<dv 81d̎FY:0ʵ6)2hJW]AD~ˑ̅4WiWv Y7BY|ʔ-aa,drCC2[@pg6;Xb%nf}D[m0|`ziLb;qW(v-*)T]"?SyXTE!{Be -`8pcx?L|weF=PsGHgmWڏI=,' 6{o(Yrs5y>nWȈMl^f.+:3q]É]H%Y)O1Z§:=>$ Ifnpj#m}MLrSAQ^hvt[2yZ8x33kY|TO3C9H~ve3 IhCCFC1E0ŷƴ԰g yjh^J 26] |1JvsTk3R'ǦHf3_eoAɨlW Zʞ4ĎL̏'",FѲUj7޷}p1Xaٰf瞒߼Ǧ"PP8i%9yϼ7/E2H\MSVՓ9ʗ 2#eQkε -ʒmcZS#˹KBѯص,F\URYp)/kaU2`h算 hG'9?V0P' MVx<9)DcGC)Ab a\vsƾGǯ6`؅MiI -u 0&3I -FA<{2+%xr󅨡!A8E! ~Jg+ KLpZlzU/y؉9S&aA _8֖<=i|N)xa5/r*X\)ƘsDo&ŀ]Q8HxH,/AAfOf]=;>w1iճ`+^Lu٢ĩiko +xq!%TIm+KsfVGeVo,G+1@I 02 ZC\eۖ@ٛ eWnoHV^pdE>Q0lE_0j[DqΝy ia%le9آ|LnI'p=sL[O=͜+c.0ס@yQ_cw'TƆN8cgCRWcxK.=]wۡ]'1>dO48N2稧jR8kmF7ME ?MV)g:qUVZ -tصt޼ց%D l_TE/+5#X﷑QZkXjC#JFkyiv1W>~ՕvG` -X,& -0<(?5-}} jFĂcPQD$8Q'a !i` pg $;t/Ɨ8%ʡS4o(G6"6y8XЯ YJI@yRׁv?2]&6g׏Q[5V =O -ZPQb6>FY/c>MPU̧Uϙ_I$‡ٙe.@ܔu]Z2B}x|81HDhZ4NHχv`)ڙh:=5eȝ&)ǫȌ2p&kssm=y~ЎD1+Wڤ߫ǤP(A6 N ;b}ٝO(fq#V\f3`4,Y˨2ѤAYL[Ӹ(cgXWrO89uA)/U/1(~u5euހhvQ]GAչ!*5`ͧ8"bC!yCajr@͍`Ñ6Q*leg,[{% 1 9žQ%ۃeL&D22%,ud,0O.zwcPyUO03{r`W-S9?m,E*f[\-36::hL 4Qv1J4?^ޕH{ fi?ӯPs#:j I}D ̛*Qf0ƸCZ7D|1spw792H:gļXd+{ -Ĺľ=]aG==^+AG$鞏vȆ#Ը}Ԇov7hl }|RM8Swm;Ej MSUk̻l6F[xM/bڳC|dz\K.cv9}dRT4-bi ӪCj5$L iN^^ػi] -ƽ -󡾧H⁑$>Zd%vOc8ȻωҔ*C:G -\ r2dqw.pd;`h"џ>H H+-`Mqfpiw/e20N"AQqv8tuT.WZc;}F/vwN$;ߋde~`Y8Yl/IS1a6H^ް}4M6((iKB!_u3_aLtw29bWSM5Br 9\;})ܢe7P 26ֲ>UA1oB9nx> hK 6˼* -endstream -endobj -619 0 obj -<< -/Length1 1776 -/Length2 11391 -/Length3 0 -/Length 13167 ->> -stream -%!PS-AdobeFont-1.0: CMTI12 003.002 -%%Title: CMTI12 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMTI12. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMTI12 known{/CMTI12 findfont dup/UniqueID known{dup -/UniqueID get 5000829 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /BABWJL+CMTI12 def -/FontBBox {-36 -251 1103 750 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTI12.) readonly def -/FullName (CMTI12) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle -14.04 def -/isFixedPitch false def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 68 /D put -dup 76 /L put -dup 77 /M put -dup 80 /P put -dup 83 /S 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 45 /hyphen put -dup 105 /i put -dup 107 /k put -dup 108 /l put -dup 109 /m put -dup 110 /n put -dup 111 /o put -dup 112 /p put -dup 114 /r put -dup 115 /s put -dup 116 /t put -dup 117 /u put -dup 118 /v put -readonly def -currentdict end -currentfile eexec -oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsSD;Uѓ"":!cQMq:(MO)|$~x!A7ux(ǻISG|IQԏY=9"i1B/?xI84HrxF-}S?geXhb'N'68^o ߑT݄j"_ u3S[3^G{Wsh"NWk#IQ9dxpY JJO(UMaKDpP=|#fLV<J#o)Z.$U(X=G-Jk%_HGM %4ߴ -DQjY1=KʧHZ̛wOȃDل6C!8]g,cAo?Ҟj?;IAGYPKKɧBs_W9AD2IEWKN*3iA%t  .ox #&ShD"5{nƋ%;{.=:ٯ}]AUi =.:wv6 <n~?V+Ɉ8R rmsri40XgJ~9H)G3TA3c<;k \" -"9WB7{YZu>]=h۶#׵N=8gkS^Z΂dxZ >B/ngH$1'F%!q\sg ,YKX]goRw~IipX4_ -A6)Ā_B&mVU=J9zkt 7n/N+u'br$T47.\I0Jh>)Q԰[]" ؐ MCŕ͆Upu k{nN'ghhs }Ng*t\/j4p'2/Z{{5kݟpݞP% ?C 9AVpzGI%ZXcJ -rxgYNrfcw~B?B&&tѥn^pDF&Ixe%ci -Ⅻ5<C0C'\F֡z[R 4]=)E`͞獨YI!Jfn:W]ŗknI#‹j"BBvvмuFGN;-lK΀i(sl}HGo1Lzǝ|S+xbs*e3>:FNƉUm -C']&`W V km&怷B@ϛ&Wϑ/4 Y^O `n>nRE_l6FYnnr%p7}%|UDrZ/,#N1Hۏ.CMn)7Q7!frɘkdfN\o-6Iʨ#Rw\CǛqd*~)]Z9TŪ;De=#RƬ4WĤ>L] -\g$2$m -q﮸ݣAqdu5B爜ǫJa)ҿ =['f R}]<N⽠zЁ)#0qG32'j g&geAna>I\Rʣ8߭u4't $qi"gE;I̶(ƭ8p} ó)^"rtS_V3Kh9"$a'm.}Ʌ9Yۖ~-iB*+dခXRI Z򂌧3FFNpC)1*RV -jm#XIz93&;vNTip qs+;2"cY>'N9sgէѤVK j_Eڍؘt$/Lڒb1pUG&%Yw毞|3 L[NFL]eE|eAzMնTZ<:,.$St=SjF_pEzr}BoN, y^`*3MeixgBpC @m ۂ;;u0-Qq3C?"˯sPBveb^~֫)Ze,˒[ -y*?ݳEҞ/_ZNdEc"{u3Jn5kuL;[~d("pMKKjuAbJ6vt-*fu&%XR5Kԩ~qB׭(E:& -O.VX@Oc`&_BtOgRn-bs),+{Umځ'nC)l,į&L UHuLU'Jl6t:h]A>aR[т8˿N{f? e=Y/wث#Ƿw;o6QlEs52p[ c$bPͳŋ3s91}$q"P҉bo+ՐFsv-@\4NmP)Xݢ}_4hohF 9C]X'p4|:aB7#K7˲n"81-{N;td *a"zj2aMO)BL# {jBT39Uth3~GRb8`7.A olT"D+,K8NJS덠M`'MXN4Уvj"'LO)CD)9{;IJ=i}ԱRoF81~Sٔ&E;9+ݓ,6JSó{2HWzIpW.u7p92QݪP2^AwrͣNEޏy|gqmWU˥s* f6.LK] 3>MoUs J77b,$y~ + ,hϖqztDFktQ!QBl(4>:hvqID*7W5zGsq\X7vmm)NkH7:T\Fn8!J ->ONZ - -a8"5n ZJd!b6`=Ԏ -m:3ڑYK)yhfghۥPAc'SU-|G8ȓ|/"MKkI ri^{jD<;pzjA#x;|#`'u䝈AEGn 4yhߠ}4ji׈)BAl@7BhyoBbf\8GS3ˏN޵dX,{4@&U.1l&PK ֬Q{m'c%usr6Ϻ#!Uv -.-@WͲEdq]VhR.fdݱogr3xlیqsŶ#ayi4mwLD&Y4@1w*Oҿ,=+ܾuʁU]2hv~L1- -Q}f`gEk`Tk%猲3*૏J]I\ӷ70aFj&lyzb&wG]ps4nv_$2^ 屽jQ)&#q)b~9춚氮Mh`8JV߅EBb|̩Ua_| 8 L~ҷVExwwżkif8gxm(Ÿ -> -=MlT?y=F .?$W!Ѡ3ZEIW~QijIo=uB\a|> 2 H9<ۚuRw9liYTV'g9j3e"ob -3yg7{6PZ9mT$/ /_`ɗ}p6V [3'VFm(uCseF:oC,$TJa -B(#hmM2CCгnzqYHMߢ% ]02u\kA̖`K!;ǔ*&K)f*M9CV#jfis3];J2{c|5B4@ -5k9M}96cmlAmkў%soC=H .2a\ 4 Ho Ca!3{jv\0S%-hd|akQ@5qI;i&l9$]:]{R}YwRup^kؖ>>yg62swMf>#FyC'S5쀾[Z&xħ~"bAX!&.B׭ (4V}iM?\0$[L~]8T2\V%#hiW(㾛9(O5)Io`>!bIA^SgYEO/*>zVn":k -56_*4|s -0dž*A͆2hAg0/.W^fr>tEN*`p<7 w*!q_'׊ѹpn,P\Vn-53c@gş7Ra;2L1K\#FYIV9*:PmvMF7 Zh=Y ~'NQESVe?1mZ;# xO3]$,(lK"jlx)̂17d\L-!ӒV8 DAT]ѭ.OE/MUx`y5=7K$"Up+,6_ݭLs_X[(*)"}RF $:)CBGo-–Qбd51p9нr2fQ)S0b8TÄ\V}6:K\Dz:xp_]@xCtdgnlINFo3 -+5U^Pl'B -gK "<(|fu!/-q=qo}G*';~kn|eO9D^X,R:@A/W ,!e5]5H!P{SGt֯}=K_y2R|kFh8v$}93'$3i2rIٍ>MPv*ս?챡0> ?lC_ :'!m\Pڪ[x[P[ĊQ)|}2y^E$9QeC$~)WKm:4!ˋOU%5F.a6_^ЦgJD Ёp%>kD (PmFfXߘOzrW] Ɠ12OĐ'`'b d/>/#Rksa1Q*fs(^^bTuU:@u奼I%}gV]b1X(^R)Tx~Yڼ\1a9%h*".OƱlc#liL9cХP S9u!bPq|gf! hj=܌^{kc͗|v-!x3l@ _QԄmFpO~L9iǢ*`Tx Kʙ̈.Ǫ4c(?˳v -M'Zo᫔.3ƊQX`܌"5P T&Xv1s&8.Y[ޥ=P,<!HE*"hoDM9>u8 -؏ , BZ(I h̖JD+beT]-Ej#,6=jYs[rzC]/GN1bɍq#X]է4ewpT -D[BJGJiݎʱeHU3)R'I=rul `L7ʤ`Gil[<crsEl|ͫvf `͎t?Ng3O4 !{| د%O-MM?.xC.4)C#e;C幅k`Q)&k|U@ 憿}K lzQj-@k*-O5ØQܵ?N]rScTaU>i}5,qdkpˍ#ǝ-QU,@ ͐Mwxk)d(\p4}_M IK31g<&(&=^ÅSC~x\%*G8\5A{U9[a>(r- DYtBȠXT:CJ\VйTF}5wײUg~̤QV)2`8D]}v,ʽfcSlae;.Sq& ` {JtЂ92QRf3>8HWb:TۦV6a\pz0x/Q;\v=Z; Iꏡ:䃐R¢GD' z*:'4kZ;t{c{Ң v-{5rHw:ܘ*a`a5k^}p- ?h3OJ*QvH&@N{Ӊ> |`cmιfS4)+O*V+ la>t#]lֶ'q:R`N^˄qԴ_2,)f(ڸ>D: >W:;ܿBͺi>2V` Waw ) -v8qQT^gCתOj\/v&Br8bNED/ V_raD&MmKn>z.e_Sbin =oA;]ݔ?ye|z4}/!%ut`Z]mMe,{:ݔ~̈́6̋\mسydan>Q1"&6`lɢ"%II$Bis's1*? ,T9K9ZrπP  btK= "oLNـ\:o쮧p"YfvDqP30`xnR8VrCyț+䓙)EGDοܾa6 ->Jf!Z]&S1 *uT͌)9X$)IS=rnնUyxK3Q$I$N"]oh~W=0L%$&2ESHlI$с r:ԞIPW&&Or jO@a$eLo"v<ۥIT@c~n/*%u},G- -; -lYPtb!*)b.h 7pWc -b\QɩϑC|ܺv `ć~8U+X/@C./@û(WJM x4ݶW\/-C*"y))Py0M(ִ;eBUsc -` t8Vٴڙn϶,E䕏 q2!p9$mNFh -endstream -endobj -621 0 obj -<< -/Length1 2784 -/Length2 20020 -/Length3 0 -/Length 22804 ->> -stream -%!PS-AdobeFont-1.0: CMTT10 003.002 -%%Title: CMTT10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name CMTT10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup -/UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /EDERWC+CMTT10 def -/FontBBox {-4 -233 537 696 }readonly def -/PaintType 0 def -/FontInfo 9 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT10.) readonly def -/FullName (CMTT10) readonly def -/FamilyName (Computer Modern) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch true def -/UnderlinePosition -100 def -/UnderlineThickness 50 def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 65 /A put -dup 66 /B put -dup 67 /C put -dup 68 /D put -dup 69 /E put -dup 70 /F put -dup 71 /G put -dup 72 /H put -dup 73 /I put -dup 74 /J put -dup 75 /K put -dup 76 /L put -dup 77 /M put -dup 78 /N put -dup 79 /O put -dup 80 /P put -dup 81 /Q put -dup 82 /R put -dup 83 /S put -dup 84 /T put -dup 85 /U put -dup 86 /V put -dup 87 /W put -dup 88 /X put -dup 89 /Y put -dup 90 /Z put -dup 97 /a put -dup 126 /asciitilde put -dup 42 /asterisk put -dup 64 /at put -dup 98 /b put -dup 92 /backslash put -dup 91 /bracketleft put -dup 93 /bracketright put -dup 99 /c put -dup 58 /colon put -dup 44 /comma put -dup 100 /d put -dup 36 /dollar put -dup 101 /e put -dup 56 /eight put -dup 61 /equal put -dup 33 /exclam put -dup 102 /f put -dup 53 /five put -dup 52 /four put -dup 103 /g put -dup 62 /greater put -dup 104 /h put -dup 45 /hyphen put -dup 105 /i put -dup 106 /j put -dup 107 /k put -dup 108 /l put -dup 60 /less put -dup 109 /m put -dup 110 /n put -dup 57 /nine put -dup 111 /o put -dup 49 /one put -dup 112 /p put -dup 40 /parenleft put -dup 41 /parenright put -dup 37 /percent put -dup 46 /period put -dup 43 /plus put -dup 113 /q put -dup 34 /quotedbl put -dup 96 /quoteleft put -dup 39 /quoteright put -dup 114 /r put -dup 115 /s put -dup 59 /semicolon put -dup 55 /seven put -dup 54 /six put -dup 47 /slash put -dup 116 /t put -dup 51 /three put -dup 50 /two put -dup 117 /u put -dup 95 /underscore put -dup 118 /v put -dup 119 /w put -dup 120 /x put -dup 121 /y put -dup 122 /z put -dup 48 /zero put -readonly def -currentdict end -currentfile eexec -oc;jAw-=%W)-{ru)rAE(@{빴Q|_R -ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ -}3{Z2zݬT2s$Z&{BJ{=מ0).|˿!:[LI0lr9G$}/X S`p*p+fwwFGO^ȇ r+dMvNy{YK[z[f -ܷBDq}M8|j${jpxxSƫEu -7%ɑ4\ 9b \)[FU.q4Z8KzwwylϦI5bjcZ,7ɪK:#@Jd@ѻFM_d#g+=>ZaWNH5Y/ .rpf{0D|6@;]/h|.RAɰKml^&W܀{mFՙ3FK~I7@T7AMOP.;ݐH+iX;}jYXEu5ǻpېBIᡊS 7pQ40cH4u[ wYÖ2[tʖڣ?hb*$ -dƥ`$ P :")|UƩfDtd§=5+j7%i@)шT/qUF1tEςҷݢ@ Ѣ1ãF^R?-¦q^!*1gw24/3@\7zaz1).ExY'Ȫ5Fc=nj2cw1 3bI]y: f֡ꋓfg%p^`('m K'K '>EPN,:M{S3G2R@6\?-^X'F.qhYlawNUpͧ`M9_Jgbw! ̼sāTҔDb:Wq!]iơw`褩'`h^ TTInHel䶢͒à`じ 'p(=Y1UѬ/OT -%`&{(K:.CiK9xH-vE4x_5叠ٺ,dl5'bbq,H. O8 NNnZGquDZMgd/.o~*ĽẾʿep˵ -1}oK({AsM`?  }|^ڧ(1vMXAj!Vk5=&Yiw|vCPezFލ`FJO!zơãE.)8At`+o z`!|a*dU ).tIhq*0q>NU 3ȏ7Ā9Ot[3|5r0p8ߕWqDLŽ{`dw|ׄ GJz/H'Z$MΤ8Z̈<7{LpV)%k3ToCn}4>ZrȰ{rUZ9EGu49>`oq/~x▏S|f9׬?X.uBxfGbE.wW;o, BLkkK{9fgg,l|&Ma*$v#ܶ>7Ucö'nNЙ1WƫV Nu+947yG( "zoO_|cZzB@ZAݾ@aexb?>"YTgBlٍ9UFJ?"[p] phU8Փz޾L?:K;W%X$؇:b9pF^dBJR(6[-T*4!yY`'M( MPA#fT"f"?eX&RE ]2L6 ?h)8&/Baf!0tM<ŋX0z1$6$}W<1ji76$4e L,vΡTuQo:=}E˨(S0.1) d#I;P]ɵR蕺I,"?bB8|GϞ\;H -nc2߯xX1!?:t#?%gSe[ze} h)D j-O6vzu@b ixc`r&r Iڹ_> 1SSdY$`)­:] R]FITkxjgbHd.(: -﫜.%pq>>^zx,{^c]r6oެtHTC O;q]8$yBoLr {=f$' F}*%*tdsCNzc5G~¸e 2d]bsz':aWA>4+ -5u=JTH8Yn{-t}PtJx8R.\{`u[%37\rnNJFk Oj+WesMV)JYV˛81d#JL1?M?"śbQᄍfcӟr ar4ד@dv5꺜5eDfR+c=PisX8mm;EL]H|S° #ȿl S6e!3BYTg}TTaΈfgX_+t12)A{ߨcװzP*Q˩SRd*lN؏bjɇwu_ŧ03_m=/Quf -'I N?qj) -ʎӲ+Ar⻩6&HДC9mr|7rG%:Jr<(gG^Ĵ~xP^KYYD˓"$?f7ښ}Xo3'+Te|7~x9Fʓ u -ih -9Nt9uicsJw -cZ|$C[ie ";3|AzFY4WSHʘJ᧞)~%b[O?;Rw߹E5?"W|;ծI6X'\dKs}2{QA)wJtXi3uR3Tq5b|~<27bA}LXO6/'`:8gI$G,M`y}Gꦜ?)c7K !8Bʽl. ouv -KS?0Z<M^oE "1\eάI SsBITve赡 Rkvl$|i0qp -QxroHQvzŃe4`eb?V'ax * ǡ~MCC0"rsSC=y [^ՔI1d#J9&I# g߶c*B+FWndM}RYubPvc?_gMk5Zoof~G>ص͈,gk]E8?`aN/`p22it (/[@|;C]ar6X W,COQY``J_Bhq8 !;.*ĿLMbMKa{boKInUowg3Ս|Rq?'SoIV\]iTgȋ[_Z_j5'N8wM%+E:v -"Ӫax;Y `m e"bsiq>,Znè3Œe(go =$Rܬ'J:cj3f2 -N:3CC;Ov"<ȳA?9=ԇa{M˻&}Lnu4۟V[+._b$t1.}c{<0PBW*ZCƛOS 0aS5Ε-}7-*IC{1ȹAZųrO(G n69i5bDN'wL ,j"WvyMbfv&,ՆHѶG[f&Px&I뤏i=(˗z:[} $>]IlvyPd[tzw;hc9X S8{՝YJ4ks'$r+t7))m&LWQ L7)g͑".f E* -M:7jm !'3x<[r n^s:^M{9Eŷ8Bt2W<<#,CM|պOݭXG.|3q]U*viEk ՞z݇Tߔ5#V:e6- 0jmϕ-1S:XޅR~3,Yh!mP"W n3VߘeFb& qHdG1D*$sI0xBd}cA2Pd' ؝nyIT 0XAo؅ GSZ x>P. ˎNu5|='A>'RQʩqMެ8hW]/7TsmcCq%hЀvSs,+feD@aD/w:0͟"{ќ:xd)u\|;st2rDNu?f:~ -Xs%pL7GZn;fAx0(j5ƿDOUjqq0_+vPґ,e1#Q"wGEȑi.[{G$"^IJo0_34OCù]R'Ě*9 #4uq[wuk.FQݓ -+U:?h7.+zeh߼ȱ !6"l;Ĝ(OIhqu8k`QP-A+[.'յƓ6ЫLԅ6iPZ_[5fٴ[gɋ. Q{=jiXp*?%iz染qEEzYdSq ωTzi -v햯[Z]3'} pfh6m:ѽUx͎b,˻MYg JaυW4¨~v׼rpy<ѹVJr -2 of%}} HZ4lmsE\LSHlHT0_!H[D'S298r_p 12Oeo#D~)Ligrd!}F4n(AZͻ] OT?"P -#0JSЂ={E#s@AUlQ>J+q##v(UuwҖ"&xbiv GE8 #񆷭ZֺQ[`t:"LdK#Z6 9@ lE)7L2R^dRRu| tE?D;y*Pax(03>;/>% )Xܞ"p^J ٽ̅/S {ơ?NaM-jrzB%z'~%aiR+%]kre/hz&d뾀:} !8,Rq=2'n?Ӱy"*S8xvSi[Fs{V*ϛXP`vKeV,9;u"&tpN){Lhc *ଊ5 {u% 9TZ70:S7yZ'g5f,M@Ǖlc14˯$+N3AKMΫ+ 7;nUr[dTO缟;^;נ?=sjY7DIã|g>%X7pĐ׮Jj[)'0#}DEDͧ5VE";V4֛4zKEi-M*ҍR%iX?MG -BδbO0 ص%ET4#eD[Vam[=/QXY] _+Db, -Ij -B1]d(CYQfpNy5^"<|fkY\dZapr eA@r@pI'",ZdWij v6$}`܀d7gq.w§ 䶊YE#r}`FWñVV>oC6ntX`m߅\%v03UIQ;)8m -,;"ΤgrrO Sltkl^(R;woI#8WN*-Bq-|-(BoHMdL"7jj>͏sfc P3 ގK6ile3G{.Ԁ^2;#wۃ[q;;*wؚ5FE@ެ1kbQ+B#tpX @v4)v $ ,@V}]"HkFetN{:{տpa3{ʷڑ#fA^6#Vkgnjdι ?F9Ţ{M0o՝so$:dw-JfѲ.3- < -G݀{r.lݕD([=a"^-)Ut;0 >e%:L( -KCȄ-`}L:16Yʺs@LvXtc|]2jkWb 12P&Qom~- RM7r)'R΀F%hű#Zۙ]rР 掮Dq,y0TR\C\bTCi辔 \b:%q5N!*[>C*̎?id}!x]vo=ns)"]$&ȬB_mYZpXzh[C> g/r4i pf4 %Xl[=-l6>MD\rkzDnuVvzYܩal(Nnum!y%y̴kZ-3_8Aѕf>o\z2d[AJd>%WԽs, w{9tPQd;[R%΁t(6Ωw9Ϸ#/]ܾ$+466DW`̑O^n#|J98yܨc" >=GxQ Vg;w#j8pXeyc%^MӘDf[ui5R*]U߈}Т"p$S.{$ng{_Cmo>&LR+H4 zF_5nla4| C}< [ >Y#7z01XOg!| 7.=\e]j{!Y|"΃JwQ V0E$'҉UFR,ך,*WJqZNTTt4}Kz3!ըiK˖~ ~»I7NjW w;oUgWN>(l9wK~upKe9X*#PTF{1hWR0R&"0gtn,ڝ@avԶXr= UQ#XMZ5(Nj7~-İH(\FןsvovTz98 PMFk/XXBNl8$Hh6Js8L\9Lkz"Nyr9/zD-N8vkǫiyiNOwjdiwkDp UqʕX3x+Aƒ{3l-* ;F? /V$J w*Aa\U@wUn[$YV|+ WÌa;lq -JԀ4&B!c!H0]YR#+ eE{X&r(;ٺX3EppP -e 9wU~W }FKQNX 8y_\GôK ga0BpNhJ [7&)YV~$M}Wռ/U˸%y4AT=El=Հir5 JHѻOnΟZIσI#%d -5W&X l0~ڀjQ`)dQ #е#I?j}l/'zi>|[œ%(+tX\)U`9~تZF\h9zQh'(xYu7v{Jq TKn!;|*}I4"޶aTxXM!W }3o1u>CC,!mJY۾;#WLqZźgde_#Y=vhq -^yݗQn@'ލl.){O!? V7J4xQʚ*ODewaP40uOcXnDYy=-Zp6Ze:VJAm4EXf p -IT 0.7N{ dwy.Ժ%^X= -i!Tckz9! - o)w dQXM^ -lo *wk\VZ -R7ʹTwX7hW@r)L{Z`\[{Q}:Z+2~wX[M2{:CyU*|g5\CD2 -`?=2YCk3)I6]D~&Ro+7t A˕j2'VPATFb BI%y-8UXhdqq"Nr[-&B8&g &vPNHI[*D"ITM0:!2\fwHpnez+dh޺D,8-ЈXMn&J [\jm*}$A8wW( A%fS3o=ʰ1ٔƌa!s9`÷^HcbsH،:Qx'5g- F*TZ: ,j#bq;O4VU:--"UVZl3X/a^0.~-s޻H-gS*-+Ul__fj`їxt|mFq9h@>B헿*X,/665Fo -4 Et{Jy|R{I#WnaxFmz g؃s-?dTVڼ-swJH_#HyFk:TFrˤ޶S pD]sBEXyeUu\4ĺU6'p+j|~wO \㥔Z=ʾԓ9)q3cF,kNhpWbƳziʅc^ҕ5(_.,QKT=dXtl868Jrmi mhii,8m[l=H~€Eϕ7M A`6ʢ3irúE(kBZZ-mojd8[)ˉGZo&B<d (`xVSWn56v} 3|A>f"7$`q(gk=H)30'&1 uP.N~<0)ǿ((KGu)$ӽ¦GA3m01Ӌk -qLV\,[ܡuS?TmrB"Lg4'Qό/mc)YsfY)bdq 6U x_<0h:Q5V~jRh$V:C -J%l"Pȍ=xH  :\&/yڸj ַ]Z< ВU 1I}XlP-ϑx+Axb.j6{1t#<2~̅Xy(] uK.YHEq¶޶ !=eox##!g?5h7eqAџF>q| 5@\qxH̀68-e'2xi~f=oL.a$Pʽ7 -K3s33l AZ:hAquf/'QpcAR␃0Tj2uM [k@G6#I[K砺RVU]~u%i 8* ։ 4]ot@IU$`yfMr2m'o_"a8P:̏! y =5C;";y^uP|e)OTEHbi%(x>o2t|Zx~5_2$ԇh֯%UFw=wZWhy>)0U2B d$$^:oAW:#QGX-IyaХ:-?^fP-cj"ސR KqK.bfzhP?b*<,?Y D+.Kvۄ*8##0\uY[fk %t@ZKϋZa:R<]LLGriL @I˷B>խgĮ]eu2sgg9 nW" -ۗk1ZW9Q#u7K\OK?n3V=s+}1'4WNǣj$$id3* 4R_iCebrviA@f0k$vӦ@y+}cl.N&kGPg.(<4v# SL#N9&~!cM<~fx?C23V?\=V6"8爫+(|w{J7R~ǩe8Ʊ"\1SASvPFOT∁l$ ~S,`˶ bErx*TN1+_o,tӝEd$ePt{W5v60+Q  -а5 !P^G%JeT|˴^sۊ7xd*s8k>pTtabCW}r*Zy|e}B QK@ϿtYG5Ԣeh{ -.e|K3qNpL\AEHWcnKf jwB;ay4<@yY8Azv &ESѹ}X_'#Vg= -ǿ<5N}RzRF)[tRr S>Um?ӥ\~&i1Y:\F&cu%mc֪A"î>q}DW+RxUˊUo`1Y\E"Ud}J N>JqML#fu$o+|ɿ}{v%T ;GTե>foglzv˃mCo[)00gnΣ-IcQ P["7ĿJu|ޚY9L~O7F{ýa,4|s"Ugikab)'FȪbqszxXV1l|X!H1Sa/!ڷ!`h8J3ݟ4 o=D??EI3AʏK=SPfhccR!aь<8z][.=:~>'iDtUW]xT>tq O2ʀT]hkf(g'&0D{qJ~Y!~C_8/NԩHԦlJ,|8AF}23rcb<@Y1)+e}X,ZZߋ'/#WO -NȘRddƻܾȅ(+'Sa=`9(s$JsgcD/3}̑iuBQisM$CgA~i  Pe&G>ǔNX|ωxwTRKpkw\ r>47X #Z$.EEFyl+U7hqiKdW--Bn+Ie_(zZH@P Uc& BקrZ89bM},[M7O5󉿔WRM -cCwҶɲ9ONd e5OyqV Cl^>ގc]J02z"_<`rH_YGõ]j]٧ v "W0M'(.g ^:u |: d)Se)LnB2'h-gfյ uAMǃ$ݐHåB]w^CS5\T6+"vG%yYaJЧ}h_僰5q5~MAp1{ -a?'|#r;5sf,3f~{>ŇB2}S'Zl࠼86R_l"{5 9V'~;$+nk]ss-s1kZ1h_&'rq,+;ukd˭2mYEbddp}7mw~!2ttFIwhBh)+4mݚ wz)P\hm7)5zP/C)?$^v޲8';xl]%$.5a06*7-Z/Jn:;XEaԈh#y\#SZ-Y E jA{N+4+Gצ]#~#ls%*.z؁QVM-ƷRX(_zԩ;'pGt0{TNgopT,Qu)*Ȕ6kr55b$Miˊ>koKn^̞-MsN'}?Zs/}-h`j&5x7nJDXF;ae -֗xXͅgj>cu-`D҄';4>ZSCψO;ts^4UQhDW](ǿƶͪ3Ks7!腔" nLCSr&h:a0(t^]7.a>Sl—#B2 ~~FY o—cUXёbz9m%(m W[4]uLWzX9da_ʯ͞b<1 O' Qpsύ"?SEbPN@ZTo`+^ZɗUn \}̢/[j_h*nzUuP͕,d -I-̶LDT IPm~;Aw{Eط8%IhF}U=oZd5v^8 -'Kwh[kR9F_&0FIo:@0W_^|:afvbĄݪi`#7%褍@Ǩ*zoL+}<'ݶZ@N/zQ~,u)T1pL\j,tȡ5ɪ>nȕ -g6/._5qtQy:q`OV: -U‹Ђ[Fm„݈![hoD>Xcgr%YǁvPMG`l(=F1ao+;OG/ QDĬma -~+ W|VbMriacܴwI\N&:A!Us/394 8@V[ -!<ɕ\xbʓs 9'!]t:Tι(@_6} P -qQZ $qMbE^L>BLPۂ- tpkՄu?ki6"=EXudj_e3E\f6ydyxTuڸh7'؅=?hɘZQ6z ZS1 ԰t6**{`Yh<Ήp]<j؈s4twäy;EFs+q,}aŻi@9]Tg!,9 Yċ(@/5<>e>tDj^fl %զZ.m4Hqu7n!NP9Kx:L$Ȅ%}ìHJI7u"hf,^ qͿ)#S2d"ع#;YYJ> -stream -535 0 533 166 529 312 530 464 531 617 532 771 537 918 87 972 534 1025 541 1144 -539 1278 543 1425 91 1479 540 1532 547 1703 545 1845 544 1991 549 2137 95 2191 546 2244 -553 2350 551 2484 555 2631 99 2685 552 2738 559 2844 557 2986 556 3132 561 3286 103 3340 -558 3394 563 3500 565 3614 107 3668 562 3722 567 3828 569 3942 111 3996 261 4050 196 4104 -192 4157 307 4209 308 4263 363 4317 309 4371 211 4425 260 4479 262 4533 239 4587 566 4641 -571 4760 573 4874 240 4928 244 4982 199 5036 198 5090 242 5144 241 5197 263 5251 195 5305 -328 5359 194 5413 243 5467 193 5521 305 5575 197 5629 570 5683 574 5789 575 6485 576 6553 -577 6857 578 6985 579 7339 580 7359 581 8002 582 8374 583 9038 584 9428 585 10020 586 10630 -587 11137 588 11782 589 12377 590 12729 592 13361 594 13714 596 14076 598 14420 600 14729 602 15050 -604 15273 606 15521 608 16068 610 16422 612 16648 614 16878 616 17250 618 17502 620 17890 622 18166 -% 535 0 obj +% 543 0 obj << /Type /Page -/Contents 536 0 R -/Resources 534 0 R +/Contents 544 0 R +/Resources 542 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R -/Annots [ 533 0 R 529 0 R 530 0 R 531 0 R 532 0 R ] +/Parent 514 0 R +/Annots [ 541 0 R 537 0 R 538 0 R 539 0 R 540 0 R ] >> -% 533 0 obj +% 541 0 obj << /Type /Annot /Subtype /Link @@ -8463,7 +6662,7 @@ stream /Rect [92.604 739.006 100.627 748.453] /A << /S /GoTo /D (section.6) >> >> -% 529 0 obj +% 537 0 obj << /Type /Annot /Subtype /Link @@ -8471,7 +6670,7 @@ stream /Rect [242.209 613.666 258.141 626.568] /A << /S /GoTo /D (subsection.6.4) >> >> -% 530 0 obj +% 538 0 obj << /Type /Annot /Subtype /Link @@ -8479,7 +6678,7 @@ stream /Rect [364.686 512.53 377.588 521.553] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 531 0 obj +% 539 0 obj << /Type /Annot /Subtype /Link @@ -8487,375 +6686,2440 @@ stream /Rect [199.125 471.882 212.027 480.905] /A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 532 0 obj +% 540 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.247 440.719 409.694 454.352] -/A << /S /GoTo /D (section.7) >> +/A << /S /GoTo /D (section.8) >> >> -% 537 0 obj +% 545 0 obj << -/D [535 0 R /XYZ 92.6 752.957 null] +/D [543 0 R /XYZ 92.6 752.957 null] >> % 87 0 obj << -/D [535 0 R /XYZ 93.6 715.095 null] +/D [543 0 R /XYZ 93.6 715.095 null] >> -% 534 0 obj +% 542 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R /F18 268 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R /F18 275 0 R >> /ProcSet [ /PDF /Text ] >> -% 541 0 obj +% 548 0 obj << /Type /Page -/Contents 542 0 R -/Resources 540 0 R +/Contents 549 0 R +/Resources 547 0 R /MediaBox [0 0 595.276 841.89] -/Parent 507 0 R -/Annots [ 539 0 R ] +/Parent 514 0 R +/Annots [ 546 0 R ] >> -% 539 0 obj +% 546 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [395.046 386.522 402.493 400.155] -/A << /S /GoTo /D (section.7) >> +/A << /S /GoTo /D (section.8) >> +>> +% 550 0 obj +<< +/D [548 0 R /XYZ 85.4 752.957 null] +>> +% 91 0 obj +<< +/D [548 0 R /XYZ 86.4 715.095 null] +>> +% 547 0 obj +<< +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R /F22 195 0 R /F26 331 0 R /F20 332 0 R /F18 275 0 R /F23 328 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 554 0 obj +<< +/Type /Page +/Contents 555 0 R +/Resources 553 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 557 0 R +/Annots [ 552 0 R 551 0 R ] +>> +% 552 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [92.604 739.006 100.627 748.453] +/A << /S /GoTo /D (section.6) >> +>> +% 551 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [399.894 589.76 407.341 603.393] +/A << /S /GoTo /D (section.8) >> +>> +% 556 0 obj +<< +/D [554 0 R /XYZ 92.6 752.957 null] +>> +% 95 0 obj +<< +/D [554 0 R /XYZ 93.6 715.095 null] +>> +% 553 0 obj +<< +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 560 0 obj +<< +/Type /Page +/Contents 561 0 R +/Resources 559 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 557 0 R +/Annots [ 558 0 R ] +>> +% 558 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.046 562.662 402.493 576.295] +/A << /S /GoTo /D (section.8) >> +>> +% 562 0 obj +<< +/D [560 0 R /XYZ 85.4 752.957 null] +>> +% 99 0 obj +<< +/D [560 0 R /XYZ 86.4 715.095 null] +>> +% 559 0 obj +<< +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 567 0 obj +<< +/Type /Page +/Contents 568 0 R +/Resources 566 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 557 0 R +/Annots [ 565 0 R 563 0 R 564 0 R ] +>> +% 565 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [92.604 739.006 100.627 748.453] +/A << /S /GoTo /D (section.6) >> +>> +% 563 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [334.005 662.511 349.937 675.413] +/A << /S /GoTo /D (subsection.6.2) >> +>> +% 564 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [394.361 145.502 410.293 157.191] +/A << /S /GoTo /D (subsection.6.2) >> +>> +% 569 0 obj +<< +/D [567 0 R /XYZ 92.6 752.957 null] +>> +% 103 0 obj +<< +/D [567 0 R /XYZ 93.6 715.095 null] +>> +% 566 0 obj +<< +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F25 329 0 R /F44 225 0 R /F18 275 0 R >> +/ProcSet [ /PDF /Text ] >> -% 543 0 obj +% 571 0 obj << -/D [541 0 R /XYZ 85.4 752.957 null] +/Type /Page +/Contents 572 0 R +/Resources 570 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 557 0 R >> -% 91 0 obj +% 573 0 obj << -/D [541 0 R /XYZ 86.4 715.095 null] +/D [571 0 R /XYZ 85.4 752.957 null] >> -% 540 0 obj +% 570 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R /F22 190 0 R /F26 324 0 R /F20 325 0 R /F18 268 0 R /F23 321 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 547 0 obj +% 577 0 obj << /Type /Page -/Contents 548 0 R -/Resources 546 0 R +/Contents 578 0 R +/Resources 576 0 R /MediaBox [0 0 595.276 841.89] -/Parent 550 0 R -/Annots [ 545 0 R 544 0 R ] +/Parent 557 0 R +/Annots [ 575 0 R 574 0 R ] >> -% 545 0 obj +% 575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [92.604 739.006 100.627 748.453] -/A << /S /GoTo /D (section.6) >> +/A << /S /GoTo /D (section.8) >> >> -% 544 0 obj +% 574 0 obj << /Type /Annot /Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [399.894 589.76 407.341 603.393] -/A << /S /GoTo /D (section.7) >> +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [314.074 583.943 326.976 592.966] +/A << /S /GoTo /D (cite.PSBLASGUIDE) >> >> -% 549 0 obj +% 579 0 obj << -/D [547 0 R /XYZ 92.6 752.957 null] +/D [577 0 R /XYZ 92.6 752.957 null] >> -% 95 0 obj +% 107 0 obj << -/D [547 0 R /XYZ 93.6 715.095 null] +/D [577 0 R /XYZ 93.6 715.095 null] >> -% 546 0 obj +% 576 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R >> +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 553 0 obj +% 581 0 obj << /Type /Page -/Contents 554 0 R -/Resources 552 0 R +/Contents 582 0 R +/Resources 580 0 R /MediaBox [0 0 595.276 841.89] -/Parent 550 0 R -/Annots [ 551 0 R ] +/Parent 557 0 R >> -% 551 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [395.046 562.662 402.493 576.295] -/A << /S /GoTo /D (section.7) >> ->> -% 555 0 obj +% 583 0 obj << -/D [553 0 R /XYZ 85.4 752.957 null] +/D [581 0 R /XYZ 85.4 752.957 null] >> -% 99 0 obj +% 111 0 obj << -/D [553 0 R /XYZ 86.4 715.095 null] +/D [581 0 R /XYZ 86.4 715.095 null] >> -% 552 0 obj +% 580 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R >> +/Font << /F15 136 0 R /F41 137 0 R /F17 124 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 559 0 obj +% 585 0 obj << /Type /Page -/Contents 560 0 R -/Resources 558 0 R +/Contents 586 0 R +/Resources 584 0 R /MediaBox [0 0 595.276 841.89] -/Parent 550 0 R -/Annots [ 557 0 R 556 0 R ] +/Parent 588 0 R >> -% 557 0 obj +% 587 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [92.604 739.006 100.627 748.453] -/A << /S /GoTo /D (section.7) >> +/D [585 0 R /XYZ 92.6 752.957 null] >> -% 556 0 obj +% 115 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[0 1 0] -/Rect [314.074 583.943 326.976 592.966] -/A << /S /GoTo /D (cite.PSBLASGUIDE) >> +/D [585 0 R /XYZ 93.6 722.069 null] >> -% 561 0 obj +% 268 0 obj << -/D [559 0 R /XYZ 92.6 752.957 null] +/D [585 0 R /XYZ 93.6 697.846 null] >> -% 103 0 obj +% 201 0 obj << -/D [559 0 R /XYZ 93.6 715.095 null] +/D [585 0 R /XYZ 93.6 630.21 null] >> -% 558 0 obj +% 197 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F44 218 0 R >> -/ProcSet [ /PDF /Text ] +/D [585 0 R /XYZ 93.6 592.4 null] >> -% 563 0 obj +% 314 0 obj << -/Type /Page -/Contents 564 0 R -/Resources 562 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 550 0 R +/D [585 0 R /XYZ 93.6 554.287 null] >> -% 565 0 obj +% 315 0 obj << -/D [563 0 R /XYZ 85.4 752.957 null] +/D [585 0 R /XYZ 93.6 489.076 null] >> -% 107 0 obj +% 370 0 obj << -/D [563 0 R /XYZ 86.4 715.095 null] +/D [585 0 R /XYZ 93.6 425.986 null] >> -% 562 0 obj +% 316 0 obj +<< +/D [585 0 R /XYZ 93.6 374.324 null] +>> +% 218 0 obj << -/Font << /F15 132 0 R /F41 133 0 R /F17 120 0 R /F44 218 0 R >> +/D [585 0 R /XYZ 93.6 319.935 null] +>> +% 267 0 obj +<< +/D [585 0 R /XYZ 93.6 268.273 null] +>> +% 269 0 obj +<< +/D [585 0 R /XYZ 93.6 216.611 null] +>> +% 246 0 obj +<< +/D [585 0 R /XYZ 93.6 164.948 null] +>> +% 584 0 obj +<< +/Font << /F41 137 0 R /F15 136 0 R /F17 124 0 R /F18 275 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 567 0 obj +% 590 0 obj << /Type /Page -/Contents 568 0 R -/Resources 566 0 R +/Contents 591 0 R +/Resources 589 0 R /MediaBox [0 0 595.276 841.89] -/Parent 550 0 R +/Parent 588 0 R >> -% 569 0 obj +% 592 0 obj << -/D [567 0 R /XYZ 92.6 752.957 null] +/D [590 0 R /XYZ 85.4 752.957 null] >> -% 111 0 obj +% 247 0 obj << -/D [567 0 R /XYZ 93.6 722.069 null] +/D [590 0 R /XYZ 86.4 715.095 null] >> -% 261 0 obj +% 251 0 obj << -/D [567 0 R /XYZ 93.6 697.846 null] +/D [590 0 R /XYZ 86.4 670.542 null] >> -% 196 0 obj +% 204 0 obj << -/D [567 0 R /XYZ 93.6 630.21 null] +/D [590 0 R /XYZ 86.4 622.659 null] >> -% 192 0 obj +% 203 0 obj << -/D [567 0 R /XYZ 93.6 592.4 null] +/D [590 0 R /XYZ 86.4 574.776 null] >> -% 307 0 obj +% 249 0 obj << -/D [567 0 R /XYZ 93.6 554.287 null] +/D [590 0 R /XYZ 86.4 526.59 null] >> -% 308 0 obj +% 248 0 obj << -/D [567 0 R /XYZ 93.6 489.076 null] +/D [590 0 R /XYZ 86.4 478.405 null] >> -% 363 0 obj +% 270 0 obj << -/D [567 0 R /XYZ 93.6 425.986 null] +/D [590 0 R /XYZ 86.4 429.613 null] >> -% 309 0 obj +% 200 0 obj << -/D [567 0 R /XYZ 93.6 374.324 null] +/D [590 0 R /XYZ 86.4 381.427 null] >> -% 211 0 obj +% 335 0 obj << -/D [567 0 R /XYZ 93.6 319.935 null] +/D [590 0 R /XYZ 86.4 346.791 null] >> -% 260 0 obj +% 199 0 obj << -/D [567 0 R /XYZ 93.6 268.273 null] +/D [590 0 R /XYZ 86.4 325.703 null] >> -% 262 0 obj +% 250 0 obj << -/D [567 0 R /XYZ 93.6 216.611 null] +/D [590 0 R /XYZ 86.4 280.245 null] >> -% 239 0 obj +% 198 0 obj << -/D [567 0 R /XYZ 93.6 164.948 null] +/D [590 0 R /XYZ 86.4 243.487 null] >> -% 566 0 obj +% 313 0 obj +<< +/D [590 0 R /XYZ 86.4 208.851 null] +>> +% 202 0 obj << -/Font << /F41 133 0 R /F15 132 0 R /F17 120 0 R /F18 268 0 R /F44 218 0 R >> +/D [590 0 R /XYZ 86.4 160.665 null] +>> +% 589 0 obj +<< +/Font << /F15 136 0 R /F41 137 0 R /F18 275 0 R /F44 225 0 R >> /ProcSet [ /PDF /Text ] >> -% 571 0 obj +% 593 0 obj +[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 833.3 1444.4 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.4 1277.8 555.6 1000 1444.4 555.6 1000 1444.4 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000] +% 594 0 obj +[935.2 351.8 416.7 351.8 611.1 611.1 611.1 611.1 611.1] +% 595 0 obj +[379.6 963 638.9 963 638.9 658.7 924.1 926.6 883.7 998.3 899.8 775 952.9 999.5 547.7 681.6 1025.7 846.3 1161.6 967.1 934.1 780 966.5 922.1 756.7 731.1 838.1 729.6 1150.9 1001.4 726.4 837.7 509.3 509.3 509.3 1222.2 1222.2 518.5 674.9 547.7 559.1 642.5 589 600.7 607.7 725.7 445.6 511.6 660.9] +% 596 0 obj +[826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4] +% 597 0 obj +[826.4 295.1 826.4 531.3 826.4 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 531.3 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 1062.5 826.4 826.4 1062.5 1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5 1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0] +% 598 0 obj +[722.2] +% 599 0 obj +[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3] +% 600 0 obj +[295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 491.3 383.7 615.2 517.4] +% 601 0 obj +[613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.4 463.9 485.6 408.9] +% 602 0 obj +[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 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 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 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] +% 603 0 obj +[469.4 353.9 576.2 583.3 602.5 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.7 361.1 572.5 484.7 715.9 571.5 490.3 465] +% 604 0 obj +[638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.5 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6] +% 605 0 obj +[319.4 436.1 436.1 552.8 844.4 319.4 377.8 319.4 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 319.4 319.4 844.4 844.4 844.4 523.6 844.4 813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3] +% 606 0 obj +[722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 500 500] +% 607 0 obj +[544 544 816 816 272 299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 761.6 272 272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8] +% 608 0 obj +[350 300 500 500 500 500 500 500 500 500 500 500 500 300 300 300 750 500 500 750 726.9 688.4 700 738.4 663.4 638.4 756.7 726.9 376.9 513.4 751.9 613.4 876.9 726.9 750 663.4 750 713.4 550 700 726.9 726.9 976.9 726.9 726.9 600 300 500 300 500 300 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450] +% 609 0 obj +[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7] +% 611 0 obj << -/Type /Page -/Contents 572 0 R -/Resources 570 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 550 0 R +/Type /FontDescriptor +/FontName /GSGTRH+CMBX10 +/Flags 4 +/FontBBox [-56 -250 1164 750] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/U/a/b/c/d/e/eight/f/fi/five/four/g/h/i/j/k/l/m/n/nine/o/one/p/period/r/s/seven/six/t/three/two/u/v/w) +/FontFile 610 0 R >> -% 573 0 obj + +endstream +endobj +612 0 obj << -/D [571 0 R /XYZ 85.4 752.957 null] +/Length1 2163 +/Length2 15247 +/Length3 0 +/Length 17410 >> -% 240 0 obj +stream +%!PS-AdobeFont-1.0: CMBX12 003.002 +%%Title: CMBX12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup +/UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /ZNEEDW+CMBX12 def +/FontBBox {-53 -251 1139 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX12.) readonly def +/FullName (CMBX12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 76 /L put +dup 77 /M put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 85 /U put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 12 /fi put +dup 53 /five put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 113 /q put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 55 /seven put +dup 54 /six put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{Jf^ַ>aq4!<_CцcQ%BlS71_ +sQzԜr?ktP2Òl(?69~'@2bt[{ax 7}Gn[TY>T#a1h!;`WƮk>Kj̱JzNc?^<@ qTud[eюj:JnK#2S[ŝBb?̬Mo7aa'gP:δѩ҈ dBd|IH^wMe#DD13W.J.6׮r(N #>Zjhɵ+Uw +$\WN.C(V\N¸3A?l_sMP yfSyֿb`9upPȐNur)L=uhՂD١Pԋ^} +-zU*3~HwzQ:.cxv(P}F>48zeU+Jk <>,H~^U>~~)9G-_+ԇ2miΝ1r>Z?ώ8PZm#meDPњ69v=hE_X(yN(9d5p7LZC~ld1:/ g!, +}Q+93V{ QlG 7!;yq+ JA vj/rڜZP)4f+OpX_t~ 5[RZ$ҹ=#e@K*WEt_-J bΣZdh>xNpsGLOh>o련J;J+\m +J6km9"N `D[ h6w{Ac<=ޮv}PC*|sAחfK+1!Sn~#_*]\i!Jiq˘mJ K fy*S}iGV6wa$mv<zZQ^L0NRq!*7uLO=b~_J CI?<5 T zs}uL`M؀"7K 8yO {|v`).D3K$ ,3sÝDRT c2쑃%yD\MS9HQ՝rfG^\55#v[Yϴ)KS^~nMX,8&7a d$ݕ ^t/WyϿ4QK{)=WDd>oeZpٕi-e@PLb|#p"6KLPXzbZc})%LKfO2ݮ (NԴU-eru RyTkl>'H 9т-)u +u+ld4zcLsTJ[:v?WNM* NiLffF/? ̔o_a! Bt]z\ޔR/r4MFwe5']ZPp׶r?PaL'- +c3G}T'ڡn#^>Ҡ'-ހFwMOTDsJQ{ T޾2VNsҎ%Bh$,>oK"Hϯ 2BU7'J(Ǜc1PIݐ.lQjF%jP +1zb2ɮWM+mKf,"/3~į;7/7=o-R%nJB@n6A0hRF9T {(&$߅:hMj %FVڈGv?`S::JepR̶9y?O_4:╱bEV]1Vb,"KoF0dba̟f4G^̬k({: +]-eJbc?hs+΢_sS,atyir%F3gދ&M}ۨ3Dkh`\rud>;iA_ +oF_љckNԋn`v)2ۙ$# 6{⮶\FvUW l +%x[gj6~C "^klCy%)%nWFO/My~ZqiI$CT*x])it4ZV]m剁VO)gi +%-JUƠ[fTX7/.cU,h78M4 z9:̳jmrvP# >bx_Løğ y5R@/{fQC}d~r!4ѐfPo퀿M+^',6_/W{h/њjS}Jz sնj ޳~zL{qA\Rh$):zNSJLyj^Ĕǒ)T~KZAP0JP~(>~9&åv^")X5=hN҂aNز%1v1gv?467H!NjO4پb夹tFy&{wQ[+ZJq ++@ mn,jMnEfI m RGUY8šNK:]ĤB!N?J'A.k{c㣆+/lB~z- NWWcr酉?V,d\$;tTR%M8DLsY{D#4 D{a\j;$ndʟ'KE 'p a_C1daEE4"<[ɬ}77%غk/2Ik'wblZqq@`C,6|U[2ǩ{{_W{l[(Eㅐ&K!.0t)f7lnMwX< | w2#:|м6ޡ4Hkr~IEmvb,[xY@rL'3:`A7C~X+_显R#GAVt]Dd ! 0*uzbrYN%gUX&h͈6OW2^zG iNΫyf_S">.g`B6G +BdXXE}텅eW_llQ6ioF<3ԙZN%Q^w݃{&E:k= BI| +~ڛfKikx zm 3ٳ~mk +R-rHsډZ嬪.]]Mmјrx{%u_p[ +5~`31>pajdoT&]J[[@ǿ&#F8i ^9<we+-lBdv>B2p["j FSoa9"1ܟ`IC"9²xG@,ty +ďuo1H?$YM;oia=ۓe%H-+XH +"'$wfS"o3"fŕ +?JЂ.~e/@CowK*VeMU&~7;V^"&%~޷$6v%? "1(ʲv#Z)H2A{*5a4h+`KPY#LDE#@]8.| qML$ZMgurB2Y {rqf^grB0y7J,/(^uI7L5f8G ;-1mg%&E0#3i; "m_f9NA?~!5mK~F7 /*-xމ/,Yy81(ޝJsߞ4kFx`NA\ +XLqT0%]*VWALҿv wL8mv|cPϨ+HP1'LSe޹%' +ƒ7+r4RE&7B؞Dg<&? +[0+sKt5p%$qntoOM<=(Ck@>R˯s0pN߲\u6410H :E1:_]تpM9V;i=m|?#0wW-͖☈<5V +l$MoWpG)r}aU sK"k`$)NDcxXŁe;03hfK,tRJ6"D{k˷\ +e^ۦrf⡁R[S Q-kV4b;v؆-{&vUf||w3-o2]s'=m33,QSF7FrݥDFܗ'SSu BL<1öCW3ȆP +Ptc :8F\5Qtڗf)"iA:8~ oãSPD0ryaj|y,* m֡ wE# m=J6Ey@;q?nsU;Mt1|6{[v`*~Aݽd)'[\wj˲rm"Wruٓ$j_uܐ`|tu~˗o3]P'OpS>^9MMo6M*Q-uF4$ED?QvIQJ87iW're L[4$-H3fO qa=%h KHx + +|r$JQ& 'fl"-J̆a jӔ0C 6=c~xG\@O7u)CZ"m>gyfWz5t +:i~@a|(!NELq`?].d1 H-p2hcBiՐcQ)gW;63IZ=7iG h`^`vv@sI$d:.q%2HON9q,A빶M12$VPq<Q&m5tYa%J:%^_)WU{SF Mxvqd,^6y:#C1Xe +-DL#`((ʛnEJԼq͌N$Jͽ ?fj1 +uWWjW 'IDne玬D;-؏!I;51IH#E!oc~ˤr' }sيBt0fGBR(JXV c.mQ8@<J*mNC'U݀74TưpF@/bÈr\`']ʁ-Z1U֖!䙅%c.zX:驊Aa~|%P.T5ed49aHғp󓋂~A-^X*e u|#!CM:v5 oCK)J+R!-'@]%NY  +tYT<kIq>Us{$$pSK;& q@(&EbopixO,johR8s~*!r2/ߜ\c9dnJA +nď")9cTsA ?IDω0{GA~oYFxϫY]à&"kAhMWC6قg*H?4s j&4CYrH19ǂ02ˮzHuz;_RIФIR_|!u<}#Xrw{Ⱦ1^S?RjX3;U2`kj^_) gy^bdU#iI#ٶ2% sу"ӑR6(R0~UcsDL}̋Yl'9qp`j +yTlZE텑}zk*;fhgSxvJ\8 +p/+6GfxfwEa;m-S$8-Xnj"GݖVNl?|T-"<0V2AjK1.Ck<Ųż5 Ӑݺq_{OWHcrfMeU"p +xRkXOiܥiVКye re_-Y#,'7Ik Ltb(CDYvɅq|A)J#lgZCD[[%fjiQre&xi@#ulpzKطz`8X+LMF"=ה+Ȅ}ϧjT$t  mZwxx65q[e@+:EdH۱dWaR\T(2* /D8"F1!vpC4Ddly.xPADE4e=e4ˌWKJ 30>RsԽq-QknHeKF=q|l*G֭D)ZmiױS_6ܸhR"{%Vǩ+OԢb" y +V.xF7T C<9] Bv`ٚip2P ЪqSoS$)PI.됝LB<ZW!jCLy4I6 -6syaޡNk>R+vd *hN,S5:^v +̨A :#ܙlxxESx +/Oa, 1{ڥCJExxQjA?fO}GDǃŒ52[19"ʂUw}ԙ 1GOI8YE)(ζ_xZTpSnhnL dfEH9#UI3 !uk< pT|S/-Nm7obOr>Q<2 *,[`Alr 3WmYQX1GtӓM$dʲ%3#0/W-H~^o1I+Pt󄸅k sVQ) [n/2}&Mq|+wA6j([3}*(Yd\%L5xx=?bEY 2YeAt*_|Pgc\^Z]R^H:XdO\o#עT5@his& W%-ME;)gg'^|*FPmJE @z Kp=k + gqaZ(P1n.37S&g;k%UW[B9+m> w2P{٥EQ~LF7JTz^#@ٸtR aLhyCP[-P_]#2<ߥG ;ez[i8W MlJ6Iۚ# _6Ƭ<6 ێA; uXA9Б:Ds \-C˝%lq~:|wΦ}9=vRY#Q$~ ֵ鎟!6qF/EišhdX&]f8Pn nm4S uz4 ndm>RR-w{_; \Ulœ=6{9j;bfbU# LUhȂ쾼x\Wh'9Iv%mw TKq{ .D’XXV[ 2-4}vNeaBwN0=*Ci}3ZMfН@ڃz;St;΍5כ-E]RlM4qzo ɦ޴)q GoP^sY,Yv:"أmxeVI]S{JG 818}t77}7u +Ÿ>>Ɉ +.QDZu2Zx!d%% -տ{P~8PU)R +Э(k# H9oz +.XNOMc -պtfBg99 dz+Yld)DY=9ˊ;Z>tZLu׹BoAyMz a/\eP``G'^ꯔZ1EJSAAY4ѯ-A0H!bbi5]'+| .Te0a\/!#φ Ԗm*R,eĈZ?E` % JKL!t0AXPldhP!vxgy#j;=䐤C9P| +5RTENT/8Z`[A|JR1% K!">O6aIFnkyb[-}O%K4Ł)m} *Zu<FĐ!L1=h$Ȱms*VL+.y nd6us:6>Q3-،@m[';(6-C+3"nmsS{l#LS]09rt|۾(T6C8 {' Q7ۍ%TW34fs*}uUӅzgH;qcØ{O{37t\}"?)z}v4zk_&_`ןZ^f6 VűLd7e}3¹^QK@7󅵹C?jV`|@<-X+Dd!B;@'$ ˗.r}R/ѳo]r\ˍ|:}_}]k\Vde^1 0=vꦼ#ez1.ܵk}a0-|t/+D堼Hrk{O#4!0Nפ7`l/f\_cd|~Ř )֏i/_L5@u1D-'|@mw_cӛt׽6OUU5!zwr>_F֠3SΊo]I ,W zf1f.l=ʏ5@>VũI e'[H8Iӂ<ųNes;cÍmتŨDMՄ3N9n Lp; } Wr;:4&<`IV?w`'ZOU>ׄCdkI b(ĂM?^?z&RylWHVO9")$rʟfMs?Y'YFrA0@A]:oW.e1"گC`}`a=`,,n1>aKcVO{;U7Rj-lD Rz۪Y&FFL,!0]yv̴)sjw3tBXn"4 #CT10߀ »',[N@5a#CkTϹf16#>,,5̿n{x%JXtVc_VBD  +)!ۚRWj[V5:Dme|-nԦ4v}{"J**áb41P̝ȼ&3}QJt(H.V/B!ƙ#6י  ~Ҧ:5?KvQz%6 hR$>B f0ڿcB>:HhANm=dӈ%MҏFٚ1Q>;S\aR,SrBT[~vc^0(3"#6 폺O̧JN ˻H`CIr>b@!P4]4 {|UȀTJxW![ B.̛gtHaȺnJ|W*B\~A΍wVJՏ\nLD('@"!kX&8n7E AWΦ~}&|2K{"wJi7 ̃5uiȾ, ?􀂄p|U%$aO`$VEXY>x[]~i^dtFPyQ#R h@ȭ3抇w'ſ:tFgG"fQO4l#vR!-U[i#HXݕ6HM]<N*&&w ;mYc6aQzkR j`1?w0=ӑ$Nd=Mqk8+pz .qǵ(`_ՙ,F5e l ZZdm "$ gE( sӰЅFuזx2= + Ͼֱw\K׳q۶ݶ/{5)BA +9p K(Q'V[whVƧP +endstream +endobj +615 0 obj << -/D [571 0 R /XYZ 86.4 715.095 null] +/Length1 2086 +/Length2 14519 +/Length3 0 +/Length 16605 >> -% 244 0 obj +stream +%!PS-AdobeFont-1.0: CMCSC10 003.002 +%%Title: CMCSC10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMCSC10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMCSC10 known{/CMCSC10 findfont dup/UniqueID known{dup +/UniqueID get 5087402 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /PXRLEF+CMCSC10 def +/FontBBox {14 -250 1077 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMCSC10.) readonly def +/FullName (CMCSC10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 71 /G put +dup 73 /I put +dup 76 /L put +dup 77 /M put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 85 /U put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 53 /five put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 40 /parenleft put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 54 /six put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< +wJv$tE;D4Vܢv{bG@dŪ,|e( *VV:\?)Eeߘʴa.zbQ*%EJhFZy,٬dw8w:GI z:X4(nAN;H0hAoi.a)8Ma4@-ߦ~)zavгjFFw]:LE_;ǡͩc<(Vz5?<{STd#׍ZaЩkcZJj14S/cYt1db,0 j4ڕ؆Cy-%XWN2wQRyCOEbMv_c[dxt #; 8@ϋE ·z"T]ptX_+kK+sےWǖIMWXR觼*;R taW`4b_ԿP/`|v4e4UVh8R'|e$E&)% H2N]pGֺm}#{t$ zء=[|;!Ψa-D3 Vz޼ڈL4ؽ~旤(L(:k"HPw5WvX !I66w/lgj a+U:4_EC;V|ǤdjBՖֻdK[=f 'YuW,`6L +P:'jM]?gzj һM/NQ)d>|tUUnXaIuyt|Qߍ?]!H&kOpl(@NNgt3[<ѹ dI>эr%T!ɋ$f2quwuR*e6`* NmByfv.u+"| ?.X"l'~]/r]]/p `дp`J+"}*֗H4% Vb$wփR +CrUhU<[iI0@m*8_f/3M +*Lc6Ľ}nղ$SEUK _oц" +_!ЏXAcǪ݉9q8͂kEB,JclQ UcsCE:)iAH Rp$_C-GqBaB/")G bߌ. >'9-΋7Ξ_0='@e^ndKMN<._PeSM3ƶo9Z12CO+;Af_@b}Tb'N>,Q +w_3lS)]>?k, /;ٴu[ /FXJ4r+k {b% _C!wn"^+7mxG2Qo +:!SfJfYv㙥a("`\ﷆI,3SU|TkSYjbG>a^pb8= ng&ZD ꏱ y~iOĨG Hqv1࣎K"&]äs͎g4MEo8AX]D2bөA$L[K/c+w +z׍!i]"^!)٘ذ2EsoGr6>$_ʹ2/@] h 疁lg0boSQH>HHI0X/i!`_PL1슒O>e$+)_WzѓV,zdcUN3RZSx@4Q#s{,؍>dKasO w`5{e u!o4}qhJ_90Ypvfte9-ha0y 9-\,Ӈ@H.چN&,gb:NA,BQx!t>"Z *қ#upuNBk.8=NDТ9goU׭gmaŁo Cnge!klHt.澳GtJ+6$CNa@q"FN\gݴ/i@r/ߩb?UXn뽏, +@TMRwseh׸k>"IH.^I+HgS}ޅxY+[vEyD)%l 䑤^CI+~d/{ҾU ]W1QP(C"Q5n״Lm`&aئj ɛ\}ixsU;bT N5ٖ+ʩ{>M|cF+B|S%do 5*"svmNi5q +moϝjv"|L! 7Z2扶RTVU";%?q +d?cqIBNElC<6nn0 TJĨF,}TAqA޳Q5G6c]BzBb95r\>/LPB%SUh|^(dJ/:@iκN[6G/;22VH4g؊c>(uR$e:3v})/pkѤr<ą"kLs[I@ye;t . .eR3H5IB]E.La + ==a+r]{u&9[< 6[87 M2=\f݀7\ބ pw8StAR_ 2 +YQqJϪ@8B$`A|) G:T]S{F +x6@yơd{ "뷬*Va{T&Y1UA,R'TXcZv x5 +{a#B2OL>67pU2#;;\=W/b&<} .'DQ^0v^)0ؓIlڱ3ÌB"xտbZQαY7\ʭNFP{u{gw .o`fp>xٝ$jV!Q %,`=q<(1>lߠ\a("`8Xh lv}C{ ΞPaZ芪)|<ϖ/I{6AkmjCQR:!Y 3|14X`4 x`"Tݘ&K,LQ E!uz+07YKRmz#UdXa`/[#T,ZHhZОM[OxY{BfCvܳTdYl 3'Ǥ+ggCi[lv֩;;1lzs5~5"z)qPOXLl; =nwId⬇@Ô^QjNG\|g\]#QgJ]]G6O.=%ѮҠ65לIpn'$:bm½Ӊꇩw~ :ƶדd#~lFt<ŢԘ}ww_i*hƢc)\*G0@_~\1;k0;f(d* rvݺnAcÌd S2n-0U@$BLi- W˙ܖֱߧc1_يxm̦(k&rHp-"Ύb2mFt~4p3Vvi (f\$:&|Yzo00YA.GA9k+YFo>]l-~ _8C5"KUDȧԣDv6WV +— vy9~عRnA>x^ƻ: mW@"И(v1)g~#K 7kh%wj9rD rN:ÄDpSVNAuKe%Cg %Ce&v z84E#z^vEՈ0,jLPK̘񠳾unq)}M̎_|P!̹2-:N8=[0(LN8ġ53ũA;MQ9D|?ˆ)0#5s!j JpUЇfU\U=zDb!r +-hP)x>53"3.D5!Nt?4Ww؉Ԧi Z,/Rd>Ŵᣘfztۥ' W5`':sEMĀsƔa'*WD:r~ l,~:@$E[kó V 5 핤>Ò'.#90̹HGft%lqDT]zE Q)ύ +;3ZXIĮub4KPtʇY["0;›J>ge-sZQ4I.+V* 'l[vPFL̑V!Њ.9})A +$aXh:'hPFO}"YπcEB]SZXJǥʩ$dIvWS*qI i<:&?<}\@rZ=+[<3뺽J:SJ\UV3Ҭ1@L]Ȃd2t&#,O_p5̖iPp ͒Ĕ*AʝrWv?ky+?coJ9| ɸ#˕vw;pItMHj箐-C9O|֕R)U)ȏvwL'W@/ +eת޷R:-U&Pխ :ÿn^y7/;=8"Vn^(0c5x-fO-)b`s~T?%_b@S4ap%-m#H@iw-(8 +B'׆X:쯿5婄?o\/yT5e~sGP~:dn<Ǩ* x,1&s=—RF㫝Wj9iW2m]7g{5,H9V#u[DdrO7+^??Hu{c9!klY4w0$1 ӑ%vU:%t1%6Zm$Ra8lk.~~yS$g}7CpSz뱤Ps$4a>[@Ą4$İ"ٔ]In8MrL, ëS/X]t16!CH֞7_ӗ^4c5[T&*vX!)&Um>f1DSɡtrD y RCvNU%3V2*+zn[߁+QG + +՘zM|.K=e`~+Gb?` "&{1[DshO@k~#R].UIn-?ʬCnAbrYG7˨%ekja-?3gB78VyT.|}*{wmX%}ψ!h0Žw2J'tgyҌtn%)/6^pF '1{  #5B$%¦6gv)۲Rf_ud^d_@v =BPID3Tأ;QP${(eu C  +e~OfIID]` Zv`MbJlDj[<='t 6:uSys4bFX2Ϭ#߻uX#\Yޤ1YXfXƏ ljˇoޘ^:L ~{,W)Cd3y؈+^-C{9l[>9)mTתXlb|'2&.Hxx_ݷMs5 Ok_DVMYګu@\MJ*Xld!6(hӅI䖨D-J$԰xb<Ťssn\=#|_e!֬¥ǓC@O]_$y$mGFVŒQBHNPUxhct$fԻd2JНD"EV#ItYlfREU&ثn[ H^gt@ N9v\}Qb~SDEZt:-47pv76Q=)F@㕌, /!ɽƾ*Ud87Os3js%1uǬ\j[J <,$LB({rf^EM.3Z_.6B?@ a&b{eɶrdi: :JT8xcLjI^L) Y9 +el7E%]s(k0ͬپ~&4^OEIn_JM6:*W{K0y%wfH.o]! K5nљT9P5la6+ϓ|A8ޝ9]Do'NSQb>S/ݨ|St\#zQy'E}l~5EN3s*hiҾgtr1LX|M QĿu/YUˆqu ?YݣF4Y&FAP +rV8[^b5EqbϛP +.ΊqgK$V@_z˞#? +@߻ |%I,U7o-}tN2&?`4^qʯZՔ75 +>{%d2Fpa7  2@R56:TX«i^o m9 7<( Y22֦ 3ni.NrMٯZdz +䆼 ǘh.|*~us(#KݩoVFnڠO_I.?w +QP0)hT\[yvr١B^<"Vv(%wZ=b=џ2-T%G'i{)oop"JĪe lDFN;7IZNe uAU&\ +,@6s: aQ?n0>G U"eK5y78՚d)Tǝ rh,mB/ gg + ж9#Pp-܄"E(Y>F?MɩL~ņU j42wNg8 +8:c x f;"r\8U0W/K~g3>T]zd٨b@6b1f}D"qLeF-\EcڜA+; ؐC"">T'vc +oE鞥G5˚qRG>+bzk;²dyzDxVl5\`妌;Zϐ+l4aRnƕ5ij4@ݰj"Eu`x4&H eRG ncx]ײO Rd8bАpRhb$lnwlJ2ArJ $Nvs)^^":Džcd +hkz@XW"/'9zRccCgF(h6YuJ1Lj 1}1k>j.4ÿ ?Dƌ 1},PdarQRGW0N']måםhkk k5:lFWvG -2 +R(;]пrmv- JֻPPW=WWӤ -%6}}Y5RkIk.9e]Aރ `V@\%TҎH qmeEλ;YfxI/#ș.QS>8AVާu$л J掮zÄrȶ9ѳqkޅ:1L}.jB=^y)ڌ" >}D^,R^f +5XV݃A=n<"m_QomU2׳QeVĠ s%Rc{蠱?$R9S +8+u3['j )-NJu4#=f9CpNGWH134M`/ejtYMq6p>}Qo#J^0VQ`؃wEOSʦ*$cRP)C7ŮG=!C @L&no1NY AFzl6_UkjSFY +ZVsİy*Ls {jFgu^j~Gs_}hA- HriڅS,0&cxo :MP"FIs? /|&a`s~b&ENj2QqpUv +, d6fqTD_@50?XqG%|xP6#vCvG}6u\m-#!c/HعTqGh]r{l2q c=Oմ$BUwRUNj:;[Ya_;PXV hSĒ"g[ܔCJ*>vzUQ&vE`4NEY4M~w`L77`Z m7F$ΝLr&y#DY/$y|\ґ! +fFF{Jy2Վ;?$ȉLDߩ :O֠u('Gx( 9NTת-9!A_^ mcI{rATBœpG +* 碝zcbf|:W8DLNtE@01f$4zd` 15dvThF+(rni7B\3,<}";tJDͷT*rBZGH,m7N6k"{ȖPZA {vFb*IfBpY"swά ~jTzzW<=ZzF5H&R,>YX~bY +Z=KW}>8_~bGbwyh%{֑l<_oL|qvoT h:4X8PJ%]jW#<NFNjZɇO0N-H|(@f9_q;cL*gODqi1)o }ؓ0ٶN;pNkz)^9G2 +4? ~E.MB=4rt$\철̬3~IQ4 +XIK%\pbq-9ooFI<Cr_i)nrurG7"G66YɟN>b&( - a"ŅxTCؠV>}vIXNmW`m>?` am5H;I48B/‚Q}U!3bEN)zra?;Xhxƙ, ":> !,a?."mn:=Mn;;!w +J07pYG3'9v3. $5b +׿鿺 0ܘrJuy + ۋ|bd6i*)0Xgj־þ`깦^̌*AwSNL e#"ۿppc a*\ϻ\7`))M2 + fXjb˛Ή^EjvR򫨵0_]A׳hA׌7&0 ^yn6B +{McKa_K@Am%ɝ^ P׏/vZ4.ǺYՉ߈ЙT;OAbtWMzޞg@cN߬@{mK AfF'3N7̷u;ue~PO69A(QMvt%(M}swPӵ,CKۣTV.;xvpDŽ#mMeWJ> -% 199 0 obj +stream +%!PS-AdobeFont-1.0: CMEX10 003.002 +%%Title: CMEX10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMEX10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMEX10 known{/CMEX10 findfont dup/UniqueID known{dup +/UniqueID get 5092766 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /YJJMFD+CMEX10 def +/FontBBox {-24 -2960 1454 772 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMEX10.) readonly def +/FullName (CMEX10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 26 /braceleftbigg put +dup 27 /bracerightbigg put +dup 0 /parenleftbig put +dup 1 /parenrightbig put +dup 113 /radicalBig put +dup 88 /summationdisplay put +dup 80 /summationtext put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{ޣ!fpG?[Ttku'5O P 1[.BBBo0 VoG;wCMdK&\YT{#v m E57G~ߡ +3[ť73ŝ:&uN]B Je v(7JIFO/kZ)Ckz*7Xuvw نg&֋U+DWAԳPx;%]r@G~fJ48{vFM"~wvԇ1I mJXk k51D[Wopl^(;w\FIzHy$$r ./xj83>z>9Nќv-v)TTD*IL}qbx>u}&:=l]o:Eiۧ[A^ [/ER;R;"6(ũK?C!>;gh) Ga 9nQ<@(<|+)}Pˇ2&dqmc#IhFeI-S n|{cfyv40]vO?݋ZωN#I'\9wÅPp`i(2NzfAʑ[?}7N)-t)^EI(^ܒM[ ҽTf[z{ rC2YcCŤŬfvnTgTBg^fOW 3Kgiuؓe>Nוq1S.֢+0ȉ<]vmZ =WVhY&R{!2ܼ'Nr6ɱbk_ک'@13{MKݐ__GaTAbʊ0ZB{䤡 d2J> 7RK7׏T;Ȱ+[4B*q4~;7D 5W?S&3[L^'{P)V̴~B,10Z]TC2e;=@7n6 +|,E+ʻ%_B κ7() xK6qQl: `qyi_O7MK!5(sfgHQ1N9!;8 @ߙ:Ϭ&-(D00fkC[x'=xWH i~ +swOVꮈiJL%{yݘF": +1[[ nse]-D.ct&_C$I]Dؘƫ'DGSQ$ҀpՄ6<~"Dg՞1o/+8>YX+갭҅:fXM(~t~xc+`Hcv"+!gl;%kι #v" %MA6ֆN{%]D`;>I뼳g!CSiØofglu:o3yUݢ\a;'f@ᛙv⬊Zj NB].yiW3 5{$";Y]`!i1{Zn|VS,v6.am$|%>)TCk"3o@*RU,6<#44`xDo:Et{M6#:]wޞCA'j]=K4EA=:MOa+VX[b,ma*69Z]ʤ|`?tvFwr2)/-Ov5@y9 ]#x~{! ˣz{TD]7d{WtMpiځ(+\, pZ]8âwcl_E΀G#ӱ¶ꭚ=]Y7*rQ !WQӄrgdM9n*P b3Bxe @1RhOj\Bycwzj eH? U~pE.kIc4g<BZ\B5hrEd^wŠim ;2 "? +]`_Z 8P\w)9%9dS6X?}+LYJ^y@1 (h{Uem,F/d"H7?j V}2 +l +Olb(FY8G߱4. eS]<b@{ɤA.S f>oLơ6/翔OHeAᤇ#:j +7 6Y^Rvr?NVIz1x^PA~KutS`ZGR`Tg3H4'eKR `܁k+j|7oHNPqJg4{"NJ.Go[yv.IS+9jULd+fu˥~mQfsGMb)RY2>y2d=Ue8@*<*?!.y]PhNЫ1qrYgMR/ +_X仾ru'Apue+`Y>q WXG6dZ e T_j^-'[nnyOZ:O?U3z;Fra}/_ -D'o!OQ'ʱL@ .!Ux~eRj=U=ΥDqKߒ&u9qD<: Lb.3c%x]׉; aRy Z:Սl^nz!/rUզ4)hOMMd 14/Xsa0"A묵erᶒlBNr8ݰY~ry9h?chٞ!c +Y猅Oc}q5\(y!^(L 153jvzh9鷔7ZCY即O:,!UC$*h[G%4O#+y6">RR-:#XL%YDd,[FTꠤgXcб:o9LJ\{h%v9'tUBQŕ&Fpԥ,8W뗶FF-QEWDEz5s#.TD1R0݊:$}+r*WޮUb\]Evs|?LkoOiFx(8z1d8w .b"%K^i59C|]J4ptjŊÑCȇ +ĭGe/" # @!aMbE0U?\ bYӽImʗ.`x+2qZ:j㱦tWMK;8ƦA s&q\oqVjQ %i3k$n'=E#* +WVV IPQ8>i 4bm miʾ.P`W0'20vwl.]elЂ!Yz"FkR͙,`k%Iuban\Rڇud :t?YS/WXlO]{j +f_p|=ZO(+`H +5 ~7dh֫]V1Ԅ2D(W[/tG +W ( zK֍3Z!>LWaF;w0cA܂LcEa; *DG5HX&sw*;s(#PBپ hoOt%J u.:ۃ &essE3a̕*Pv*k]5D6?x3{%ЯEiVjӨPNx[ ЩnP1#WvA8޿6dzLtGb5Pw,.#gF:4:uBV@aO2zn! `pgTwaG7= bzsФY@}0{9B6$ʗԧЋ>n4=#|h~ޕ4R_= zY,97jn9Vp 6 :Ŋ_ GdLu l;>[Lמk'Dtp\XL>Dgb\/1}E(Íy Ma2rQCZԖ:g:=%Wgve󬓱: "ICqighʕicK1Tv͡OiuI;뜿W3;1t$HSVӪX1T~Bh] +*` ;1^`WǛ``Itb7'[zUYc +ܣN)V~Y54- mc a,j󊩰uR iF|_"KBͤנ>Sͯ\]oN݈?%$щA?- ڑ+"ͅnI-ht_MM?9-?e=?3=jYmҰC28qTLpXyl5ƒmzwa1DCg2;[E6s0t|D;-yKA3Q\}4 ;/}{>3"^0Z{>.N3aN"CB?dټ_aj%W",Y*8uu_;řü,| _Nқ4޵8QYgE +)tCdR 8ߊN:2Lyo(9*u]s`r_=ڈ`M~iao/P8'WsK$dl:3 ?4n?Q*OB>HLC7jf:uY8$64{"ff8oCl$G)«"Imto)q" |a2a?1j|_Z=Cd(P [uY7$)ƋsGPZK5PIRmv/z2n!*iF[^xTX&+E?~F&myN]=_ޘu0yrqe,"C#K P >'O=A}w>jYӪ.r!QDÃ1\1Z͝}R*'D!0טv96Y]u"9O(c +KdN늦)^bI|_|Kż7mf:="<dڄ`Pc9$++wgD' +endstream +endobj +619 0 obj << -/D [571 0 R /XYZ 86.4 622.659 null] +/Length1 1946 +/Length2 13085 +/Length3 0 +/Length 15031 >> -% 198 0 obj +stream +%!PS-AdobeFont-1.0: CMMI10 003.002 +%%Title: CMMI10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI10 known{/CMMI10 findfont dup/UniqueID known{dup +/UniqueID get 5087385 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /VFYBNB+CMMI10 def +/FontBBox {-32 -250 1048 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI10.) readonly def +/FullName (CMMI10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 68 /D put +dup 73 /I put +dup 76 /L put +dup 77 /M put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 85 /U put +dup 97 /a put +dup 98 /b put +dup 59 /comma put +dup 101 /e put +dup 62 /greater put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 60 /less put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 33 /omega put +dup 112 /p put +dup 58 /period put +dup 114 /r put +dup 26 /rho put +dup 61 /slash put +dup 116 /t put +dup 18 /theta put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +readonly def +currentdict end +currentfile eexec +oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< +wJv$tE;D4Vܢv{bG@dū)Nh]!(7h`f1zpBrd۞>sVÙiHޭkJKyuKI[Ƅ(,M=}%vf'E+)}f$l(W2[8hT>9X33 viU/Y{z4B&qnz|1/ɴcCzwm|x]Lmo}zm5o: 꿊."ĈdNo3 +vz N +pzP;Vҿg6Ǣ >,>OJ4mA0R3ֹ*{+9iuMO@h}-( Qȃ钏A)ӱ =.93g=[_bo_BVƂW"䶝aoZFsO)%d2wNH>D}۝Y1jZg1bJa|`hb)wYc[&0jX7yg +hS&}p-f^ a_ +l4zVnR_e@*z|Wi.9)ǙBSs3Ϗk,^bz˹a ˅4_B1+W2poDx>fH[]TEjRȊ~/+  l8zXܒpH!V܁d!;d4T5:,v#cK*;+zXz k Qw>aqb61IK&?e=f?ToRw: +e +/ y}tX"7qtf}є)8SRXyԍ/Cmo0%}pd{h4>^wD@eQdaidY^@?p i3;BŹAe "Kc_ + +>To=*y#p$Ua5Q2Z3:wXEk!XLǑU MlTHnyeUsAܜo3|] ]zN&GU1@./9;IFz$U/Klf6xq y +w}HH/*%bkYyoxжjxS\y)n?VJ+ka[zffI*[f=M3)%qO(\-Z!J +H)rQQ5TbL}/>5k=QwO75#:,U_LP?NCSMi > 3*j#WÝD8$|!F̊L;_ +dQJI$Y(mRqJ[~f9,6_1~w S,?1? Ayl(LtU m@*T9EWOg-ږHpaH"\z/EjV{11̃TVL5yWK|z|ڶtjBdV=z3TJ~[3`vpnrU MVW.Y-t虘鰭2z񑄥 +Kxq3å_t|W%0=E@.2^r:(H>ePݳ;ס}mW-MAzs`sb}s@_s/FOE«lh\G`ba8$(^U3qC"vj?Aӷ5.s:];H2?lcP!e-t1//ǑbK @3\SN:8'gU?)Rb%o>6 ~) O +Xw5/"|k(e$/JG 0Mo#hpT%-R(>* Ҩ25h|I.5u`QPւ)`QQǶ(45^ބM߯o5G*`?RFM Àgpfn51dK[L +yq B$@'6!W +ΐEI6,IT$yهHpiVch]l&ߡF:O$#Ȋ!D:%)aMx"_L?d*:02]7x(4p P8*.v5sb<]LQ0*K+@>e.-oӏCƀl\~R+$voDgya|n)>1_|hvD5"Pt#'徹.GESJW˕̪N AZr!o"XF-)$^Y|i RA5=OgCna8z*2e6]Ԃpc'S\I |,qnL %HTz88Wqs.op ^nCz\M@ς+<.(]wvڐ($hyB[٣'&k~Q 7ۣ%R*>t[ a\ +^{*yi|rdI'8 v#8sP67 is5ajABl нaxQB)߄<2\eg8kvƥa83m!f-Ph/>Y3Q3>yA#erqЭ3"~uϛ4k<@Iqu @QSkT3bfEsJG&[Ii&i>6$mnpo\+SPy3nTv- tIcPD_8HTͨ +oU#x2!Ǥn©l?NB֕Q Ԡ]{Iڲ#kB$چs(A9exStlIr6`s?/&je:e~xgNKyA-/y^E}M +@w}76w;³ N}Huh+yg \zO1z`f7r +.,U\/ӕ;+y=wynu"9{QZ|"&i%[]u\ +R<BQa'!HХ H< f0<"kg~h{Ȟc^muB?< H!_U'%dCLiy|>K6&h7/` w$/zlܚg-n}waêש#޺&i? ŀN FY!Ih9$Δ{VKفאcw-Ss3kBx7D,{ ?0g'`HnL- ̓ř3h5e!^ +P DZyGQ_W-§f+[Y5 +-at6-@1DKpι!ic̑m<p2DC@NED $7F$V>֯'䠄YxdyV1׆&$t:Mfn] zAEsTT} άFD-4dM"q%r?:oCxlciO-r ,K."oG҈@t L:zmk(E)6}pbr+{i؞C95cxVjHʢ9t.qC#LR9^ݰu +϶Hf ns!+)d^2aAt',L&plHqsJe7G?1wW"~ +ۈq \#sE.2^rHr|R,:y2M`31!4' +P^(-t,5 vap}@C-ݛA]eS c۟w_53.Mnݾ6nw #"W:DŽ ֞7?x9_(ZD`vy;5.G'ϡ(rY.Ԙâ֭>wW1Ga@X G4'["ht M:~3W SVyߛC<慊Hef5܎kh@=g1~koE(87 kq-}).ewdDw1\l2lc#B}0}laE$Àu`"dkunf-+8F +svJh<ɖUME7|a)RB.u1U~ gu]{eYS,Gg:,䡑-{%/@?7 A;@X \Phv92 Ph{we/errD&2^1_B(({Tp} +3b-\Paǡý-%?i>6xz迨$T،(d3핧W[乶MHgV)?wE8'/d,>sQg%!-($@"(^'/ЌDZeZD +zz?dI#yé[p%1Z{^*L>:<3W#='pˈr~gfB<;ʔ?[T~ =tFLfCxU)f +pc9 6C=r bedDslg.XcK 5w~&mAp_}\m+)bL]*Jqr5AשL|=i+M0*A\/=@ͶrQ# bwbّ6˂r4 _7 q]rPBs.m),n!\D_'K6Udub+[R_W}0P@$M+lyDbo8]K!˜VHaK4aT r;~2Ķ Gτ?~s |7|ipOǺPX<6C eCىHt@9e&xC)vJ\<1 J|=]И͙ąD:;Zь霿!{)9a݁ɋwQOM9|h4+GP$$Pyw/x .ye9j(, GO E3 8;4uR4Ɵ: /֧Sekn=էPו,|6/L)QKQ,8?GEo.c-+A 쬥/K©q ?RjEOhn2_f6C;K% f]@ȠƠYңprN_l!k!Nnz]=Ֆ烽8]2uf;_jڶ>]ٱ/1 +J|? ZlMTX| ϰR1m%Z LX5(-NEHyˢՑՂu)D F:F*m"az|}tA]He xTBp)L gRpfY2RȳkYd`Sܜy5T:@^ELrʻNXK +QMp&TRKUó.c݈U"q*|2A='ks?[ts?^~Ľs̀,p(vϤCv:\d*1!1ﺞ-[98U}bW’X`;Ea'`?gsg?A\1%f`vnͺgA }avošo!),鰬r )mGA?zAӀow #qz2kO}&o/q̷dg'vSo\C@'6C/'vNm*1G(-x1tO%,м'~uMe jy강Nzlqz F"'(P}am"ӳܿId~H8!%FL#;]n<]%tX(5f*f4VէBa,XtV]Wc?hk(>JPV(5ĵvLN)*5~,i>( @}z)\! (Y\(8dвPPg^ +f)C?|a:zGNl'}z[pOq:M)Le$]QMXSiE^RsZ GA9E9m4u-6 e%}9M7~?Oݗ{9&;_1%[<~`a6߻U35$_XکO~^苨zuQ}.\vz0|"*(;,l< ;^u0þ>* {hE"Heh@rj*ubX +gT.~|v 4Bp$^,%k諸5d Nb #lbY)ȍMN<>džDcKWa׏@*)ʎ{ጌ)Ʉ#3i{Iw Q $vp\p8"PY?j!Sdž*LjkL:y&dp4rж:BTa)񁦜mmz"Sw*|gJYa_ي@ٷ~gRxzyG#+qz,ErA<| }G) +XטּX & m+[WNn +\1>=A)JL罈fpDVZ]|s1H-'&`b m sW W'B71n +nP{Wc `@_P@WU]ns^_d[ +,I8Zo (t5Mi ѩPpUq-;GwLTkz(ZKaΑnk)a|_Q"cB? &cG8|6`Yك_$P \\E<Իʋٹ]Ԏ 5jGJDos$c(-|h}^ôH7^*vEpX#CHBFԬh./4|%@lhyK7)o +EmPiџPuwq0Ikfa\څWŹD<)+ﳌY-S%dZcy$i;?||Pԋɘ$r=djQdCuwCɻF Tk*$QG>B_/ 4JʙVv۲7QrBwc_H&zR(Eqf\ @g'ӃsOQG]THdcR?x0oT"cVR4uaf!Xo)baR7eg8v@Lp΂Z &Nu~[O+O 7{١? Ub~ǩeUY4orx +r%lw7qOgv"})Fu26:"YOJ08'׌4fۗ?[Qwr: +r=fwٴE@`ʰ,X}ɧo43ht`1l=ŕ9랂!0GKGǃńUX8qӁ}9R 8)DsM3SZ04ՁԹQb`S&$Yo}f!{rj0R8&.&r#Q$9h*7-(H|ʧdCy=8`2ځDa}t==*9 m%hu["4 0p&oHygZuyz$l azKRU<xˢe5ܴ#掘Ab^OT +-AS珞 Nf0 +@Dhp]WoT!S"}Q\\X +ɶܥRs3bY;^o5ySkTw B6 +:[5K28PXLGaao6ڱuF6`x%G K85yP +> +endstream +endobj +621 0 obj << -/D [571 0 R /XYZ 86.4 574.776 null] +/Length1 1418 +/Length2 6498 +/Length3 0 +/Length 7916 >> -% 242 0 obj +stream +%!PS-AdobeFont-1.0: CMMI6 003.002 +%%Title: CMMI6 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI6. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI6 known{/CMMI6 findfont dup/UniqueID known{dup +/UniqueID get 5087381 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /PNUTJM+CMMI6 def +/FontBBox {11 -250 1241 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI6.) readonly def +/FullName (CMMI6) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 59 /comma put +dup 105 /i put +dup 107 /k put +readonly def +currentdict end +currentfile eexec +oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< +wJv$tE;D4Vܢv{bGCSM!R +C\#Xjh +ho35ƒ8"g{dWLtj昆G )l5 Ě46gfPQDL:J +)T,ЧqVfHeUܪGʖ#8܋.T,Ps,! tMq}K6ktwa9[~>Nlylj\̬HLcƻՐ0?o%>Luc2uUkK0ݳx ߙzΪ 0aw5Joϛ$_֙WMZh%G@L~/G2ɜdg5Nunm0! `N1=_^k9F $2@wkdDMeyc ҈&dӘ&XY6 +ߎ&L5%hEj4#U*'dɻgh#V\3m[qN<60!2>~f[-[؛Qwkps9CLFSĺqSæ#rg{#fbԧ~XDI%:`mrM/IjoƼʩyLmIе/XH2Ӽ&!)[e-~Vҳ$?$o#VCgSOGhQ|R7uu Dq-x<STmP6I+֏HS&Ab.֒#Fa6K>GS i*ıhڽy,RgdӒT;ջA{].IW"b:fXME>N_9/!O)"M nJ;89,Z ڼ ADDt'I>cI,ʃ⨄{O~WCA#BU+4B\ǡU-\^R> [֚WˑJ1͑pVycǞCz/?d-4zu$LG,<+U%5Sm}<‡O r) 'WeqؘdxN6KfG #Me~Y BkYʬ k?kwr֋Ȯj"6KFi%?=,`H +xe)TθLHe;ѽAō 4jUk{pEa';0 7qekJMg/7Cecc}$Fxd_‘d+'πa{CMx){#QÐ}qvz!܉#;$"AW+tFg9ks/NmB`)T|e9c&bW{U%UpC bGz/\~ +.vÞ@NU=x$xihE ܪ 7 мyhXåp2[ӽk~Y* McBrVϞ#x?Z>,dyA| +tW dCiعGATń}_Colim3_SҢnc]S!:LF({gPpΞd>)Us(ђW1i.x 9oqklɒK4 ͯA e6e=uzJ(bxo@L Бey +D2d-Q'>9.v!7᱈*y&{׷W9yM<8%c$ Zо:zknp6VS;c|v>])^QA|ڛhF +G,\_j6,[t`b^S9|B &umô'+-5j'TgMhDžd +QR#RI,FX'F; +6fgly;I?ȉMst.c+735Izp)ܕ7bh[ F+'Y]QU6gܶbRG}e \A 1b1i ̔vKA{gfuč[nj}cݰ6R?ZkU቙_{[ʬ\:>MZ +v˜AFG U+9[ic%YttŐ駗E?[JwNypߊo"R5`j=&Vfu0kecY+Lejڧr΂LFE`V!+O*TbҢBVGgtY's`- AZLD]4[6zRP|8h)u` i6TBzQV u~_Hv/´p%ڿOT[F\ vI5%vÛ+c5)SoK38xWo»7˜֜:Y>7G].m2Af}eGf|;~(XH_-!H-72m9B#1 +F\E6jMKZ"#K=EABO3rOZ>Fv4fwBgڤACNN4}1;hG;ʶδAqzg~. c+ڑҖ<`!IÛn.שDTFHR,Z;4n,@A2(ԁ!L \Ogma ]xX5qMAݹS 3/a\W@ + +,}4T>sDD[wzjeI.O ,35uiX=8ϻ]DZ06{Y-$=}鮾wT!2|<5x? [/[^ə)ðoޯ*ujᵙT Q=1Tw8jB5ŇduKwMޯ?h`|nIYN7v4%?k$Di3'K+ϖ-0T7"G %!~Flf Ұxh5>N rJ$@#GGF/QȒhYp y$ZjM3P3(A4`Q +{_pW'ݤz-؉:3"dϩj ?(){ iM$|]>Sh긕a8uNѝ 'sȈ0pI_h2I{q)V!vTV9وGVnT!KU{hB8w:2:VZ t!:,1s{4%8YK4򊒚:MrI"8/,OO{̇ngbHixu0U7 }|^1~)nKyd'bYgX8]_֓5[#mM uʎ4 [HRڸ?΢ƃܶƗʓp/%{ߩ8P=qvWZTTc{ʀRKML:Ao:$rq/X m/Q,cE@慨KI7Ũᶀ1+i v4џZ4pojX~G/;~ǎ i9*8I +9 ju,ʏl_P!V%*<"-" 8q, {Pv:v +endstream +endobj +623 0 obj << -/D [571 0 R /XYZ 86.4 526.59 null] +/Length1 1594 +/Length2 8979 +/Length3 0 +/Length 10573 >> -% 241 0 obj +stream +%!PS-AdobeFont-1.0: CMMI8 003.002 +%%Title: CMMI8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI8 known{/CMMI8 findfont dup/UniqueID known{dup +/UniqueID get 5087383 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /TWBVYQ+CMMI8 def +/FontBBox {-24 -250 1110 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI8.) readonly def +/FullName (CMMI8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 67 /C put +dup 70 /F put +dup 83 /S put +dup 84 /T put +dup 59 /comma put +dup 101 /e put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 114 /r put +dup 118 /v put +readonly def +currentdict end +currentfile eexec +oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< +wJv$tE;D4Vܢv{bGCSM!R +C\#Xjh +ho35ƒ8"g{dNׅs'&X83/`C37Vl"ʀbNeP@KVcR8Dh89pz㠚LF]䘼m[Yմ]Ô _hV`I1J٪*D t U#8,eG- )1C4#9նB~DIb_ 6,=;܋o,NIMj_vVo%hQi 5X<ƪl0L c0+$c:4#3R+h~y3542KmWz.g!jA|v9eqyF[q—lj +)jҙs>l2gјpT@M/{[bK1NW^tD$;Č,,BYQ53}Q7sR |4aĹ=8ש1Y ';l3#pKdo 2{P?kKuU%5@_Ba*{U-ǸG1L5UF0҄>MR 1)dqa,<ׂRBY_1;VW*]X? ?"KZj@Q8'e޻tX<k{s-ZmqqrImqt/9aNgcZFfD|lLYBjg}`㜰h$$TH-'RuVx#>ym֛&xykkxH73_؉յ^0ZS%ݖګ=jx5XWYD!<(eh6hB@2OR(!K*ܯt^";!0* +tG +l8JY| +5K9mYөn F>-?)"ȧ9V*wj gڕoL%Y~ZM : !P!l10{Ft'XꤞKEM8tˈ(Q3kZ ޛ4i_9&yslAʗ3*@xk,@|x/ʖ)Oc*DeE| fGv6\U8"ĝm1a0heAfC+55oNw^k:G \0a# }]xvRf)tsLCs_W@#赡7iOXt&{biҢYnVq̠!X[ow_ "@]J4rSE +,09DWF"C@i[ԗ @~8xtv.fU$ ^x{m`#Z,QRڶ  %Sc0G.;=8sy뿶'Z]AxwZjGOIƆ7,5o߿焘kG~D55o>@]AIm_Ҷ Jo^ɒmφo#6PUA"X꛸/B^(@n$#H褔0㴻fr,d"q+s? n~DL zC ⒎yCEJߢxүJs!(Ԙ>gs]8`;ԭV=ݏhkTJXM*8^zceхE)R !6w3''6"sɾmI`=0c%gxf2(g1Q&#pOvY@HbՈG[$њ\L5ʢ +f/6OyщT9|]O`jٳ1+W'dN(l1BD^]᣼z+L41QUq +GB ܓVA'Sq jv)4Ћ e|iſl`u/ou>_سT)^S-nw}, ZNEC Y Rez3sp$ 2RH?. p#+Ne>PrI%y@n-S4¶{֍Y[OhEi\*BxCЙ#(~#=ϑ X\yQζ5_p&R5‰SJ^ ԷrXu 㝢)Ɣ1,B7GODE k\OȧY@hn:*洊@Q?PEDS\ ؠ䟥CMhQQxMϗDv]錻ҦJ*T#"hiW_5ʙaKT$#. Ɨ Yam=fW#tj&zlIX@t߸ඔ*'>`r/XV(soGRe',q6e: 5lP&7/ +Ex*Y$ݦӢ15\>h#1F̍\`AkS?jH:+S D:]+HT5‹f\V:\g0ﮩ IҲt} +ôoDks>+D85}lS,@\.X:; }# z;d?=rXBPu 2dũģT\c!$rP-z)~·= +(a\/5:T`2Zsf5#戡!*d HE}94~k#G|_FϿp`U2uՍ'alsm >IkBeLm< +< J(.~tG2?pivǫny2H +tAu8ZEb&++8VUkЀϋ2:Q ׀ԚW{gLL О}uCۖ5}"Kb7;K^yҋ +`d;N'F I/- 'F_74ˬߔSVm-M'wkn1Vob|7 skbdׁsWƸkáPPQEMk8"w4Rzz{D+A|"qX4ds F 6YTڂh1|DRrAgE?aYdhV#:.5I~𡲊ƭax6.2=DG삎Cyv|[td +4@QvBm\9GdCz6mĄT":x8GU"QG =tOT߉3YB%#&YQ?O|8ejnZ52$Bbc@}~~6S[GtPH,ՎmIT\Aa4P`J,jS\Cp !JE0ҳș,WLX +KR{u:U +P~kCWD/ʮ!rt?GNQ<6}BBt9%\eW+Wxq22 >y{-u#cZ-+f,_ +R"޹_1vCtt!2la72}^ M}]rjt64;߁>o]R q/˸&Tt #\GCE9[x䜙{~2'gPb5r-kpC1V.#pj!$v J>RY2ʮ/;MRu7!vFadSP'ÒӲAg ⠯I> # [䃻~M=Jp1'g0=cr7u#L$#?&lE=Dgzv!%˔' +  v^h`_ MY];o"MɈ?Gf{vcl;C]J:bK3s!1Бs EPfڱхsee_7ab")HudnZ~,Iêϡ^\=\kw0)^l 6,ťݿ!my`*зNwbfD:r Z!\\'d%Xc|@ҦE8 +2͢4@E-Zpg]o(@wNZɖ<ml2n@>&^^78.eimSكWvj!űY-ŝP}Zi +*C E8fe$2)Nvn}ghC}G0]-ۉڂ@_9E">^ }bZ~äNӜ1Tsog^AGS \W聐2+YU߀~Bd/i0/ޤS|7ר꽐vvz4K$,I8g{_8xQ:9D-M hXq̮%homQЁ 7/Fr*paVPjEU׫^RixNQ&2qCyZ$%7?pNu,{&'.;Yp&+a̝Ep[Y  uI9#N q8pK#qq3>,RUHRnh}55kp=DA-*X[UuOCTcjw;8 ?3[-K$gHˉSxo糳ģ+mY3S:9%д~9({E2J +3>B8^>q3*_WYhB]X4HswP>Oд@ w_93/ +endstream +endobj +625 0 obj << -/D [571 0 R /XYZ 86.4 478.405 null] +/Length1 2717 +/Length2 23393 +/Length3 0 +/Length 26110 >> -% 263 0 obj +stream +%!PS-AdobeFont-1.0: CMR10 003.002 +%%Title: CMR10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup +/UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /DKEMOU+CMR10 def +/FontBBox {-40 -250 1009 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR10.) readonly def +/FullName (CMR10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 10 /Omega put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 97 /a put +dup 98 /b put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 20 /caron put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 127 /dieresis put +dup 101 /e put +dup 56 /eight put +dup 123 /endash put +dup 61 /equal put +dup 102 /f put +dup 11 /ff put +dup 14 /ffi put +dup 12 /fi put +dup 53 /five put +dup 13 /fl put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 22 /macron put +dup 110 /n put +dup 57 /nine put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 46 /period put +dup 43 /plus put +dup 113 /q put +dup 92 /quotedblleft put +dup 34 /quotedblright put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 59 /semicolon put +dup 55 /seven put +dup 54 /six put +dup 47 /slash put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{x< ,-.2iRnñvپ1䠕 '䓱_r"O_t3kefBݼVfj9ҳ Yh뀸{q-ɷ}W??gw1*Eh[:tWeI,v8a<{B100Z85|}Nlw]6Nbh3E`(Eޏ'Q;eԃ/.DyL5$4IG׮Ɋ\yj9.VU5Q!-赁B9dB^oVwBɎT7RsOGA b#TBv!mWT=w,ID%'MK<|]D@2O( ݎ%#_ɷVBST#z!${l\4ĸ ;5l&!〚=(fUwAeB#30>H 'L+֓jz@=s\<=\Y$D?U 6xGQnǫi%֔! +L2[)!fXc<'ȲRP3E!-:'AJ.IJCJJt&{76 +#VH/Fgw"F5wS$|oQ<Η `~<10|;,zɴ% +oߠx0sW1Fx gmxVyѝ"]#z~pv Ũ.rB9$nYCC1td@#8kNԋK;ԓlF( ،N;d*<Ʀs9ZQ@It%[)7&hn Y'a¶T'Xrߙ/n_nJL (@ +К +N{KF^kbn~`L]aU{vLܺ41$rmAsnZ*=sob@{y !CC{c.WZ0n bpgsPd$-\ԛ&L27JBs/g(xQ,t>[8͓GsŸ:R$9]6&my)ivjWLRB^RBalx_Y:5M/j١!}`D&WȪQX$HߧtI .Y@nr_n܁ OtAN-L n?_^_g~Ə;`KB6eĶ +>lQp)/;S' ^:tJj@xE(0G;κQqǔkT'; ÃDHjsrxܖ +.>֯kl;&#<ښe)fFz`Ƿ?Ic@SH&<evn8F\V3aA!yy:+c!xbM։/f}3ߖ˦"G'fMsXWU}Yĵ^ %j!HOH͎_;臲Jv]# +$'Ch?5u-G:zHZ\%Uv z^By%NT⸶3=X?mJ-3iH@ܐfσkR.v'm.'SDly7 YCm^Gu5_G1t/ +41n_D>}p+fg9h$]@M`^ҹGK;5wIrqA3fAYiuYrD:dR At -,)aɺh9[ԧuS9KTKaX$wgɓO[xqǃyI(j5LIc}|h$zDUwY+Z:ϤŜ1le`u@|܈贚^6/y`a [Ί`ҾEwa ziLa}jʰ@}xWns0n*{l?Zz>8p-L&ȣK`> `%`ݿs?v˻^\*QNbf+ۼބo" ٧U zgga䎐uFљ<Xyݸ*g4?X2]4H͢^qLeoU~ 7>)ƤHnA7"{DRj)ע~eVDJ|X}ѧCrTA fP};"ӼK#ΑTF\^ԓ ; |R D\Ă Hu6QИ'Q3b;x#3S:jb%tJ/>ʡOrVށx]>)]l5o[F;,N&'i\NQIH?T:@FN SX0<)hW4fFDh.سT)^S-nw}, ZNEC Y Rez3\ +tY5`F~_xU|'XLJG@U6I \>:V_>զ9*I0}ӵ\"{3UzuFf٤Pߨ)E8Uw)gq:dj#hq so -@ +KG7"|QЇ Zzs|}LմS:fmA3S 2=[dؓJ\ܳc|tj1ƛArѮJv,K| ϕVސ +Q[^9# Tϝ̖\ua2SU;}wѧ ]*z24cL4$2Fw<`7)_ 0IZlf5\t~V= ʼ&3VYvE9c7xX y >}ķeĭ&ne4{YӠاi6*֡gCVj81aG[QU XW'~7?7KO wͯ6udslwS+BHub֜`ZewOX &l~3ԸfGkDDr)}皶!m[ ʪp^"e*EϨ]\YW\ksB,IQ Z1IݔQ'oT4a` VF )apL|y 6>u\"$(WBA&|a M+8./Ҹrkd)Z|*_?f[;W {^*Zl3:Syw{ݿ[8}JSwd?Qݩp+4 Á!!P右C@{:E@Np2{&Bܑ0%f rJ LWm_ )uv32HY~CSxь]2Y7]N3*g5gLISVZW71KAkA"]Nym 0/;?gWCH%4<;sL?bSK!!K0$h4=( FV4AA-L'Pv&ˠ܄ )G(& 9UABvNW[d&/QY7Vѣ[#d {R`'|t^+&y]ו7‘`./|oIGeOVNM.b*#{Ў zijy\?}$]~=R;5\θbǠi)bbOL NS\rSk8TK>bcOטBk-Vs,ibkQ(v)b-ҷ&Pmz5AT#DmcJFPߧQ/7Y ؕ} d)HZϬCE{5tz }amg߱RؿnROøF-^Rnw3ywtkIi^vY1[5x>2 WDkX79+]M}$5)KN:UTb;P1'V4`pNuO(#9bYL7س!2W9@,ʵ303F:|8U EvYQ +nׂvA:(Q*1*jSםE?0hryI7VYdX1ōM}īO^D9GrhvO !JQXАi'mj'+L*G$c<%:6Xs+{4K `Fq@|e/&S$ب + Zk.dCg{uxAS[)i WW 3Ae~] *mgEGe*v֣N| z -Em-e_Lmi9wVd#ͧNP1)5C\<5Ln>lbbo+ln{F# +ēH@T~=\e̠ӈ=4t7v|p Euq,*J~|7B6ʜsP14*<{]ESnJ80XCM!3𣏕YZlT-.N:A},$PpJ"9_ 7+ec{{-ތ1ze~*c=~jV#ļД6>(ȫϹ}gU-Ix\?ualQܻ>2T;⟽ eF(][rdfdbPZ5.9~y1tH1"#BV4%cOP|,id"bG/ +]W.SӑP:>R+Q{!Wc *Mgνbc39$eV6ڵ&xc]Niټ:PL'~Lk^+H5)4T , 1y2ϮeG1,, tu"];%NsHNqfOd1E}8Z]̨M2 ڥ>x@3L]퐲#}YVY7lлUm 45F, +hM%n]U]-8:\wx˴.)g@fF{Nk93&yX%v*T噗3T\MQ6 &Y1GE1[RbSd31~mWR/Ka:} +S;76b[7ĦQSn'0IA2X0T`ڭ\WUNӢs\s?cQa<Ҁeu|ݧЮ?\(ID-ioj"(Ҋw]9@Ó# D6yź5hC F۩[i!>J£n@mf]j + +R=8zyb72Q#\Dw㢩A{%B43!e\Iѕkg(26I0GEyMXMDi3GH bы{Jf3S',8GG3fFI*>V,unhXr^Lx'95U?lF]!ma;SiF u>Lh=r !7Xקh=\DI=b1 w8JΈ'>w"BZϮ!I$Hx$|hMi W;3SLi4*rنZ_8)^`4Ve|fb5&AwqTs%)#_RŦĴU\Sr|m|lq܋ԭa1ozDXSN䨋EX,{Kz*|Vj?LL%m&-$ q aPNv9&Nlc% 's;10(:k8G@ɪ_@Vr$C[qgU2wY?+ל6h.Oso>fWr<!K|ԏWf701iz??d2%|U{;e1u]dxrLI)4g,8dj#R; J`NX9]Ĭ@wcy]|]GpM= rm}- +f[8sM,ιXCl-lK)w:KQBJG^CzR3I`Y?ҝL~\%>)lͻ7\  kO"Z$,ѮoÞLWORP'RT]nܐwEߍ=i±!%^%,|h=E> }x.;\ߐٸ5FW۞faDveGl =Y ),a?y18m ?y>cZeTo'>I< 40Ei( +H7+jT6F_MdJqAsq`|Y'2cTNY*FY U2q=?qd쿄q\^$?PM Eo⨝Ci ݍ|9 C, :)~ UWԣ/gSHx#y@.;j)닅t<$1- +5x1ȜvdR,o$ILkl 2$Hw* O/IYBsDIcy\&7v5>2ij-3+H164X`80w% ƈRP165S%r"ƀ ~ Z@귗Y29ZBC7.I!b,uUՐk] +\ev,ѯD=b/5L.:@Q]#־q~a{X|> ? v𴙔R^9<&hnS)3^JOrZbP(fk:*vE>>Z׻Kp: jҲ42D\ݎ0}'e9'bMyg +:4׺o$P3~u(n>hzy&_HyE SLٽxK.C`0`,b]OR1'iww~)LStءRgD 1?͟2mYLֆ}gqblaVEɌ @gP=fK7y!y4 C2D)RرM^'=,uGs=%~MbEsL+9/!֕_y7'aUU6!4D'b7&_y,ב=HgZ`Q_XVI؂\YxF4ujKXDUtJ )2E}h$VQ(c#69(0Îa072; ؓziʜ1s/ ||=)/l#)o:$+u1k'!֯Bar_L2շ 9]-ܞ 1*w>C( KyC.Z\~,+S2_ <=CT6~gqthK/QñOjz5S;cm,`DeqR]%ʡ族$S&T yCgMwQ0:#I*cV_MC3;?ڿdUBn s󇪰2xծv@Q}ɾǕU=,~04g:WFϝӆ6rca҉sG%ʖ C)XRВPVM/)֫p:l5x0|:,3";+FEѣ62h^h +Ѿ /VS`̥bAkdܛ6d8S艴;tv72]%mrd Rp^ZAP볆 Kd黄um3t _>@ܢkp Uq.K{ڥcK@(?RU1'MIm>(I>+))}(ܥG דj ; ۏ=| 6:5j1\+䀍mFJKBRJ#C#RHښwI ]9ī~:S`1_tjbo4l06` N =X.p3V3w<m`e.>/Ix 9H"%x!怠 ZBhϳ`}.VjTy ٤F*) [oXTO7*C/kPɭgYX-&F+6,r0F̠0 4CYp_'h?X曍fiLR(MLɦ İ=z2d핝 - rD靹xiKhJnfCӀ K?cbGZĉ]1Ynl@cKsIjT:m:B"X v~b~v7FҊUF&HP RNRj_jR_Ve>J70[jlI>܉~P= + ?EPFMEN4r$1aqnd^Whx&#b^yW1*-c$6(QІ]_D`MS/̋Mt!bϚ0Sk5 6mՒjD榸({>i>"o%D#Jde5/6U5S] +Gш]*&ޖjUdehrA]tnCw "k;LiV"d+z `iR\pJ^ O :;DP?nR٥D'-SWG_H_~W9SI!?_JmAC>Tm/NbK=E 6FrOHXŝo4=5ŵmW~͙{$y@7TXb؝ VBWƉ)Hw +GF_mO 쏂#'3kaphmEmN(7m,g0<8Es IN*w#:$[_pEj[W¼HTUm*Դ%Ua:M)1\i 9Ƌ盅:,Ǫ`a=%}>*,"q2sEjς +AM} & 5]pk^NR[559-(8ș]] Ki 䩬ܬZA>p +N0ҝ̳JN7vذZzr١׵P[~(l;<k[2x}DS٤11)7D4Xp Wi-Uv+%Jgumi쓅piL뫣g }' ]XC.}'e(_`*Y0(?cZ%uɼIY;}6mb]8#ZFPp(JD({j8Le"MnEaJPVm6gͯ,tncwp +Ś0`*\>VmWMBg8xSٸ +9 VL~ױfġyBCh{":z ̣^3R FjD/$MFaW UJUE7:ܤ P1%yߍFXvfE5٠]z"]HRu1S5؉-r[vu%Tehc=^nT-^ƢW6ucgȊ[Ho8Y : :2uG;sjN9^ћQT%{o[_^Z ٴ7xƼ~kL;R΁ f5JYH>*N#lڃk!Hy2G1ܭ[Z=R)so.vlZ4!wO3T||Y + Xv3O @N6Esr+2+"yK1I0&[H!gaA\B:$||:._4_uA8jK ǝąnBvy E{l}(AGcg ŨLP;2z_5+$ 0gA'/1/{Vzt@eT4U>fn1 Ƅ. U/L <rjL]ÛXSL +0(:jA6z5A3ī6qã::ɓ(0! &c' [x"QiӗYO(4''84ס\u&ݼAQW\pu+"Rϲez· χԗ"Ƹ4nv3-&<B))¡CI[~=81A\aHeF4llF[,5.[3o&re khTRWsC}rmpJ}`\_SB?(p -DTj Bm} +/fs?4Aщ' yw}X0 }_f>tBV`l +p,[P~Ճ$fZ d4&<4 +W'E7lSh/:jHW HdCW8u?xL(\w#0;Ot:[]O0[%|=j8cKڥ5 aC +\G`Y ef.yȍwFZ<)eAh79?@󸾺$˺+,f Wk,0\u]q$4@B+}V$ 3.N[3g.tlZ·%V]%/'dd%/:nq7Ol~+*q˗{{׃gw>]0% b}Ղ˫RIOp }dbVPB /K*rzZ5Ѐ= :"`*@\ meqDKZPhGv *Mtd|.kٹ;G†!:)OPawcS{]G]ՁiAKX+ѽyK }dRoZE*ER G6`S?%ΐK U./7Ga:5f)4:$hClbE\ڗ|iTT{ͩ(X/0!8sm/pJyg4dD|vmdBꛙSKYu Rs +V[,~?KQ&be ,2mSIY-4n6l WPp>]MKs+ ͅ(m$M'\ȴ>ޮs+;fw*VSPM|`TNgPrѾfQ.$%1*,r:g`m]/#@&5&e*N)(XJ/1[_=A[uYJ+Xk8Bt7AX4ݢRaP`x"! v!ֶ7C: ^)$_ϝXƽ6/3n ~JboH5 ,G>IX]=>!q Ή]qx9#"&]$Pt&w <ԃWJ6bkB I)k_^T1mrE7ߘp*hT> ꫰!x(fR5h>I&nh7#*埧těR!D;TUN q:]m2f*kr@-AI#nEVT3[NGH06P7SfIv5% +( j?a[p3ReW0{8KV`f}{2O;OMiqqN~7tJ2Ty_Cʹ? +(ī_wVHY)u ZbG g]ơS8odj3M~Wc؏ton,;O>iti*lƔB&|;DƱkՅ"D{Gճ\VHȤwSqɀUGjCIy1GYx2&uϟ>Q௹ѱ_`!avyμ+Y'p(~먙KNp|;%ݷ +rtlg G8'%)jqR_ܜ:1]з*GCx8h.58<\h +h܊r Q#p2P}&m]"tm8{XWLOc{<2B&>T$O\lrkK~˭ YsBX"ߕ+D>V>S錉kJ>A%& 6[Pe9PgDePpzIM,85вڥOUv"zPG d^9dF2~)T ? ' +^w)V6K.Ql.ʆu[F:@,HЖݽ~/y0Htsw-˗bQ|!WLoo4ݦ$kYyҊ ;+JY$-yi2U e-ܭ)p:.htVwpH+dϴLœ!~ahi@3D; +j3flf ^RlaɘOgbA ys{A0aa^Hw97,bIW儞D>k]B7 +).4{$U,/f@?5IotQW9z-9Zѝ9z GW$/Wښ]jv_NlٚqxtNw |0*'4L0ΖUcnzf\6GpէqG~y* B_UM=Gy}EQL. +& sATJ^hs/874 E8X2)0O/ubݴI+chFy? +vMr8>0ǫZL|#db*PB,t 8v +еN-3<:E4.^I[`Q=q' 裵_5lJcIj$CWpN%0J"8^XdjO kb̠[ZHWC3tujc +蘇)#~jz,iIm͑?e.6<>qgE5gf re^7I:\_dzIUΔά8ce ^8e +'Oh0q}v%FHHǤ% +Ff{M6(woFd%4Z˗ȿJG0kS= +(M&.;=XƗ'-"·/#1y5 bkl_tOĭ:0f`_!#w 3tH^?⥕~·$'e~׋zZ09C{Cv9Soջb9 +DBZvԓ͇)˟u(DI*2`>/\3 +ԬuD <89y2sN}|9A8˃z:?OOGM6]+Iөӹ&dũ=\}>w.,J; w6qJ\]χ;Nuu"_ϔ+ncJ +l,<" +V,|w +X!*NП̟n GG +8ǁ1Y}M~2w^fǸMI/,3=(5ǩcCuTP!C+QSf +Y kL1bV\ĠO=ڋC!X!͋1=ӝx>sJsecnOf iD q K @ _q߯Н\>3$GO ;PT:LZ˄"C1/1-6z,efb.K;9ZP?ljXigR%(W635EZqZ֣ezcyg! 2EMR}Z~;r`]{_ IyO!JZ:>3f(R4}Afh,M'6ܭLia> -% 195 0 obj +stream +%!PS-AdobeFont-1.0: CMR12 003.002 +%%Title: CMR12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR12 known{/CMR12 findfont dup/UniqueID known{dup +/UniqueID get 5000794 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CYHFWA+CMR12 def +/FontBBox {-34 -251 988 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR12.) readonly def +/FullName (CMR12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 67 /C put +dup 73 /I put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 82 /R put +dup 83 /S put +dup 85 /U put +dup 86 /V put +dup 97 /a put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 12 /fi put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 92 /quotedblleft put +dup 34 /quotedblright put +dup 114 /r put +dup 115 /s put +dup 55 /seven put +dup 116 /t put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 121 /y put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl75R 9z(X*Rhn5&g\c9`EgwT!xIJz҈v*lcoƿsdm^%=谺D +u9#3P _] )w +UA8 HuG:DJ(W;]-0<.gSB NlZOLӡ5^9:K*|F +{É ڇE,q>j0^x떲Q'X酉i ;yZPt>p1SV}:ުad0h{JA)Θ[ U=y5pRU&0'-8tIAx*̣$!gRHS;RVU?!lM٬2gO.T7wϓ)?CߠVb7^kJ;c +N* ٍG|Ucͮߢɨl6h6[ 2ߵПZvUlP|%)VǸm׫=&a +Js_̲y|{R6ĴʗB7jIȘ2a% @74 @4(.= `h'p+xvX}?G3D:^ӟ*&4prx5e^hk@S_̎Cl^^}ڶ-q9@e @|wMrc9P(TkruY@MnuW`%?Q8wG3g; dlo 2 Uu6C֋%YT'Rjo1Mn}L+:O/`@ӟӎ4J +B $YaհH Ag0IQ<;v|<6G@tqX>ɏpI%(Xv7}19lAKڮ6]+l_6'3`k*T (]65R-[(EAJ!3s:e*Aܣ ZEsNьmcЪ..> ˆ>Q&x̹znkCfqW-ٕ6qo*p+.gjlZrht?3:2ty&F!w^9vӐy*'ImtӮ:dN#LaRx!d!R *9SDdkb$Vdž^t4}h5eHNrHI,O6'l +NO#xa OTV-(!JZyX !]z@. 5-DL5_rHqg/r秂gͯP%x d꿖xAcŘʺϡYd(*:od`AMPb-nt]#lg&eb5d*OE 5 UThlv9_)$pC+(M ռPVOptcC`ՠ0IJ85YA('针1J ) =n?Epaq\')_4}KY+d>^cV60EZt,)ie Oӟ5ni8B5*Ƅxn@EDP>e$I^na Y>k#w?p͓t!_1 dr{d ,@]+ضCzn{0RUK,&Ձ\ƭТ1LB#Jp0 XJK7ZLD"afI1?jt'8:/(IGʵ6 <+r xj=9zI!ƶreGNXNpA4Us]b;g-L:/ڮpaؖ:1xǔ`V&EE?c CۗǙ77-`$Mv|&sČ 6X!g#ndχ[w䄁n(dَoo_o2<ݻ  xMI^ +[$dDTZ jķi|O.E9wbSsBz֚ȴ!2g6bcrۑW1A"nX14nKOC-NA=9g5=W^x(xڞEt8}NIDʄ!"]}FET2mRi< r3a0!fS&W{V_ ħ/Wc + 15y8/ V㯧٧򁂝*^F}#? P掸-~m~j𔜒FvV K.\'YƎZ|9&fr7ᶀQ~n- L5Q/[[ORue>G zjP˯,jW灔Rڮu7q jml +3!9ri `u8!5$cUUO;~}ۨd>̖ glUov+"Q%z=$Uu<J6RGʴ̇vm%û]=PC}_2k& ;eG7גI0Qf/ e!S|2F;֐n3:Gj)~kM'AR>CM^}]dLBu(w& GJ*ԾS0|CxoiNK@N@f2ްir7%x478˷턀Ȣ5k~:Dwp";jA `SR\Y.wNCky~uH#(8N7 v/I g;0Mf{ؒF3 SwHnp}D0yafA3?E.RB偗cU|O+U$r=هn5`̕,/^r;5?9>QNGZigp={_ș0H>(˴uWӥz|T̴VIMf*ߣ6c^֟}@_ϷW&)#׀+$ɐ2i_Bzv`]C]c+老ь*M0\omV +,T[a'rھٷ=+.t_,'P)Чr*4Wp$ U{-тB qڠ +a`O|qd3ú$/|MR-` ;6M|şg~Y u[l(oԁglEwք+pdڳXlDXuG b2Me *eiRXx8AEnS\RyEƒjT91Pr]T|u0zWMS=nkčeԍ,AFk/b\vI QDksh>`aP(~j%P> +GWlL?ݑ&hu&A$%9c\P "G(" z+"ڸVH1GڟHxYTҫs-pSCq: +99xec]R{zC?yOS.+T#``" kk2A>&^Rz=f)gjAݓ'xbBPd<^Ҏ,!ávm J!*5ҋ.5(K>++4y@B[Y -`͑!-|RVMr6 d$jwe(%.`. t +`n1h nzeR#nmOنwwOu*NkxcV9Hq82ɤ3՛.S+@&\]bWߡ!Nޥpa0fln +ED pCr:Q=̝W8{mCUط;Qtߪjƚ|YQ4C<ZeoDr%`ʶ@B>:o%1+A%1{$vK* 1u+SpĊ))2"yLo)5 ?=tpB,RbIth*NAoٟ(/'J 2nbqʻoHsTV}1a^/J!F揟b,%uΦ*}M-8py|/r,gZhV|ȝ1xAStW[*V{~R)so@o1ˠĆl1; ٞl#[❟~oSXŠ$E_Hj# 5ks>ߺ/JӞR~n#X45$x?'+=pÃ4$#=_ca3Z}TL~jU>> ,svؠ9,z_;tQrWׂ尼hÏzw5־Gi +Ż{ W*pUSDw%*bl 3M# +rp2i:/}`nz1$%*r&hW8 PfS:[Z6ʸ xx.GRD.JojS91/7o]뫊Eq\$X\6:+{ˏ)]<bjf):oK/NS+v36P Uz~3{܂89:+;J(Nƣ\7.-nJZ[az[iݜ#~t]U^ >DN# PiJipHPKaTgs^.C3x(ʮtwh6C3hZwC *VIy&OLxfS5?O % gOҐm㖻J&m:H-0h-IF;aƺߒEogPЯ3 PrGeFVH"d8n0|i'lH|Ej֩X" JjBb_3NZ}L#{t![ݳ)v5Dp u.w6y~Nn , օJt,Y߅'9YEcK hv327K_,} qKMhu xk/l :A ӌR>'סw/J}#IF+[n+(jƼǔ{.Zk2,gąɦGJZeg ;mF@sl>萡tdŏ/'iY\XD/fbu{꫸)5S>+ + +| +Wch&MM<+YL˪ɛ\s&{҉ˈJi>_Pl3!ɾFcf"O7Zi+Qc2S:s{HyV.S#ۉte}ͳm\t-39-;1\Cٸ3 +7]kܒG?CNtӬa +A)8r(4q5(uCkʜAtA +:ь8K/ٕ:Ҍ Rcroδ֓˱-D9%~t"Jw(a(D FCqEUc\-ߍ2QV | ؅f˶-}ӹ!p%-XOb37k5xxCϟ#X] +?k%j]Nb)uWt$:3ڑMFvՋRQN +@؞3\ƀ0p[U &dDظIoK.E&9,&u&8}ƶوe  +:k@lԍzCԾI;'!4rh8%g; a9#ŵoK&1A6ʛL#Ӹ'(^j,祜 +z9B{U8_vXy2OS~)_Ę~7NG!*t-}zn` faqn*gI6 E +t8:1$ N.4 ͇NuU"75s8(ʹljB2 +@ϮI ^ռMeѲa7I{b$2e*tc~ +_, 屝hcnH5~GW盉6pQ6@}:F10y'JװQ/?JƉ}K0oENZƘ Ll"^` +8y 4&=BW ws/P#57yƥԾ +Mկw9/xFB+`S|FPEԠ6akQx9LssU/Gc5%xFF&/!̎SMN.pͼJ,8 .LLh1"#Z[W[Huyyb(~gXˎ\p. +~LܜNfGpI5|.lτ sBx~O'2ը̎Q5<`)¸0>{^!{{4yC_X1U9'Π̣n<;9CtX>EL39p_ŵ9Z?ͿPDw%BKh0d($˻Xdc +;3`|q8j^{sK"++4k;gb/v,; p<+=jUrj$;ɲ59]dH߯cr?k]̤@jXaz 3SsͰ}Q:!?NxˮVǂ|'&/O섻'Xl}n (\nyx< 2z*F|L#\AG~]6H.{wތŘ>;_|fDMSʕ)X,qdHc$MtK@݈/]Wa_(KP1=1L;{B\ F= t"bdUM^,ViA~Jd$oq2kZdMJ~˚Wj{J{v! B +Fb+sC髶waiUgɞT%t<[C%$# Vz T,L0^P6EZ2ŔM~Pz<@[trd}꼮48TTkzX6 @G"rNU-PK+Aq+n_͖~^VYT"jo==S@ zj0XLʌLtC-%9+\' +Hh:@SiHQ.Aj1 x]}xM/4/>e1l!2ԌbOXz nDNЦD W>&O癗?Al^7p/ՙ1YxTd9=L`BrVҒ-oFrO +s2O&Fwݻ8+ʴܳ飲Xʭ&>w,P!MBA&6eGj: +%XQB gAp +o?~>)r_!9lk~!4dچ U4ZI\3Z.8. 6q3i$twcWZb +vMv` ~nNgo97gb:䐑qmɗΩƠ<$2Ki5y 䠖`l1 Q<@VOt9DIHq 7j_GVdʵBz m_YUS*ȮA:H +5֛3+Hr;(x~6"d xߵ62n֣ Ѷ`zV&DG +;&q|͒%$%Ǡd91Ǟwóyy ++m\qJx"2lD >ݍ;JCaqT\fPzN~bp=5U,vT=7XKFWpHT>Tk7`=JC2:p’RiF]g*|,|vDnrЇ~m EG.K: }5Τz*JeeU0DΌ\kȢKQ'm…hu{]<._lK;ԝ1|Aܸ!~ECo&=.NHh.T7i1eja_rԃ=|,مڣmH`!U fI9#`E D-񢯆fs3[B '6J\beɁreゔ&LҢ7U Hj T.J%LO8Gd`>$1@*Hȵ3@bdtiL>ܦ/.c _5g˰&b(L[5Aa40XM:|Zs *"Q"즂;<@X\ 6YTd_%BAdp=]sh G@+F=. )+!-8k``Ǽe h 6^ VNuœZT/4xwmz.vps`̆1iQ\J-A$ѽL a^ߎ#Sm|B}od_ul|يzyY#7z0]7RzaD=*$Y[)R0MJV)؉bqYgs]h[VGgeWjMT7H8s0Em[W؛w8V[䤂m%Qx!5RMe反.' ֯<|R%:[T;֟Q +jGdcY6fV̼O4W T/+aam,OT$^ֆƜӈ7|Tr 6z4_V0^ +sJ),S2_:8lgt ^f[qEίPoJ*niDKe0 `t.jսsz$ + ~(Zv2I)2jYѹQ>^(9r\kpaeC Wm++ iW|_j`ܓ ý/({T%Lռ# ? Tzba'dBXd:O[g|QiX6&vo9}q!?!Η#o}`x-V5#)gM$>(IZ#կ̳N/sc2aՒś=1qŞHmYaDXѹT7`OޠIzA<2Nk06JV|'O 5QTuD \-L^zqkʍuK_Ee0̈6贫ӧQ-< Ny}HWg/qt䔪tC/e$X,"Wo SyG77Pg="2\ll(ai 2^K$W4WZxk2JVC$ᨙT耏'ۉzOt5YɊ866jp5_"+Cg|&> -% 328 0 obj +stream +%!PS-AdobeFont-1.0: CMR6 003.002 +%%Title: CMR6 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR6. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR6 known{/CMR6 findfont dup/UniqueID known{dup +/UniqueID get 5000789 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /VROLGE+CMR6 def +/FontBBox {-20 -250 1193 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR6.) readonly def +/FullName (CMR6) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 49 /one put +dup 43 /plus put +dup 51 /three put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl7Ӧ!b^Ѵ-E>3t;G<;l: OSS*O?9-w yg8LsYtָE qHp0>ˇ +,qۊq mZD]7ʺOk-G_\SyGLN8g2Q}:ä|C/ɑl ѓčC2`Lu3D*Cǩ5љsLUkmH FqTfZ$|2xlڮOuxgG/|:&Nn$JEQyރ4>py'3ji.ǦX9~b0 ub;F8(PFY|DS%y=gn!QZИOi歨H,a7`_Z<gZeߟ՟q/~j'[E1 wg,Kom>M8;r CXVkg-/R@|lbC/zK_i,'1Q7^3EӪ9$Zdy]ltr=>K%a1\(t.EzW(#MN̑6~*E;ֿCa^1y5ݿ'hyf +s.8ϰ5ciG$5g0KTlp@>]fW7QGVn~˟=]Z`*~7 "ڌcw0U{Yn._xIPYQ]`MN!Xw:R;t+]gZɅ oswQU)8aA^av>xƍH_n~}StG7 K72fCi0Gm1u?4&]ژdFpmUhӲ$w\Jd8+SE=XnV%?ү֟G[4D)ҏ}<)%pD%qrkoX(&Ƕc<^ԺO;FIRCK-fjz hs+*U-\(=D[d)@%t)#ْMٗA=5N$1Qkh|)Zc׼=}6^w'eufH p!x."s!SpزvNȗy8~%_mD8ǸrɳhwWu_6[= +V]Y2?% +)/KR|e=b_0Sʖ531ؿmx> ՘OX![ؠ`vf|}R 4"~)uv E$U\W;댞K0 6$֥拐Pk?yy4<˒q=CG$ @d~A1Q8A-|߉b1`zj ۦZ\.r ~s"b]Ry&rD0hLS)z6M="'OOQk {2+$}<໒W` 1=',hkƏCfE5F]Ћynh|d/(~&PB9Cx9 + %,9OKLvH,>Ҏ,6"+DƸrhL<]A+6JJ9ۿ2jQ}bF[z'p&S*U$ؖa`RI=՞dv_\WB_5n[&UXiNcuοrvI]VI߮\S"Ivs qYpP]5||rOډccB0KV|נ40Cajps8A軝Y4-L ͯi FV{%xE_ *`LOU +ǔKGs|mJ%5ݯdAv<jா-W:,=BYme"r5tŧ>,wxI_ esxRtQeh; -[Gf҄(`*/I{w4iOa"č\%{-+`8@;dZxW'gA$vq%=@ Py_w駾{p6LMmM# +R +Y$Р쭀|6|噐ȏGI`fkqa}@tZ&'=3bIgU5eA},):ichZ:l҂ 2W#30rM$a ImvO", +:(%CMi@\[ +t=UMn[B_2_@nu?L,DWUx=u}#m6xA x^QZ+% *{ϊշr RH [*Yy0iǭ0abP7y־pvkTTR+%7!fF gGP2?S%|b%N&t:>EOYJJJZBH-!~yp̊Ҭ㠄֯d z/3j*(JP$'AT˪x"b4~4]Xպ撾99T<ԟʛKȟ9[I{P>5Ruc&(0ܪv;{3x}_%.beW2eSxD8o{ۻ}wn,WPz;+RtVX= \uBU(Cvw?H jt~DxtӃEP[x/2)+ഷʱx46IHgoE'nb\lLhcb/K}kVD u6#+9oi(gy5lS{ ZQ 0dpWg-Lbpy\z(gR6eKG=9U2ݧCH opr'FS+ U$κ h; I~Ζ:oDUEFyo;0?mP>"#Ǖ T5J!*S@M7#8&-yn95GTɄV ++WS[Om3Pmd,+ST졆kyR<$ ݀ 2a&=CԠN 97#~MT?BzR͹Qz]sTP@P G- R9Mz)3MHxV'.(s;|_OT՞X9`G $PW٤eY=fE%ԤOpdDmz]֥zK+xIVk +w:Mm4YV#⺸M]*Ǣף9t5#rm'Eeo$Κ+z8n/=?njѳ((,O2w <6Fnc1!AzVRIز+Tko9:W\v.yA5gf]?j6)xy!N5g,:2F%uE`Bxw(ݯɆ&^͂NV۞AB k+&@'јsƒ_;q(_:.:)[ ?bt.N|Pm}/u#7A"U)T\ZxH ro}o2Xa/vD3kU[+,뫲,O 4%߇$H'űC/ |,v=}醜Cy`6YP*r8%{o4c1OSB!dA6]W%gcTޟd>M2^Nj[N@*Z;#hhK7#2;Cݶ2 wC"[yDJ,#b‰ZV*7 xߘK;Дyv96I)I" $!/8o(PyRUS`<!{Ge+(CuAqlTcu[ j=E՟2C4%2+drQ/;ڑ}C`@|&cſ1IO}5& !v,+M1pp_㯎0iP͕񇐸gZ1:~i(l=kqa.1':;)]4,6uxcLAa^!L"u +ɜ~=C3[ .18jITOQ +Qy(E*>'߇߃5 h V`,vr3TT{3O_<΄D+ h3ʂpSV#u:>f`"_Bon!wN y/C5rb?7@?+V5خ +B6oYq^5Zp r,B^:NJ07Aϊߧrէ}E4zAWr%`HpZp={o.{#'uMTÕ[gI{dLAN }be/F? A]buvqݓ[3<4MBTparN[0O4\ۤ识BoƸF >'dnxN#ik_Aޛճs#;w͑2]&o$c`dyjJ8Xs@S>c9T1Ŋ(vn6Mb3凂~tؒ{ +!#&x1<⦶YfL&\Ty)d5h ("1{ + &]Iq%#ζv"PaС&"B]DbU%d|Mp,ɚc꼂} +isۂ k}_ӊSgmSM F7Šrjhc%0x[Y$WCO?#~3AXEŚGdaZjLEO1=ԬlG#)%mӼ/J9pҗ`eLЅ)Ȩ@y7LK|a+$?c|wQ`x[(~B ~@%3(t$'Pzk+hDa?"G oZS89seVZ,6nm*3]MJFwxL,!׭D߁RqXzdQB}U'jkyfz<8Phu[ +endstream +endobj +631 0 obj << -/D [571 0 R /XYZ 86.4 346.791 null] +/Length1 1408 +/Length2 6296 +/Length3 0 +/Length 7704 >> -% 194 0 obj +stream +%!PS-AdobeFont-1.0: CMR8 003.002 +%%Title: CMR8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR8 known{/CMR8 findfont dup/UniqueID known{dup +/UniqueID get 5000791 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /ABQBBP+CMR8 def +/FontBBox {-36 -250 1070 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR8.) readonly def +/FullName (CMR8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 61 /equal put +dup 49 /one put +dup 43 /plus put +dup 50 /two put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl7_gѳs6;P}tx,IvJ3Yʫ] +=~Hrl;H :(xP/PL͍SI'sb~|PpNcOAͧBV")Th^Cx(Ry,s)+Hߋ;m*?>H"%N;8'bGZÕbd ^i$iaesF)l:}3X + Mv%GN,Ҧ/~`Љ"JO238ڐi -]IGcf7Ԁ2ڣ}T  @ &x߳8h +{ga5Lw'~=OLcgPv9F˛z%e|O/bV K ^Ć8ԇ<)M<m;疑}Od1]ZSmPf4Ժ)}MPg2вl1gFޢp V}{<[5iJOY>5XZ$157~Zڕ-UDm?3δ쩄'V+RGpyDHvx{pcL1w¾ FMNg(S ?)?;@ṂBN߬GXDio n PSSXD[kg[tU^?f27#xUým`jck$u:RمiEUա<.^Y&ۆo9s> û +8jzIC%oOn8Rg#;D2(J+|Gk9ڲփey/9+,-b3w9W7} z᣹өUyTpt_24a6s!O #i׌$޳\Apr$w5\plYn1upd[lk!lRv4_x_$V[HZKr\wu%_F ^ =ԝȆCf%-۷R>Qt@2 )~zx6mXFVCEOxJ +jFmh)XɽЇ8{u c*;e?blV|@-jAf9Vb 8Tdj4!VerZvZ,eV҆?0 +ZWGvl~و[5rL}qTvmjCbM:gÇ VOiڪ#|ym-4-, fFxWpsX!6q-M'ŏ"1,sxɵISĜV"^j73EvV(T^K-k?Ӓ.;d{)pBh+4uU *:m;<%s!- +8X+p&4jO^1TpvD^ x$+flx7=1S6>rMz 40] XC 2ƺ_s5uD^'? jeq (ӓQEuf%x(m"B (brqYqu]ΫHgp7:NQAdYQk(|_S/8aV%'ov"U2!kh5Q?)投g&J$,jS]&1Fq**X*ilSfN{qZ '@dnl{"KDŚ 4tTY9X}4heQ l_7@ZUĩ/Ac*A\4;N{45L=!V5. }rKqS*'R=:tF_}OV-F=;*ZGoe +ED,A$ CÚI9:Fω/%`,miSs1M>l搣Z՟_tJqǙJkuBy#+1HLabL 剙 Wb])Qjfnpht;\܌8:,{=JE2[WD{D7ܻ9'Jޞ#11j:n+G,,ls3݂FITHH`v=%.ayKyMBn!Sukyv"5Dz +֧'4Q| &֨ӷRc3k&ӼJ 4m [[h|]5 +9Jȍ +0g_ +wn{QAnGgIH]E oV值4:(\TYs7HAe{Ю?VN,pPTlΟ fg;I?"BDyв LM> +E,4c| +}=xbK2^^WUAV7xQ~e#EJf/5R2 jn@FԚI&d|+.;b^ɺN(S k< q/3?׏ƚ~sďS}V7+v8kܩ!ȿ}x =7Z}ǜ]c!j~?}&bXqiE3xmΏZ6զE7C+:Kꉓ~FdNg1Gκ%ׁۃ1ýwCl檬q1FQf1Ż9\@¼(ň^Eг%( fJz^ ' R 2͏aǃYֆZZgd U9/|VϽT_&$_=1zGGx /"Fo<,*#Yo:a&jCȯťuK`uŽ /uwaEt #l!} j؇'*eRh-.h;hMoجcx(iw N̸u T=6^ V$[f@[sk4kJ@/SOnYJ\"mz{1*JKْ|(nwCָ 4&j_G.Yb[J87*"&!Ν&${G?`lê);&|vMÞ\SSELok.N&@`S9eϋci n "*z(N(`(j>C1*CɚIbtrjcWqt?[Ii56߫AښIJ'{-Al$h;m#Q5dd0u3+CcZы|1B]; T}݁{*!O^5 ;6Iˑm-x@ʏs[2 NCb+i+Ɍnu}jlD=_}ٹ*13?9r5\ʥB24"F#KLE*Bmw c,ɰh,<#fx%+L54yR#Ss+j%rqJH엮`S|'a!7[Z&.BvK94{~ͯ'ElB9 6gŠnS&}FL5r1}X蝻?;HǯPO*E4%_Qy. +1}ށ;\SlKE@%ŤQ"%VD󩉬y!;0j`.(9d !0;/[ċ>#qod]O>=z-)dgWl|nLղ FEHқ\~l'҄u6UeGBnKM̉OeӁV?hoR5y?ݙvĸZ@'+my5@:pqU`y +2~&@ʹNt;=ΰ oY+KۛFtz/zRk]z,l93& ^ y&\ +v+vXuC2I~gs="(pQ"RQSq1x̦,1fɈ[G]x&͕k5E' zFm]mT{ςh1Z(vtO:kТ4oP~Ԣ 豟l;ݳ1`yI@!fLE6<+w/_+XNVLTI?Yuk6rga tq=M=?u4~h7ajGw֖ˣՙb8|7_Aǵ2s>@rk&$n·nٿ`ϼdKDNf60ƀ4#&649߮XGOUSV9'&F#U@VreN)tX{bn̷|C'Ob^Jp$:2}osre 3ꁈ&v +5ϯ8,FtwҒ W?"eoɌ,ei6 ŹpX Sx^兓dorȠ_) {NvVcHYUv}No##Fi^,*h +cTva:X =~|163%1+ p2ޤ Xr:ْ$F.Q]EK(` 8 d5<9=9 HzWjrad22Jܭ[Zi8]1bb̥M*N,xg * [25]h:fؓ,Jg{h&Zpz OPl2*F5 cJdoX^$ n zNgQ \d|< ZGp,i.:{ +A8d~{6˗O.M_ؿ 9PdQubEʽJ +*Χo ދG 4Ye:dmvB\)/Y Cq0QB> -% 243 0 obj +stream +%!PS-AdobeFont-1.0: CMSY10 003.002 +%%Title: CMSY10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSY10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup +/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /NSLWFJ+CMSY10 def +/FontBBox {-29 -960 1116 775 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY10.) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 78 /N put +dup 106 /bar put +dup 107 /bardbl put +dup 102 /braceleft put +dup 103 /braceright put +dup 15 /bullet put +dup 50 /element put +dup 17 /equivalence put +dup 98 /floorleft put +dup 99 /floorright put +dup 21 /greaterequal put +dup 0 /minus put +dup 54 /negationslash put +dup 26 /propersubset put +dup 27 /propersuperset put +dup 112 /radical put +dup 91 /union put +readonly def +currentdict end +currentfile eexec +oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5C"m&`7Ӣƻ3ugNC O~̶uo5=_T/ h,$B%dʘ3l MoYLڶ~3^`12]=l8B6PlpfW< %PIN!ju#,.iXnȼ‡o$ҁXꑷI5V*E6tKo_)RPG;Z@9"V3TTLN Y:Akڬ6̠==80~DQ Q^br/2^KZh`N'Jt4iBYҁ7ޟBU_~\fXAZl_ZƎý'xHbG:"l5CU[aLrf 1[;4p^NpqBD '؅93M&9{ VD 8 aе2n.hf +l?K[$Gp/JzcF8vP3/XO6yAo~]WqDMY4ߧY̢XPEL2_2 oH{ +1x'u|o WNRE홹&lF\LRh1Fb}+l C] (vfo+fM}l?c*ވ"^R]miKOҎ!I ӲR_tW;u@(#t*̧ U{|Q}a3Fl8xtHWA­;!V CVov?³;=>,㧫\"RvRCإQDh +@_,˜kbflAIP^wٚdIHzk(c3xɁSUPIf{KΩs Y/v[L%O@HdjyTõVmqgC9zTC/t~Řo*9rIojUKxj. ,+b1ֲ IlDLQZ3P-no'$F zg!Ј*oj-Nͥͭo8KwQgݍp*1^.֊ LV~m la ]%."`_QipŎs5y.Xͮ)Td1Kk̊jn0zGqaWQ%zJX3tIy0ľ.#[#D#EԂppF*ޘvrOdn7n f9*X:>Ǽ:*Lf͍9&aj;+{0 )AgðK*XKV'zZA) n TÙLJ^Di[:s<ܸ2!U|#5VfUqP}|=G5O|Ps9}* ++gpA,,=|j25Cɂ7 ./Fɹ0tRẊ."we hPempJo@▁_A3QBV~$9Ej= +]? {w_53Fgӿ4BAq41Pf ,Sş6r[v` xG$.} ̔ϾF͙c=f!*˽./wĉR8(@ًz c@N&Imݣ>X!me@lW"VCH8kՑŨj]n3X>Jz?D=Nbn {qbY(>"8*苾ky3o H Dw] d{EʥËw.$Vhtzk$kk$]4cfCW@3plQQ晉b/pTqF8_AnQmK{&z;<տm[i7뜣'*qXTnt<Ռk/?2m)fy#(`%{!Q/0&sxfB+rE[tgOKQ$$=ל?d@3c)]3%*M}H饞;Cdrp1jFcstG'C\p))_)( MM + qv&C3NLZswTPu{sϰP+-UFUP"KΆ+Ye7?0(idL;gk9(YI-l`;`AH:YHb1H{wR^Yњ, +$FԖHDV?pyїP%F=BGKPh~N[I_ꈀCTzf <Ӗ`4|mE1J'$`}R \N2kfaouJ73vKW{M3?׏M]:W;vX;B X.PI;?!T . sU]䮃=X 5rMt>y=*bC~^ tArl'Ŧ\؟L냡P&7ttuGz;Kg4э;u)";SvC~?J/F"6U.0>+KQӄ0"ӫ=sxoJ]ת!w6O.}t5V˩+7Us֩yēTC5GrgU5$&|~G8 Mv(jt Ϣn]]QWOؑm. R[ИoNng IF:?tؐSUOcj2Cm[O7>kWkX' #t'Xd9+E7Nd8{]m/ ׎dvYYwop!EP7F?ojP9"gBP;B^QO3*B 3un$I_Oe` +$`}-9Q/ĥMe?Ұh]b _2<͖+tª[ϜJO@%MI tv\/bMVF05+kI2W9>f} Ķ3tj|" +[LhY)o57k#%H\,x|ssxH͆|;` v%گT[c]e"GUj߫ytvx:udQuZy_Td"b+O]lx'6w6XCDKOf(g@w]fV[~1F^A3v Ovү2v +zT0b#[zyϒ$e1k5dRA`(Ņ@{=yW>>y@U;=H;c{30ü^ծ)ՙ-{OO2R´xQwBgБS"תlbz;Iy\EprkM @@e&3lʉtS%)/pR"2u +Ee5+ٰsZ'bQSlj zvހ~%.Kz\NE,eV2=Mo)-JcV:U2Ѹ>1ȓ"QWOё4*Oz.cjcY&=7Y,A5nIF/?̊ ]as.N/ ,McewW0#]٪3w]2f˨n'_ MuH +OMlC7h ?p|`e(ӛ|*{dgHPNDYLQsRd=҅^\#ZHd; +D+ZQb7QŅP#?8ՓF,(韓v>%U9ͫNDOQkOL?{(-aǣUsљN#^&Ԇ[MJB, VsPeQOB,s%v623}.D|`,;(`tQ)l!Tr+u=[Ҽ4`h-?2D#e+%-tU>kxߣ**؂X?`]!&d)BgzFmwGVÂM\nI{`"S$O05AGXVNI]9:$j1Ca낛h˾. >_\62uOT,O.' 9,j(G6Q3tgUKo&nqPS{A *EtI}XH߅Jsa_k#^sKП +|VTمejj'8Yf/r*Jjʐn z}j+p8(,r,em14&{}>2^f}'"eBCnF F,9p_k\njQp66;3"NQ][Q]k^0][:M~Hwq% h_gqzVBDˤ`!9 |#KS [)"YYưvO=3۲O{`Sy^'@#wu{rk3y)1添j\fg\ 32|oQB~ }pΓ-X%4^3&ТW: t|xf;ECbͽqY4>Da"hx,46&g]~7pyDޮ已N](p'ʍ1~B䟖_ڦ\$^I0>;#vњmI+n4!Dj?iu1n8Df$-ks 5t̄nN:wmv2|JV gj=@*$lJӨВa:!l/ +hXh 5?]e!,uEYUZkwpj[]OY8Wш citEPÔ)QJ%.Fim.8$UीԠ2. y+4Qqz +y] I',dIk_s7TNimPs +I< +endstream +endobj +635 0 obj << -/D [571 0 R /XYZ 86.4 280.245 null] +/Length1 1438 +/Length2 6345 +/Length3 0 +/Length 7783 >> -% 193 0 obj +stream +%!PS-AdobeFont-1.0: CMSY8 003.002 +%%Title: CMSY8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSY8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSY8 known{/CMSY8 findfont dup/UniqueID known{dup +/UniqueID get 5096649 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /JHSYKM+CMSY8 def +/FontBBox {-30 -955 1185 779 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY8.) readonly def +/FullName (CMSY8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 49 /infinity put +dup 0 /minus put +dup 2 /multiply put +dup 54 /negationslash put +readonly def +currentdict end +currentfile eexec +oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5C"m&a[9taFF!@-d}bŲO k1툡cJ(@ +6|4M4fV>C ;̹xjRAgd@-#:ɭ܎zAvx?RXeT&aחٿjy;Z.NxVL<8/2ʺHC˱_.U+nӅ#tE[unnVhJ94 }p&G(m7[m!^=>c +"=" pƀH?r? ^~_[Dzv +SU]nV,'Vaɡ0h3];hwd轍m5zkP4:7φ6.B6QԈi[gU@h5e.\ +KQR6r Z܊#zT!<*y]Bءx0Xq$Zcۧv H1*rބ'^6Wο \YmYR?y!G 5d%Kb[H:G~ ]L cNӵ Zz 1[;4p^NpqBD '؉'͛Xčk|GQPE4^ј=|%Z)`>cÉ|J)_lw$[VT6f +=ܟ* ipLEr +R?qvt rST#0gM]%{gYՆa3WD,&h!كq^  +K A~7VŖBxMD26yo:!"D ;m#'WC +\ys&k}ZAGjRm&]뇦nWc5&6"בD׮0ѱY$ۮD>wRǀZa8Ps:)"E66#w¨g~$}6Is m8TK$)ƒ( Yw@þ3h[Uƹ # bc +)!.W`cɗA‚$w?A +$O@c>ҐE2I]Rǿ+ȐLf: 1s O5iW Lf1vP&2lp2IKB'wG`rI[Lj(ybePm(ﲻ;e]t8!U$aoC|r?j5hm28Ouеdmv_1ƶaEb s,c7yPaXQO(xkqdQ7cv +]{< |gKXop׊cz{W [:R!J0pc1cBVKV!TląYIly*2 ӶJed6C(ZL9_@Yq>x/袗O8">􀬪Sf-O'&MYRdW!@/!~q~#X-uGtߟi,i&oX9+a>s\1Q N4ąe0Ht싒`H +;`Ec!ߑ6PM#8~WrguuCEdϮT(>E.6h3ݬLo#['b=S>p؂E㤊4Լ_#*[;H6gT}y̒lo<⋷I=Qo·|dE'*]g`}@P0T 8g: ֲ-D7K'!`M\緣8o鄍/fGh㾈Q z>˶΄H[nWۭ~sC.ҙ@UMk+g߇jgQCpnZۇ\ߨz^oϷ5]w^"&âDzl$dc$'eaGyYA=qX7KT?)^٫|O(42nXk9pE=Oi/y5+86KW^6vAsЖ/ùȧRxɅPk@D:~K_ 6LeىԏQ Bz$Lq}GUgn +ETR<wҼ|"vRT +mF͹HDDܳ?v$[HY\zP.i(Ԑa7X33ATa^y:foyU+w; rT[4_#ivYBX;Njvk :Tˤ:Q\| U3̢Qi| JEIǵaga)%/D?}Z >Ŗu_6g, 㹹MUp-.ڧm8m29:a{ӱwYHޖ3#5LokU#Wc@O$rܱ-#p쮗J E!+4Y'-4\^?f j#lw{PWoze&@, " r +drIrK3/Α[&38.&EƖ~ZS.b칱@ +B6x8="؀|984VLqu_2R`i; 0@g(0*Ј鿢\sW4^U:-AcðA~KNSeOc[*@郬)}v^{ +¿`ax>eeY뜆 {%OVE㆐p,on6>}^qpVU + SErSo 5J)K79I-Ƶ*l$Tatk#%5mBMdٕ96c'V;-Ǖ-i<^bOHǰ[SZ@nkdF?4מ:g>=m˒-67dޱ&Ka[O%5hΆR+J:. ]*dEȴ3/Cg{?ktݒt$6ZB9Yi1 Ls&;yʌ]Y' 7-vpOQ" +\ay]B̗;FB_WՊ4^$"훭BBR!c cGqˡv]~ēH*9 +]C֢-ԩRj[kk~!/"Ԓ1p V% +׾_O30H*D.6z#sj*!(}#Hvz}ӣHVt,.!+l؜R .o/T8Qe>z[!\`8kTC^~.ļr.c$蕉I%֨jAÌU$!@,}R"{{,kƅL2JVMW2 JAf|:IB*GsD,\~.9D[c$+*& ~w*_.LuZI,D켈< +כiX懯/]|Qs)o}O+w] u/ +<@ZABFʹstA}꾔9: dު V@w2c.ҶVKSxXU +Lw}aoKh,LT 6^C(eǙb#t?'m'etlE3wſL73dLKk'uv6L]k9~?"}%7 +9Aa4؂}y=W=u#g&usYIs5r(S#/cTC۶=8O_Yxv5$ +uA/>̨Ůaria^LZNI>^Ƭ+ ,|>)bVºILuG:’y.4>+ +}zL=w PbA @X"o{3SPW9Vj[Ea8YÓ 8J<{3T"5cAfWsPybУBg)K.:I]Q;'s"#kx[PSFG[AO4x$W MFg?)wϪP*' #L^m3w:'QAƍgT߻5ЯvG+.hQ| {@ʊDV/Jtr+7=aB+ѣi#Z&7CzH6 dpOX/>CtݒmRdY] ?$Gr?XaNOf4'0 z"ǁ3Y|ὺeAe$a9k<շ/13{::qEKY:[[RS=`"Uǚ A#[J6p_g4]] 4HzR@:U[.,D\s(N"#`~sY> +sLAbJIw`dԁ% 0ȳ_hia w[YIuhh zf)"DfSǞ Qq|yP@ ۵,XR՟~aE~o|n\P+7\!R~%jt]>'4Anr 2vl@P?C+7;uױ^`IAsۮ(\k^0P?=˼{.~4,.}Nm*L%~ W/q>*:C¬^oĪcO=|,7l0ѳq Ą-@Mbǜ7iFCAlL( PGIݗk +endstream +endobj +637 0 obj << -/D [571 0 R /XYZ 86.4 243.487 null] +/Length1 2278 +/Length2 19476 +/Length3 0 +/Length 21754 >> -% 305 0 obj +stream +%!PS-AdobeFont-1.0: CMTI10 003.002 +%%Title: CMTI10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTI10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTI10 known{/CMTI10 findfont dup/UniqueID known{dup +/UniqueID get 5000828 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /FPIMLF+CMTI10 def +/FontBBox {-35 -250 1124 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTI10.) readonly def +/FullName (CMTI10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 73 /I put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 11 /ff put +dup 12 /fi put +dup 53 /five put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 113 /q put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS?#;IHIRgHŗC" Axb'^;*DٕTz35'«G=F F섲.K|Lђ^Tsә,˛PS{1c ˋri,BRjl_݂tUH %!#V|6G9i/'//do1Wˋ_G +‰a vL"paS-g綇}t@{&Y`I +|ۢsifˇ]<zilWUf }ϡq^c,@{6~?JSijv$i"$O +VQ?236u`}u~㣖9ñ#M=f.bȫ G 䁡"K aI\N*Q*;G40Z($Xv*WsPn hXU;.a7X5{~MzH Tj?^ +LhIt}e&,APRNy< 9MCfQx"c<~Nh%0`ڇD+qn ;/XM wZdi3V"+$(5|.R`G[xM9s&7q%*=׶%zJ3FA%@kd/]gā2Ǧ<\%ߓnW(5uI&dI fWt]]32b驞VS~O &`hXsGA"%͗"h*4Λh`:gQgatN9"#D*$Ǫyy\ 9OE{y"QAw/Ѧi,֗665:?Sr#2 +]vV=] U8~ 4"5;;jJ+عo!窧)y.^<^gNlV:H (j$.C>drYz3D^"(ݪy?ssDt45KqcV}PI'REhܺn!p}ilqH'>2AOl2 # [˚so DtaK:}9/M]fXlf-F| Y A1Qƕ/28 S廩/^dVB [aJzH0uSo/Y`'g)5ʪ:\hYrG!y 9rhcagzoϘ$@]8 REPWhͽz]FIءz۳L|"CEw}BŽ03&pv4Q:uKw+nC~vto:a, y\Y8L sϯ~dp=n?D( =>mzN5  ,$2/"f6%)R%b8j6mqEQ-C sKD\=R3d>!YΎ9MQΕ/Vd+BW&IIpAh* ,W_UkW2G&tk+hV<$_TgLضucz9?^y(;2-~7]r&Q0[AM]fX?x]inU>%ʸ(T?. a1L.wiaH#C-`g=f) +TEGeIuEo?Fg 5s9!GYrÂ$֡ L8h:ji Dc8k.l|l| /ܚ;'(2P]< nӱ +l\C؀:ጜ'|-sy5eDeEͲ3ڗ05nv>*!d p+2~Ͽr);J;шJ2y].1'e'0\Mt:gF+mr3*ttXKuRL˨B4Pmhel[b9ʸNRr%0K.㼎b8TC{,Pu9 %" +ƛ1غ^KUIzfs'FiwG&2bDX4&"t]vU3qekZb2mHj1}q_P2|a8~kP4o_== vԑ8U5[_ )e=mʂ:1ԍb D9}F`ֿ0cnR܃IpyiS?z5qeSdqei QJV6ᤙ>ot5&2ZW$MQ:Pϼ\w/v@j=_L@wNҸ}FdX;ʊw%aMcà/bbK+2qޫffQ`" +nLo/'w ^*Waol2)&e+شg !g 'f?qwtלKZt&,<#)Y,zzп榯%1!ǠW"pu maRr1r@C( ^ tR^0Kt{տgB"ߧDf!=|Q +:( [~GsvjʓkP g/=_]Uz T,$V9jZߵ5߷tQq̮ٙGkc{ |RL ]vCAh$(5y9>8A88o1ȉSO Av??߻㹑Vks=lvbϣ8|\_%{Ҩ>&&zIWVSiUAV+Ӓ$D} Ge=fL| +)o^E`Iv7fK+sDz2s4+:>AnpT/ٸ&XɥݡT,@T;w zȼӧzekc=zaH``$4 +ϋHG^/'tWWu5*b9N&ԯ}ڷ#* +7=/|CX2W!wAk'TM<@SтkP8f>? T2K/K\ >$ɊLSN 5F=)!#8e|͓g_NQ:\UAd<@_ʴݮ +V;M5ztMmiJر]wimL˧cMѠk>HI s__Y/H%Hf]_ "5+9E2T̸CO[ g=<@2L4^էn^83rABzSiܗyUO ZĠG?mѬLlPm۪p@n,y4s:xNKXa2# +utw( 7̥>چ,Fny]fH_^;NyHU/#")t.ˀ!ϛiwx{ yC Cb|о ;7kKS1Ja9zWs˔dDXH\d۝j)3x%n'l KOmR\I5piO~5>g@Y5+9׷0ɴk8@ ,qA“D뉹4NBuytz]pȧ".?̒ѯ/l[l&R~WwB!n]8+I5wY]Hvܲ;U"ǘN4*={ZU6o+L%= &vɃu}qs,QF?RGmai?y ybxfULWQ@U-6eٹ+Iƕt!WfwmAN̼LZYLOyJQ)P2$b?IO4o OJrD:8k2?T,QY I鄳BEJ&rZb ʰOS;~qF9c#cc֙dLǤb0Ɩ˿hZRJ >*G F{;C'elIcXm ,؇6֙&Emn.RGAeŤ2W| +K; >x! MA;NJ}b3 /2ۏs))^iދ1R (ŖƮg4Ѳ4l/XR+|Ifb{h E]5[n,|8]C,BV"*NZԷɗg*`?ېPC C)LEDSSotOb \T=/st?CPfF .a(C!Db̛Exj%YKW1ޖ/Ykt@.95wHFcNDCisㄶϯZ8A6KZMhmEGpXԠ_;u/t_& \゗>fwb]>|`FsGDԝ{zРEbf\){`Tf(lωtB?B<k#Mb8I]1pW=ﻬozmU#{ ؆rbM;-uDy6)vAE)RD!i{ݚ@S:(QS~- tG+\{ rcJϬڔӻ%(,"Ze<T5Z=F+I|=;icJKSA'&7&۱eb&qA <sL-s2+(v +sC#"p$ԞK +`{W/՝+r3#"@1aW3!+NLUTYZCU8wpd>(?}_ +<.763ݚZ0(Y/ +  m CԈW}7׉<*/YJp + 1Lwi3tPpymXVy@@uoPPui -'U:^RɧQPXr+[jۋؽV%:cNΚ~{? +&>VPh<ثE Y {YɻѸ t>Zh +z;{ 3)j⁲D:(t2w2Y 󡰞yb +wA*֔܅iF# P|5.Mi# I8'-̮\NJGoܽ'˜W+˺0ۺH&yNY Z +uyvĕ1^U< YPIgVnJE %aLۆ4GAQtM4|rdujXUsܬKfC)nfb=igeE&.D7,0B-q519I;*8Ob1x%g:fIJk:7KgA%?<<-_V{ݗ@NLK8i{LʛxWS':ت1?[o뾼Ҥr_dz_Gbmh8/d`:C諘zڔ Vvѷ\"݉DEs4t/t_H[/ӡ(VJ=Ԡk + <ߥ9˧?AB)~BQMV_ ):΄* KP2B@R85.LwC㳾W$s!h:I/m\}g=}CZcSJT>\HOi|״ip%i{=_E,Eo0T j&7O Hq:GwƢyy .?5Vj$z'Xt*<0lGZ +D UbMqhI'd+t(åVsKR7fvuEh 4S1I2sg5\&@&Hq4ϯ EM+un̎bDKqqhqcU)hAhw\ۖ5HSʐN@ Elt'6z zE@T|# "Xqs +$,QJ\ ltbtɮ +d)ԇCY^8sv2y8ok Z$_;ziXUBBqe9fPۗpld6Ǹi$Ćdmi ;W&0HIQ e;ޕUktDiJ/XY"h$Ǧ2'i6#@L:)]l}gxNj־CMf~6OS tPv}>.ufby9Y;ΣsN`i9mSPRIqǂqζz]xOAjmg>ץ +._ZyynrjbZx_߳'9$3,6) a^(T*Hj!4&0,Z|"]c@1O9IOotpRL9!dX']X +Ėmxom#[hncqlTjNS׿ P=_tkKOYY(i]O?}J\IM-eKvpޚH1I줵HzH<)‰GTOd~5NkwzG'O%DB dfz/׋R]-DC_3C9=N ^FB歧i` Ln"n}?Z,ו1#9,E&ňsQ2<4{\_XP[hoҢ`,_`?_򈟈/Cw8j]U%wؕNZ{9QF_gSپ8&ǺTS;IRFlAӛ4ys!g%1M3dreI2[E T,]>D7G{L"ńHl_& )| *+A|jTh]`T+Spx'V9rQ(n8Msi'ـ!V\qn.FEq@^)c9TStvLҔpD;2{U#/_ 7b$ +.> |!丙xL")`'چT^J(2FCo"vIw)ܱ6(2돁G ]? 4 )=ݒ4u۶dp(x|^UgF ?xV+J*LU`Pė,.>3%ނoEߧI%7VЋ,VZUAy Wlq߯ + +读R +Eya욦g$gh IkKZԡRk)Q5[7s:$' Yc X\LJM㶅g[ф/2'o$JL)fQdǔQCK[ %Da傷һɖ|'0MH(@ي +5[*Ԅ_Neg(4R67e. +5x95ڨTc/DSv/5:9e0sO޿=ҞL2jȹށWMB<4Tɵ ) RG8Ll十@uNOy*ckIMV E^I%e*|rzQ}i?gņrr+8CI@.wd* +K,ax9sw(]Õo{gM]$-d6`<ALHV]; UR4Jn%{ΩQzQS(RP6I91rKCSrLPjH(vc$ +a6_:cu2e~*6gto|m裏4 GtM),' $3|voT΄`^W8-yj{޿5=&j[;:GA ]@YpΓlB3*qny}=@PRVey^1Fܺt%C23&C0#ZwTHgmIA~|2.9F [҉EEk<ۧJHjڒ*V% D.@Bclθ&^`wy+pf噇;*5$b*jo4"[Фrt_(*Iaa“4g$Cq! ϺL +exDU _VQ)0RCK m"APvGU4NAzVÑX[ NC+bg(SX#Ӯ !U\>9}f4LI,na{dbo\'2 䕕\WzcG\ptSy =-HX+^ Hu9L4$K!oKcQap|'CqCDZ읶wXT 2[M|#?!5MH85V?ZkGn/ܼ@&,Dm(PbRF$Gf)n)[д_xDܡ:mm Nyլ,AJzuBMufTv)Wyq9dD"$/]kPjU6 bFM}1Y#IUY ؂ 9cZ&dex2#pdQz l. ZC\+\ xPmx'W\ #!-olo>R'trnVU0Ek)GF\|_ΤA/w\P@,g]W0̱Tf3,ןȋA): \7,G'ڏIA>2pw̮g@69'0h+^ȵG;"9 @L+nRMlt&AyE6W xG4k+J`S_̶{=.6%:³Mڌd$m'Ӭ_iߔ/s0E\cVjAGh,ړ j}貌A9l&Z0LR \ +WX@]킽 _4ρx $!ra!H'gw#N8+B?f@ 3%O}pg]p:8=8^x*̍m"ּ[9UI֛e`@Njy;ATg\B{p@A2ޖ%ݪhqF~F{;VڱFI+[ RY0e&g鵽Q*?c;Qm+:ҹVu>C͍|aad*)6mjZ?Ȁʄv02%Ef,ʥ2pbӑ;e[5#_2d]dd:U +|r4Uq!h,.Ҋ_pAՁ`%'b'+ylHr,D8φ R[Qx Dd. r+q7FlEpm|OA˹J"}d'5(Z؃_FgRi+lq\'&OWA ^A#RTƦdܝFaUbIوڸn7'GOKH+FsA;CU/^,l ! ]k<RJL"Wװ)c=2[H|h0A_?)OhcFwìIg~BEi\fxꄰc4`Jl C%-hŘWҏB'p$ LgXt*B1ı!0x0!7pLdwFnT@lgݡ{mL&yRҗSׅ\Fp53 m??Sk)1OЌzL5G4 C +3Gm `X<j%܁6RۦG{R’ c+<@;qBs +j }*TXO1r6qSc +*=ꖼp%k0փ*WK8Si+ KLWwVΓR"R@F%{Ho)^TWLtF6W1~c@2̟4>Zv^ Ws[8voFl>@dUU`=<a_7k|0lRV12 -Pu#᱇DjUV 2hv/{ -T`2`W$Bn#@ӥkE +F(~,&4|3l%%KMy/mddw>Kj}g0-Ҭgӣݗ3ș}rMy=w&=/u{6j$"ƾ!w&A< 幢OFc&TrAq?V FN R915*qE@WZJN73h|h!_,{E:$N|H46[j?O'nc0|Mhiƕ~tz=7zcP:i3QFqyLQS/#7VܧDu;3dfbHfPҊ·Df1e'% Bv kgܺEl]q % @ʹs1->:w'r#FB(i#:ek(^K* ;eO`7nکhW LJ%mF S-weNv,~A„ HGUR|("輳8\x.e/?1%Jvd+@gp:1pc09~Ô="#4|T + +cJ[$* 1$zʽoJ2]V0,_TW^S;֍:k}F!IIi\]=^͜4B{$+Sׇ)a^GXB^ӱ>|WEIu? j^ƨ#b;C,*zQ$BeɬaSZz´$ȸY2ǣА^쇘*J#wOz"GZ:j՝4ݽRrU03u3Rϴ~AKZC@cxPla39̣X$$Mg]UgP_nz3+}jXC]07PX}{ Ѕս#dND +փUm&!5}h +vo-]c!љ}}ѶȁU aL|YCQTk {jcKWsh%Ӻ\ oQ%;GN@lE;oaζmX6DUS3wGpÄYe +R,Ef. \XF¿#W">=1(_i1'ܥ;Y)>rFL[6C<;uTRCëĵ^3\uN`.; S9?"yc|k{oqyb#:J4E rkDN~Z\Ɗh= 2ZƉ;Mq TJWweɼ.ru(G^^ڛ'd-Y]XJ K~JB<2dxŷ]RVVd6MI{x!tZ6hN0+)N_z(u;_XD+m٭]quqxq_:ٍ Q"#|G 'J@wvm6zG_2v{Pv<>뀠[U Z o;@q*!7=}o(TsHht8!"&7xO_|>0)Rѻ)_9CvgI-qԄOLjP[w"ݨe>u^7'KT&Ce;Gګ[?C G 54nQsvqܫ:X!Ŧ*Re3*OzfT*3אX06R'*3#Y`r8PeOްh3v$ 2ۍ9,Z,*>Jp]L0糸/ɜ(q A v'E^Tl[oQQh?)Ж'͊|POUg;fcHfqa7}Vi4Bqрy&xxvMVVŒZc3IVzbZFL'`r:v([kiq`%W2C 0sRSZD5½ovAkVI(0MbM*^0.N5XX Gw9nKABzP*=;&jc/$7ץ TO +ꅂG/-9J=1kXUn`=?/ڢ2߫1z>y R+'IW3-Xfcf́ӎ׭i"xKKр8\=~l߿д+hxw"z޳(;M : +*%f5 )vc=K=kob8ȉџS€EZ,?:Y&fY!0KRMF*9C(X%I4XJsy}r`ҳΗLO` 8|Wx%ڀvOP)U ̶)],g|@V= Ϥ1H(4N;P]BlF4iQi F:W;i ~޷l(V$X!DL#r͛nzu5 hDg)/GzBUw)'J^ UODh})NWoO.0.=A'֏ 5c)#$%V5q "r% +̆N{p; bZ h?` X02]cZTm6k?*?,*.,*C*N^hW'y6KJ(!ml,MIV֙S~~4w<dv 81d̎FY:0ʵ6)2hJW]AD~ˑ̅4WiWv Y7BY|ʔ-aa,drCC2[@pg6;Xb%nf}D[m0|`ziLb;qW(v-*)T]"?SyXTE!{Be +`8pcx?L|weF=PsGHgmWڏI=,' 6{o(Yrs5y>nWȈMl^f.+:3q]É]H%Y)O1Z§:=>$ Ifnpj#m}MLrSAQ^hvt[2yZ8x33kY|TO3C9H~ve3 IhCCFC1E0ŷƴ԰g yjh^J 26] |1JvsTk3R'ǦHf3_eoAɨlW Zʞ4ĎL̏'",FѲUj7޷}p1Xaٰf瞒߼Ǧ"PP8i%9yϼ7/E2H\MSVՓ9ʗ 2#eQkε +ʒmcZS#˹KBѯص,F\URYp)/kaU2`h算 hG'9?V0P' MVx<9)DcGC)Ab a\vsƾGǯ6`؅MiI +u 0&3I +FA<{2+%xr󅨡!A8E! ~Jg+ KLpZlzU/y؉9S&aA _8֖<=i|N)xa5/r*X\)ƘsDo&ŀ]Q8HxH,/AAfOf]=;>w1iճ`+^Lu٢ĩiko +xq!%TIm+KsfVGeVo,G+1@I 02 ZC\eۖ@ٛ eWnoHV^pdE>Q0lE_0j[DqΝy ia%le9آ|LnI'p=sL[O=͜+c.0ס@yQ_cw'TƆN8cgCRWcxK.=]wۡ]'1>dO48N2稧jR8kmF7ME ?MV)g:qUVZ +tصt޼ց%D l_TE/+5#X﷑QZkXjC#JFkyiv1W>~ՕvG` +X,& +0<(?5-}} jFĂcPQD$8Q'a !i` pg $;t/Ɨ8%ʡS4o(G6"6y8XЯ YJI@yRׁv?2]&6g׏Q[5V =O +ZPQb6>FY/c>MPU̧Uϙ_I$‡ٙe.@ܔu]Z2B}x|81HDhZ4NHχv`)ڙh:=5eȝ&)ǫȌ2p&kssm=y~ЎD1+Wڤ߫ǤP(A6 N ;b}ٝO(fq#V\f3`4,Y˨2ѤAYL[Ӹ(cgXWrO89uA)/U/1(~u5euހhvQ]GAչ!*5`ͧ8"bC!yCajr@͍`Ñ6Q*leg,[{% 1 9žQ%ۃeL&D22%,ud,0O.zwcPyUO03{r`W-S9?m,E*f[\-36::hL 4Qv1J4?^ޕH{ fi?ӯPs#:j I}D ̛*Qf0ƸCZ7D|1spw792H:gļXd+{ +Ĺľ=]aG==^+AG$鞏vȆ#Ը}Ԇov7hl }|RM8Swm;Ej MSUk̻l6F[xM/bڳC|dz\K.cv9}dRT4-bi ӪCj5$L iN^^ػi] +ƽ +󡾧H⁑$>Zd%vOc8ȻωҔ*C:G +\ r2dqw.pd;`h"џ>H H+-`Mqfpiw/e20N"AQqv8tuT.WZc;}F/vwN$;ߋde~`Y8Yl/IS1a6H^ް}4M6((iKB!_u3_aLtw29bWSM5Br 9\;})ܢe7P 26ֲ>UA1oB9nx> hK 6˼* +endstream +endobj +639 0 obj << -/D [571 0 R /XYZ 86.4 208.851 null] +/Length1 1776 +/Length2 11391 +/Length3 0 +/Length 13167 >> -% 197 0 obj +stream +%!PS-AdobeFont-1.0: CMTI12 003.002 +%%Title: CMTI12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTI12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTI12 known{/CMTI12 findfont dup/UniqueID known{dup +/UniqueID get 5000829 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /BABWJL+CMTI12 def +/FontBBox {-36 -251 1103 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTI12.) readonly def +/FullName (CMTI12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 68 /D put +dup 76 /L put +dup 77 /M put +dup 80 /P put +dup 83 /S 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 45 /hyphen put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +readonly def +currentdict end +currentfile eexec +oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsSD;Uѓ"":!cQMq:(MO)|$~x!A7ux(ǻISG|IQԏY=9"i1B/?xI84HrxF-}S?geXhb'N'68^o ߑT݄j"_ u3S[3^G{Wsh"NWk#IQ9dxpY JJO(UMaKDpP=|#fLV<J#o)Z.$U(X=G-Jk%_HGM %4ߴ +DQjY1=KʧHZ̛wOȃDل6C!8]g,cAo?Ҟj?;IAGYPKKɧBs_W9AD2IEWKN*3iA%t  .ox #&ShD"5{nƋ%;{.=:ٯ}]AUi =.:wv6 <n~?V+Ɉ8R rmsri40XgJ~9H)G3TA3c<;k \" +"9WB7{YZu>]=h۶#׵N=8gkS^Z΂dxZ >B/ngH$1'F%!q\sg ,YKX]goRw~IipX4_ +A6)Ā_B&mVU=J9zkt 7n/N+u'br$T47.\I0Jh>)Q԰[]" ؐ MCŕ͆Upu k{nN'ghhs }Ng*t\/j4p'2/Z{{5kݟpݞP% ?C 9AVpzGI%ZXcJ +rxgYNrfcw~B?B&&tѥn^pDF&Ixe%ci +Ⅻ5<C0C'\F֡z[R 4]=)E`͞獨YI!Jfn:W]ŗknI#‹j"BBvvмuFGN;-lK΀i(sl}HGo1Lzǝ|S+xbs*e3>:FNƉUm +C']&`W V km&怷B@ϛ&Wϑ/4 Y^O `n>nRE_l6FYnnr%p7}%|UDrZ/,#N1Hۏ.CMn)7Q7!frɘkdfN\o-6Iʨ#Rw\CǛqd*~)]Z9TŪ;De=#RƬ4WĤ>L] +\g$2$m +q﮸ݣAqdu5B爜ǫJa)ҿ =['f R}]<N⽠zЁ)#0qG32'j g&geAna>I\Rʣ8߭u4't $qi"gE;I̶(ƭ8p} ó)^"rtS_V3Kh9"$a'm.}Ʌ9Yۖ~-iB*+dခXRI Z򂌧3FFNpC)1*RV +jm#XIz93&;vNTip qs+;2"cY>'N9sgէѤVK j_Eڍؘt$/Lڒb1pUG&%Yw毞|3 L[NFL]eE|eAzMնTZ<:,.$St=SjF_pEzr}BoN, y^`*3MeixgBpC @m ۂ;;u0-Qq3C?"˯sPBveb^~֫)Ze,˒[ +y*?ݳEҞ/_ZNdEc"{u3Jn5kuL;[~d("pMKKjuAbJ6vt-*fu&%XR5Kԩ~qB׭(E:& +O.VX@Oc`&_BtOgRn-bs),+{Umځ'nC)l,į&L UHuLU'Jl6t:h]A>aR[т8˿N{f? e=Y/wث#Ƿw;o6QlEs52p[ c$bPͳŋ3s91}$q"P҉bo+ՐFsv-@\4NmP)Xݢ}_4hohF 9C]X'p4|:aB7#K7˲n"81-{N;td *a"zj2aMO)BL# {jBT39Uth3~GRb8`7.A olT"D+,K8NJS덠M`'MXN4Уvj"'LO)CD)9{;IJ=i}ԱRoF81~Sٔ&E;9+ݓ,6JSó{2HWzIpW.u7p92QݪP2^AwrͣNEޏy|gqmWU˥s* f6.LK] 3>MoUs J77b,$y~ + ,hϖqztDFktQ!QBl(4>:hvqID*7W5zGsq\X7vmm)NkH7:T\Fn8!J +>ONZ + +a8"5n ZJd!b6`=Ԏ +m:3ڑYK)yhfghۥPAc'SU-|G8ȓ|/"MKkI ri^{jD<;pzjA#x;|#`'u䝈AEGn 4yhߠ}4ji׈)BAl@7BhyoBbf\8GS3ˏN޵dX,{4@&U.1l&PK ֬Q{m'c%usr6Ϻ#!Uv +.-@WͲEdq]VhR.fdݱogr3xlیqsŶ#ayi4mwLD&Y4@1w*Oҿ,=+ܾuʁU]2hv~L1- +Q}f`gEk`Tk%猲3*૏J]I\ӷ70aFj&lyzb&wG]ps4nv_$2^ 屽jQ)&#q)b~9춚氮Mh`8JV߅EBb|̩Ua_| 8 L~ҷVExwwżkif8gxm(Ÿ +> +=MlT?y=F .?$W!Ѡ3ZEIW~QijIo=uB\a|> 2 H9<ۚuRw9liYTV'g9j3e"ob +3yg7{6PZ9mT$/ /_`ɗ}p6V [3'VFm(uCseF:oC,$TJa +B(#hmM2CCгnzqYHMߢ% ]02u\kA̖`K!;ǔ*&K)f*M9CV#jfis3];J2{c|5B4@ +5k9M}96cmlAmkў%soC=H .2a\ 4 Ho Ca!3{jv\0S%-hd|akQ@5qI;i&l9$]:]{R}YwRup^kؖ>>yg62swMf>#FyC'S5쀾[Z&xħ~"bAX!&.B׭ (4V}iM?\0$[L~]8T2\V%#hiW(㾛9(O5)Io`>!bIA^SgYEO/*>zVn":k +56_*4|s +0dž*A͆2hAg0/.W^fr>tEN*`p<7 w*!q_'׊ѹpn,P\Vn-53c@gş7Ra;2L1K\#FYIV9*:PmvMF7 Zh=Y ~'NQESVe?1mZ;# xO3]$,(lK"jlx)̂17d\L-!ӒV8 DAT]ѭ.OE/MUx`y5=7K$"Up+,6_ݭLs_X[(*)"}RF $:)CBGo-–Qбd51p9нr2fQ)S0b8TÄ\V}6:K\Dz:xp_]@xCtdgnlINFo3 ++5U^Pl'B +gK "<(|fu!/-q=qo}G*';~kn|eO9D^X,R:@A/W ,!e5]5H!P{SGt֯}=K_y2R|kFh8v$}93'$3i2rIٍ>MPv*ս?챡0> ?lC_ :'!m\Pڪ[x[P[ĊQ)|}2y^E$9QeC$~)WKm:4!ˋOU%5F.a6_^ЦgJD Ёp%>kD (PmFfXߘOzrW] Ɠ12OĐ'`'b d/>/#Rksa1Q*fs(^^bTuU:@u奼I%}gV]b1X(^R)Tx~Yڼ\1a9%h*".OƱlc#liL9cХP S9u!bPq|gf! hj=܌^{kc͗|v-!x3l@ _QԄmFpO~L9iǢ*`Tx Kʙ̈.Ǫ4c(?˳v +M'Zo᫔.3ƊQX`܌"5P T&Xv1s&8.Y[ޥ=P,<!HE*"hoDM9>u8 +؏ , BZ(I h̖JD+beT]-Ej#,6=jYs[rzC]/GN1bɍq#X]է4ewpT +D[BJGJiݎʱeHU3)R'I=rul `L7ʤ`Gil[<crsEl|ͫvf `͎t?Ng3O4 !{| د%O-MM?.xC.4)C#e;C幅k`Q)&k|U@ 憿}K lzQj-@k*-O5ØQܵ?N]rScTaU>i}5,qdkpˍ#ǝ-QU,@ ͐Mwxk)d(\p4}_M IK31g<&(&=^ÅSC~x\%*G8\5A{U9[a>(r- DYtBȠXT:CJ\VйTF}5wײUg~̤QV)2`8D]}v,ʽfcSlae;.Sq& ` {JtЂ92QRf3>8HWb:TۦV6a\pz0x/Q;\v=Z; Iꏡ:䃐R¢GD' z*:'4kZ;t{c{Ң v-{5rHw:ܘ*a`a5k^}p- ?h3OJ*QvH&@N{Ӊ> |`cmιfS4)+O*V+ la>t#]lֶ'q:R`N^˄qԴ_2,)f(ڸ>D: >W:;ܿBͺi>2V` Waw ) +v8qQT^gCתOj\/v&Br8bNED/ V_raD&MmKn>z.e_Sbin =oA;]ݔ?ye|z4}/!%ut`Z]mMe,{:ݔ~̈́6̋\mسydan>Q1"&6`lɢ"%II$Bis's1*? ,T9K9ZrπP  btK= "oLNـ\:o쮧p"YfvDqP30`xnR8VrCyț+䓙)EGDοܾa6 +>Jf!Z]&S1 *uT͌)9X$)IS=rnնUyxK3Q$I$N"]oh~W=0L%$&2ESHlI$с r:ԞIPW&&Or jO@a$eLo"v<ۥIT@c~n/*%u},G- +; +lYPtb!*)b.h 7pWc +b\QɩϑC|ܺv `ć~8U+X/@C./@û(WJM x4ݶW\/-C*"y))Py0M(ִ;eBUsc +` t8Vٴڙn϶,E䕏 q2!p9$mNFh +endstream +endobj +641 0 obj << -/D [571 0 R /XYZ 86.4 160.665 null] +/Length1 2784 +/Length2 20020 +/Length3 0 +/Length 22804 >> -% 570 0 obj +stream +%!PS-AdobeFont-1.0: CMTT10 003.002 +%%Title: CMTT10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup +/UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /EDERWC+CMTT10 def +/FontBBox {-4 -233 537 696 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT10.) readonly def +/FullName (CMTT10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 90 /Z put +dup 97 /a put +dup 126 /asciitilde put +dup 42 /asterisk put +dup 64 /at put +dup 98 /b put +dup 92 /backslash put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 36 /dollar put +dup 101 /e put +dup 56 /eight put +dup 61 /equal put +dup 33 /exclam put +dup 102 /f put +dup 53 /five put +dup 52 /four put +dup 103 /g put +dup 62 /greater put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 60 /less put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 37 /percent put +dup 46 /period put +dup 43 /plus put +dup 113 /q put +dup 34 /quotedbl put +dup 96 /quoteleft put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 59 /semicolon put +dup 55 /seven put +dup 54 /six put +dup 47 /slash put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 95 /underscore put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{=מ0).|˿!:[LI0lr9G$}/X S`p*p+fwwFGO^ȇ r+dMvNy{YK[z[f +ܷBDq}M8|j${jpxxSƫEu +7%ɑ4\ 9b \)[FU.q4Z8KzwwylϦI5bjcZ,7ɪK:#@Jd@ѻFM_d#g+=>ZaWNH5Y/ .rpf{0D|6@;]/h|.RAɰKml^&W܀{mFՙ3FK~I7@T7AMOP.;ݐH+iX;}jYXEu5ǻpېBIᡊS 7pQ40cH4u[ wYÖ2[tʖڣ?hb*$ +dƥ`$ P :")|UƩfDtd§=5+j7%i@)шT/qUF1tEςҷݢ@ Ѣ1ãF^R?-¦q^!*1gw24/3@\7zaz1).ExY'Ȫ5Fc=nj2cw1 3bI]y: f֡ꋓfg%p^`('m K'K '>EPN,:M{S3G2R@6\?-^X'F.qhYlawNUpͧ`M9_Jgbw! ̼sāTҔDb:Wq!]iơw`褩'`h^ TTInHel䶢͒à`じ 'p(=Y1UѬ/OT +%`&{(K:.CiK9xH-vE4x_5叠ٺ,dl5'bbq,H. O8 NNnZGquDZMgd/.o~*ĽẾʿep˵ +1}oK({AsM`?  }|^ڧ(1vMXAj!Vk5=&Yiw|vCPezFލ`FJO!zơãE.)8At`+o z`!|a*dU ).tIhq*0q>NU 3ȏ7Ā9Ot[3|5r0p8ߕWqDLŽ{`dw|ׄ GJz/H'Z$MΤ8Z̈<7{LpV)%k3ToCn}4>ZrȰ{rUZ9EGu49>`oq/~x▏S|f9׬?X.uBxfGbE.wW;o, BLkkK{9fgg,l|&Ma*$v#ܶ>7Ucö'nNЙ1WƫV Nu+947yG( "zoO_|cZzB@ZAݾ@aexb?>"YTgBlٍ9UFJ?"[p] phU8Փz޾L?:K;W%X$؇:b9pF^dBJR(6[-T*4!yY`'M( MPA#fT"f"?eX&RE ]2L6 ?h)8&/Baf!0tM<ŋX0z1$6$}W<1ji76$4e L,vΡTuQo:=}E˨(S0.1) d#I;P]ɵR蕺I,"?bB8|GϞ\;H +nc2߯xX1!?:t#?%gSe[ze} h)D j-O6vzu@b ixc`r&r Iڹ_> 1SSdY$`)­:] R]FITkxjgbHd.(: +﫜.%pq>>^zx,{^c]r6oެtHTC O;q]8$yBoLr {=f$' F}*%*tdsCNzc5G~¸e 2d]bsz':aWA>4+ +5u=JTH8Yn{-t}PtJx8R.\{`u[%37\rnNJFk Oj+WesMV)JYV˛81d#JL1?M?"śbQᄍfcӟr ar4ד@dv5꺜5eDfR+c=PisX8mm;EL]H|S° #ȿl S6e!3BYTg}TTaΈfgX_+t12)A{ߨcװzP*Q˩SRd*lN؏bjɇwu_ŧ03_m=/Quf +'I N?qj) +ʎӲ+Ar⻩6&HДC9mr|7rG%:Jr<(gG^Ĵ~xP^KYYD˓"$?f7ښ}Xo3'+Te|7~x9Fʓ u +ih +9Nt9uicsJw +cZ|$C[ie ";3|AzFY4WSHʘJ᧞)~%b[O?;Rw߹E5?"W|;ծI6X'\dKs}2{QA)wJtXi3uR3Tq5b|~<27bA}LXO6/'`:8gI$G,M`y}Gꦜ?)c7K !8Bʽl. ouv +KS?0Z<M^oE "1\eάI SsBITve赡 Rkvl$|i0qp +QxroHQvzŃe4`eb?V'ax * ǡ~MCC0"rsSC=y [^ՔI1d#J9&I# g߶c*B+FWndM}RYubPvc?_gMk5Zoof~G>ص͈,gk]E8?`aN/`p22it (/[@|;C]ar6X W,COQY``J_Bhq8 !;.*ĿLMbMKa{boKInUowg3Ս|Rq?'SoIV\]iTgȋ[_Z_j5'N8wM%+E:v +"Ӫax;Y `m e"bsiq>,Znè3Œe(go =$Rܬ'J:cj3f2 +N:3CC;Ov"<ȳA?9=ԇa{M˻&}Lnu4۟V[+._b$t1.}c{<0PBW*ZCƛOS 0aS5Ε-}7-*IC{1ȹAZųrO(G n69i5bDN'wL ,j"WvyMbfv&,ՆHѶG[f&Px&I뤏i=(˗z:[} $>]IlvyPd[tzw;hc9X S8{՝YJ4ks'$r+t7))m&LWQ L7)g͑".f E* +M:7jm !'3x<[r n^s:^M{9Eŷ8Bt2W<<#,CM|պOݭXG.|3q]U*viEk ՞z݇Tߔ5#V:e6- 0jmϕ-1S:XޅR~3,Yh!mP"W n3VߘeFb& qHdG1D*$sI0xBd}cA2Pd' ؝nyIT 0XAo؅ GSZ x>P. ˎNu5|='A>'RQʩqMެ8hW]/7TsmcCq%hЀvSs,+feD@aD/w:0͟"{ќ:xd)u\|;st2rDNu?f:~ +Xs%pL7GZn;fAx0(j5ƿDOUjqq0_+vPґ,e1#Q"wGEȑi.[{G$"^IJo0_34OCù]R'Ě*9 #4uq[wuk.FQݓ ++U:?h7.+zeh߼ȱ !6"l;Ĝ(OIhqu8k`QP-A+[.'յƓ6ЫLԅ6iPZ_[5fٴ[gɋ. Q{=jiXp*?%iz染qEEzYdSq ωTzi +v햯[Z]3'} pfh6m:ѽUx͎b,˻MYg JaυW4¨~v׼rpy<ѹVJr +2 of%}} HZ4lmsE\LSHlHT0_!H[D'S298r_p 12Oeo#D~)Ligrd!}F4n(AZͻ] OT?"P +#0JSЂ={E#s@AUlQ>J+q##v(UuwҖ"&xbiv GE8 #񆷭ZֺQ[`t:"LdK#Z6 9@ lE)7L2R^dRRu| tE?D;y*Pax(03>;/>% )Xܞ"p^J ٽ̅/S {ơ?NaM-jrzB%z'~%aiR+%]kre/hz&d뾀:} !8,Rq=2'n?Ӱy"*S8xvSi[Fs{V*ϛXP`vKeV,9;u"&tpN){Lhc *ଊ5 {u% 9TZ70:S7yZ'g5f,M@Ǖlc14˯$+N3AKMΫ+ 7;nUr[dTO缟;^;נ?=sjY7DIã|g>%X7pĐ׮Jj[)'0#}DEDͧ5VE";V4֛4zKEi-M*ҍR%iX?MG +BδbO0 ص%ET4#eD[Vam[=/QXY] _+Db, +Ij -B1]d(CYQfpNy5^"<|fkY\dZapr eA@r@pI'",ZdWij v6$}`܀d7gq.w§ 䶊YE#r}`FWñVV>oC6ntX`m߅\%v03UIQ;)8m +,;"ΤgrrO Sltkl^(R;woI#8WN*-Bq-|-(BoHMdL"7jj>͏sfc P3 ގK6ile3G{.Ԁ^2;#wۃ[q;;*wؚ5FE@ެ1kbQ+B#tpX @v4)v $ ,@V}]"HkFetN{:{տpa3{ʷڑ#fA^6#Vkgnjdι ?F9Ţ{M0o՝so$:dw-JfѲ.3- < +G݀{r.lݕD([=a"^-)Ut;0 >e%:L( +KCȄ-`}L:16Yʺs@LvXtc|]2jkWb 12P&Qom~- RM7r)'R΀F%hű#Zۙ]rР 掮Dq,y0TR\C\bTCi辔 \b:%q5N!*[>C*̎?id}!x]vo=ns)"]$&ȬB_mYZpXzh[C> g/r4i pf4 %Xl[=-l6>MD\rkzDnuVvzYܩal(Nnum!y%y̴kZ-3_8Aѕf>o\z2d[AJd>%WԽs, w{9tPQd;[R%΁t(6Ωw9Ϸ#/]ܾ$+466DW`̑O^n#|J98yܨc" >=GxQ Vg;w#j8pXeyc%^MӘDf[ui5R*]U߈}Т"p$S.{$ng{_Cmo>&LR+H4 zF_5nla4| C}< [ >Y#7z01XOg!| 7.=\e]j{!Y|"΃JwQ V0E$'҉UFR,ך,*WJqZNTTt4}Kz3!ըiK˖~ ~»I7NjW w;oUgWN>(l9wK~upKe9X*#PTF{1hWR0R&"0gtn,ڝ@avԶXr= UQ#XMZ5(Nj7~-İH(\FןsvovTz98 PMFk/XXBNl8$Hh6Js8L\9Lkz"Nyr9/zD-N8vkǫiyiNOwjdiwkDp UqʕX3x+Aƒ{3l-* ;F? /V$J w*Aa\U@wUn[$YV|+ WÌa;lq +JԀ4&B!c!H0]YR#+ eE{X&r(;ٺX3EppP +e 9wU~W }FKQNX 8y_\GôK ga0BpNhJ [7&)YV~$M}Wռ/U˸%y4AT=El=Հir5 JHѻOnΟZIσI#%d +5W&X l0~ڀjQ`)dQ #е#I?j}l/'zi>|[œ%(+tX\)U`9~تZF\h9zQh'(xYu7v{Jq TKn!;|*}I4"޶aTxXM!W }3o1u>CC,!mJY۾;#WLqZźgde_#Y=vhq +^yݗQn@'ލl.){O!? V7J4xQʚ*ODewaP40uOcXnDYy=-Zp6Ze:VJAm4EXf p +IT 0.7N{ dwy.Ժ%^X= +i!Tckz9! + o)w dQXM^ +lo *wk\VZ +R7ʹTwX7hW@r)L{Z`\[{Q}:Z+2~wX[M2{:CyU*|g5\CD2 +`?=2YCk3)I6]D~&Ro+7t A˕j2'VPATFb BI%y-8UXhdqq"Nr[-&B8&g &vPNHI[*D"ITM0:!2\fwHpnez+dh޺D,8-ЈXMn&J [\jm*}$A8wW( A%fS3o=ʰ1ٔƌa!s9`÷^HcbsH،:Qx'5g- F*TZ: ,j#bq;O4VU:--"UVZl3X/a^0.~-s޻H-gS*-+Ul__fj`їxt|mFq9h@>B헿*X,/665Fo +4 Et{Jy|R{I#WnaxFmz g؃s-?dTVڼ-swJH_#HyFk:TFrˤ޶S pD]sBEXyeUu\4ĺU6'p+j|~wO \㥔Z=ʾԓ9)q3cF,kNhpWbƳziʅc^ҕ5(_.,QKT=dXtl868Jrmi mhii,8m[l=H~€Eϕ7M A`6ʢ3irúE(kBZZ-mojd8[)ˉGZo&B<d (`xVSWn56v} 3|A>f"7$`q(gk=H)30'&1 uP.N~<0)ǿ((KGu)$ӽ¦GA3m01Ӌk +qLV\,[ܡuS?TmrB"Lg4'Qό/mc)YsfY)bdq 6U x_<0h:Q5V~jRh$V:C +J%l"Pȍ=xH  :\&/yڸj ַ]Z< ВU 1I}XlP-ϑx+Axb.j6{1t#<2~̅Xy(] uK.YHEq¶޶ !=eox##!g?5h7eqAџF>q| 5@\qxH̀68-e'2xi~f=oL.a$Pʽ7 +K3s33l AZ:hAquf/'QpcAR␃0Tj2uM [k@G6#I[K砺RVU]~u%i 8* ։ 4]ot@IU$`yfMr2m'o_"a8P:̏! y =5C;";y^uP|e)OTEHbi%(x>o2t|Zx~5_2$ԇh֯%UFw=wZWhy>)0U2B d$$^:oAW:#QGX-IyaХ:-?^fP-cj"ސR KqK.bfzhP?b*<,?Y D+.Kvۄ*8##0\uY[fk %t@ZKϋZa:R<]LLGriL @I˷B>խgĮ]eu2sgg9 nW" +ۗk1ZW9Q#u7K\OK?n3V=s+}1'4WNǣj$$id3* 4R_iCebrviA@f0k$vӦ@y+}cl.N&kGPg.(<4v# SL#N9&~!cM<~fx?C23V?\=V6"8爫+(|w{J7R~ǩe8Ʊ"\1SASvPFOT∁l$ ~S,`˶ bErx*TN1+_o,tӝEd$ePt{W5v60+Q  +а5 !P^G%JeT|˴^sۊ7xd*s8k>pTtabCW}r*Zy|e}B QK@ϿtYG5Ԣeh{ +.e|K3qNpL\AEHWcnKf jwB;ay4<@yY8Azv &ESѹ}X_'#Vg= +ǿ<5N}RzRF)[tRr S>Um?ӥ\~&i1Y:\F&cu%mc֪A"î>q}DW+RxUˊUo`1Y\E"Ud}J N>JqML#fu$o+|ɿ}{v%T ;GTե>foglzv˃mCo[)00gnΣ-IcQ P["7ĿJu|ޚY9L~O7F{ýa,4|s"Ugikab)'FȪbqszxXV1l|X!H1Sa/!ڷ!`h8J3ݟ4 o=D??EI3AʏK=SPfhccR!aь<8z][.=:~>'iDtUW]xT>tq O2ʀT]hkf(g'&0D{qJ~Y!~C_8/NԩHԦlJ,|8AF}23rcb<@Y1)+e}X,ZZߋ'/#WO +NȘRddƻܾȅ(+'Sa=`9(s$JsgcD/3}̑iuBQisM$CgA~i  Pe&G>ǔNX|ωxwTRKpkw\ r>47X #Z$.EEFyl+U7hqiKdW--Bn+Ie_(zZH@P Uc& BקrZ89bM},[M7O5󉿔WRM +cCwҶɲ9ONd e5OyqV Cl^>ގc]J02z"_<`rH_YGõ]j]٧ v "W0M'(.g ^:u |: d)Se)LnB2'h-gfյ uAMǃ$ݐHåB]w^CS5\T6+"vG%yYaJЧ}h_僰5q5~MAp1{ +a?'|#r;5sf,3f~{>ŇB2}S'Zl࠼86R_l"{5 9V'~;$+nk]ss-s1kZ1h_&'rq,+;ukd˭2mYEbddp}7mw~!2ttFIwhBh)+4mݚ wz)P\hm7)5zP/C)?$^v޲8';xl]%$.5a06*7-Z/Jn:;XEaԈh#y\#SZ-Y E jA{N+4+Gצ]#~#ls%*.z؁QVM-ƷRX(_zԩ;'pGt0{TNgopT,Qu)*Ȕ6kr55b$Miˊ>koKn^̞-MsN'}?Zs/}-h`j&5x7nJDXF;ae +֗xXͅgj>cu-`D҄';4>ZSCψO;ts^4UQhDW](ǿƶͪ3Ks7!腔" nLCSr&h:a0(t^]7.a>Sl—#B2 ~~FY o—cUXёbz9m%(m W[4]uLWzX9da_ʯ͞b<1 O' Qpsύ"?SEbPN@ZTo`+^ZɗUn \}̢/[j_h*nzUuP͕,d +I-̶LDT IPm~;Aw{Eط8%IhF}U=oZd5v^8 +'Kwh[kR9F_&0FIo:@0W_^|:afvbĄݪi`#7%褍@Ǩ*zoL+}<'ݶZ@N/zQ~,u)T1pL\j,tȡ5ɪ>nȕ +g6/._5qtQy:q`OV: +U‹Ђ[Fm„݈![hoD>Xcgr%YǁvPMG`l(=F1ao+;OG/ QDĬma +~+ W|VbMriacܴwI\N&:A!Us/394 8@V[ -!<ɕ\xbʓs 9'!]t:Tι(@_6} P +qQZ $qMbE^L>BLPۂ- tpkՄu?ki6"=EXudj_e3E\f6ydyxTuڸh7'؅=?hɘZQ6z ZS1 ԰t6**{`Yh<Ήp]<j؈s4twäy;EFs+q,}aŻi@9]Tg!,9 Yċ(@/5<>e>tDj^fl %զZ.m4Hqu7n!NP9Kx:L$Ȅ%}ìHJI7u"hf,^ qͿ)#S2d"ع#;YYJ> -/ProcSet [ /PDF /Text ] +/Length1 1306 +/Length2 1345 +/Length3 0 +/Length 2651 >> -% 574 0 obj -[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 833.3 1444.4 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.4 1277.8 555.6 1000 1444.4 555.6 1000 1444.4 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000] -% 575 0 obj -[935.2 351.8 416.7 351.8 611.1 611.1 611.1 611.1 611.1] -% 576 0 obj -[379.6 963 638.9 963 638.9 658.7 924.1 926.6 883.7 998.3 899.8 775 952.9 999.5 547.7 681.6 1025.7 846.3 1161.6 967.1 934.1 780 966.5 922.1 756.7 731.1 838.1 729.6 1150.9 1001.4 726.4 837.7 509.3 509.3 509.3 1222.2 1222.2 518.5 674.9 547.7 559.1 642.5 589 600.7 607.7 725.7 445.6 511.6 660.9] -% 577 0 obj -[826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4] -% 578 0 obj -[826.4 295.1 826.4 531.3 826.4 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 531.3 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 1062.5 826.4 826.4 1062.5 1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5 1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0] -% 579 0 obj -[722.2] -% 580 0 obj -[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3] -% 581 0 obj -[295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 491.3 383.7 615.2 517.4] -% 582 0 obj -[613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.4 463.9 485.6 408.9] -% 583 0 obj -[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 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 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 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] -% 584 0 obj -[469.4 353.9 576.2 583.3 602.5 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.7 361.1 572.5 484.7 715.9 571.5 490.3 465] -% 585 0 obj -[638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.5 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6] -% 586 0 obj -[319.4 436.1 436.1 552.8 844.4 319.4 377.8 319.4 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 319.4 319.4 844.4 844.4 844.4 523.6 844.4 813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3] -% 587 0 obj -[722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 500 500] -% 588 0 obj -[544 544 816 816 272 299.2 489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 761.6 272 272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8] -% 589 0 obj -[350 300 500 500 500 500 500 500 500 500 500 500 500 300 300 300 750 500 500 750 726.9 688.4 700 738.4 663.4 638.4 756.7 726.9 376.9 513.4 751.9 613.4 876.9 726.9 750 663.4 750 713.4 550 700 726.9 726.9 976.9 726.9 726.9 600 300 500 300 500 300 300 500 450 450 500 450 300 450 500 300 300 450 250 800 550 500 500 450 412.5 400 325 525 450] -% 590 0 obj -[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7] -% 592 0 obj +stream +%!PS-AdobeFont-1.0: MSBM10 003.002 +%%Title: MSBM10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name MSBM10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/MSBM10 known{/MSBM10 findfont dup/UniqueID known{dup +/UniqueID get 5031982 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /QDTWCG+MSBM10 def +/FontBBox {-55 -420 2343 920 }readonly def +/PaintType 0 def +/FontInfo 7 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name MSBM10.) readonly def +/FullName (MSBM10) readonly def +/FamilyName (Euler) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 82 /R put +readonly def +currentdict end +currentfile eexec +oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS=GquӁqb٤YJ NN=>3qk'4Xj̴\4 G`v׎Co.kC1bhF,+.5P.F2E"R ޢ +f PZcc*w6Y_P-~|y,Bk[R4kg0<Ayy4}pge*f\Y3]@m;s{~悈."Tk/}DJU2WG3KUa>u0»[ykT +8~qK.mdL<*͛L}>@!vR.l}#q82U]*P{aS(TGp|G^ǟEh"\S>{xiR(8KTW!Ԫ瓫ڂ}MܵptR+^OEo͖i +jY r["Nh,KC"m` \338t5(;LrS Ua{Pjx$ǔ(mR ֖ alC_-cI#g6R2ѷE09Vm4w%{-Oֆ@ѷoBJG5 rgH(ütiJ&lR:UF,/SĈfՁ: P8A9ӨVq5;ӜΒzAuuw$A^Y M/ ^v" +endstream +endobj +614 0 obj << -/Type /FontDescriptor -/FontName /UAGAHI+CMBX10 -/Flags 4 -/FontBBox [-56 -250 1164 750] -/Ascent 694 -/CapHeight 686 -/Descent -194 -/ItalicAngle 0 -/StemV 114 -/XHeight 444 -/CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/U/a/b/c/d/e/f/fi/five/four/g/i/k/l/m/n/nine/o/one/p/period/question/r/s/seven/six/t/three/two/u/v/w/zero) -/FontFile 591 0 R +/Type /ObjStm +/N 100 +/First 909 +/Length 16553 >> -% 594 0 obj +stream +613 0 616 364 618 708 620 1017 622 1338 624 1561 626 1809 628 2356 630 2710 632 2936 +634 3166 636 3538 638 3790 640 4178 642 4454 644 5027 175 5239 124 5378 137 5517 347 5657 +195 5795 333 5934 328 6072 136 6210 126 6348 334 6486 332 6622 329 6758 331 6896 275 7032 +125 7171 225 7310 330 7449 127 7587 196 7699 281 7811 352 7923 424 8035 483 8147 514 8259 +557 8371 588 8483 645 8563 646 8676 647 8765 648 8830 116 8898 112 8970 108 9056 104 9142 +100 9227 96 9298 92 9381 88 9463 84 9545 80 9627 76 9709 72 9791 68 9860 64 9980 +60 10036 56 10154 52 10223 48 10305 44 10374 40 10492 36 10561 32 10643 28 10725 24 10807 +20 10876 16 10994 12 11075 8 11155 4 11220 649 11312 650 11480 651 11637 652 11837 653 12044 +654 12277 655 12491 656 12693 657 12878 658 13044 659 13209 660 13372 661 13535 662 13700 663 13864 +664 14026 665 14188 666 14364 667 14541 668 14756 669 14971 670 15173 671 15338 672 15429 673 15538 +% 613 0 obj << /Type /FontDescriptor -/FontName /PCVDBU+CMBX12 +/FontName /ZNEEDW+CMBX12 /Flags 4 /FontBBox [-53 -251 1139 750] /Ascent 694 @@ -8864,13 +9128,13 @@ stream /ItalicAngle 0 /StemV 109 /XHeight 444 -/CharSet (/A/B/C/D/E/F/G/H/I/L/M/O/P/R/S/U/a/b/c/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y) -/FontFile 593 0 R +/CharSet (/A/B/C/D/E/F/G/H/I/L/M/O/P/R/S/U/a/b/c/d/e/eight/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/period/q/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y) +/FontFile 612 0 R >> -% 596 0 obj +% 616 0 obj << /Type /FontDescriptor -/FontName /WARYBH+CMCSC10 +/FontName /PXRLEF+CMCSC10 /Flags 4 /FontBBox [14 -250 1077 750] /Ascent 514 @@ -8879,10 +9143,10 @@ stream /ItalicAngle 0 /StemV 72 /XHeight 431 -/CharSet (/A/B/C/D/E/G/I/L/M/O/P/R/S/U/a/b/c/d/e/f/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/quoteright/r/s/seven/six/t/three/two/u/v/w/y) -/FontFile 595 0 R +/CharSet (/A/B/C/D/E/G/I/L/M/O/P/R/S/U/a/b/c/d/e/eight/f/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/quoteright/r/s/six/t/three/two/u/v/w/y) +/FontFile 615 0 R >> -% 598 0 obj +% 618 0 obj << /Type /FontDescriptor /FontName /YJJMFD+CMEX10 @@ -8895,9 +9159,9 @@ stream /StemV 47 /XHeight 431 /CharSet (/braceleftbigg/bracerightbigg/parenleftbig/parenrightbig/radicalBig/summationdisplay/summationtext) -/FontFile 597 0 R +/FontFile 617 0 R >> -% 600 0 obj +% 620 0 obj << /Type /FontDescriptor /FontName /VFYBNB+CMMI10 @@ -8910,9 +9174,9 @@ stream /StemV 72 /XHeight 431 /CharSet (/A/B/D/I/L/M/P/R/S/U/a/b/comma/e/greater/i/j/k/l/less/m/n/o/omega/p/period/r/rho/slash/t/theta/u/v/w/x/y/z) -/FontFile 599 0 R +/FontFile 619 0 R >> -% 602 0 obj +% 622 0 obj << /Type /FontDescriptor /FontName /PNUTJM+CMMI6 @@ -8925,9 +9189,9 @@ stream /StemV 85 /XHeight 431 /CharSet (/comma/i/k) -/FontFile 601 0 R +/FontFile 621 0 R >> -% 604 0 obj +% 624 0 obj << /Type /FontDescriptor /FontName /TWBVYQ+CMMI8 @@ -8940,9 +9204,9 @@ stream /StemV 78 /XHeight 431 /CharSet (/A/C/F/S/T/comma/e/i/j/k/l/m/n/r/v) -/FontFile 603 0 R +/FontFile 623 0 R >> -% 606 0 obj +% 626 0 obj << /Type /FontDescriptor /FontName /DKEMOU+CMR10 @@ -8955,9 +9219,9 @@ stream /StemV 69 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/Omega/P/R/S/T/U/V/W/X/Y/a/b/bracketleft/bracketright/c/caron/colon/comma/d/dieresis/e/eight/endash/equal/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/macron/n/nine/o/one/p/parenleft/parenright/period/plus/q/quotedblleft/quotedblright/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) -/FontFile 605 0 R +/FontFile 625 0 R >> -% 608 0 obj +% 628 0 obj << /Type /FontDescriptor /FontName /CYHFWA+CMR12 @@ -8970,9 +9234,9 @@ stream /StemV 65 /XHeight 431 /CharSet (/A/C/I/K/L/M/N/R/S/U/V/a/c/colon/comma/d/e/eight/f/fi/g/h/hyphen/i/l/m/n/o/one/p/period/quotedblleft/quotedblright/r/s/seven/t/two/u/v/w/y/zero) -/FontFile 607 0 R +/FontFile 627 0 R >> -% 610 0 obj +% 630 0 obj << /Type /FontDescriptor /FontName /VROLGE+CMR6 @@ -8985,9 +9249,9 @@ stream /StemV 83 /XHeight 431 /CharSet (/one/plus/three) -/FontFile 609 0 R +/FontFile 629 0 R >> -% 612 0 obj +% 632 0 obj << /Type /FontDescriptor /FontName /ABQBBP+CMR8 @@ -9000,9 +9264,9 @@ stream /StemV 76 /XHeight 431 /CharSet (/equal/one/plus/two) -/FontFile 611 0 R +/FontFile 631 0 R >> -% 614 0 obj +% 634 0 obj << /Type /FontDescriptor /FontName /NSLWFJ+CMSY10 @@ -9015,9 +9279,9 @@ stream /StemV 40 /XHeight 431 /CharSet (/N/bar/bardbl/braceleft/braceright/bullet/element/equivalence/floorleft/floorright/greaterequal/minus/negationslash/propersubset/propersuperset/radical/union) -/FontFile 613 0 R +/FontFile 633 0 R >> -% 616 0 obj +% 636 0 obj << /Type /FontDescriptor /FontName /JHSYKM+CMSY8 @@ -9030,9 +9294,9 @@ stream /StemV 46 /XHeight 431 /CharSet (/infinity/minus/multiply/negationslash) -/FontFile 615 0 R +/FontFile 635 0 R >> -% 618 0 obj +% 638 0 obj << /Type /FontDescriptor /FontName /FPIMLF+CMTI10 @@ -9045,9 +9309,9 @@ stream /StemV 68 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/I/K/L/M/N/O/P/R/S/T/U/V/a/b/c/colon/comma/d/e/eight/f/ff/fi/five/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/period/q/quoteright/r/s/t/three/two/u/v/w/x/y/z/zero) -/FontFile 617 0 R +/FontFile 637 0 R >> -% 620 0 obj +% 640 0 obj << /Type /FontDescriptor /FontName /BABWJL+CMTI12 @@ -9060,9 +9324,9 @@ stream /StemV 63 /XHeight 431 /CharSet (/A/B/D/L/M/P/S/a/b/c/d/e/f/g/h/hyphen/i/k/l/m/n/o/p/r/s/t/u/v) -/FontFile 619 0 R +/FontFile 639 0 R >> -% 622 0 obj +% 642 0 obj << /Type /FontDescriptor /FontName /EDERWC+CMTT10 @@ -9075,88 +9339,9 @@ stream /StemV 69 /XHeight 431 /CharSet (/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/a/asciitilde/asterisk/at/b/backslash/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/o/one/p/parenleft/parenright/percent/period/plus/q/quotedbl/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) -/FontFile 621 0 R ->> - -endstream -endobj -623 0 obj -<< -/Length1 1306 -/Length2 1345 -/Length3 0 -/Length 2651 ->> -stream -%!PS-AdobeFont-1.0: MSBM10 003.002 -%%Title: MSBM10 -%Version: 003.002 -%%CreationDate: Mon Jul 13 16:17:00 2009 -%%Creator: David M. Jones -%Copyright: Copyright (c) 1997, 2009 American Mathematical Society -%Copyright: (), with Reserved Font Name MSBM10. -% This Font Software is licensed under the SIL Open Font License, Version 1.1. -% This license is in the accompanying file OFL.txt, and is also -% available with a FAQ at: http://scripts.sil.org/OFL. -%%EndComments -FontDirectory/MSBM10 known{/MSBM10 findfont dup/UniqueID known{dup -/UniqueID get 5031982 eq exch/FontType get 1 eq and}{pop false}ifelse -{save true}{false}ifelse}{false}ifelse -11 dict begin -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def -/FontName /QDTWCG+MSBM10 def -/FontBBox {-55 -420 2343 920 }readonly def -/PaintType 0 def -/FontInfo 7 dict dup begin -/version (003.002) readonly def -/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name MSBM10.) readonly def -/FullName (MSBM10) readonly def -/FamilyName (Euler) readonly def -/Weight (Medium) readonly def -/ItalicAngle 0 def -/isFixedPitch false def -end readonly def -/Encoding 256 array -0 1 255 {1 index exch /.notdef put} for -dup 82 /R put -readonly def -currentdict end -currentfile eexec -oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsS=GquӁqb٤YJ NN=>3qk'4Xj̴\4 G`v׎Co.kC1bhF,+.5P.F2E"R ޢ -f PZcc*w6Y_P-~|y,Bk[R4kg0<Ayy4}pge*f\Y3]@m;s{~悈."Tk/}DJU2WG3KUa>u0»[ykT -8~qK.mdL<*͛L}>@!vR.l}#q82U]*P{aS(TGp|G^ǟEh"\S>{xiR(8KTW!Ԫ瓫ڂ}MܵptR+^OEo͖i -jY r["Nh,KC"m` \338t5(;LrS Ua{Pjx$ǔ(mR ֖ alC_-cI#g6R2ѷE09Vm4w%{-Oֆ@ѷoBJG5 rgH(ütiJ&lR:UF,/SĈfՁ: P8A9ӨVq5;ӜΒzAuuw$A^Y M/ ^v" -endstream -endobj -659 0 obj -<< - /Title (MultiLevel Domain Decomposition Parallel Preconditioners Package based on PSBLAS, V. 2.1) /Subject (MultiLevel Domain Decomposition Parallel Preconditioners Package) /Keywords (Parallel Numerical Software, Algebraic Multilevel Preconditioners, Sparse Iterative Solvers, PSBLAS, MPI) /Creator (pdfLaTeX) /Producer ($Id: userguide.tex 2008-04-08 Pasqua D'Ambra, Daniela di Serafino, Salvatore Filippone$) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.17)/Keywords() -/CreationDate (D:20170717152947+01'00') -/ModDate (D:20170717152947+01'00') -/Trapped /False -/PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) kpathsea version 6.2.2) ->> -endobj -625 0 obj -<< -/Type /ObjStm -/N 87 -/First 755 -/Length 11597 +/FontFile 641 0 R >> -stream -624 0 170 212 120 351 133 490 340 630 190 768 326 907 321 1045 132 1183 122 1321 -327 1459 325 1595 322 1731 324 1869 268 2005 121 2144 218 2283 323 2422 123 2560 191 2672 -274 2784 345 2896 417 3008 476 3120 507 3232 550 3344 626 3456 627 3569 628 3650 629 3715 -112 3783 108 3855 104 3941 100 4026 96 4097 92 4180 88 4262 84 4344 80 4426 76 4508 -72 4590 68 4659 64 4779 60 4835 56 4953 52 5022 48 5104 44 5173 40 5291 36 5360 -32 5442 28 5524 24 5606 20 5675 16 5793 12 5874 8 5954 4 6019 630 6111 631 6279 -632 6436 633 6636 634 6843 635 7076 636 7290 637 7492 638 7677 639 7843 640 8008 641 8171 -642 8334 643 8499 644 8663 645 8823 646 8990 647 9170 648 9366 649 9581 650 9796 651 9980 -652 10125 653 10234 654 10340 655 10451 656 10546 657 10636 658 10669 -% 624 0 obj +% 644 0 obj << /Type /FontDescriptor /FontName /QDTWCG+MSBM10 @@ -9169,267 +9354,282 @@ stream /StemV 40 /XHeight 463 /CharSet (/R) -/FontFile 623 0 R +/FontFile 643 0 R >> -% 170 0 obj +% 175 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /UAGAHI+CMBX10 -/FontDescriptor 592 0 R +/BaseFont /GSGTRH+CMBX10 +/FontDescriptor 611 0 R /FirstChar 12 /LastChar 119 -/Widths 585 0 R +/Widths 604 0 R >> -% 120 0 obj +% 124 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /PCVDBU+CMBX12 -/FontDescriptor 594 0 R +/BaseFont /ZNEEDW+CMBX12 +/FontDescriptor 613 0 R /FirstChar 12 /LastChar 121 -/Widths 590 0 R +/Widths 609 0 R >> -% 133 0 obj +% 137 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /WARYBH+CMCSC10 -/FontDescriptor 596 0 R +/BaseFont /PXRLEF+CMCSC10 +/FontDescriptor 616 0 R /FirstChar 39 /LastChar 121 -/Widths 586 0 R +/Widths 605 0 R >> -% 340 0 obj +% 347 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YJJMFD+CMEX10 -/FontDescriptor 598 0 R +/FontDescriptor 618 0 R /FirstChar 0 /LastChar 113 -/Widths 574 0 R +/Widths 593 0 R >> -% 190 0 obj +% 195 0 obj << /Type /Font /Subtype /Type1 /BaseFont /VFYBNB+CMMI10 -/FontDescriptor 600 0 R +/FontDescriptor 620 0 R /FirstChar 18 /LastChar 122 -/Widths 584 0 R +/Widths 603 0 R >> -% 326 0 obj +% 333 0 obj << /Type /Font /Subtype /Type1 /BaseFont /PNUTJM+CMMI6 -/FontDescriptor 602 0 R +/FontDescriptor 622 0 R /FirstChar 59 /LastChar 107 -/Widths 576 0 R +/Widths 595 0 R >> -% 321 0 obj +% 328 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TWBVYQ+CMMI8 -/FontDescriptor 604 0 R +/FontDescriptor 624 0 R /FirstChar 59 /LastChar 118 -/Widths 581 0 R +/Widths 600 0 R >> -% 132 0 obj +% 136 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DKEMOU+CMR10 -/FontDescriptor 606 0 R +/FontDescriptor 626 0 R /FirstChar 10 /LastChar 127 -/Widths 587 0 R +/Widths 606 0 R >> -% 122 0 obj +% 126 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CYHFWA+CMR12 -/FontDescriptor 608 0 R +/FontDescriptor 628 0 R /FirstChar 12 /LastChar 121 -/Widths 588 0 R +/Widths 607 0 R >> -% 327 0 obj +% 334 0 obj << /Type /Font /Subtype /Type1 /BaseFont /VROLGE+CMR6 -/FontDescriptor 610 0 R +/FontDescriptor 630 0 R /FirstChar 43 /LastChar 51 -/Widths 575 0 R +/Widths 594 0 R >> -% 325 0 obj +% 332 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ABQBBP+CMR8 -/FontDescriptor 612 0 R +/FontDescriptor 632 0 R /FirstChar 43 /LastChar 61 -/Widths 577 0 R +/Widths 596 0 R >> -% 322 0 obj +% 329 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NSLWFJ+CMSY10 -/FontDescriptor 614 0 R +/FontDescriptor 634 0 R /FirstChar 0 /LastChar 112 -/Widths 580 0 R +/Widths 599 0 R >> -% 324 0 obj +% 331 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JHSYKM+CMSY8 -/FontDescriptor 616 0 R +/FontDescriptor 636 0 R /FirstChar 0 /LastChar 54 -/Widths 578 0 R +/Widths 597 0 R >> -% 268 0 obj +% 275 0 obj << /Type /Font /Subtype /Type1 /BaseFont /FPIMLF+CMTI10 -/FontDescriptor 618 0 R +/FontDescriptor 638 0 R /FirstChar 11 /LastChar 122 -/Widths 582 0 R +/Widths 601 0 R >> -% 121 0 obj +% 125 0 obj << /Type /Font /Subtype /Type1 /BaseFont /BABWJL+CMTI12 -/FontDescriptor 620 0 R +/FontDescriptor 640 0 R /FirstChar 45 /LastChar 118 -/Widths 589 0 R +/Widths 608 0 R >> -% 218 0 obj +% 225 0 obj << /Type /Font /Subtype /Type1 /BaseFont /EDERWC+CMTT10 -/FontDescriptor 622 0 R +/FontDescriptor 642 0 R /FirstChar 33 /LastChar 126 -/Widths 583 0 R +/Widths 602 0 R >> -% 323 0 obj +% 330 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QDTWCG+MSBM10 -/FontDescriptor 624 0 R +/FontDescriptor 644 0 R /FirstChar 82 /LastChar 82 -/Widths 579 0 R +/Widths 598 0 R >> -% 123 0 obj +% 127 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [115 0 R 125 0 R 129 0 R 135 0 R 166 0 R 173 0 R] +/Parent 645 0 R +/Kids [119 0 R 129 0 R 133 0 R 139 0 R 171 0 R 178 0 R] >> -% 191 0 obj +% 196 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [187 0 R 209 0 R 215 0 R 233 0 R 255 0 R 265 0 R] +/Parent 645 0 R +/Kids [192 0 R 216 0 R 222 0 R 240 0 R 262 0 R 272 0 R] >> -% 274 0 obj +% 281 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [271 0 R 276 0 R 281 0 R 285 0 R 302 0 R 317 0 R] +/Parent 645 0 R +/Kids [278 0 R 283 0 R 288 0 R 292 0 R 309 0 R 324 0 R] >> -% 345 0 obj +% 352 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [337 0 R 352 0 R 360 0 R 373 0 R 392 0 R 406 0 R] +/Parent 645 0 R +/Kids [344 0 R 359 0 R 367 0 R 380 0 R 399 0 R 413 0 R] >> -% 417 0 obj +% 424 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [414 0 R 419 0 R 426 0 R 432 0 R 444 0 R 456 0 R] +/Parent 645 0 R +/Kids [421 0 R 427 0 R 433 0 R 439 0 R 451 0 R 463 0 R] >> -% 476 0 obj +% 483 0 obj << /Type /Pages /Count 6 -/Parent 626 0 R -/Kids [473 0 R 478 0 R 483 0 R 488 0 R 494 0 R 498 0 R] +/Parent 645 0 R +/Kids [480 0 R 485 0 R 490 0 R 495 0 R 501 0 R 505 0 R] >> -% 507 0 obj +% 514 0 obj << /Type /Pages /Count 6 -/Parent 627 0 R -/Kids [504 0 R 509 0 R 519 0 R 526 0 R 535 0 R 541 0 R] +/Parent 646 0 R +/Kids [511 0 R 516 0 R 526 0 R 533 0 R 543 0 R 548 0 R] >> -% 550 0 obj +% 557 0 obj << /Type /Pages /Count 6 -/Parent 627 0 R -/Kids [547 0 R 553 0 R 559 0 R 563 0 R 567 0 R 571 0 R] +/Parent 646 0 R +/Kids [554 0 R 560 0 R 567 0 R 571 0 R 577 0 R 581 0 R] >> -% 626 0 obj +% 588 0 obj +<< +/Type /Pages +/Count 2 +/Parent 646 0 R +/Kids [585 0 R 590 0 R] +>> +% 645 0 obj << /Type /Pages /Count 36 -/Parent 628 0 R -/Kids [123 0 R 191 0 R 274 0 R 345 0 R 417 0 R 476 0 R] +/Parent 647 0 R +/Kids [127 0 R 196 0 R 281 0 R 352 0 R 424 0 R 483 0 R] >> -% 627 0 obj +% 646 0 obj << /Type /Pages -/Count 12 -/Parent 628 0 R -/Kids [507 0 R 550 0 R] +/Count 14 +/Parent 647 0 R +/Kids [514 0 R 557 0 R 588 0 R] >> -% 628 0 obj +% 647 0 obj << /Type /Pages -/Count 48 -/Kids [626 0 R 627 0 R] +/Count 50 +/Kids [645 0 R 646 0 R] >> -% 629 0 obj +% 648 0 obj << /Type /Outlines /First 4 0 R /Last 4 0 R /Count 1 >> +% 116 0 obj +<< +/Title 117 0 R +/A 114 0 R +/Parent 4 0 R +/Prev 112 0 R +>> % 112 0 obj << /Title 113 0 R /A 110 0 R /Parent 4 0 R /Prev 108 0 R +/Next 116 0 R >> % 108 0 obj << @@ -9646,183 +9846,209 @@ stream << /Title 5 0 R /A 1 0 R -/Parent 629 0 R +/Parent 648 0 R /First 8 0 R -/Last 112 0 R -/Count -10 +/Last 116 0 R +/Count -11 >> -% 630 0 obj +% 649 0 obj << -/Names [(Doc-Start) 119 0 R (Item.1) 341 0 R (Item.10) 459 0 R (Item.11) 460 0 R (Item.12) 461 0 R (Item.13) 462 0 R] +/Names [(Doc-Start) 123 0 R (Item.1) 348 0 R (Item.10) 466 0 R (Item.11) 467 0 R (Item.12) 468 0 R (Item.13) 469 0 R] /Limits [(Doc-Start) (Item.13)] >> -% 631 0 obj +% 650 0 obj << -/Names [(Item.2) 342 0 R (Item.3) 343 0 R (Item.4) 376 0 R (Item.5) 377 0 R (Item.6) 378 0 R (Item.7) 379 0 R] +/Names [(Item.2) 349 0 R (Item.3) 350 0 R (Item.4) 383 0 R (Item.5) 384 0 R (Item.6) 385 0 R (Item.7) 386 0 R] /Limits [(Item.2) (Item.7)] >> -% 632 0 obj +% 651 0 obj << -/Names [(Item.8) 380 0 R (Item.9) 381 0 R (appendix.A) 107 0 R (cite.BREZINA_VANEK) 196 0 R (cite.Briggs2000) 192 0 R (cite.CAI_SARKIS) 363 0 R] +/Names [(Item.8) 387 0 R (Item.9) 388 0 R (appendix.A) 111 0 R (cite.BREZINA_VANEK) 201 0 R (cite.Briggs2000) 197 0 R (cite.CAI_SARKIS) 370 0 R] /Limits [(Item.8) (cite.CAI_SARKIS)] >> -% 633 0 obj +% 652 0 obj << -/Names [(cite.MLD2P4_TOMS) 211 0 R (cite.MPI1) 243 0 R (cite.MPI2) 242 0 R (cite.MUMPS) 261 0 R (cite.Notay2008) 195 0 R (cite.PSBLAS3) 199 0 R] +/Names [(cite.MLD2P4_TOMS) 218 0 R (cite.MPI1) 250 0 R (cite.MPI2) 249 0 R (cite.MUMPS) 268 0 R (cite.Notay2008) 200 0 R (cite.PSBLAS3) 204 0 R] /Limits [(cite.MLD2P4_TOMS) (cite.PSBLAS3)] >> -% 634 0 obj +% 653 0 obj << -/Names [(cite.PSBLASGUIDE) 244 0 R (cite.SUPERLU) 262 0 R (cite.SUPERLUDIST) 263 0 R (cite.Saad_book) 328 0 R (cite.Stuben_01) 193 0 R (cite.TUMINARO_TONG) 305 0 R] +/Names [(cite.PSBLASGUIDE) 251 0 R (cite.SUPERLU) 269 0 R (cite.SUPERLUDIST) 270 0 R (cite.Saad_book) 335 0 R (cite.Stuben_01) 198 0 R (cite.TUMINARO_TONG) 313 0 R] /Limits [(cite.PSBLASGUIDE) (cite.TUMINARO_TONG)] >> -% 635 0 obj +% 654 0 obj << -/Names [(cite.UMFPACK) 260 0 R (cite.VANEK_MANDEL_BREZINA) 197 0 R (cite.aaecc_07) 308 0 R (cite.apnum_07) 309 0 R (cite.blas1) 241 0 R (cite.blas2) 240 0 R] +/Names [(cite.UMFPACK) 267 0 R (cite.VANEK_MANDEL_BREZINA) 202 0 R (cite.aaecc_07) 315 0 R (cite.apnum_07) 316 0 R (cite.blas1) 248 0 R (cite.blas2) 247 0 R] /Limits [(cite.UMFPACK) (cite.blas2)] >> -% 636 0 obj +% 655 0 obj << -/Names [(cite.blas3) 239 0 R (cite.dd2_96) 194 0 R (cite.para_04) 307 0 R (cite.psblas_00) 198 0 R (equation.1.1) 189 0 R (equation.4.2) 320 0 R] +/Names [(cite.blas3) 246 0 R (cite.dd2_96) 199 0 R (cite.para_04) 314 0 R (cite.psblas_00) 203 0 R (equation.1.1) 194 0 R (equation.4.2) 327 0 R] /Limits [(cite.blas3) (equation.4.2)] >> -% 637 0 obj +% 656 0 obj << -/Names [(equation.4.3) 344 0 R (equation.4.4) 355 0 R (figure.1) 329 0 R (figure.2) 395 0 R (figure.3) 409 0 R (figure.4) 410 0 R] +/Names [(equation.4.3) 351 0 R (equation.4.4) 362 0 R (figure.1) 336 0 R (figure.2) 402 0 R (figure.3) 416 0 R (figure.4) 417 0 R] /Limits [(equation.4.3) (figure.4)] >> -% 638 0 obj +% 657 0 obj << -/Names [(figure.5) 411 0 R (page.1) 118 0 R (page.10) 287 0 R (page.11) 304 0 R (page.12) 319 0 R (page.13) 339 0 R] +/Names [(figure.5) 418 0 R (page.1) 122 0 R (page.10) 294 0 R (page.11) 311 0 R (page.12) 326 0 R (page.13) 346 0 R] /Limits [(figure.5) (page.13)] >> -% 639 0 obj +% 658 0 obj << -/Names [(page.14) 354 0 R (page.15) 362 0 R (page.16) 375 0 R (page.17) 394 0 R (page.18) 408 0 R (page.19) 416 0 R] +/Names [(page.14) 361 0 R (page.15) 369 0 R (page.16) 382 0 R (page.17) 401 0 R (page.18) 415 0 R (page.19) 423 0 R] /Limits [(page.14) (page.19)] >> -% 640 0 obj +% 659 0 obj << -/Names [(page.2) 127 0 R (page.20) 421 0 R (page.21) 428 0 R (page.22) 434 0 R (page.23) 446 0 R (page.24) 458 0 R] +/Names [(page.2) 131 0 R (page.20) 429 0 R (page.21) 435 0 R (page.22) 441 0 R (page.23) 453 0 R (page.24) 465 0 R] /Limits [(page.2) (page.24)] >> -% 641 0 obj +% 660 0 obj << -/Names [(page.25) 475 0 R (page.26) 480 0 R (page.27) 485 0 R (page.28) 490 0 R (page.29) 496 0 R (page.3) 217 0 R] +/Names [(page.25) 482 0 R (page.26) 487 0 R (page.27) 492 0 R (page.28) 497 0 R (page.29) 503 0 R (page.3) 224 0 R] /Limits [(page.25) (page.3)] >> -% 642 0 obj +% 661 0 obj << -/Names [(page.30) 500 0 R (page.31) 506 0 R (page.32) 511 0 R (page.33) 521 0 R (page.34) 528 0 R (page.35) 537 0 R] +/Names [(page.30) 507 0 R (page.31) 513 0 R (page.32) 518 0 R (page.33) 528 0 R (page.34) 535 0 R (page.35) 545 0 R] /Limits [(page.30) (page.35)] >> -% 643 0 obj +% 662 0 obj << -/Names [(page.36) 543 0 R (page.37) 549 0 R (page.38) 555 0 R (page.39) 561 0 R (page.4) 235 0 R (page.40) 565 0 R] +/Names [(page.36) 550 0 R (page.37) 556 0 R (page.38) 562 0 R (page.39) 569 0 R (page.4) 242 0 R (page.40) 573 0 R] /Limits [(page.36) (page.40)] >> -% 644 0 obj +% 663 0 obj << -/Names [(page.41) 569 0 R (page.42) 573 0 R (page.5) 257 0 R (page.6) 267 0 R (page.7) 273 0 R (page.8) 278 0 R] -/Limits [(page.41) (page.8)] +/Names [(page.41) 579 0 R (page.42) 583 0 R (page.43) 587 0 R (page.44) 592 0 R (page.5) 264 0 R (page.6) 274 0 R] +/Limits [(page.41) (page.6)] >> -% 645 0 obj +% 664 0 obj << -/Names [(page.9) 283 0 R (page.i) 131 0 R (page.ii) 137 0 R (page.iii) 168 0 R (page.iv) 175 0 R (section*.1) 7 0 R] -/Limits [(page.9) (section*.1)] +/Names [(page.7) 280 0 R (page.8) 285 0 R (page.9) 290 0 R (page.i) 135 0 R (page.ii) 141 0 R (page.iii) 173 0 R] +/Limits [(page.7) (page.iii)] >> -% 646 0 obj +% 665 0 obj << -/Names [(section*.2) 169 0 R (section*.3) 111 0 R (section.1) 11 0 R (section.2) 15 0 R (section.3) 19 0 R (section.4) 43 0 R] -/Limits [(section*.2) (section.4)] +/Names [(page.iv) 180 0 R (section*.1) 7 0 R (section*.2) 174 0 R (section*.3) 115 0 R (section.1) 11 0 R (section.2) 15 0 R] +/Limits [(page.iv) (section.2)] >> -% 647 0 obj +% 666 0 obj << -/Names [(section.5) 59 0 R (section.6) 67 0 R (section.7) 103 0 R (subsection.3.1) 23 0 R (subsection.3.2) 27 0 R (subsection.3.3) 31 0 R] -/Limits [(section.5) (subsection.3.3)] +/Names [(section.3) 19 0 R (section.4) 43 0 R (section.5) 59 0 R (section.6) 67 0 R (section.7) 103 0 R (section.8) 107 0 R] +/Limits [(section.3) (section.8)] >> -% 648 0 obj +% 667 0 obj << -/Names [(subsection.3.4) 35 0 R (subsection.3.5) 39 0 R (subsection.4.1) 47 0 R (subsection.4.2) 51 0 R (subsection.4.3) 55 0 R (subsection.5.1) 63 0 R] -/Limits [(subsection.3.4) (subsection.5.1)] +/Names [(subsection.3.1) 23 0 R (subsection.3.2) 27 0 R (subsection.3.3) 31 0 R (subsection.3.4) 35 0 R (subsection.3.5) 39 0 R (subsection.4.1) 47 0 R] +/Limits [(subsection.3.1) (subsection.4.1)] >> -% 649 0 obj +% 668 0 obj << -/Names [(subsection.6.1) 71 0 R (subsection.6.2) 75 0 R (subsection.6.3) 79 0 R (subsection.6.4) 83 0 R (subsection.6.5) 87 0 R (subsection.6.6) 91 0 R] -/Limits [(subsection.6.1) (subsection.6.6)] +/Names [(subsection.4.2) 51 0 R (subsection.4.3) 55 0 R (subsection.5.1) 63 0 R (subsection.6.1) 71 0 R (subsection.6.2) 75 0 R (subsection.6.3) 79 0 R] +/Limits [(subsection.4.2) (subsection.6.3)] >> -% 650 0 obj +% 669 0 obj << -/Names [(subsection.6.7) 95 0 R (subsection.6.8) 99 0 R (table.1) 382 0 R (table.2) 383 0 R (table.3) 486 0 R (table.4) 491 0 R] -/Limits [(subsection.6.7) (table.4)] +/Names [(subsection.6.4) 83 0 R (subsection.6.5) 87 0 R (subsection.6.6) 91 0 R (subsection.6.7) 95 0 R (subsection.6.8) 99 0 R (table.1) 389 0 R] +/Limits [(subsection.6.4) (table.1)] >> -% 651 0 obj +% 670 0 obj << -/Names [(table.5) 464 0 R (table.6) 501 0 R (table.7) 463 0 R (table.8) 384 0 R (title.0) 3 0 R] -/Limits [(table.5) (title.0)] +/Names [(table.2) 390 0 R (table.3) 493 0 R (table.4) 498 0 R (table.5) 471 0 R (table.6) 508 0 R (table.7) 470 0 R] +/Limits [(table.2) (table.7)] >> -% 652 0 obj +% 671 0 obj +<< +/Names [(table.8) 391 0 R (title.0) 3 0 R] +/Limits [(table.8) (title.0)] +>> +% 672 0 obj << -/Kids [630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R] +/Kids [649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R] /Limits [(Doc-Start) (cite.blas2)] >> -% 653 0 obj +% 673 0 obj << -/Kids [636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R] +/Kids [655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R] /Limits [(cite.blas3) (page.3)] >> -% 654 0 obj + +endstream +endobj +680 0 obj << -/Kids [642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R] -/Limits [(page.30) (subsection.3.3)] + /Title (MultiLevel Domain Decomposition Parallel Preconditioners Package based on PSBLAS, V. 2.1) /Subject (MultiLevel Domain Decomposition Parallel Preconditioners Package) /Keywords (Parallel Numerical Software, Algebraic Multilevel Preconditioners, Sparse Iterative Solvers, PSBLAS, MPI) /Creator (pdfLaTeX) /Producer ($Id: userguide.tex 2008-04-08 Pasqua D'Ambra, Daniela di Serafino, Salvatore Filippone$) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.17)/Keywords() +/CreationDate (D:20170719220441+01'00') +/ModDate (D:20170719220441+01'00') +/Trapped /False +/PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) kpathsea version 6.2.2) >> -% 655 0 obj +endobj +675 0 obj +<< +/Type /ObjStm +/N 5 +/First 38 +/Length 543 +>> +stream +674 0 676 106 677 209 678 299 679 332 +% 674 0 obj << -/Kids [648 0 R 649 0 R 650 0 R 651 0 R] -/Limits [(subsection.3.4) (title.0)] +/Kids [661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R] +/Limits [(page.30) (section.8)] >> -% 656 0 obj +% 676 0 obj << -/Kids [652 0 R 653 0 R 654 0 R 655 0 R] +/Kids [667 0 R 668 0 R 669 0 R 670 0 R 671 0 R] +/Limits [(subsection.3.1) (title.0)] +>> +% 677 0 obj +<< +/Kids [672 0 R 673 0 R 674 0 R 676 0 R] /Limits [(Doc-Start) (title.0)] >> -% 657 0 obj +% 678 0 obj << -/Dests 656 0 R +/Dests 677 0 R >> -% 658 0 obj +% 679 0 obj << /Type /Catalog -/Pages 628 0 R -/Outlines 629 0 R -/Names 657 0 R +/Pages 647 0 R +/Outlines 648 0 R +/Names 678 0 R /PageMode/UseOutlines/PageLabels<>2<>6<>]>> -/OpenAction 114 0 R +/OpenAction 118 0 R >> endstream endobj -660 0 obj +681 0 obj << /Type /XRef -/Index [0 661] -/Size 661 +/Index [0 682] +/Size 682 /W [1 3 1] -/Root 658 0 R -/Info 659 0 R -/ID [ ] -/Length 3305 +/Root 679 0 R +/Info 680 0 R +/ID [<1F256984B5FDE9CA9DE07A607B1BC073> <1F256984B5FDE9CA9DE07A607B1BC073>] +/Length 3410 >> stream -1<q9Cq8q7"q66q5  -7q4  Fq3 Gq2Yq1Zq02q/2q.2q-2+q,2;q+2Nq* q)!" q(#$q'%&[q&'(bq%)*q$+, q#-.q"/0q!12q 34!q56%q789=:;qqq q@> ?DAgBqqGEFIJKLMNOPQRSTUVWXYZ[\]^_`abcHlq83S  -   Sqq(?=;'A76r- #!q%&'()*,./01238$5+-40498>5;<=>?@BC:H9EAD.&/:KIŹJqMOLNqRPQTVSU[W X^_`abc222222]2\2@o)*,2 -2 2 2 2222 n22qq qq q qq -<22222222"222q222 2!q2$2%2&2'2(2,2#+2)2*2/202.222-21+2425262728292E2F2B23!2:2<2=2>2?2@2A2M0Q2G2H2I2J2K2D2O2CC2L2_2Q2R2S2T2U2V2W2X2Y2[2Pg2Z2c2]2`2\%2^q2aX2b -    !"#)$%&'(MD49:;<=+-*. ,q1.8/372G56@8p8>?BEAbCIFGHKNJLqROPUVWXYT\SZ^_`c]aAH -  M o,qti} "Q 1#$B2#3CDEFGHIJKLMNOPQRS)TUYVW=XXYZ@W[\]^ _Gy`fCabtcqqqqqq:q;q<q=q>q?q@qAqBqCqDqEqFqGqHqIqJqKqLqMqNqOqPqQqRqSqTqUqVI +1>fJEfIfH'fG;fF  +<fE  KfD LfC^fB_fA8 f@8f?8f>80f=8@f<8Sf;  f:!"f9#$f8%&`f7'(f6)* f5+,f4-.f3/0f212#f134,f0560f/784f.9:;?<=ffff!B@ AFCgDffIGHKLMNOPQRSTUVWXYZ[\]^_`abcJlf7R    + Sff"7NLJ6PFE !"q<%$(#&f*+,-./1345678=):029?CHGMD@ABCDEGH?M>eJFI=5>IPNuOfRTQղSf#WUVY[XZ`\]c8888888888 8 +b8 a8 O89;88888888n'88fff ffffK8"88888 88'88!f8#8$8%8&f$8)8*8+8,8-818(8.8/8485838782786:898:8;8<8=8>8J8K8G88!S8?8A8B8C8D8E8F8R5V8L8M8N8O8P8I8T8HB8Q8V8W8X8Y8Z8[8\8]8^8`8Ug8_8b8a8cf%41 +  H B!"#$%&'(. -)*+,-RI9>?@AB02//71f&63948<7H:;E=qdCDGJFHNK?LMPSOQf'WTUZ[\]^YaX_cb9  + B N>of(t !$}"'%&*)-(+1.Z/@23f)QA,BRSTUVWXYZ[\]^_`ab2cyqfff f[f{ ff fHIfff f +f ʨf  f SfQff*f+f,f-fKfLfMfNfOfPfQfRfSfTfUfVfWfXfYfZf[f\f]f^f_f`fafbfch endstream endobj startxref -577865 +589416 %%EOF diff --git a/docs/src/Makefile b/docs/src/Makefile index 41d3fa55..94459c2d 100644 --- a/docs/src/Makefile +++ b/docs/src/Makefile @@ -85,7 +85,7 @@ TOPFILE = userguide.tex HTMLFILE = userhtml.tex -SECFILE = abstract.tex overview.tex distribution.tex \ +SECFILE = abstract.tex overview.tex distribution.tex newobjects.tex\ building.tex background.tex gettingstarted.tex userinterface.tex \ errors.tex bibliography.tex license.tex FIGDIR = figures