, , ,
alpha
the scalar .
@@ -146,7 +148,7 @@ type indicated in Table 1.
x
the local portion of global dense matrix
.
@@ -159,7 +161,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type
specified in Table 1. The rank of must be the same of 1. The rank of must be the same of .
@@ -212,6 +214,7 @@ Type: required
Intent: in.
Specified as: an object of type descdatapsb_desc_type.
+
@@ -252,26 +255,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_gedot Dot
- Up: Up: Computational routines
- Previous: Previous: Computational routines
- Contents
diff --git a/docs/html/node53.html b/docs/html/node53.html
index fc08aaae..12b82627 100644
--- a/docs/html/node53.html
+++ b/docs/html/node53.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_gedots Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geaxpby General
- Contents
@@ -57,7 +57,7 @@ psb_gedot -- Dot Product
This function computes dot product between two vectors and
.
If and
Else if and
+
psb_gedot(x, y, desc_a, info)
@@ -123,10 +124,10 @@ Data types
, ,
x
the local portion of global dense matrix
.
@@ -177,7 +178,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 2. The rank of must be the same of 2. The rank of must be the same of .
@@ -217,6 +218,7 @@ Type: required
Intent: in.
Specified as: an object of type descdatapsb_desc_type.
+
On Return
@@ -224,7 +226,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the dot product of subvectors and out.
An integer value; 0 means no error has been detected.
+
-
-
-
-
- Next: Next: psb_gedots Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geaxpby General
- Contents
diff --git a/docs/html/node54.html b/docs/html/node54.html
index 467e6699..fbf178e4 100644
--- a/docs/html/node54.html
+++ b/docs/html/node54.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_normi Infinity-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_gedot Dot
- Contents
@@ -58,7 +58,7 @@ psb_gedots -- Generalized Dot Product
This subroutine computes a series of dot products among the columns of
two dense matrices and
If the matrices are complex, then the
usual convention applies, i.e. the conjugate transpose of is
used. If and are of rank one, then is a scalar, else it
is a rank one array.
@@ -109,10 +109,10 @@ Data types
, ,
x
the local portion of global dense matrix
.
@@ -163,7 +163,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 3. The rank of must be the same of 3. The rank of must be the same of .
@@ -209,7 +209,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
is the dot product of subvectors and
-
-
-
-
- Next: Next: psb_normi Infinity-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_gedot Dot
- Contents
diff --git a/docs/html/node55.html b/docs/html/node55.html
index ef8215cf..ba626121 100644
--- a/docs/html/node55.html
+++ b/docs/html/node55.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_geamaxs Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_gedots Generalized
- Contents
@@ -58,12 +58,12 @@ psb_normi -- Infinity-Norm of Vector
This function computes
the infinity-norm of a vector .
If is a real vector
it computes infinity norm as:
@@ -83,7 +83,7 @@ amax \leftarrow \max_i |x_i|
else if is a complex vector then it computes the infinity-norm as:
@@ -101,11 +101,13 @@ amax \leftarrow \max_i {(|re(x_i)| + |im(x_i)|)}
+
psb_geamax(x, desc_a, info)
psb_normi(x, desc_a, info)
+
@@ -116,11 +118,11 @@ Data types
|
|
Function |
@@ -159,9 +161,10 @@ Data types
x
the local portion of global dense matrix
.
+
Scope: local
@@ -183,6 +186,7 @@ Type: required
Intent: in.
Specified as: an object of type descdatapsb_desc_type.
+
On Return
@@ -190,7 +194,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the infinity norm of subvector .
@@ -210,29 +214,30 @@ Intent: out.
An integer value; 0 means no error has been detected.
+
-
-
-
-
- Next: Next: psb_geamaxs Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_gedots Generalized
- Contents
diff --git a/docs/html/node56.html b/docs/html/node56.html
index b4508b97..cddeff04 100644
--- a/docs/html/node56.html
+++ b/docs/html/node56.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_norm1 1-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_normi Infinity-Norm
- Contents
@@ -58,7 +58,7 @@ psb_geamaxs -- Generalized Infinity Norm
This subroutine computes a series of infinity norms on the columns of
a dense matrix :
@@ -70,7 +70,7 @@ res(i) \leftarrow \max_k |x(k,i)|
-->
@@ -92,11 +92,11 @@ Data types
|
|
Subroutine |
@@ -135,7 +135,7 @@ Data types
x
the local portion of global dense matrix
.
@@ -165,7 +165,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
is the infinity norm of the columns of .
@@ -191,26 +191,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_norm1 1-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_normi Infinity-Norm
- Contents
diff --git a/docs/html/node57.html b/docs/html/node57.html
index 11076348..4665c65e 100644
--- a/docs/html/node57.html
+++ b/docs/html/node57.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_geasums Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geamaxs Generalized
- Contents
@@ -57,12 +57,12 @@ psb_norm1 -- 1-Norm of Vector
This function computes the 1-norm of a vector .
If is a real vector
it computes 1-norm as:
@@ -82,7 +82,7 @@ asum \leftarrow \|x_i\|
else if is a complex vector then it computes 1-norm as:
@@ -117,11 +117,11 @@ Data types
|
|
Function |
@@ -160,9 +160,10 @@ Data types
x
the local portion of global dense matrix
.
+
Scope: local
@@ -192,7 +193,7 @@ Specified as: an object of type descdatapsb_desc_type.
Function value
is the 1-norm of vector .
@@ -216,26 +217,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_geasums Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geamaxs Generalized
- Contents
diff --git a/docs/html/node58.html b/docs/html/node58.html
index 69c174ae..fd110b4a 100644
--- a/docs/html/node58.html
+++ b/docs/html/node58.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_norm2 2-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_norm1 1-Norm
- Contents
@@ -58,7 +58,7 @@ psb_geasums -- Generalized 1-Norm of Vector
This subroutine computes a series of 1-norms on the columns of
a dense matrix :
@@ -70,19 +70,19 @@ res(i) \leftarrow \max_k |x(k,i)|
-->
This function computes the 1-norm of a vector .
If is a real vector
it computes 1-norm as:
@@ -102,7 +102,7 @@ res(i) \leftarrow \|x_i\|
else if is a complex vector then it computes 1-norm as:
@@ -114,7 +114,7 @@ res(i) \leftarrow \|re(x)\|_1 + \|im(x)\|_1
-->
@@ -136,11 +136,11 @@ Data types
|
|
Subroutine |
@@ -179,9 +179,10 @@ Data types
x
the local portion of global dense matrix
.
+
Scope: local
@@ -211,7 +212,7 @@ Specified as: an object of type descdatapsb_desc_type.
res
contains the 1-norm of (the columns of) .
@@ -238,26 +239,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_norm2 2-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_norm1 1-Norm
- Contents
diff --git a/docs/html/node59.html b/docs/html/node59.html
index 6c1f1fef..a22b3734 100644
--- a/docs/html/node59.html
+++ b/docs/html/node59.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_genrm2s Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geasums Generalized
- Contents
@@ -57,12 +57,12 @@ psb_norm2 -- 2-Norm of Vector
This function computes the 2-norm of a vector .
If is a real vector
it computes 2-norm as:
@@ -82,7 +82,7 @@ nrm2 \leftarrow \sqrt{x^T x}
else if is a complex vector then it computes 2-norm as:
@@ -100,6 +100,7 @@ nrm2 \leftarrow \sqrt{x^H x}
+
@@ -110,11 +111,11 @@ Data types
|
|
Function |
@@ -147,6 +148,7 @@ Data types
psb_genrm2(x, desc_a, info)
psb_norm2(x, desc_a, info)
+
- Type:
@@ -158,7 +160,7 @@ psb_norm2(x, desc_a, info)
- x
- the local portion of global dense matrix
.
@@ -182,6 +184,7 @@ Type: required
Intent: in.
Specified as: an object of type descdatapsb_desc_type.
+
- On Return
@@ -189,7 +192,7 @@ Specified as: an object of type descdatapsb_desc_type.
- Function Value
- is the 2-norm of subvector .
@@ -215,26 +218,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_genrm2s Generalized
- Up: Up: Computational routines
- Previous: Previous: psb_geasums Generalized
- Contents
diff --git a/docs/html/node6.html b/docs/html/node6.html
index 7670e01c..9ebfd8cf 100644
--- a/docs/html/node6.html
+++ b/docs/html/node6.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: User-defined index mappings
- Up: Up: General overview
- Previous: Previous: Library contents
- Contents
@@ -64,7 +64,7 @@ space to which there corresponds an index space and a matrix sparsity
pattern. As an example, consider a cell-centered finite-volume
discretization of the Navier-Stokes equations on a simulation domain;
the index space is isomorphic to the set of cell centers,
whereas the pattern of the associated linear system matrix is
@@ -75,7 +75,7 @@ by the discretization stencil.
Thus the first order of business is to establish an index space, and
this is done with a call to psb_cdall in which we specify the
size of the index space and the allocation of the elements of the
index space to the various processes making up the MPI (virtual)
@@ -84,7 +84,7 @@ parallel machine.
The index space is partitioned among processes, and this creates a
mapping from the ``global'' numbering to a numbering
``local'' to each process; each process , each element of which corresponds to a certain
element of . The user does not set explicitly this mapping;
when the application needs to indicate to which element of the index
@@ -109,7 +109,7 @@ library will translate into the appropriate ``local'' numbering.
For a given index space there are many possible associated
topologies, i.e. many different discretization stencils; thus the
@@ -249,32 +249,32 @@ from optimal.
Subsections
-
-
-
-
- Next: Next: User-defined index mappings
- Up: Up: General overview
- Previous: Previous: Library contents
- Contents
diff --git a/docs/html/node60.html b/docs/html/node60.html
index 975441ad..df1a63cc 100644
--- a/docs/html/node60.html
+++ b/docs/html/node60.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_norm1 1-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_norm2 2-Norm
- Contents
@@ -58,7 +58,7 @@ psb_genrm2s -- Generalized 2-Norm of Vector
This subroutine computes a series of 2-norms on the columns of
a dense matrix :
@@ -70,7 +70,7 @@ res(i) \leftarrow \|x(:,i)\|_2
-->
@@ -92,11 +92,11 @@ Data types
|
|
Subroutine |
@@ -135,9 +135,10 @@ Data types
- x
- the local portion of global dense matrix
.
+
Scope: local
@@ -167,7 +168,7 @@ Specified as: an object of type descdatapsb_desc_type.
- res
- contains the 1-norm of (the columns of) .
@@ -193,26 +194,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_norm1 1-Norm
- Up: Up: Computational routines
- Previous: Previous: psb_norm2 2-Norm
- Contents
diff --git a/docs/html/node61.html b/docs/html/node61.html
index 8baae179..7a7d040b 100644
--- a/docs/html/node61.html
+++ b/docs/html/node61.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_normi Infinity
- Up: Up: Computational routines
- Previous: Previous: psb_genrm2s Generalized
- Contents
@@ -71,7 +71,7 @@ nrm1 \leftarrow \|A\|_1
-->
@@ -193,26 +193,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_normi Infinity
- Up: Up: Computational routines
- Previous: Previous: psb_genrm2s Generalized
- Contents
diff --git a/docs/html/node62.html b/docs/html/node62.html
index 222c186e..bb9f341a 100644
--- a/docs/html/node62.html
+++ b/docs/html/node62.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spmm Sparse
- Up: Up: Computational routines
- Previous: Previous: psb_norm1 1-Norm
- Contents
@@ -71,7 +71,7 @@ nrmi \leftarrow \|A\|_\infty
-->
@@ -193,26 +193,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_spmm Sparse
- Up: Up: Computational routines
- Previous: Previous: psb_norm1 1-Norm
- Contents
diff --git a/docs/html/node63.html b/docs/html/node63.html
index 6a53368e..ecc265dd 100644
--- a/docs/html/node63.html
+++ b/docs/html/node63.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spsm Triangular
- Up: Up: Computational routines
- Previous: Previous: psb_normi Infinity
- Contents
@@ -89,7 +89,7 @@ y \leftarrow \alpha A^T x + \beta y
-->
- is the global dense matrix
WIDTH="16" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img1.png"
ALT="$A$">, , , ,
- alpha
- the scalar .
@@ -244,9 +244,10 @@ Specified as: an object of type spdatapsb_Tspmat_type.
- x
- the local portion of global dense matrix
.
+
Scope: local
@@ -257,7 +258,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 12. The rank of must be the same of .
+
Scope: local
@@ -297,7 +299,7 @@ Table 12. The rank of must be the same of .
@@ -334,11 +336,12 @@ Type: optional
Intent: in.
Default:
Specified as: a character variable.
+
- work
@@ -351,7 +354,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of and
-
-
-
-
- Next: Next: psb_spsm Triangular
- Up: Up: Computational routines
- Previous: Previous: psb_normi Infinity
- Contents
diff --git a/docs/html/node64.html b/docs/html/node64.html
index 0d8a09cf..d692deff 100644
--- a/docs/html/node64.html
+++ b/docs/html/node64.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Communication routines
- Up: Up: Computational routines
- Previous: Previous: psb_spmm Sparse
- Contents
@@ -88,7 +88,7 @@ y &\leftarrow& \alpha T^{-H} D x + \beta y\\
where:
- is the global dense matrix
WIDTH="16" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img51.png"
ALT="$T$">, ,
WIDTH="17" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="img52.png"
ALT="$D$">, ,
- alpha
- the scalar .
@@ -220,9 +220,10 @@ Specified as: an object type specified in
- x
- the local portion of global dense matrix
.
+
Scope: local
@@ -233,7 +234,7 @@ Intent: in.
Specified as: a rank one or two array or an object of type vdatapsb_T_vect_type
containing numbers of type specified in
Table 13. The rank of must be the same of .
+
Scope: local
@@ -273,7 +275,7 @@ Table 13. The rank of must be the same of .
@@ -308,7 +310,7 @@ Type: optional
Intent: in.
Default:
@@ -334,7 +336,7 @@ Type: optional
Intent: in.
Default:
@@ -397,7 +399,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of with the
TARGET attribute.
@@ -413,6 +415,7 @@ TARGET attribute.
WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img21.png"
ALT="$y$">.
+
Scope: local
@@ -440,26 +443,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: Communication routines
- Up: Up: Computational routines
- Previous: Previous: psb_spmm Sparse
- Contents
diff --git a/docs/html/node65.html b/docs/html/node65.html
index 33b4b851..689912f9 100644
--- a/docs/html/node65.html
+++ b/docs/html/node65.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_halo Halo
- Up: Up: userhtml
- Previous: Previous: psb_spsm Triangular
- Contents
@@ -53,7 +53,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds
The routines in this chapter implement various global communication operators
+
+The routines in this chapter implement various global communication operators
on vectors associated with a discretization mesh. For auxiliary communication
routines not tied to a discretization space see 6.
@@ -63,13 +64,13 @@ routines not tied to a discretization space see Subsections
diff --git a/docs/html/node66.html b/docs/html/node66.html
index 443e8ae2..4fb891f7 100644
--- a/docs/html/node66.html
+++ b/docs/html/node66.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_ovrl Overlap
- Up: Up: Communication routines
- Previous: Previous: Communication routines
- Contents
@@ -78,7 +78,7 @@ x \leftarrow x
where:
- is a global dense submatrix.
@@ -95,10 +95,10 @@ Data types
, |
Subroutine |
@@ -128,7 +128,7 @@ Data types
.
@@ -181,7 +181,7 @@ Type: optional
Intent: inout.
Specified as: a rank one array of the same type of .
@@ -203,7 +203,7 @@ index list on which to base the data exchange.
- x
- global dense result matrix .
@@ -240,7 +240,7 @@ Sample discretization mesh.
@@ -264,7 +264,7 @@ distribution is such that each process will own 32 entries in the
index space, with a halo made of 8 entries placed at local indices 33
through 40. If process 0 assigns an initial value of 1 to its entries
in the vector, and process 1 assigns a value of 2, then after a
call to psb_halo the contents of the local vectors will be the
@@ -611,26 +611,26 @@ Process 1 |
-
-
-
-
- Next: Next: psb_ovrl Overlap
- Up: Up: Communication routines
- Previous: Previous: Communication routines
- Contents
diff --git a/docs/html/node67.html b/docs/html/node67.html
index eb604e9d..28e0b152 100644
--- a/docs/html/node67.html
+++ b/docs/html/node67.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_gather Gather
- Up: Up: Communication routines
- Previous: Previous: psb_halo Halo
- Contents
@@ -77,11 +77,11 @@ x \leftarrow Q x
where:
- is the global dense submatrix
@@ -110,7 +110,7 @@ Data types
|
Subroutine |
@@ -137,7 +137,7 @@ Data types
.
@@ -225,7 +225,7 @@ Type: optional
Intent: inout.
Specified as: a one dimensional array of the same type of .
@@ -236,7 +236,7 @@ Specified as: a one dimensional array of the same type of
- x
- global dense result matrix .
@@ -300,7 +300,7 @@ Sample discretization mesh.
@@ -325,7 +325,7 @@ distribution is such that each process will own 40 entries in the
index space, with an overlap of 16 entries placed at local indices 25
through 40; the halo will run from local index 41 through local index 48.. If process 0 assigns an initial value of 1 to its entries
in the vector, and process 1 assigns a value of 2, then after a
call to psb_ovrl with psb_avg_ and a call to
@@ -739,26 +739,26 @@ Process 1 |
-
-
-
-
- Next: Next: psb_gather Gather
- Up: Up: Communication routines
- Previous: Previous: psb_halo Halo
- Contents
diff --git a/docs/html/node68.html b/docs/html/node68.html
index 5745b611..3c467b97 100644
--- a/docs/html/node68.html
+++ b/docs/html/node68.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_scatter Scatter
- Up: Up: Communication routines
- Previous: Previous: psb_ovrl Overlap
- Contents
@@ -101,7 +101,7 @@ process .
- is the collect function.
@@ -148,7 +148,7 @@ Data types
-
-
-
- Next: Next: psb_scatter Scatter
- Up: Up: Communication routines
- Previous: Previous: psb_ovrl Overlap
- Contents
diff --git a/docs/html/node69.html b/docs/html/node69.html
index 50d50efe..5edc3d64 100644
--- a/docs/html/node69.html
+++ b/docs/html/node69.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Data management routines
- Up: Up: Communication routines
- Previous: Previous: psb_gather Gather
- Contents
@@ -68,7 +68,7 @@ loc\_x_i \leftarrow scatter(glob\_x)
-->
@@ -99,7 +99,7 @@ process .
- is the scatter function.
@@ -146,7 +146,7 @@ Data types
-
-
-
- Next: Next: Data management routines
- Up: Up: Communication routines
- Previous: Previous: psb_gather Gather
- Contents
diff --git a/docs/html/node7.html b/docs/html/node7.html
index 684e6259..5e6419ac 100644
--- a/docs/html/node7.html
+++ b/docs/html/node7.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Programming model
- Up: Up: Application structure
- Previous: Previous: Application structure
- Contents
diff --git a/docs/html/node70.html b/docs/html/node70.html
index 715a7bff..448420f6 100644
--- a/docs/html/node70.html
+++ b/docs/html/node70.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdall Allocates
- Up: Up: userhtml
- Previous: Previous: psb_scatter Scatter
- Contents
@@ -63,70 +63,70 @@ Data management routines
Subsections
diff --git a/docs/html/node71.html b/docs/html/node71.html
index 36cbe355..d4b1cd48 100644
--- a/docs/html/node71.html
+++ b/docs/html/node71.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdins Communication
- Up: Up: Data management routines
- Previous: Previous: Data management routines
- Contents
@@ -125,7 +125,7 @@ Specified as: an integer value , default .
@@ -210,7 +210,7 @@ Specified as: a logical value, default: .true.
WIDTH="80" HEIGHT="32" ALIGN="MIDDLE" BORDER="0"
SRC="img88.png"
ALT="$lidx(1:nl)$"> to be assigned to the global indices .
@@ -425,26 +425,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_cdins Communication
- Up: Up: Data management routines
- Previous: Previous: Data management routines
- Contents
diff --git a/docs/html/node72.html b/docs/html/node72.html
index a2dc3bb6..86a2f849 100644
--- a/docs/html/node72.html
+++ b/docs/html/node72.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdasb Communication
- Up: Up: Data management routines
- Previous: Previous: psb_cdall Allocates
- Contents
@@ -109,7 +109,7 @@ Type: required.
Intent: in.
Specified as: an integer array of length .
@@ -123,7 +123,7 @@ Type: required.
Intent: in.
Specified as: an integer array of length .
@@ -138,7 +138,7 @@ Type: optional.
Intent: in.
Specified as: a logical array of length , default .true. .
@@ -152,7 +152,7 @@ Type: optional.
Intent: in.
Specified as: an integer array of length .
@@ -195,7 +195,7 @@ Type: optional.
Intent: out.
Specified as: an integer array of length .
@@ -209,7 +209,7 @@ Type: optional.
Intent: out.
Specified as: an integer array of length .
@@ -234,26 +234,26 @@ nor the end vertex belong to the current process.
-
-
-
-
- Next: Next: psb_cdasb Communication
- Up: Up: Data management routines
- Previous: Previous: psb_cdall Allocates
- Contents
diff --git a/docs/html/node73.html b/docs/html/node73.html
index a8539f34..93d94bd4 100644
--- a/docs/html/node73.html
+++ b/docs/html/node73.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdcpy Copies
- Up: Up: Data management routines
- Previous: Previous: psb_cdins Communication
- Contents
diff --git a/docs/html/node74.html b/docs/html/node74.html
index 6181dc87..3c7e8c61 100644
--- a/docs/html/node74.html
+++ b/docs/html/node74.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdfree Frees
- Up: Up: Data management routines
- Previous: Previous: psb_cdasb Communication
- Contents
diff --git a/docs/html/node75.html b/docs/html/node75.html
index fb03fba0..c12a0f82 100644
--- a/docs/html/node75.html
+++ b/docs/html/node75.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_cdbldext Build
- Up: Up: Data management routines
- Previous: Previous: psb_cdcpy Copies
- Contents
diff --git a/docs/html/node76.html b/docs/html/node76.html
index 453ba856..9b3a253d 100644
--- a/docs/html/node76.html
+++ b/docs/html/node76.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spall Allocates
- Up: Up: Data management routines
- Previous: Previous: psb_cdfree Frees
- Contents
@@ -173,26 +173,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_spall Allocates
- Up: Up: Data management routines
- Previous: Previous: psb_cdfree Frees
- Contents
diff --git a/docs/html/node77.html b/docs/html/node77.html
index 1c9c4cb8..93223693 100644
--- a/docs/html/node77.html
+++ b/docs/html/node77.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spins Insert
- Up: Up: Data management routines
- Previous: Previous: psb_cdbldext Build
- Contents
@@ -130,7 +130,7 @@ An integer value; 0 means no error has been detected.
- The descriptor may be in either the build or assembled state.
- Providing a good estimate for the number of nonzeroes in
the assembled matrix may substantially improve performance in the
@@ -142,26 +142,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_spins Insert
- Up: Up: Data management routines
- Previous: Previous: psb_cdbldext Build
- Contents
diff --git a/docs/html/node78.html b/docs/html/node78.html
index d426d9ec..6bddea54 100644
--- a/docs/html/node78.html
+++ b/docs/html/node78.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spasb Sparse
- Up: Up: Data management routines
- Previous: Previous: psb_spall Allocates
- Contents
@@ -90,7 +90,7 @@ Type:required.
Intent: in.
Specified as: an integer array of size .
@@ -104,7 +104,7 @@ Type:required.
Intent: in.
Specified as: an integer array of size .
@@ -118,11 +118,11 @@ Type:required.
Intent: in.
Specified as: an array of size . Must be of the same type and kind
of the coefficients of the sparse matrix .
@@ -248,26 +248,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_spasb Sparse
- Up: Up: Data management routines
- Previous: Previous: psb_spall Allocates
- Contents
diff --git a/docs/html/node79.html b/docs/html/node79.html
index 8d6e75b4..675f15d3 100644
--- a/docs/html/node79.html
+++ b/docs/html/node79.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_spfree Frees
- Up: Up: Data management routines
- Previous: Previous: psb_spins Insert
- Contents
@@ -184,26 +184,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_spfree Frees
- Up: Up: Data management routines
- Previous: Previous: psb_spins Insert
- Contents
diff --git a/docs/html/node8.html b/docs/html/node8.html
index cf7f32bf..fcc3aea2 100644
--- a/docs/html/node8.html
+++ b/docs/html/node8.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Data Structures and Classes
- Up: Up: General overview
- Previous: Previous: User-defined index mappings
- Contents
@@ -96,26 +96,26 @@ as:
-
-
-
-
- Next: Next: Data Structures and Classes
- Up: Up: General overview
- Previous: Previous: User-defined index mappings
- Contents
diff --git a/docs/html/node80.html b/docs/html/node80.html
index c7beeb5c..724a86d7 100644
--- a/docs/html/node80.html
+++ b/docs/html/node80.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_sprn Reinit
- Up: Up: Data management routines
- Previous: Previous: psb_spasb Sparse
- Contents
diff --git a/docs/html/node81.html b/docs/html/node81.html
index bb3d888b..357bb211 100644
--- a/docs/html/node81.html
+++ b/docs/html/node81.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_geall Allocates
- Up: Up: Data management routines
- Previous: Previous: psb_spfree Frees
- Contents
@@ -128,6 +128,7 @@ An integer value; 0 means no error has been detected.
state.
+
diff --git a/docs/html/node82.html b/docs/html/node82.html
index bd0d290f..9966d7f6 100644
--- a/docs/html/node82.html
+++ b/docs/html/node82.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_geins Dense
- Up: Up: Data management routines
- Previous: Previous: psb_sprn Reinit
- Contents
@@ -92,7 +92,7 @@ Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
@@ -110,7 +110,7 @@ Specified as: Integer scalar, default . It is not a valid argument if is a
rank-1 array.
@@ -150,26 +150,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_geins Dense
- Up: Up: Data management routines
- Previous: Previous: psb_sprn Reinit
- Contents
diff --git a/docs/html/node83.html b/docs/html/node83.html
index e98196de..4068990f 100644
--- a/docs/html/node83.html
+++ b/docs/html/node83.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_geasb Assembly
- Up: Up: Data management routines
- Previous: Previous: psb_geall Allocates
- Contents
@@ -70,7 +70,7 @@ call psb_geins(m, irw, val, x, desc_a, info [,dupl,local])
- m
- Number of rows in to be inserted.
@@ -88,7 +88,7 @@ Specified as: an integer value.
SRC="img4.png"
ALT="$i$">
of will be inserted into the local row corresponding to the
global row index
-
-
-
-
- Next: Next: psb_geasb Assembly
- Up: Up: Data management routines
- Previous: Previous: psb_geall Allocates
- Contents
diff --git a/docs/html/node84.html b/docs/html/node84.html
index 5ae14796..4e041cf9 100644
--- a/docs/html/node84.html
+++ b/docs/html/node84.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_gefree Frees
- Up: Up: Data management routines
- Previous: Previous: psb_geins Dense
- Contents
@@ -90,7 +90,7 @@ Intent: in.
Specified as: an object of a class derived from vbasedatapsb_T_base_vect_type; this is
only allowed when is of type vdatapsb_T_vect_type.
diff --git a/docs/html/node85.html b/docs/html/node85.html
index 74e00385..c716a7c6 100644
--- a/docs/html/node85.html
+++ b/docs/html/node85.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_gelp Applies
- Up: Up: Data management routines
- Previous: Previous: psb_geasb Assembly
- Contents
diff --git a/docs/html/node86.html b/docs/html/node86.html
index 841b54ae..38f47d7c 100644
--- a/docs/html/node86.html
+++ b/docs/html/node86.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_glob_to_loc Global
- Up: Up: Data management routines
- Previous: Previous: psb_gefree Frees
- Contents
diff --git a/docs/html/node87.html b/docs/html/node87.html
index 43e35544..dadc756c 100644
--- a/docs/html/node87.html
+++ b/docs/html/node87.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_loc_to_glob Local
- Up: Up: Data management routines
- Previous: Previous: psb_gelp Applies
- Contents
@@ -128,7 +128,7 @@ accepted. Default: false.
SRC="img21.png"
ALT="$y$"> is not present,
then is overwritten with the translated integer indices.
Scope: global
@@ -148,7 +148,7 @@ Specified as: a rank one integer array.
WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img21.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
@@ -188,26 +188,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_loc_to_glob Local
- Up: Up: Data management routines
- Previous: Previous: psb_gelp Applies
- Contents
diff --git a/docs/html/node88.html b/docs/html/node88.html
index e7bf87b0..457b3dc1 100644
--- a/docs/html/node88.html
+++ b/docs/html/node88.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_is_owned
- Up: Up: Data management routines
- Previous: Previous: psb_glob_to_loc Global
- Contents
@@ -116,7 +116,7 @@ Specified as: a character variable I gnore, W arning or
SRC="img21.png"
ALT="$y$"> is not present,
then is overwritten with the translated integer indices.
Scope: global
@@ -136,7 +136,7 @@ Specified as: a rank one integer array.
WIDTH="13" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img21.png"
ALT="$y$"> is overwritten with the translated integer indices, and
is left unchanged.
@@ -164,26 +164,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_is_owned
- Up: Up: Data management routines
- Previous: Previous: psb_glob_to_loc Global
- Contents
diff --git a/docs/html/node89.html b/docs/html/node89.html
index 6287eb53..ec82ef3f 100644
--- a/docs/html/node89.html
+++ b/docs/html/node89.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_owned_index
- Up: Up: Data management routines
- Previous: Previous: psb_loc_to_glob Local
- Contents
@@ -100,7 +100,7 @@ Specified as: a structured data of type descdatapsb_desc_type.
- Function value
- A logical mask which is true if
is owned by the current process
Scope: local
diff --git a/docs/html/node9.html b/docs/html/node9.html
index d6805543..279298a1 100644
--- a/docs/html/node9.html
+++ b/docs/html/node9.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Descriptor data structure
- Up: Up: userhtml
- Previous: Previous: Programming model
- Contents
@@ -111,129 +111,129 @@ developer's documentation.
Subsections
-
-
-
-
- Next: Next: Descriptor data structure
- Up: Up: userhtml
- Previous: Previous: Programming model
- Contents
diff --git a/docs/html/node90.html b/docs/html/node90.html
index 97711fea..c51fe0a2 100644
--- a/docs/html/node90.html
+++ b/docs/html/node90.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_is_local
- Up: Up: Data management routines
- Previous: Previous: psb_is_owned
- Contents
@@ -111,7 +111,7 @@ Specified as: a character variable I gnore, W arning or
- y
- A logical mask which is true for all corresponding entries of
that are owned by the current process
Scope: local
diff --git a/docs/html/node91.html b/docs/html/node91.html
index 1319acb0..bb4e6ca5 100644
--- a/docs/html/node91.html
+++ b/docs/html/node91.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_local_index
- Up: Up: Data management routines
- Previous: Previous: psb_owned_index
- Contents
@@ -100,7 +100,7 @@ Specified as: a structured data of type descdatapsb_desc_type.
- Function value
- A logical mask which is true if
is local to the current process
Scope: local
diff --git a/docs/html/node92.html b/docs/html/node92.html
index 0f457dbc..c1e762ba 100644
--- a/docs/html/node92.html
+++ b/docs/html/node92.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_get_boundary Extract
- Up: Up: Data management routines
- Previous: Previous: psb_is_local
- Contents
@@ -111,7 +111,7 @@ Specified as: a character variable I gnore, W arning or
- y
- A logical mask which is true for all corresponding entries of
that are local to the current process
Scope: local
diff --git a/docs/html/node93.html b/docs/html/node93.html
index 9913ee00..bdda01ea 100644
--- a/docs/html/node93.html
+++ b/docs/html/node93.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_get_overlap Extract
- Up: Up: Data management routines
- Previous: Previous: psb_local_index
- Contents
diff --git a/docs/html/node94.html b/docs/html/node94.html
index 9454b096..dc224949 100644
--- a/docs/html/node94.html
+++ b/docs/html/node94.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_sp_getrow Extract
- Up: Up: Data management routines
- Previous: Previous: psb_get_boundary Extract
- Contents
diff --git a/docs/html/node95.html b/docs/html/node95.html
index de2cad5e..dd301698 100644
--- a/docs/html/node95.html
+++ b/docs/html/node95.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_sizeof Memory
- Up: Up: Data management routines
- Previous: Previous: psb_get_overlap Extract
- Contents
@@ -134,7 +134,7 @@ Specified as: an integer , default: .
@@ -209,7 +209,7 @@ An integer value; 0 means no error has been detected.
- The output is always the size of the output generated by
the current call; thus, if
append=.true. , the total output
@@ -231,26 +231,26 @@ An integer value; 0 means no error has been detected.
-
-
-
-
- Next: Next: psb_sizeof Memory
- Up: Up: Data management routines
- Previous: Previous: psb_get_overlap Extract
- Contents
diff --git a/docs/html/node96.html b/docs/html/node96.html
index 19dcc1de..420ee0a5 100644
--- a/docs/html/node96.html
+++ b/docs/html/node96.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Sorting utilities
- Up: Up: Data management routines
- Previous: Previous: psb_sp_getrow Extract
- Contents
diff --git a/docs/html/node97.html b/docs/html/node97.html
index e2020ed3..5498ac48 100644
--- a/docs/html/node97.html
+++ b/docs/html/node97.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: Parallel environment routines
- Up: Up: Data management routines
- Previous: Previous: psb_sizeof Memory
- Contents
@@ -154,7 +154,7 @@ Type: Optional
An integer array of rank 1, whose entries are moved to the same
position as the corresponding entries in .
@@ -191,10 +191,10 @@ position as the corresponding entries in
where is the size of are initialized to
-
-
-
-
- Next: Next: Parallel environment routines
- Up: Up: Data management routines
- Previous: Previous: psb_sizeof Memory
- Contents
diff --git a/docs/html/node98.html b/docs/html/node98.html
index 03cb4d4f..1ccbb64a 100644
--- a/docs/html/node98.html
+++ b/docs/html/node98.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_init Initializes
- Up: Up: userhtml
- Previous: Previous: Sorting utilities
- Contents
@@ -63,41 +63,41 @@ Parallel environment routines
Subsections
diff --git a/docs/html/node99.html b/docs/html/node99.html
index c78c117c..75106183 100644
--- a/docs/html/node99.html
+++ b/docs/html/node99.html
@@ -1,6 +1,6 @@
-
-
-
-
-
- Next: Next: psb_info Return
- Up: Up: Parallel environment routines
- Previous: Previous: Parallel environment routines
- Contents
@@ -152,26 +152,26 @@ Specified as: an integer variable.
-
-
-
-
- Next: Next: psb_info Return
- Up: Up: Parallel environment routines
- Previous: Previous: Parallel environment routines
- Contents
diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html
index 7e07ec7f..9b98f9e2 100644
--- a/docs/html/userhtml.html
+++ b/docs/html/userhtml.html
@@ -1,6 +1,6 @@
-
@@ -377,32 +375,34 @@ of a dense vector
HREF="node123.html">Preconditioner routines
-- Iterative Methods
-
diff --git a/docs/psblas-3.4.pdf b/docs/psblas-3.4.pdf
index 1c7c1d61..03645c0d 100644
--- a/docs/psblas-3.4.pdf
+++ b/docs/psblas-3.4.pdf
@@ -21,7 +21,7 @@ stream
% 1 0 obj
<< /S /GoTo /D (title.0) >>
% 5 0 obj
-(PSBLAS-v3.4.1 User's Guide)
+(PSBLAS-v3.5.0 User's Guide)
% 6 0 obj
<< /S /GoTo /D (section.1) >>
% 9 0 obj
@@ -442,9 +442,9 @@ stream
endstream
endobj
-543 0 obj
+547 0 obj
<<
-/Length 682
+/Length 686
>>
stream
0 g 0 G
@@ -453,7 +453,7 @@ stream
0 g 0 G
0 g 0 G
BT
-/F16 24.7871 Tf 135.453 570.847 Td [(PSBLAS)-375(3.4.1)-375(User's)-375(guide)]TJ
+/F16 24.7871 Tf 135.453 570.847 Td [(PSBLAS)-375(3.5.0)-375(User's)-375(guide)]TJ
ET
q
1 0 0 1 125.3 554.602 cm
@@ -463,14 +463,14 @@ BT
/F18 14.3462 Tf 132.314 532.919 Td [(A)-350(r)50(efer)50(enc)50(e)-350(guide)-350(for)-350(the)-350(Par)50(al)-50(lel)-350(Sp)50(arse)-350(BLAS)-350(libr)50(ary)]TJ
0 g 0 G
0 g 0 G
-/F27 9.9626 Tf 223.567 -127.777 Td [(b)32(y)-383(Salv)63(atore)-383(Filipp)-32(one)]TJ 12.889 -11.955 Td [(and)-383(Alfredo)-384(Buttari)]TJ/F8 9.9626 Tf -52.52 -11.955 Td [(Univ)28(ersit)28(y)-334(of)-333(Rome)-333(\134T)83(or)-333(V)83(ergata".)]TJ 95.061 -24.824 Td [(June)-333(2,)-334(2016.)]TJ
+/F27 9.9626 Tf 223.567 -127.777 Td [(b)32(y)-383(Salv)63(atore)-383(Filipp)-32(one)]TJ 12.889 -11.955 Td [(and)-383(Alfredo)-384(Buttari)]TJ/F8 9.9626 Tf -52.52 -11.955 Td [(Univ)28(ersit)28(y)-334(of)-333(Rome)-333(\134T)83(or)-333(V)83(ergata".)]TJ 91.546 -24.824 Td [(Ma)28(y)-334(1st,)-333(2017)]TJ
0 g 0 G
0 g 0 G
ET
endstream
endobj
-553 0 obj
+557 0 obj
<<
/Length 77
>>
@@ -485,7 +485,7 @@ ET
endstream
endobj
-604 0 obj
+608 0 obj
<<
/Length 17096
>>
@@ -1092,7 +1092,7 @@ endobj
/Type /ObjStm
/N 100
/First 865
-/Length 7833
+/Length 7588
>>
stream
403 0 407 44 408 70 411 114 412 150 415 194 416 227 419 271 420 298 423 342
@@ -1100,11 +1100,11 @@ stream
444 720 447 764 448 789 451 833 452 858 455 902 456 927 459 971 460 996 463 1038
464 1069 467 1113 468 1142 471 1186 472 1213 475 1257 476 1298 479 1342 480 1380 483 1422
484 1448 487 1492 488 1517 491 1561 492 1587 495 1631 496 1663 499 1708 500 1742 503 1787
-504 1820 507 1865 508 1900 511 1943 512 1984 515 2029 516 2059 519 2104 520 2133 523 2178
-524 2208 527 2253 528 2284 531 2329 532 2349 535 2392 536 2427 539 2472 540 2500 541 2545
-544 2659 545 2715 3 2771 542 2825 552 2930 554 3044 551 3101 603 3167 555 3661 556 3807
-557 3953 558 4105 559 4257 560 4409 561 4566 562 4718 563 4864 564 5016 565 5172 566 5319
-567 5466 568 5614 569 5762 570 5910 571 6058 572 6206 573 6354 574 6503 575 6660 576 6812
+504 1820 507 1865 508 1900 511 1943 512 1984 515 2029 516 2056 519 2101 520 2129 523 2174
+524 2202 527 2247 528 2275 531 2320 532 2340 535 2385 536 2412 539 2455 540 2490 543 2535
+544 2563 545 2608 548 2722 549 2778 3 2834 546 2888 556 2993 558 3107 555 3164 607 3230
+559 3724 560 3870 561 4016 562 4168 563 4320 564 4472 565 4629 566 4781 567 4927 568 5079
+569 5235 570 5382 571 5529 572 5677 573 5825 574 5973 575 6121 576 6269 577 6417 578 6566
% 403 0 obj
<< /S /GoTo /D (section*.79) >>
% 407 0 obj
@@ -1216,85 +1216,89 @@ stream
% 512 0 obj
<< /S /GoTo /D (section*.103) >>
% 515 0 obj
-(psb\137precinit)
+(prec\045init)
% 516 0 obj
<< /S /GoTo /D (section*.104) >>
% 519 0 obj
-(psb\137precbld)
+(prec\045build)
% 520 0 obj
<< /S /GoTo /D (section*.105) >>
% 523 0 obj
-(psb\137precaply)
+(prec\045apply)
% 524 0 obj
<< /S /GoTo /D (section*.106) >>
% 527 0 obj
-(psb\137precdescr)
+(prec\045descr)
% 528 0 obj
<< /S /GoTo /D (section*.107) >>
% 531 0 obj
(clone)
% 532 0 obj
-<< /S /GoTo /D (section.11) >>
+<< /S /GoTo /D (section*.108) >>
% 535 0 obj
-(11 Iterative Methods)
+(prec\045free)
% 536 0 obj
-<< /S /GoTo /D (section*.108) >>
+<< /S /GoTo /D (section.11) >>
% 539 0 obj
-(psb\137krylov)
+(11 Iterative Methods)
% 540 0 obj
-<< /S /GoTo /D [541 0 R /Fit] >>
-% 541 0 obj
+<< /S /GoTo /D (section*.109) >>
+% 543 0 obj
+(psb\137krylov)
+% 544 0 obj
+<< /S /GoTo /D [545 0 R /Fit] >>
+% 545 0 obj
<<
/Type /Page
-/Contents 543 0 R
-/Resources 542 0 R
+/Contents 547 0 R
+/Resources 546 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
+/Parent 554 0 R
>>
-% 544 0 obj
+% 548 0 obj
<<
-/D [541 0 R /XYZ 98.895 753.953 null]
+/D [545 0 R /XYZ 98.895 753.953 null]
>>
-% 545 0 obj
+% 549 0 obj
<<
-/D [541 0 R /XYZ 99.895 716.092 null]
+/D [545 0 R /XYZ 99.895 716.092 null]
>>
% 3 0 obj
<<
-/D [541 0 R /XYZ 99.895 716.092 null]
+/D [545 0 R /XYZ 99.895 716.092 null]
>>
-% 542 0 obj
+% 546 0 obj
<<
-/Font << /F16 546 0 R /F18 547 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F18 551 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 552 0 obj
+% 556 0 obj
<<
/Type /Page
-/Contents 553 0 R
-/Resources 551 0 R
+/Contents 557 0 R
+/Resources 555 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
+/Parent 554 0 R
>>
-% 554 0 obj
+% 558 0 obj
<<
-/D [552 0 R /XYZ 149.705 753.953 null]
+/D [556 0 R /XYZ 149.705 753.953 null]
>>
-% 551 0 obj
+% 555 0 obj
<<
-/Font << /F8 549 0 R >>
+/Font << /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 603 0 obj
+% 607 0 obj
<<
/Type /Page
-/Contents 604 0 R
-/Resources 602 0 R
+/Contents 608 0 R
+/Resources 606 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
-/Annots [ 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R ]
+/Parent 554 0 R
+/Annots [ 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R ]
>>
-% 555 0 obj
+% 559 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1302,7 +1306,7 @@ stream
/Rect [98.899 683.007 179.001 691.918]
/A << /S /GoTo /D (section.1) >>
>>
-% 556 0 obj
+% 560 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1310,7 +1314,7 @@ stream
/Rect [98.899 660.882 202.863 669.793]
/A << /S /GoTo /D (section.2) >>
>>
-% 557 0 obj
+% 561 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1318,7 +1322,7 @@ stream
/Rect [113.843 648.802 225.868 657.713]
/A << /S /GoTo /D (subsection.2.1) >>
>>
-% 558 0 obj
+% 562 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1326,7 +1330,7 @@ stream
/Rect [113.843 634.785 210.675 645.633]
/A << /S /GoTo /D (subsection.2.2) >>
>>
-% 559 0 obj
+% 563 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1334,7 +1338,7 @@ stream
/Rect [113.843 622.706 232.122 633.554]
/A << /S /GoTo /D (subsection.2.3) >>
>>
-% 560 0 obj
+% 564 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1342,7 +1346,7 @@ stream
/Rect [136.757 610.626 296.409 621.474]
/A << /S /GoTo /D (subsubsection.2.3.1) >>
>>
-% 561 0 obj
+% 565 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1350,7 +1354,7 @@ stream
/Rect [113.843 598.546 227.777 609.394]
/A << /S /GoTo /D (subsection.2.4) >>
>>
-% 562 0 obj
+% 566 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1358,7 +1362,7 @@ stream
/Rect [98.899 578.358 258.112 587.269]
/A << /S /GoTo /D (section.3) >>
>>
-% 563 0 obj
+% 567 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1366,7 +1370,7 @@ stream
/Rect [113.843 564.341 249.529 575.189]
/A << /S /GoTo /D (subsection.3.1) >>
>>
-% 564 0 obj
+% 568 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1374,7 +1378,7 @@ stream
/Rect [136.757 552.261 257.001 563.11]
/A << /S /GoTo /D (subsubsection.3.1.1) >>
>>
-% 565 0 obj
+% 569 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1382,7 +1386,7 @@ stream
/Rect [168.638 540.182 231.021 551.03]
/A << /S /GoTo /D (section*.2) >>
>>
-% 566 0 obj
+% 570 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1390,7 +1394,7 @@ stream
/Rect [168.638 528.102 227.395 538.95]
/A << /S /GoTo /D (section*.3) >>
>>
-% 567 0 obj
+% 571 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1398,7 +1402,7 @@ stream
/Rect [168.638 516.022 236.832 526.871]
/A << /S /GoTo /D (section*.4) >>
>>
-% 568 0 obj
+% 572 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1406,7 +1410,7 @@ stream
/Rect [168.638 503.943 233.207 514.791]
/A << /S /GoTo /D (section*.5) >>
>>
-% 569 0 obj
+% 573 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1414,7 +1418,7 @@ stream
/Rect [168.638 491.863 236.832 502.711]
/A << /S /GoTo /D (section*.6) >>
>>
-% 570 0 obj
+% 574 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1422,7 +1426,7 @@ stream
/Rect [168.638 479.783 219.602 490.133]
/A << /S /GoTo /D (section*.7) >>
>>
-% 571 0 obj
+% 575 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1430,7 +1434,7 @@ stream
/Rect [168.638 469.641 195.537 478.552]
/A << /S /GoTo /D (section*.8) >>
>>
-% 572 0 obj
+% 576 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1438,7 +1442,7 @@ stream
/Rect [168.638 455.624 284.769 466.472]
/A << /S /GoTo /D (section*.9) >>
>>
-% 573 0 obj
+% 577 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1446,7 +1450,7 @@ stream
/Rect [168.638 443.544 283.717 454.392]
/A << /S /GoTo /D (section*.10) >>
>>
-% 574 0 obj
+% 578 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1454,26 +1458,10 @@ stream
/Rect [136.757 433.402 248.228 442.313]
/A << /S /GoTo /D (subsubsection.3.1.2) >>
>>
-% 575 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 419.385 223.654 430.233]
-/A << /S /GoTo /D (subsection.3.2) >>
->>
-% 576 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [136.757 407.305 273.19 418.153]
-/A << /S /GoTo /D (subsubsection.3.2.1) >>
->>
endstream
endobj
-657 0 obj
+661 0 obj
<<
/Length 20816
>>
@@ -2165,9 +2153,9 @@ ET
endstream
endobj
-700 0 obj
+705 0 obj
<<
-/Length 17138
+/Length 17009
>>
stream
0 g 0 G
@@ -2652,112 +2640,107 @@ BT
0 g 0 G
[-19367(128)]TJ
0 0 1 rg 0 0 1 RG
-/F8 9.9626 Tf 14.944 -11.955 Td [(psb)]TJ
-ET
-q
-1 0 0 1 130.436 271.957 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 133.425 271.758 Td [(precinit)]TJ
+/F8 9.9626 Tf 14.944 -11.955 Td [(prec%init)]TJ
0 g 0 G
- [-548(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-803(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-584(129)]TJ
+ [-583(129)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
- -18.586 -11.955 Td [(psb)]TJ
-ET
-q
-1 0 0 1 130.436 260.002 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 133.425 259.803 Td [(precbld)]TJ
+ 0 -11.955 Td [(prec%build)]TJ
0 g 0 G
- [-659(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-858(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-584(130)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
- -18.586 -11.956 Td [(psb)]TJ
-ET
-q
-1 0 0 1 130.436 248.047 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 133.425 247.847 Td [(precaply)]TJ
+ 0 -11.956 Td [(prec%apply)]TJ
0 g 0 G
- [-965(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-664(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-584(131)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
- -18.586 -11.955 Td [(psb)]TJ
-ET
-q
-1 0 0 1 130.436 236.091 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 133.425 235.892 Td [(precdescr)]TJ
+ 0 -11.955 Td [(prec%descr)]TJ
0 g 0 G
- [-596(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+ [-850(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-583(132)]TJ
+ [-584(132)]TJ
0 g 0 G
0 0 1 rg 0 0 1 RG
- -18.586 -11.955 Td [(clone)]TJ
+ 0 -11.955 Td [(clone)]TJ
0 g 0 G
[-417(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
[-583(133)]TJ
0 g 0 G
+0 0 1 rg 0 0 1 RG
+ 0 -11.955 Td [(prec%free)]TJ
+0 g 0 G
+ [-717(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
+0 g 0 G
+ [-583(134)]TJ
+0 g 0 G
0 0 1 rg 0 0 1 RG
/F27 9.9626 Tf -14.944 -21.918 Td [(11)-350(Iterativ)32(e)-384(Metho)-31(ds)]TJ
0 g 0 G
- [-22176(134)]TJ
+ [-22176(135)]TJ
0 0 1 rg 0 0 1 RG
/F8 9.9626 Tf 14.944 -11.955 Td [(psb)]TJ
ET
q
-1 0 0 1 130.436 190.263 cm
+1 0 0 1 130.436 178.308 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 133.425 190.064 Td [(krylo)28(v)]TJ
+/F8 9.9626 Tf 133.425 178.109 Td [(krylo)28(v)]TJ
0 g 0 G
[-382(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)]TJ
0 g 0 G
- [-583(135)]TJ
+ [-583(136)]TJ
0 g 0 G
0 g 0 G
- 134.175 -99.626 Td [(iii)]TJ
+ 134.175 -87.671 Td [(iii)]TJ
0 g 0 G
ET
endstream
endobj
-607 0 obj
+611 0 obj
<<
/Type /ObjStm
/N 100
/First 924
-/Length 16041
+/Length 16063
>>
stream
-577 0 578 149 579 298 580 447 581 595 582 744 583 893 584 1042 585 1191 586 1340
-587 1489 588 1638 589 1787 590 1936 591 2085 592 2234 593 2382 594 2531 595 2688 596 2840
-597 2997 598 3146 599 3293 600 3442 605 3591 606 3647 602 3703 656 3795 601 4297 608 4446
-609 4598 610 4750 611 4897 612 5046 613 5195 614 5342 615 5490 616 5638 617 5787 618 5936
-619 6085 620 6233 621 6382 622 6531 623 6678 624 6827 625 6974 626 7123 627 7271 628 7419
-629 7567 630 7713 631 7861 632 8010 633 8159 634 8308 635 8457 636 8606 637 8755 638 8904
-639 9053 640 9202 641 9351 642 9500 643 9649 644 9798 645 9947 646 10095 647 10243 648 10391
-649 10540 650 10689 651 10837 652 10984 653 11131 658 11277 655 11334 699 11413 654 11859 659 12008
-660 12152 661 12301 662 12447 663 12595 664 12744 665 12892 666 13040 667 13188 668 13337 669 13486
-670 13635 671 13784 672 13933 673 14081 674 14230 675 14378 676 14526 677 14674 678 14823 679 14969
-% 577 0 obj
+579 0 580 152 581 308 582 457 583 606 584 755 585 903 586 1052 587 1201 588 1350
+589 1499 590 1648 591 1797 592 1946 593 2095 594 2244 595 2393 596 2542 597 2690 598 2839
+599 2996 600 3148 601 3305 602 3454 603 3601 604 3750 609 3899 610 3955 606 4011 660 4103
+605 4605 612 4754 613 4906 614 5058 615 5205 616 5354 617 5503 618 5650 619 5798 620 5946
+621 6095 622 6244 623 6393 624 6541 625 6690 626 6839 627 6986 628 7135 629 7282 630 7431
+631 7579 632 7727 633 7875 634 8021 635 8169 636 8318 637 8467 638 8616 639 8765 640 8914
+641 9063 642 9212 643 9361 644 9510 645 9659 646 9808 647 9957 648 10106 649 10255 650 10403
+651 10551 652 10699 653 10848 654 10997 655 11145 656 11292 657 11439 662 11585 659 11642 704 11721
+658 12175 663 12324 664 12468 665 12617 666 12763 667 12911 668 13060 669 13208 670 13356 671 13504
+672 13653 673 13802 674 13951 675 14100 676 14249 677 14397 678 14546 679 14694 680 14842 681 14990
+% 579 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.843 419.385 223.654 430.233]
+/A << /S /GoTo /D (subsection.3.2) >>
+>>
+% 580 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [136.757 407.305 273.19 418.153]
+/A << /S /GoTo /D (subsubsection.3.2.1) >>
+>>
+% 581 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2765,7 +2748,7 @@ stream
/Rect [168.638 395.225 212.767 405.575]
/A << /S /GoTo /D (section*.11) >>
>>
-% 578 0 obj
+% 582 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2773,7 +2756,7 @@ stream
/Rect [168.638 383.146 209.141 393.994]
/A << /S /GoTo /D (section*.12) >>
>>
-% 579 0 obj
+% 583 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2781,7 +2764,7 @@ stream
/Rect [168.638 371.066 220.239 381.416]
/A << /S /GoTo /D (section*.13) >>
>>
-% 580 0 obj
+% 584 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2789,7 +2772,7 @@ stream
/Rect [168.638 358.986 206.374 369.57]
/A << /S /GoTo /D (section*.14) >>
>>
-% 581 0 obj
+% 585 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2797,7 +2780,7 @@ stream
/Rect [168.638 348.844 197.529 357.755]
/A << /S /GoTo /D (section*.15) >>
>>
-% 582 0 obj
+% 586 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2805,7 +2788,7 @@ stream
/Rect [168.638 334.827 205.765 345.675]
/A << /S /GoTo /D (section*.16) >>
>>
-% 583 0 obj
+% 587 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2813,7 +2796,7 @@ stream
/Rect [168.638 322.747 262.143 333.595]
/A << /S /GoTo /D (section*.17) >>
>>
-% 584 0 obj
+% 588 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2821,7 +2804,7 @@ stream
/Rect [168.638 310.667 328.909 321.516]
/A << /S /GoTo /D (section*.18) >>
>>
-% 585 0 obj
+% 589 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2829,7 +2812,7 @@ stream
/Rect [168.638 300.525 193.932 308.938]
/A << /S /GoTo /D (section*.19) >>
>>
-% 586 0 obj
+% 590 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2837,7 +2820,7 @@ stream
/Rect [168.638 286.508 194.485 297.356]
/A << /S /GoTo /D (section*.20) >>
>>
-% 587 0 obj
+% 591 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2845,7 +2828,7 @@ stream
/Rect [168.638 276.365 218.025 285.276]
/A << /S /GoTo /D (section*.21) >>
>>
-% 588 0 obj
+% 592 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2853,7 +2836,7 @@ stream
/Rect [168.638 262.349 205.765 273.197]
/A << /S /GoTo /D (section*.22) >>
>>
-% 589 0 obj
+% 593 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2861,7 +2844,7 @@ stream
/Rect [168.638 250.269 207.979 261.117]
/A << /S /GoTo /D (section*.23) >>
>>
-% 590 0 obj
+% 594 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2869,7 +2852,7 @@ stream
/Rect [168.638 240.126 183.941 249.037]
/A << /S /GoTo /D (section*.24) >>
>>
-% 591 0 obj
+% 595 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2877,7 +2860,7 @@ stream
/Rect [168.638 228.047 186.709 236.693]
/A << /S /GoTo /D (section*.25) >>
>>
-% 592 0 obj
+% 596 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2885,7 +2868,7 @@ stream
/Rect [168.638 214.03 255.944 224.878]
/A << /S /GoTo /D (section*.26) >>
>>
-% 593 0 obj
+% 597 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2893,7 +2876,7 @@ stream
/Rect [168.638 203.887 192.769 212.798]
/A << /S /GoTo /D (section*.27) >>
>>
-% 594 0 obj
+% 598 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2901,7 +2884,7 @@ stream
/Rect [136.757 191.808 248.228 200.719]
/A << /S /GoTo /D (subsubsection.3.2.2) >>
>>
-% 595 0 obj
+% 599 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2909,7 +2892,7 @@ stream
/Rect [113.843 179.728 265.358 188.528]
/A << /S /GoTo /D (subsection.3.3) >>
>>
-% 596 0 obj
+% 600 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2917,7 +2900,7 @@ stream
/Rect [136.757 167.648 239.898 176.559]
/A << /S /GoTo /D (subsubsection.3.3.1) >>
>>
-% 597 0 obj
+% 601 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2925,7 +2908,7 @@ stream
/Rect [168.638 153.631 212.767 163.981]
/A << /S /GoTo /D (section*.28) >>
>>
-% 598 0 obj
+% 602 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2933,7 +2916,7 @@ stream
/Rect [168.638 143.489 197.529 152.4]
/A << /S /GoTo /D (section*.29) >>
>>
-% 599 0 obj
+% 603 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2941,7 +2924,7 @@ stream
/Rect [168.638 131.409 186.183 139.822]
/A << /S /GoTo /D (section*.30) >>
>>
-% 600 0 obj
+% 604 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2949,29 +2932,29 @@ stream
/Rect [168.638 117.392 208.533 127.742]
/A << /S /GoTo /D (section*.31) >>
>>
-% 605 0 obj
+% 609 0 obj
<<
-/D [603 0 R /XYZ 98.895 753.953 null]
+/D [607 0 R /XYZ 98.895 753.953 null]
>>
-% 606 0 obj
+% 610 0 obj
<<
-/D [603 0 R /XYZ 99.895 724.062 null]
+/D [607 0 R /XYZ 99.895 724.062 null]
>>
-% 602 0 obj
+% 606 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 656 0 obj
+% 660 0 obj
<<
/Type /Page
-/Contents 657 0 R
-/Resources 655 0 R
+/Contents 661 0 R
+/Resources 659 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
-/Annots [ 601 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R ]
+/Parent 554 0 R
+/Annots [ 605 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R ]
>>
-% 601 0 obj
+% 605 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2979,7 +2962,7 @@ stream
/Rect [219.447 705.133 243.579 714.044]
/A << /S /GoTo /D (section*.32) >>
>>
-% 608 0 obj
+% 612 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2987,7 +2970,7 @@ stream
/Rect [164.653 693.053 318.825 701.964]
/A << /S /GoTo /D (subsection.3.4) >>
>>
-% 609 0 obj
+% 613 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2995,7 +2978,7 @@ stream
/Rect [164.653 679.036 277.397 689.884]
/A << /S /GoTo /D (subsection.3.5) >>
>>
-% 610 0 obj
+% 614 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3003,7 +2986,7 @@ stream
/Rect [149.709 656.911 285.838 667.759]
/A << /S /GoTo /D (section.4) >>
>>
-% 611 0 obj
+% 615 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3011,7 +2994,7 @@ stream
/Rect [164.653 644.831 220.931 655.679]
/A << /S /GoTo /D (section*.33) >>
>>
-% 612 0 obj
+% 616 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3019,7 +3002,7 @@ stream
/Rect [164.653 632.751 209.031 643.599]
/A << /S /GoTo /D (section*.34) >>
>>
-% 613 0 obj
+% 617 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3027,7 +3010,7 @@ stream
/Rect [164.653 620.672 212.96 631.52]
/A << /S /GoTo /D (section*.35) >>
>>
-% 614 0 obj
+% 618 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3035,7 +3018,7 @@ stream
/Rect [164.653 608.592 210.719 619.44]
/A << /S /GoTo /D (section*.36) >>
>>
-% 615 0 obj
+% 619 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3043,7 +3026,7 @@ stream
/Rect [164.653 596.512 222.093 607.36]
/A << /S /GoTo /D (section*.37) >>
>>
-% 616 0 obj
+% 620 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3051,7 +3034,7 @@ stream
/Rect [164.653 584.432 212.933 595.281]
/A << /S /GoTo /D (section*.38) >>
>>
-% 617 0 obj
+% 621 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3059,7 +3042,7 @@ stream
/Rect [164.653 572.353 221.318 583.201]
/A << /S /GoTo /D (section*.39) >>
>>
-% 618 0 obj
+% 622 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3067,7 +3050,7 @@ stream
/Rect [164.653 560.273 212.933 571.121]
/A << /S /GoTo /D (section*.40) >>
>>
-% 619 0 obj
+% 623 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3075,7 +3058,7 @@ stream
/Rect [164.653 548.193 221.29 559.042]
/A << /S /GoTo /D (section*.41) >>
>>
-% 620 0 obj
+% 624 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3083,7 +3066,7 @@ stream
/Rect [164.653 536.114 212.933 546.962]
/A << /S /GoTo /D (section*.42) >>
>>
-% 621 0 obj
+% 625 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3091,7 +3074,7 @@ stream
/Rect [164.653 524.034 210.719 534.882]
/A << /S /GoTo /D (section*.43) >>
>>
-% 622 0 obj
+% 626 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3099,7 +3082,7 @@ stream
/Rect [164.653 511.954 211.3 522.802]
/A << /S /GoTo /D (section*.44) >>
>>
-% 623 0 obj
+% 627 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3107,7 +3090,7 @@ stream
/Rect [164.653 499.875 206.927 510.723]
/A << /S /GoTo /D (section*.45) >>
>>
-% 624 0 obj
+% 628 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3115,7 +3098,7 @@ stream
/Rect [149.709 479.686 290.134 488.597]
/A << /S /GoTo /D (section.5) >>
>>
-% 625 0 obj
+% 629 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3123,7 +3106,7 @@ stream
/Rect [164.653 465.669 203.496 476.518]
/A << /S /GoTo /D (section*.46) >>
>>
-% 626 0 obj
+% 630 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3131,7 +3114,7 @@ stream
/Rect [164.653 453.59 201.863 464.438]
/A << /S /GoTo /D (section*.47) >>
>>
-% 627 0 obj
+% 631 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3139,7 +3122,7 @@ stream
/Rect [164.653 441.51 212.933 452.358]
/A << /S /GoTo /D (section*.48) >>
>>
-% 628 0 obj
+% 632 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3147,7 +3130,7 @@ stream
/Rect [164.653 429.43 214.648 440.279]
/A << /S /GoTo /D (section*.49) >>
>>
-% 629 0 obj
+% 633 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3155,7 +3138,7 @@ stream
/Rect [149.709 407.305 302.58 418.153]
/A << /S /GoTo /D (section.6) >>
>>
-% 630 0 obj
+% 634 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3163,7 +3146,7 @@ stream
/Rect [164.653 395.225 205.71 406.074]
/A << /S /GoTo /D (section*.50) >>
>>
-% 631 0 obj
+% 635 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3171,7 +3154,7 @@ stream
/Rect [164.653 383.146 207.426 393.994]
/A << /S /GoTo /D (section*.51) >>
>>
-% 632 0 obj
+% 636 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3179,7 +3162,7 @@ stream
/Rect [164.653 371.066 209.639 381.914]
/A << /S /GoTo /D (section*.52) >>
>>
-% 633 0 obj
+% 637 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3187,7 +3170,7 @@ stream
/Rect [164.653 358.986 210.138 369.834]
/A << /S /GoTo /D (section*.53) >>
>>
-% 634 0 obj
+% 638 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3195,7 +3178,7 @@ stream
/Rect [164.653 346.906 210.996 357.755]
/A << /S /GoTo /D (section*.54) >>
>>
-% 635 0 obj
+% 639 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3203,7 +3186,7 @@ stream
/Rect [164.653 334.827 222.591 345.675]
/A << /S /GoTo /D (section*.55) >>
>>
-% 636 0 obj
+% 640 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3211,7 +3194,7 @@ stream
/Rect [164.653 322.747 205.212 333.595]
/A << /S /GoTo /D (section*.56) >>
>>
-% 637 0 obj
+% 641 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3219,7 +3202,7 @@ stream
/Rect [164.653 310.667 206.927 321.516]
/A << /S /GoTo /D (section*.57) >>
>>
-% 638 0 obj
+% 642 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3227,7 +3210,7 @@ stream
/Rect [164.653 298.588 209.141 309.436]
/A << /S /GoTo /D (section*.58) >>
>>
-% 639 0 obj
+% 643 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3235,7 +3218,7 @@ stream
/Rect [164.653 286.508 210.497 297.356]
/A << /S /GoTo /D (section*.59) >>
>>
-% 640 0 obj
+% 644 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3243,7 +3226,7 @@ stream
/Rect [164.653 274.428 204.132 285.276]
/A << /S /GoTo /D (section*.60) >>
>>
-% 641 0 obj
+% 645 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3251,7 +3234,7 @@ stream
/Rect [164.653 262.349 205.156 273.197]
/A << /S /GoTo /D (section*.61) >>
>>
-% 642 0 obj
+% 646 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3259,7 +3242,7 @@ stream
/Rect [164.653 250.269 206.872 261.117]
/A << /S /GoTo /D (section*.62) >>
>>
-% 643 0 obj
+% 647 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3267,7 +3250,7 @@ stream
/Rect [164.653 238.189 209.086 249.037]
/A << /S /GoTo /D (section*.63) >>
>>
-% 644 0 obj
+% 648 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3275,7 +3258,7 @@ stream
/Rect [164.653 226.109 210.442 236.958]
/A << /S /GoTo /D (section*.64) >>
>>
-% 645 0 obj
+% 649 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3283,7 +3266,7 @@ stream
/Rect [164.653 214.03 202.942 224.878]
/A << /S /GoTo /D (section*.65) >>
>>
-% 646 0 obj
+% 650 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3291,7 +3274,7 @@ stream
/Rect [164.653 201.95 231.978 212.798]
/A << /S /GoTo /D (section*.66) >>
>>
-% 647 0 obj
+% 651 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3299,7 +3282,7 @@ stream
/Rect [164.653 189.87 231.978 200.719]
/A << /S /GoTo /D (section*.67) >>
>>
-% 648 0 obj
+% 652 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3307,7 +3290,7 @@ stream
/Rect [164.653 177.791 226.233 188.639]
/A << /S /GoTo /D (section*.68) >>
>>
-% 649 0 obj
+% 653 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3315,7 +3298,7 @@ stream
/Rect [164.653 165.711 243.059 176.559]
/A << /S /GoTo /D (section*.69) >>
>>
-% 650 0 obj
+% 654 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3323,7 +3306,7 @@ stream
/Rect [164.653 153.631 219.038 164.48]
/A << /S /GoTo /D (section*.70) >>
>>
-% 651 0 obj
+% 655 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3331,7 +3314,7 @@ stream
/Rect [164.653 141.552 235.863 152.4]
/A << /S /GoTo /D (section*.71) >>
>>
-% 652 0 obj
+% 656 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3339,7 +3322,7 @@ stream
/Rect [164.653 129.472 243.64 140.32]
/A << /S /GoTo /D (section*.72) >>
>>
-% 653 0 obj
+% 657 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3347,25 +3330,25 @@ stream
/Rect [164.653 117.392 233.4 128.24]
/A << /S /GoTo /D (section*.73) >>
>>
-% 658 0 obj
+% 662 0 obj
<<
-/D [656 0 R /XYZ 149.705 753.953 null]
+/D [660 0 R /XYZ 149.705 753.953 null]
>>
-% 655 0 obj
+% 659 0 obj
<<
-/Font << /F8 549 0 R /F27 548 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 699 0 obj
+% 704 0 obj
<<
/Type /Page
-/Contents 700 0 R
-/Resources 698 0 R
+/Contents 705 0 R
+/Resources 703 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
-/Annots [ 654 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R ]
+/Parent 554 0 R
+/Annots [ 658 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R ]
>>
-% 654 0 obj
+% 658 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3373,7 +3356,7 @@ stream
/Rect [113.843 703.195 176.558 714.044]
/A << /S /GoTo /D (section*.74) >>
>>
-% 659 0 obj
+% 663 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3381,7 +3364,7 @@ stream
/Rect [113.843 691.24 158 702.088]
/A << /S /GoTo /D (section*.75) >>
>>
-% 660 0 obj
+% 664 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3389,7 +3372,7 @@ stream
/Rect [113.843 679.285 183.443 690.133]
/A << /S /GoTo /D (section*.76) >>
>>
-% 661 0 obj
+% 665 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3397,7 +3380,7 @@ stream
/Rect [98.899 659.304 264.868 668.215]
/A << /S /GoTo /D (section.7) >>
>>
-% 662 0 obj
+% 666 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3405,7 +3388,7 @@ stream
/Rect [113.843 645.412 149.366 656.26]
/A << /S /GoTo /D (section*.77) >>
>>
-% 663 0 obj
+% 667 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3413,7 +3396,7 @@ stream
/Rect [113.843 633.457 150.749 644.305]
/A << /S /GoTo /D (section*.78) >>
>>
-% 664 0 obj
+% 668 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3421,7 +3404,7 @@ stream
/Rect [113.843 621.502 150.749 632.35]
/A << /S /GoTo /D (section*.79) >>
>>
-% 665 0 obj
+% 669 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3429,7 +3412,7 @@ stream
/Rect [113.843 609.547 193.91 620.395]
/A << /S /GoTo /D (section*.80) >>
>>
-% 666 0 obj
+% 670 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3437,7 +3420,7 @@ stream
/Rect [113.843 597.591 170.968 608.44]
/A << /S /GoTo /D (section*.81) >>
>>
-% 667 0 obj
+% 671 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3445,7 +3428,7 @@ stream
/Rect [113.843 585.636 160.989 596.484]
/A << /S /GoTo /D (section*.82) >>
>>
-% 668 0 obj
+% 672 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3453,7 +3436,7 @@ stream
/Rect [113.843 573.681 163.839 584.529]
/A << /S /GoTo /D (section*.83) >>
>>
-% 669 0 obj
+% 673 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3461,7 +3444,7 @@ stream
/Rect [113.843 561.726 157.972 572.574]
/A << /S /GoTo /D (section*.84) >>
>>
-% 670 0 obj
+% 674 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3469,7 +3452,7 @@ stream
/Rect [113.843 549.771 157.446 560.619]
/A << /S /GoTo /D (section*.85) >>
>>
-% 671 0 obj
+% 675 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3477,7 +3460,7 @@ stream
/Rect [113.843 537.816 152.188 548.664]
/A << /S /GoTo /D (section*.86) >>
>>
-% 672 0 obj
+% 676 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3485,7 +3468,7 @@ stream
/Rect [113.843 525.86 152.963 536.709]
/A << /S /GoTo /D (section*.87) >>
>>
-% 673 0 obj
+% 677 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3493,7 +3476,7 @@ stream
/Rect [113.843 513.905 151.026 524.753]
/A << /S /GoTo /D (section*.88) >>
>>
-% 674 0 obj
+% 678 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3501,7 +3484,7 @@ stream
/Rect [113.843 501.95 152.963 512.798]
/A << /S /GoTo /D (section*.89) >>
>>
-% 675 0 obj
+% 679 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3509,7 +3492,7 @@ stream
/Rect [113.843 489.995 153.24 500.843]
/A << /S /GoTo /D (section*.90) >>
>>
-% 676 0 obj
+% 680 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3517,7 +3500,7 @@ stream
/Rect [113.843 478.04 149.421 488.888]
/A << /S /GoTo /D (section*.91) >>
>>
-% 677 0 obj
+% 681 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3525,26 +3508,10 @@ stream
/Rect [113.843 466.085 148.009 476.933]
/A << /S /GoTo /D (section*.92) >>
>>
-% 678 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.899 444.167 190.188 455.015]
-/A << /S /GoTo /D (section.8) >>
->>
-% 679 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 432.212 167.188 443.06]
-/A << /S /GoTo /D (section*.93) >>
->>
endstream
endobj
-705 0 obj
+710 0 obj
<<
/Length 79
>>
@@ -3559,7 +3526,7 @@ ET
endstream
endobj
-719 0 obj
+724 0 obj
<<
/Length 8518
>>
@@ -3615,7 +3582,7 @@ ET
endstream
endobj
-739 0 obj
+744 0 obj
<<
/Length 5579
>>
@@ -3662,20 +3629,20 @@ ET
endstream
endobj
-735 0 obj
+740 0 obj
<<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/psblas.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 742 0 R
+/PTEX.InfoDict 747 0 R
/BBox [0 0 197 215]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 743 0 R
->>/Font << /R8 744 0 R>>
+/R7 748 0 R
+>>/Font << /R8 749 0 R>>
>>
/Length 898
/Filter /FlateDecode
@@ -3696,7 +3663,7 @@ x
«Ï½'ƒÇ›ÇÇùaÚ>=|9Êh±Büuæ¹£$îËLËàq·–ÑÃÊŸ5×k^Þ½;>íN÷Ûi™ZŠ\V+9D£8îNËLÓG™÷×»~0+¾’”àŠ'¢ˆ±íúmw>o÷;{·=ŸŽûEý—»a¥ÃѲîîÝâ8SË4Â%ÕÇ¥_¾œžNÛ#OαéƒùüÐ
endstream
endobj
-746 0 obj
+751 0 obj
<<
/Filter /FlateDecode
/Subtype /Type1C
@@ -3716,7 +3683,7 @@ p
IZ¹t4¤w!}^€gì½—ú€h9@±^è
Ò…s2•=3B2H>ÉçynÞÌû7ŠC‰#ˆþhñÚ ï-whèÇGtBŒV²Õºø`uÞ1èFæ3ÑvðøçÓ÷à´ÛoÝ34\z"ž“,P&+š´®¿Ú»oB03¼å㣶xsÉÝä!FáŽ/†m'~¼êŒn?àßvaÝDëÑ÷ì+°¥¸5ïšôt0Ü
¶æ+ÉÔ·ÆsRz…t¥J–xFzëþƒöÁQîè`û¼/dŠº2›åž™j@7GÛú.º?Üwyc$O‘œÀI‘(S¥ME®ƒßŒô| Áõ^`‚2!-›’"VîIN™"Ì‚B-ÌÎe³/uV9:Î6:.Ç°ÿMɪH
endstream
endobj
-752 0 obj
+757 0 obj
<<
/Length 8854
>>
@@ -3765,7 +3732,7 @@ ET
endstream
endobj
-768 0 obj
+773 0 obj
<<
/Length 5346
>>
@@ -3842,20 +3809,20 @@ ET
endstream
endobj
-765 0 obj
+770 0 obj
<<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/points.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 771 0 R
+/PTEX.InfoDict 776 0 R
/BBox [0 0 274 308]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 772 0 R
->>/Font << /R8 773 0 R>>
+/R7 777 0 R
+>>/Font << /R8 778 0 R>>
>>
/Length 1397
/Filter /FlateDecode
@@ -3865,7 +3832,7 @@ x
– ó£„ ¹3Ê Bü=®§«æ±bA‡HŒ}Ï©c·í²»?é”ׄÿäïÍeùö]_?ü¾¤Ó©d êwßGüðaù´d"®òçæ²¾¾ä}ÍíëÕûe4ß ,äýÔ×sÿ»º,_ýx÷Ç/w×·¯®~[¾»ZÞ.ø›Œ1¸ð™âuóâ¯ïÿ¼ûùúáoO*žþx/þÃõí½Î22Tø<ᜇd†&Âoî/×ïV˜âÿõèCê1V^õd¨æõãR¬Û9ŸÎç¶^–ºµÓ¾ÍšÚýÝz¦zõ¯7‹!€S®ûj짔êJÚR¿–ðWZSöN•m˜´
ide«3çûfyÿõROÛú×|J_F¿~]~z2ò–}×òVÐÕämë¦Î€sQ<I<³¦uiüd¸r͵9.Ö¤¢ÆR’ÉÑãY~ОÐCÑÝ¥Ÿ}öçÙ^â<3LA
‰c‹YÒ¶®ôçY¯qž&mCÙØâÌû懣ç—Ñ#|H–_rƧšÇÒ³,wš0s>}yüÇ5ÒNóË
p%U¤ –ðW@E’§$§•|¡pxõE`&ÆøåU ™¤ó«›%AÝIUÍ0Gš]ý‘&ûÖM’ î Jšx÷¬…T.ù)~¼C²8˜}~‚ÛÍWÛ¢íÁvKÑö¶K,8ÛÍ—&†`[C*—ü¨ONÔÇsƒ
½m‚êò9؆Áu¶!×`{P9¦m‚êKI7oÛB*—ü¨O샹~ñ̳·Ç'¡Á^ÝIaÏvRy!œzw'ó¤`Íx"0.Ѥb'…iÄù|ùÌs¼žP:-%X/[´^º“#Àa°há…dÞPÓY/)Z‡Ýqˆ&-VŠÖ½ON¬Çtnƒ®G±À¹ÍY–& é›Ë’וB¿Ìœ¤¡¹M…ÁnngäŽ%¤Ò#ØœÃÉÙÇ‚"d;’Àô)ùÃ(˜\X‹³Ž¥²£0}Z¡pø#`Ó†Sò‹%Hvt§Ð̧f£`ú`-Î+”ÐŽQ4ó9ƒ…Ç,x›O/,îf,z»âißn«ªÝìv«$½úæ-ÜŒå`?›“禩™|,ˆ7cïó™;Ìñº@!osõé]Š¦?ݲta0€yýÒ¥¤Zdy›«OïRÜ<%9䃀[}拇ú 6m8uõIPžþhǃf>m))…YÞæê“ Ò<%9䃀[}ækçÿÜæ“WO’rõ=A} £ Ñ0'Ë 9‘S,irêÕ÷+\_ãuâÝ¿›ÑÆE?æóé{¦ƒÙÇá'È‹ÎB#4_²$&†`[–’qq‘‘&/>Mõ5^_'†`[Bý˜OõºÖÁ–%©¡ ª/]07o[šqq ’&/M
Íõ5^_'nÞ¶†4.ú1Ÿ6ØsýÜ¥%]Š!ƒCÞgVe@Ù–‹’…$)š5-ƒÃØ5}‡ä²?ÖLg+‡|>{é>hO‘jøX5~,ê>–0àxÕ},1’š¬ác ”ø±ŠûX€5‹ûXb$3òø³ Ú…t¡í¡=Å>tpº8Õ‡’Ô$iÎ>´-ö¡Ç%ÀšTÔXJR#ÞgL¼í“-J/0®jãȶw.Þâªick£Z,”Ô¤š^”Ñk·ì«éUÝ
‹¯WjÇ‚µÛçƒ.ÁºUE³zÉgýãPˆ,é"›Ñe±ûÌ‹:t˜!*%~
Ö
*«QÊÒ@emPMÓ1:¾Þ’àX¼÷(˜®4æ¤Nƒ¾]þÎJ¦'
endstream
endobj
-780 0 obj
+785 0 obj
<<
/Length 5462
>>
@@ -3955,7 +3922,7 @@ ET
endstream
endobj
-784 0 obj
+789 0 obj
<<
/Length 8659
>>
@@ -4003,7 +3970,7 @@ ET
endstream
endobj
-798 0 obj
+803 0 obj
<<
/Length 6893
>>
@@ -4070,81 +4037,41 @@ ET
endstream
endobj
-817 0 obj
-<<
-/Length 7473
->>
-stream
-0 g 0 G
-0 g 0 G
-BT
-/F27 9.9626 Tf 150.705 706.129 Td [(2.3.1)-1150(User-de\014ned)-383(index)-384(mappings)]TJ/F8 9.9626 Tf 0 -18.389 Td [(PSBLAS)-385(s)-1(u)1(pp)-28(orts)-386(user-de\014ned)-385(global)-386(to)-386(lo)-27(cal)-386(index)-386(mappings,)-398(sub)-56(ject)-385(to)-386(the)]TJ 0 -11.956 Td [(constrain)28(ts)-334(ou)1(tlined)-334(in)-333(sec.)]TJ
-0 0 1 rg 0 0 1 RG
- [-333(2.3)]TJ
-0 g 0 G
- [(:)]TJ
-0 g 0 G
- 12.176 -19.925 Td [(1.)]TJ
-0 g 0 G
- [-500(The)-333(set)-334(of)-333(indices)-333(o)27(wned)-333(lo)-28(cally)-333(m)28(ust)-334(b)-27(e)-334(mapp)-28(ed)-333(to)-333(the)-334(set)-333(1)]TJ/F11 9.9626 Tf 282.774 0 Td [(:)-167(:)-166(:)-167(n)]TJ/F8 9.9626 Tf 19.263 -1.494 Td [(ro)28(w)]TJ/F9 4.9813 Tf 15.802 -0.997 Td [(i)]TJ/F8 9.9626 Tf 3.654 2.491 Td [(;)]TJ
-0 g 0 G
- -321.493 -19.925 Td [(2.)]TJ
-0 g 0 G
- [-500(The)-333(set)-334(of)-333(halo)-333(p)-28(oin)28(ts)-334(m)28(ust)-333(b)-28(e)-333(mapp)-28(ed)-333(to)-334(the)-333(set)]TJ/F11 9.9626 Tf 232.684 0 Td [(n)]TJ/F8 9.9626 Tf 5.98 -1.495 Td [(ro)28(w)]TJ/F9 4.9813 Tf 15.802 -0.996 Td [(i)]TJ/F8 9.9626 Tf 5.868 2.491 Td [(+)-222(1)]TJ/F11 9.9626 Tf 16.604 0 Td [(:)-167(:)-166(:)-167(n)]TJ/F8 9.9626 Tf 19.263 -3.487 Td [(col)]TJ/F9 4.9813 Tf 12.177 -0.996 Td [(i)]TJ/F8 9.9626 Tf 3.654 4.483 Td [(;)]TJ -324.208 -19.926 Td [(but)-366(otherwise)-366(the)-365(mapping)-366(is)-366(arbitrary)84(.)-542(The)-366(user)-366(application)-366(is)-365(resp)-28(onsible)-366(to)]TJ 0 -11.955 Td [(ensure)-356(consistency)-356(of)-356(this)-356(mapping;)-367(some)-356(errors)-356(ma)27(y)-356(b)-27(e)-356(caugh)27(t)-356(b)28(y)-356(the)-356(library)84(,)]TJ 0 -11.955 Td [(but)-377(this)-378(is)-377(not)-377(guaran)28(te)-1(ed.)-576(The)-377(application)-378(structure)-377(to)-377(s)-1(u)1(pp)-28(ort)-378(t)1(his)-378(usage)-377(is)]TJ 0 -11.955 Td [(as)-333(follo)27(ws:)]TJ
-0 g 0 G
- 12.176 -19.925 Td [(1.)]TJ
-0 g 0 G
- [-500(Initialize)-222(index)-222(space)-223(with)]TJ/F30 9.9626 Tf 125.696 0 Td [(psb_cdall\050ictx,desc,info,vl=vl,lidx=lidx\051)]TJ/F8 9.9626 Tf -112.966 -11.955 Td [(passing)-253(the)-254(v)28(ectors)]TJ/F30 9.9626 Tf 83.59 0 Td [(vl\050:\051)]TJ/F8 9.9626 Tf 28.674 0 Td [(con)28(taining)-253(the)-254(set)-253(of)-253(global)-253(indices)-254(o)28(wned)-253(b)28(y)-253(the)]TJ -112.264 -11.956 Td [(curren)28(t)-334(pr)1(o)-28(cess)-334(and)]TJ/F30 9.9626 Tf 88.751 0 Td [(lidx\050:\051)]TJ/F8 9.9626 Tf 39.933 0 Td [(con)28(taining)-333(the)-334(corresp)-28(ondin)1(g)-334(lo)-28(cal)-333(indices;)]TJ
-0 g 0 G
- -141.414 -19.925 Td [(2.)]TJ
-0 g 0 G
- [-500(Add)-266(the)-266(halo)-266(p)-27(oin)27(ts)]TJ/F30 9.9626 Tf 100.593 0 Td [(ja\050:\051)]TJ/F8 9.9626 Tf 28.801 0 Td [(and)-266(their)-266(asso)-28(ciated)-265(lo)-28(cal)-266(indices)]TJ/F30 9.9626 Tf 143.508 0 Td [(lidx\050:\051)]TJ/F8 9.9626 Tf 39.261 0 Td [(with)]TJ -299.433 -11.955 Td [(a\050some\051)-333(c)-1(all\050)1(s)-1(\051)-333(to)]TJ/F30 9.9626 Tf 79.812 0 Td [(psb_cdins\050nz,ja,desc,info,lidx=lidx\051)]TJ/F8 9.9626 Tf 188.293 0 Td [(;)]TJ
-0 g 0 G
- -280.835 -19.925 Td [(3.)]TJ
-0 g 0 G
- [-500(Assem)28(ble)-334(the)-333(descriptor)-333(with)]TJ/F30 9.9626 Tf 143.02 0 Td [(psb_cdasb)]TJ/F8 9.9626 Tf 47.073 0 Td [(;)]TJ
-0 g 0 G
- -190.093 -19.926 Td [(4.)]TJ
-0 g 0 G
- [-500(Build)-240(the)-240(sparse)-240(matrices)-240(and)-240(v)27(ectors,)-258(optionally)-240(making)-240(use)-241(in)]TJ/F30 9.9626 Tf 284.462 0 Td [(psb_spins)]TJ/F8 9.9626 Tf -271.732 -11.955 Td [(and)]TJ/F30 9.9626 Tf 19.727 0 Td [(psb_geins)]TJ/F8 9.9626 Tf 50.749 0 Td [(of)-369(the)]TJ/F30 9.9626 Tf 29.214 0 Td [(local)]TJ/F8 9.9626 Tf 29.827 0 Td [(argumen)28(t)-369(sp)-28(ecifying)-369(that)-369(the)-369(indices)-369(in)]TJ/F30 9.9626 Tf 176.06 0 Td [(ia)]TJ/F8 9.9626 Tf 10.461 0 Td [(,)]TJ/F30 9.9626 Tf -316.038 -11.955 Td [(ja)]TJ/F8 9.9626 Tf 13.782 0 Td [(and)]TJ/F30 9.9626 Tf 19.372 0 Td [(irw)]TJ/F8 9.9626 Tf 15.691 0 Td [(,)-333(resp)-28(ectiv)28(ely)83(,)-333(are)-334(already)-333(lo)-28(cal)-333(indices.)]TJ/F16 11.9552 Tf -73.751 -27.888 Td [(2.4)-1125(Programming)-375(mo)-31(del)]TJ/F8 9.9626 Tf 0 -18.39 Td [(The)-325(PSBLAS)-324(librarary)-325(is)-325(based)-324(o)-1(n)-324(the)-325(Single)-325(Program)-324(Multiple)-325(Data)-325(\050SPMD\051)]TJ 0 -11.955 Td [(programming)-413(mo)-28(del:)-603(eac)27(h)-413(pro)-27(cess)-413(participating)-413(in)-413(the)-413(computation)-413(p)-28(erforms)]TJ 0 -11.955 Td [(the)-333(same)-334(actions)-333(on)-333(a)-334(c)28(h)28(unk)-333(of)-334(data.)-444(P)28(arallelism)-334(is)-333(th)28(us)-334(data-d)1(riv)27(en.)]TJ 14.944 -11.955 Td [(Because)-389(of)-389(this)-389(structure,)-402(m)-1(an)28(y)-389(subrou)1(tines)-389(co)-28(ordinate)-389(their)-389(action)-389(across)]TJ -14.944 -11.956 Td [(the)-478(v)56(arious)-478(pro)-28(cesses,)-514(th)28(us)-478(pro)28(viding)-477(a)-1(n)-477(implicit)-478(sync)28(hronization)-478(p)-28(oin)28(t,)-514(and)]TJ 0 -11.955 Td [(therefore)]TJ/F17 9.9626 Tf 43.026 0 Td [(must)]TJ/F8 9.9626 Tf 26.326 0 Td [(b)-28(e)-452(called)-452(sim)28(ultaneously)-452(b)28(y)-452(all)-452(pro)-28(cesses)-452(participating)-452(in)-452(the)]TJ -69.352 -11.955 Td [(computation.)-597(This)-384(is)-384(certainly)-384(true)-385(for)-384(the)-384(data)-384(allo)-28(cation)-384(and)-384(assem)28(bly)-385(rou)1(-)]TJ 0 -11.955 Td [(tines,)-333(for)-334(all)-333(the)-333(computational)-333(routines)-334(and)-333(for)-333(some)-334(of)-333(the)-333(to)-28(ols)-334(r)1(outines.)]TJ 14.944 -11.955 Td [(Ho)28(w)28(e)-1(v)28(er)-490(there)-490(are)-490(m)-1(an)28(y)-490(cases)-490(where)-491(no)-490(sync)28(hronization,)-529(and)-491(in)1(dee)-1(d)-490(no)]TJ -14.944 -11.955 Td [(comm)28(unication)-459(among)-458(pro)-28(cesses,)-489(is)-459(implied;)-521(f)1(or)-459(instance,)-489(all)-459(the)-458(routines)-458(in)]TJ 0 -11.956 Td [(sec.)]TJ
-0 0 1 rg 0 0 1 RG
- [-476(3)]TJ
-0 g 0 G
- [-475(are)-475(only)-476(acting)-475(on)-476(the)-475(lo)-28(cal)-475(data)-476(structures,)-511(and)-475(th)28(us)-476(ma)28(y)-475(b)-28(e)-475(c)-1(alled)]TJ 0 -11.955 Td [(indep)-28(enden)28(tly)84(.)-917(The)-491(most)-491(imp)-27(ortan)27(t)-490(case)-491(is)-491(that)-491(of)-490(the)-491(co)-28(e\016cien)28(t)-491(insertion)]TJ 0 -11.955 Td [(routines:)-409(since)-263(the)-263(n)27(um)28(b)-28(er)-263(of)-263(co)-27(e\016c)-1(i)1(e)-1(n)28(ts)-263(in)-263(the)-263(sparse)-263(and)-263(dense)-263(matrices)-263(v)55(aries)]TJ 0 -11.955 Td [(among)-323(the)-322(pro)-28(cessors,)-325(and)-323(since)-322(the)-323(user)-323(is)-322(free)-323(to)-323(c)28(ho)-28(ose)-322(an)-323(arbitrary)-323(ord)1(e)-1(r)-322(in)]TJ 0 -11.955 Td [(builiding)-333(the)-333(matrix)-334(en)28(tries,)-333(these)-334(routines)-333(cannot)-333(imply)-334(a)-333(sync)28(hronization.)]TJ 14.944 -11.955 Td [(Throughout)-333(this)-333(use)-1(r)1('s)-334(guide)-333(eac)28(h)-334(subroutine)-333(will)-333(b)-28(e)-333(clearly)-334(indicated)-333(as:)]TJ
-0 g 0 G
-/F27 9.9626 Tf -14.944 -19.926 Td [(Sync)32(hronous:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 71.504 0 Td [(m)28(ust)-359(b)-28(e)-359(called)-359(sim)28(ultaneously)-359(b)28(y)-359(all)-359(the)-359(pro)-28(cesses)-359(in)-359(the)-359(rele-)]TJ -46.597 -11.955 Td [(v)56(an)27(t)-333(comm)28(unication)-333(c)-1(on)28(text;)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(Async)32(hronous:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 78.32 0 Td [(ma)28(y)-334(b)-27(e)-334(called)-333(in)-333(a)-334(totally)-333(indep)-28(enden)28(t)-333(manner.)]TJ
-0 g 0 G
- 91.045 -72.817 Td [(8)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-702 0 obj
+707 0 obj
<<
/Type /ObjStm
/N 100
-/First 902
-/Length 12118
+/First 907
+/Length 12288
>>
stream
-680 0 681 149 682 298 683 447 684 593 685 741 686 890 687 1037 688 1187 689 1336
-690 1486 691 1633 692 1783 693 1933 694 2083 695 2233 696 2383 697 2529 701 2678 698 2734
-704 2813 706 2927 703 2984 718 3050 707 3256 708 3405 709 3556 710 3708 711 3862 712 4013
-713 4162 714 4311 715 4459 716 4607 7 4755 717 4809 738 4901 742 5051 743 5292 744 5334
-745 5720 732 6020 733 6165 734 6313 11 6460 741 6516 737 6571 751 6691 736 6841 748 6987
-749 7136 753 7284 15 7340 759 7395 761 7452 750 7509 767 7704 771 7846 772 7960 773 8002
-763 8071 764 8219 769 8367 770 8424 19 8481 766 8537 779 8696 776 8838 777 8984 781 9131
-778 9187 783 9292 785 9406 23 9463 787 9519 788 9576 789 9633 790 9689 791 9746 792 9802
-793 9857 794 9914 782 9971 797 10101 799 10215 800 10271 801 10327 802 10383 803 10439 804 10494
-805 10550 806 10606 807 10661 808 10717 809 10773 810 10829 811 10885 812 10940 796 10995 816 11074
-% 680 0 obj
+682 0 683 146 684 294 685 443 686 592 687 741 688 887 689 1035 690 1184 691 1331
+692 1481 693 1630 694 1780 695 1927 696 2077 697 2226 698 2376 699 2525 700 2675 701 2824
+702 2970 706 3119 703 3175 709 3254 711 3368 708 3425 723 3491 712 3697 713 3846 714 3997
+715 4149 716 4303 717 4454 718 4603 719 4752 720 4900 721 5048 7 5196 722 5250 743 5342
+747 5492 748 5733 749 5775 750 6161 737 6461 738 6606 739 6754 11 6901 746 6957 742 7012
+756 7132 741 7282 753 7428 754 7577 758 7725 15 7781 764 7836 766 7893 755 7950 772 8145
+776 8287 777 8401 778 8443 768 8512 769 8660 774 8808 775 8865 19 8922 771 8978 784 9137
+781 9279 782 9425 786 9572 783 9628 788 9733 790 9847 23 9904 792 9960 793 10017 794 10074
+795 10130 796 10187 797 10243 798 10298 799 10355 787 10412 802 10542 804 10656 805 10712 806 10768
+807 10824 808 10880 809 10935 810 10991 811 11047 812 11102 813 11158 814 11214 815 11270 816 11326
+% 682 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [98.899 444.167 190.188 455.015]
+/A << /S /GoTo /D (section.8) >>
+>>
+% 683 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.843 432.212 167.188 443.06]
+/A << /S /GoTo /D (section*.93) >>
+>>
+% 684 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4152,7 +4079,7 @@ stream
/Rect [113.843 420.256 155.537 431.105]
/A << /S /GoTo /D (section*.94) >>
>>
-% 681 0 obj
+% 685 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4160,7 +4087,7 @@ stream
/Rect [113.843 408.301 202.129 419.149]
/A << /S /GoTo /D (section*.95) >>
>>
-% 682 0 obj
+% 686 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4168,7 +4095,7 @@ stream
/Rect [113.843 396.346 189.039 407.194]
/A << /S /GoTo /D (section*.96) >>
>>
-% 683 0 obj
+% 687 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4176,7 +4103,7 @@ stream
/Rect [98.899 376.365 156.061 385.276]
/A << /S /GoTo /D (section.9) >>
>>
-% 684 0 obj
+% 688 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4184,7 +4111,7 @@ stream
/Rect [113.843 364.41 149.061 373.321]
/A << /S /GoTo /D (section*.97) >>
>>
-% 685 0 obj
+% 689 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4192,7 +4119,7 @@ stream
/Rect [113.843 352.455 152.382 361.366]
/A << /S /GoTo /D (section*.98) >>
>>
-% 686 0 obj
+% 690 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4200,7 +4127,7 @@ stream
/Rect [113.843 340.5 175.617 349.411]
/A << /S /GoTo /D (section*.99) >>
>>
-% 687 0 obj
+% 691 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4208,7 +4135,7 @@ stream
/Rect [113.843 326.608 181.207 337.456]
/A << /S /GoTo /D (section*.100) >>
>>
-% 688 0 obj
+% 692 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4216,7 +4143,7 @@ stream
/Rect [113.843 316.59 178.938 325.236]
/A << /S /GoTo /D (section*.101) >>
>>
-% 689 0 obj
+% 693 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4224,7 +4151,7 @@ stream
/Rect [113.843 302.697 184.528 313.281]
/A << /S /GoTo /D (section*.102) >>
>>
-% 690 0 obj
+% 694 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4232,39 +4159,39 @@ stream
/Rect [98.899 282.717 234.475 291.628]
/A << /S /GoTo /D (section.10) >>
>>
-% 691 0 obj
+% 695 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 268.824 167.658 279.672]
+/Rect [113.843 268.824 157.374 280.226]
/A << /S /GoTo /D (section*.103) >>
>>
-% 692 0 obj
+% 696 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 256.869 166.551 267.717]
+/Rect [113.843 256.869 164.57 268.271]
/A << /S /GoTo /D (section*.104) >>
>>
-% 693 0 obj
+% 697 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 244.914 171.256 255.762]
+/Rect [113.843 244.914 166.507 256.316]
/A << /S /GoTo /D (section*.105) >>
>>
-% 694 0 obj
+% 698 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 232.959 174.936 243.807]
+/Rect [113.843 232.959 164.653 244.36]
/A << /S /GoTo /D (section*.106) >>
>>
-% 695 0 obj
+% 699 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4272,58 +4199,66 @@ stream
/Rect [113.843 222.941 137.975 231.852]
/A << /S /GoTo /D (section*.107) >>
>>
-% 696 0 obj
+% 700 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [113.843 209.048 158.232 220.45]
+/A << /S /GoTo /D (section*.108) >>
+>>
+% 701 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [98.899 201.023 206.49 209.934]
+/Rect [98.899 189.068 206.49 197.979]
/A << /S /GoTo /D (section.11) >>
>>
-% 697 0 obj
+% 702 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [113.843 187.131 161.57 197.979]
-/A << /S /GoTo /D (section*.108) >>
+/Rect [113.843 175.175 161.57 186.024]
+/A << /S /GoTo /D (section*.109) >>
>>
-% 701 0 obj
+% 706 0 obj
<<
-/D [699 0 R /XYZ 98.895 753.953 null]
+/D [704 0 R /XYZ 98.895 753.953 null]
>>
-% 698 0 obj
+% 703 0 obj
<<
-/Font << /F8 549 0 R /F27 548 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 704 0 obj
+% 709 0 obj
<<
/Type /Page
-/Contents 705 0 R
-/Resources 703 0 R
+/Contents 710 0 R
+/Resources 708 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 550 0 R
+/Parent 554 0 R
>>
-% 706 0 obj
+% 711 0 obj
<<
-/D [704 0 R /XYZ 149.705 753.953 null]
+/D [709 0 R /XYZ 149.705 753.953 null]
>>
-% 703 0 obj
+% 708 0 obj
<<
-/Font << /F8 549 0 R >>
+/Font << /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 718 0 obj
+% 723 0 obj
<<
/Type /Page
-/Contents 719 0 R
-/Resources 717 0 R
+/Contents 724 0 R
+/Resources 722 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
-/Annots [ 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R ]
+/Parent 726 0 R
+/Annots [ 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R ]
>>
-% 707 0 obj
+% 712 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4331,7 +4266,7 @@ stream
/Rect [408.982 586.91 420.937 595.323]
/A << /S /GoTo /D (cite.metcalf) >>
>>
-% 708 0 obj
+% 713 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4339,7 +4274,7 @@ stream
/Rect [277.684 514.913 289.639 523.326]
/A << /S /GoTo /D (cite.Sparse03) >>
>>
-% 709 0 obj
+% 714 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4347,7 +4282,7 @@ stream
/Rect [265.763 502.958 272.737 511.371]
/A << /S /GoTo /D (cite.DesPat:11) >>
>>
-% 710 0 obj
+% 715 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4355,7 +4290,7 @@ stream
/Rect [276.283 502.958 288.238 511.371]
/A << /S /GoTo /D (cite.RouXiaXu:11) >>
>>
-% 711 0 obj
+% 716 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4363,7 +4298,7 @@ stream
/Rect [210.166 442.916 222.121 451.329]
/A << /S /GoTo /D (cite.machiels) >>
>>
-% 712 0 obj
+% 717 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4371,7 +4306,7 @@ stream
/Rect [241.566 370.919 248.54 379.332]
/A << /S /GoTo /D (cite.sblas97) >>
>>
-% 713 0 obj
+% 718 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4379,7 +4314,7 @@ stream
/Rect [252.056 370.919 259.03 379.332]
/A << /S /GoTo /D (cite.sblas02) >>
>>
-% 714 0 obj
+% 719 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4387,7 +4322,7 @@ stream
/Rect [227.473 358.964 239.428 367.377]
/A << /S /GoTo /D (cite.BLAS1) >>
>>
-% 715 0 obj
+% 720 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4395,7 +4330,7 @@ stream
/Rect [243.524 358.964 250.498 367.377]
/A << /S /GoTo /D (cite.BLAS2) >>
>>
-% 716 0 obj
+% 721 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4405,23 +4340,23 @@ stream
>>
% 7 0 obj
<<
-/D [718 0 R /XYZ 99.895 716.092 null]
+/D [723 0 R /XYZ 99.895 716.092 null]
>>
-% 717 0 obj
+% 722 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F17 720 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F17 725 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 738 0 obj
+% 743 0 obj
<<
/Type /Page
-/Contents 739 0 R
-/Resources 737 0 R
+/Contents 744 0 R
+/Resources 742 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
-/Annots [ 732 0 R 733 0 R 734 0 R ]
+/Parent 726 0 R
+/Annots [ 737 0 R 738 0 R 739 0 R ]
>>
-% 742 0 obj
+% 747 0 obj
<<
/Producer (GPL Ghostscript 9.04)
/CreationDate (D:20111215145523+01'00')
@@ -4430,15 +4365,15 @@ stream
/Creator (fig2dev Version 3.2 Patchlevel 5d)
/Author (sfilippo@donald \(Salvatore Filippone\))
>>
-% 743 0 obj
+% 748 0 obj
<<
/Type /ExtGState
/OPM 1
>>
-% 744 0 obj
+% 749 0 obj
<<
/BaseFont /JEJNJE+Times-Roman
-/FontDescriptor 745 0 R
+/FontDescriptor 750 0 R
/Type /Font
/FirstChar 32
/LastChar 116
@@ -4446,7 +4381,7 @@ stream
/Encoding /WinAnsiEncoding
/Subtype /Type1
>>
-% 745 0 obj
+% 750 0 obj
<<
/Type /FontDescriptor
/FontName /JEJNJE+Times-Roman
@@ -4460,9 +4395,9 @@ stream
/MissingWidth 500
/XHeight 460
/CharSet (/A/B/F/I/L/M/P/S/a/c/e/f/g/i/l/n/o/p/r/s/space/t/three/two/zero)
-/FontFile3 746 0 R
+/FontFile3 751 0 R
>>
-% 732 0 obj
+% 737 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4470,7 +4405,7 @@ stream
/Rect [310.543 541.042 317.517 551.89]
/A << /S /GoTo /D (figure.1) >>
>>
-% 733 0 obj
+% 738 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4478,7 +4413,7 @@ stream
/Rect [446.018 471.248 452.992 479.661]
/A << /S /GoTo /D (cite.BLACS) >>
>>
-% 734 0 obj
+% 739 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4488,28 +4423,28 @@ stream
>>
% 11 0 obj
<<
-/D [738 0 R /XYZ 150.705 677.433 null]
+/D [743 0 R /XYZ 150.705 677.433 null]
>>
-% 741 0 obj
+% 746 0 obj
<<
-/D [738 0 R /XYZ 258.703 263.3 null]
+/D [743 0 R /XYZ 258.703 263.3 null]
>>
-% 737 0 obj
+% 742 0 obj
<<
-/Font << /F8 549 0 R /F16 546 0 R /F11 740 0 R >>
-/XObject << /Im1 735 0 R >>
+/Font << /F8 553 0 R /F16 550 0 R /F11 745 0 R >>
+/XObject << /Im1 740 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 751 0 obj
+% 756 0 obj
<<
/Type /Page
-/Contents 752 0 R
-/Resources 750 0 R
+/Contents 757 0 R
+/Resources 755 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
-/Annots [ 736 0 R 748 0 R 749 0 R ]
+/Parent 726 0 R
+/Annots [ 741 0 R 753 0 R 754 0 R ]
>>
-% 736 0 obj
+% 741 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4517,7 +4452,7 @@ stream
/Rect [219.5 609.491 231.455 617.904]
/A << /S /GoTo /D (cite.METIS) >>
>>
-% 748 0 obj
+% 753 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4525,7 +4460,7 @@ stream
/Rect [210.854 546.467 217.316 558.506]
/A << /S /GoTo /D (Hfootnote.1) >>
>>
-% 749 0 obj
+% 754 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4533,54 +4468,54 @@ stream
/Rect [155.908 188.124 162.37 200.163]
/A << /S /GoTo /D (Hfootnote.2) >>
>>
-% 753 0 obj
+% 758 0 obj
<<
-/D [751 0 R /XYZ 98.895 753.953 null]
+/D [756 0 R /XYZ 98.895 753.953 null]
>>
% 15 0 obj
<<
-/D [751 0 R /XYZ 99.895 515.919 null]
+/D [756 0 R /XYZ 99.895 515.919 null]
>>
-% 759 0 obj
+% 764 0 obj
<<
-/D [751 0 R /XYZ 115.138 167.688 null]
+/D [756 0 R /XYZ 115.138 167.688 null]
>>
-% 761 0 obj
+% 766 0 obj
<<
-/D [751 0 R /XYZ 115.138 158.184 null]
+/D [756 0 R /XYZ 115.138 158.184 null]
>>
-% 750 0 obj
+% 755 0 obj
<<
-/Font << /F8 549 0 R /F17 720 0 R /F30 754 0 R /F7 755 0 R /F16 546 0 R /F11 740 0 R /F10 756 0 R /F14 757 0 R /F27 548 0 R /F32 758 0 R /F31 760 0 R >>
+/Font << /F8 553 0 R /F17 725 0 R /F30 759 0 R /F7 760 0 R /F16 550 0 R /F11 745 0 R /F10 761 0 R /F14 762 0 R /F27 552 0 R /F32 763 0 R /F31 765 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 767 0 obj
+% 772 0 obj
<<
/Type /Page
-/Contents 768 0 R
-/Resources 766 0 R
+/Contents 773 0 R
+/Resources 771 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
-/Annots [ 763 0 R 764 0 R ]
+/Parent 726 0 R
+/Annots [ 768 0 R 769 0 R ]
>>
-% 771 0 obj
+% 776 0 obj
<<
/Producer (ESP Ghostscript 815.03)
/CreationDate (D:20070123225315)
/ModDate (D:20070123225315)
>>
-% 772 0 obj
+% 777 0 obj
<<
/Type /ExtGState
/OPM 1
>>
-% 773 0 obj
+% 778 0 obj
<<
/BaseFont /Times-Roman
/Type /Font
/Subtype /Type1
>>
-% 763 0 obj
+% 768 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4588,7 +4523,7 @@ stream
/Rect [294.665 637.885 301.639 646.297]
/A << /S /GoTo /D (cite.2007c) >>
>>
-% 764 0 obj
+% 769 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4596,34 +4531,34 @@ stream
/Rect [305.735 637.885 312.709 646.297]
/A << /S /GoTo /D (cite.2007d) >>
>>
-% 769 0 obj
+% 774 0 obj
<<
-/D [767 0 R /XYZ 149.705 753.953 null]
+/D [772 0 R /XYZ 149.705 753.953 null]
>>
-% 770 0 obj
+% 775 0 obj
<<
-/D [767 0 R /XYZ 303.562 347.015 null]
+/D [772 0 R /XYZ 303.562 347.015 null]
>>
% 19 0 obj
<<
-/D [767 0 R /XYZ 150.705 272.271 null]
+/D [772 0 R /XYZ 150.705 272.271 null]
>>
-% 766 0 obj
+% 771 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F14 757 0 R /F11 740 0 R /F10 756 0 R /F16 546 0 R >>
-/XObject << /Im2 765 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F14 762 0 R /F11 745 0 R /F10 761 0 R /F16 550 0 R >>
+/XObject << /Im2 770 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 779 0 obj
+% 784 0 obj
<<
/Type /Page
-/Contents 780 0 R
-/Resources 778 0 R
+/Contents 785 0 R
+/Resources 783 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
-/Annots [ 776 0 R 777 0 R ]
+/Parent 726 0 R
+/Annots [ 781 0 R 782 0 R ]
>>
-% 776 0 obj
+% 781 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4631,7 +4566,7 @@ stream
/Rect [406.358 354.515 413.331 366.47]
/A << /S /GoTo /D (section.3) >>
>>
-% 777 0 obj
+% 782 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4639,150 +4574,188 @@ stream
/Rect [173.863 318.352 180.837 330.307]
/A << /S /GoTo /D (section.6) >>
>>
-% 781 0 obj
+% 786 0 obj
<<
-/D [779 0 R /XYZ 98.895 753.953 null]
+/D [784 0 R /XYZ 98.895 753.953 null]
>>
-% 778 0 obj
+% 783 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F14 757 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F14 762 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 783 0 obj
+% 788 0 obj
<<
/Type /Page
-/Contents 784 0 R
-/Resources 782 0 R
+/Contents 789 0 R
+/Resources 787 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 721 0 R
->>
-% 785 0 obj
-<<
-/D [783 0 R /XYZ 149.705 753.953 null]
->>
-% 23 0 obj
-<<
-/D [783 0 R /XYZ 150.705 716.092 null]
->>
-% 787 0 obj
-<<
-/D [783 0 R /XYZ 150.705 284.758 null]
->>
-% 788 0 obj
-<<
-/D [783 0 R /XYZ 150.705 263.953 null]
->>
-% 789 0 obj
-<<
-/D [783 0 R /XYZ 150.705 242.87 null]
+/Parent 726 0 R
>>
% 790 0 obj
<<
-/D [783 0 R /XYZ 150.705 221.788 null]
+/D [788 0 R /XYZ 149.705 753.953 null]
>>
-% 791 0 obj
+% 23 0 obj
<<
-/D [783 0 R /XYZ 150.705 188.75 null]
+/D [788 0 R /XYZ 150.705 716.092 null]
>>
% 792 0 obj
<<
-/D [783 0 R /XYZ 150.705 167.6 null]
+/D [788 0 R /XYZ 150.705 284.758 null]
>>
% 793 0 obj
<<
-/D [783 0 R /XYZ 150.705 148.591 null]
+/D [788 0 R /XYZ 150.705 263.953 null]
>>
% 794 0 obj
<<
-/D [783 0 R /XYZ 150.705 132.072 null]
+/D [788 0 R /XYZ 150.705 242.87 null]
>>
-% 782 0 obj
+% 795 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F30 754 0 R /F9 786 0 R /F17 720 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [788 0 R /XYZ 150.705 221.788 null]
>>
-% 797 0 obj
+% 796 0 obj
<<
-/Type /Page
-/Contents 798 0 R
-/Resources 796 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
+/D [788 0 R /XYZ 150.705 188.75 null]
>>
-% 799 0 obj
+% 797 0 obj
<<
-/D [797 0 R /XYZ 98.895 753.953 null]
+/D [788 0 R /XYZ 150.705 167.6 null]
>>
-% 800 0 obj
+% 798 0 obj
<<
-/D [797 0 R /XYZ 99.895 716.092 null]
+/D [788 0 R /XYZ 150.705 148.591 null]
>>
-% 801 0 obj
+% 799 0 obj
<<
-/D [797 0 R /XYZ 99.895 685.535 null]
+/D [788 0 R /XYZ 150.705 132.072 null]
>>
-% 802 0 obj
+% 787 0 obj
<<
-/D [797 0 R /XYZ 99.895 613.511 null]
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F30 759 0 R /F9 791 0 R /F17 725 0 R >>
+/ProcSet [ /PDF /Text ]
>>
-% 803 0 obj
+% 802 0 obj
<<
-/D [797 0 R /XYZ 99.895 588.43 null]
+/Type /Page
+/Contents 803 0 R
+/Resources 801 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 818 0 R
>>
% 804 0 obj
<<
-/D [797 0 R /XYZ 99.895 563.625 null]
+/D [802 0 R /XYZ 98.895 753.953 null]
>>
% 805 0 obj
<<
-/D [797 0 R /XYZ 99.895 526.865 null]
+/D [802 0 R /XYZ 99.895 716.092 null]
>>
% 806 0 obj
<<
-/D [797 0 R /XYZ 99.895 502.06 null]
+/D [802 0 R /XYZ 99.895 685.535 null]
>>
% 807 0 obj
<<
-/D [797 0 R /XYZ 99.895 477.255 null]
+/D [802 0 R /XYZ 99.895 613.511 null]
>>
% 808 0 obj
<<
-/D [797 0 R /XYZ 99.895 449.514 null]
+/D [802 0 R /XYZ 99.895 588.43 null]
>>
% 809 0 obj
<<
-/D [797 0 R /XYZ 99.895 419.179 null]
+/D [802 0 R /XYZ 99.895 563.625 null]
>>
% 810 0 obj
<<
-/D [797 0 R /XYZ 99.895 388.567 null]
+/D [802 0 R /XYZ 99.895 526.865 null]
>>
% 811 0 obj
<<
-/D [797 0 R /XYZ 99.895 369.91 null]
+/D [802 0 R /XYZ 99.895 502.06 null]
>>
% 812 0 obj
<<
-/D [797 0 R /XYZ 99.895 351.53 null]
+/D [802 0 R /XYZ 99.895 477.255 null]
>>
-% 796 0 obj
+% 813 0 obj
<<
-/Font << /F8 549 0 R /F30 754 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [802 0 R /XYZ 99.895 449.514 null]
+>>
+% 814 0 obj
+<<
+/D [802 0 R /XYZ 99.895 419.179 null]
+>>
+% 815 0 obj
+<<
+/D [802 0 R /XYZ 99.895 388.567 null]
>>
% 816 0 obj
<<
-/Type /Page
-/Contents 817 0 R
-/Resources 815 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
-/Annots [ 795 0 R 814 0 R ]
+/D [802 0 R /XYZ 99.895 369.91 null]
+>>
+
+endstream
+endobj
+823 0 obj
+<<
+/Length 7473
>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F27 9.9626 Tf 150.705 706.129 Td [(2.3.1)-1150(User-de\014ned)-383(index)-384(mappings)]TJ/F8 9.9626 Tf 0 -18.389 Td [(PSBLAS)-385(s)-1(u)1(pp)-28(orts)-386(user-de\014ned)-385(global)-386(to)-386(lo)-27(cal)-386(index)-386(mappings,)-398(sub)-56(ject)-385(to)-386(the)]TJ 0 -11.956 Td [(constrain)28(ts)-334(ou)1(tlined)-334(in)-333(sec.)]TJ
+0 0 1 rg 0 0 1 RG
+ [-333(2.3)]TJ
+0 g 0 G
+ [(:)]TJ
+0 g 0 G
+ 12.176 -19.925 Td [(1.)]TJ
+0 g 0 G
+ [-500(The)-333(set)-334(of)-333(indices)-333(o)27(wned)-333(lo)-28(cally)-333(m)28(ust)-334(b)-27(e)-334(mapp)-28(ed)-333(to)-333(the)-334(set)-333(1)]TJ/F11 9.9626 Tf 282.774 0 Td [(:)-167(:)-166(:)-167(n)]TJ/F8 9.9626 Tf 19.263 -1.494 Td [(ro)28(w)]TJ/F9 4.9813 Tf 15.802 -0.997 Td [(i)]TJ/F8 9.9626 Tf 3.654 2.491 Td [(;)]TJ
+0 g 0 G
+ -321.493 -19.925 Td [(2.)]TJ
+0 g 0 G
+ [-500(The)-333(set)-334(of)-333(halo)-333(p)-28(oin)28(ts)-334(m)28(ust)-333(b)-28(e)-333(mapp)-28(ed)-333(to)-334(the)-333(set)]TJ/F11 9.9626 Tf 232.684 0 Td [(n)]TJ/F8 9.9626 Tf 5.98 -1.495 Td [(ro)28(w)]TJ/F9 4.9813 Tf 15.802 -0.996 Td [(i)]TJ/F8 9.9626 Tf 5.868 2.491 Td [(+)-222(1)]TJ/F11 9.9626 Tf 16.604 0 Td [(:)-167(:)-166(:)-167(n)]TJ/F8 9.9626 Tf 19.263 -3.487 Td [(col)]TJ/F9 4.9813 Tf 12.177 -0.996 Td [(i)]TJ/F8 9.9626 Tf 3.654 4.483 Td [(;)]TJ -324.208 -19.926 Td [(but)-366(otherwise)-366(the)-365(mapping)-366(is)-366(arbitrary)84(.)-542(The)-366(user)-366(application)-366(is)-365(resp)-28(onsible)-366(to)]TJ 0 -11.955 Td [(ensure)-356(consistency)-356(of)-356(this)-356(mapping;)-367(some)-356(errors)-356(ma)27(y)-356(b)-27(e)-356(caugh)27(t)-356(b)28(y)-356(the)-356(library)84(,)]TJ 0 -11.955 Td [(but)-377(this)-378(is)-377(not)-377(guaran)28(te)-1(ed.)-576(The)-377(application)-378(structure)-377(to)-377(s)-1(u)1(pp)-28(ort)-378(t)1(his)-378(usage)-377(is)]TJ 0 -11.955 Td [(as)-333(follo)27(ws:)]TJ
+0 g 0 G
+ 12.176 -19.925 Td [(1.)]TJ
+0 g 0 G
+ [-500(Initialize)-222(index)-222(space)-223(with)]TJ/F30 9.9626 Tf 125.696 0 Td [(psb_cdall\050ictx,desc,info,vl=vl,lidx=lidx\051)]TJ/F8 9.9626 Tf -112.966 -11.955 Td [(passing)-253(the)-254(v)28(ectors)]TJ/F30 9.9626 Tf 83.59 0 Td [(vl\050:\051)]TJ/F8 9.9626 Tf 28.674 0 Td [(con)28(taining)-253(the)-254(set)-253(of)-253(global)-253(indices)-254(o)28(wned)-253(b)28(y)-253(the)]TJ -112.264 -11.956 Td [(curren)28(t)-334(pr)1(o)-28(cess)-334(and)]TJ/F30 9.9626 Tf 88.751 0 Td [(lidx\050:\051)]TJ/F8 9.9626 Tf 39.933 0 Td [(con)28(taining)-333(the)-334(corresp)-28(ondin)1(g)-334(lo)-28(cal)-333(indices;)]TJ
+0 g 0 G
+ -141.414 -19.925 Td [(2.)]TJ
+0 g 0 G
+ [-500(Add)-266(the)-266(halo)-266(p)-27(oin)27(ts)]TJ/F30 9.9626 Tf 100.593 0 Td [(ja\050:\051)]TJ/F8 9.9626 Tf 28.801 0 Td [(and)-266(their)-266(asso)-28(ciated)-265(lo)-28(cal)-266(indices)]TJ/F30 9.9626 Tf 143.508 0 Td [(lidx\050:\051)]TJ/F8 9.9626 Tf 39.261 0 Td [(with)]TJ -299.433 -11.955 Td [(a\050some\051)-333(c)-1(all\050)1(s)-1(\051)-333(to)]TJ/F30 9.9626 Tf 79.812 0 Td [(psb_cdins\050nz,ja,desc,info,lidx=lidx\051)]TJ/F8 9.9626 Tf 188.293 0 Td [(;)]TJ
+0 g 0 G
+ -280.835 -19.925 Td [(3.)]TJ
+0 g 0 G
+ [-500(Assem)28(ble)-334(the)-333(descriptor)-333(with)]TJ/F30 9.9626 Tf 143.02 0 Td [(psb_cdasb)]TJ/F8 9.9626 Tf 47.073 0 Td [(;)]TJ
+0 g 0 G
+ -190.093 -19.926 Td [(4.)]TJ
+0 g 0 G
+ [-500(Build)-240(the)-240(sparse)-240(matrices)-240(and)-240(v)27(ectors,)-258(optionally)-240(making)-240(use)-241(in)]TJ/F30 9.9626 Tf 284.462 0 Td [(psb_spins)]TJ/F8 9.9626 Tf -271.732 -11.955 Td [(and)]TJ/F30 9.9626 Tf 19.727 0 Td [(psb_geins)]TJ/F8 9.9626 Tf 50.749 0 Td [(of)-369(the)]TJ/F30 9.9626 Tf 29.214 0 Td [(local)]TJ/F8 9.9626 Tf 29.827 0 Td [(argumen)28(t)-369(sp)-28(ecifying)-369(that)-369(the)-369(indices)-369(in)]TJ/F30 9.9626 Tf 176.06 0 Td [(ia)]TJ/F8 9.9626 Tf 10.461 0 Td [(,)]TJ/F30 9.9626 Tf -316.038 -11.955 Td [(ja)]TJ/F8 9.9626 Tf 13.782 0 Td [(and)]TJ/F30 9.9626 Tf 19.372 0 Td [(irw)]TJ/F8 9.9626 Tf 15.691 0 Td [(,)-333(resp)-28(ectiv)28(ely)83(,)-333(are)-334(already)-333(lo)-28(cal)-333(indices.)]TJ/F16 11.9552 Tf -73.751 -27.888 Td [(2.4)-1125(Programming)-375(mo)-31(del)]TJ/F8 9.9626 Tf 0 -18.39 Td [(The)-325(PSBLAS)-324(librarary)-325(is)-325(based)-324(o)-1(n)-324(the)-325(Single)-325(Program)-324(Multiple)-325(Data)-325(\050SPMD\051)]TJ 0 -11.955 Td [(programming)-413(mo)-28(del:)-603(eac)27(h)-413(pro)-27(cess)-413(participating)-413(in)-413(the)-413(computation)-413(p)-28(erforms)]TJ 0 -11.955 Td [(the)-333(same)-334(actions)-333(on)-333(a)-334(c)28(h)28(unk)-333(of)-334(data.)-444(P)28(arallelism)-334(is)-333(th)28(us)-334(data-d)1(riv)27(en.)]TJ 14.944 -11.955 Td [(Because)-389(of)-389(this)-389(structure,)-402(m)-1(an)28(y)-389(subrou)1(tines)-389(co)-28(ordinate)-389(their)-389(action)-389(across)]TJ -14.944 -11.956 Td [(the)-478(v)56(arious)-478(pro)-28(cesses,)-514(th)28(us)-478(pro)28(viding)-477(a)-1(n)-477(implicit)-478(sync)28(hronization)-478(p)-28(oin)28(t,)-514(and)]TJ 0 -11.955 Td [(therefore)]TJ/F17 9.9626 Tf 43.026 0 Td [(must)]TJ/F8 9.9626 Tf 26.326 0 Td [(b)-28(e)-452(called)-452(sim)28(ultaneously)-452(b)28(y)-452(all)-452(pro)-28(cesses)-452(participating)-452(in)-452(the)]TJ -69.352 -11.955 Td [(computation.)-597(This)-384(is)-384(certainly)-384(true)-385(for)-384(the)-384(data)-384(allo)-28(cation)-384(and)-384(assem)28(bly)-385(rou)1(-)]TJ 0 -11.955 Td [(tines,)-333(for)-334(all)-333(the)-333(computational)-333(routines)-334(and)-333(for)-333(some)-334(of)-333(the)-333(to)-28(ols)-334(r)1(outines.)]TJ 14.944 -11.955 Td [(Ho)28(w)28(e)-1(v)28(er)-490(there)-490(are)-490(m)-1(an)28(y)-490(cases)-490(where)-491(no)-490(sync)28(hronization,)-529(and)-491(in)1(dee)-1(d)-490(no)]TJ -14.944 -11.955 Td [(comm)28(unication)-459(among)-458(pro)-28(cesses,)-489(is)-459(implied;)-521(f)1(or)-459(instance,)-489(all)-459(the)-458(routines)-458(in)]TJ 0 -11.956 Td [(sec.)]TJ
+0 0 1 rg 0 0 1 RG
+ [-476(3)]TJ
+0 g 0 G
+ [-475(are)-475(only)-476(acting)-475(on)-476(the)-475(lo)-28(cal)-475(data)-476(structures,)-511(and)-475(th)28(us)-476(ma)28(y)-475(b)-28(e)-475(c)-1(alled)]TJ 0 -11.955 Td [(indep)-28(enden)28(tly)84(.)-917(The)-491(most)-491(imp)-27(ortan)27(t)-490(case)-491(is)-491(that)-491(of)-490(the)-491(co)-28(e\016cien)28(t)-491(insertion)]TJ 0 -11.955 Td [(routines:)-409(since)-263(the)-263(n)27(um)28(b)-28(er)-263(of)-263(co)-27(e\016c)-1(i)1(e)-1(n)28(ts)-263(in)-263(the)-263(sparse)-263(and)-263(dense)-263(matrices)-263(v)55(aries)]TJ 0 -11.955 Td [(among)-323(the)-322(pro)-28(cessors,)-325(and)-323(since)-322(the)-323(user)-323(is)-322(free)-323(to)-323(c)28(ho)-28(ose)-322(an)-323(arbitrary)-323(ord)1(e)-1(r)-322(in)]TJ 0 -11.955 Td [(builiding)-333(the)-333(matrix)-334(en)28(tries,)-333(these)-334(routines)-333(cannot)-333(imply)-334(a)-333(sync)28(hronization.)]TJ 14.944 -11.955 Td [(Throughout)-333(this)-333(use)-1(r)1('s)-334(guide)-333(eac)28(h)-334(subroutine)-333(will)-333(b)-28(e)-333(clearly)-334(indicated)-333(as:)]TJ
+0 g 0 G
+/F27 9.9626 Tf -14.944 -19.926 Td [(Sync)32(hronous:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 71.504 0 Td [(m)28(ust)-359(b)-28(e)-359(called)-359(sim)28(ultaneously)-359(b)28(y)-359(all)-359(the)-359(pro)-28(cesses)-359(in)-359(the)-359(rele-)]TJ -46.597 -11.955 Td [(v)56(an)27(t)-333(comm)28(unication)-333(c)-1(on)28(text;)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(Async)32(hronous:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 78.32 0 Td [(ma)28(y)-334(b)-27(e)-334(called)-333(in)-333(a)-334(totally)-333(indep)-28(enden)28(t)-333(manner.)]TJ
+0 g 0 G
+ 91.045 -72.817 Td [(8)]TJ
+0 g 0 G
+ET
endstream
endobj
-829 0 obj
+834 0 obj
<<
/Length 8440
>>
@@ -4927,7 +4900,7 @@ ET
endstream
endobj
-835 0 obj
+840 0 obj
<<
/Length 6708
>>
@@ -5050,7 +5023,7 @@ ET
endstream
endobj
-847 0 obj
+852 0 obj
<<
/Length 5012
>>
@@ -5141,7 +5114,7 @@ ET
endstream
endobj
-859 0 obj
+864 0 obj
<<
/Length 5199
>>
@@ -5270,7 +5243,7 @@ ET
endstream
endobj
-863 0 obj
+868 0 obj
<<
/Length 4312
>>
@@ -5388,7 +5361,7 @@ ET
endstream
endobj
-868 0 obj
+873 0 obj
<<
/Length 5789
>>
@@ -5581,7 +5554,7 @@ ET
endstream
endobj
-875 0 obj
+880 0 obj
<<
/Length 9421
>>
@@ -5911,7 +5884,7 @@ ET
endstream
endobj
-883 0 obj
+888 0 obj
<<
/Length 3956
>>
@@ -6010,7 +5983,7 @@ ET
endstream
endobj
-887 0 obj
+892 0 obj
<<
/Length 4362
>>
@@ -6110,7 +6083,7 @@ ET
endstream
endobj
-892 0 obj
+897 0 obj
<<
/Length 4633
>>
@@ -6235,7 +6208,7 @@ ET
endstream
endobj
-896 0 obj
+901 0 obj
<<
/Length 4346
>>
@@ -6319,119 +6292,43 @@ ET
endstream
endobj
-901 0 obj
-<<
-/Length 3969
->>
-stream
-0 g 0 G
-0 g 0 G
-0 g 0 G
-BT
-/F27 9.9626 Tf 150.705 706.129 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.355 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ -160.398 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -80.358 -34.065 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.182 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(The)-333(matrix)]TJ/F30 9.9626 Tf 52.886 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(zero)-334(co)-27(e\016)-1(cien)28(ts.)]TJ -47.081 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -185.304 -20.181 Td [(info)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ/F27 9.9626 Tf -23.758 -26.236 Td [(get)]TJ
-ET
-q
-1 0 0 1 166.827 569.799 cm
-[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
-Q
-BT
-/F27 9.9626 Tf 170.264 569.6 Td [(diag)-383(|)-384(Get)-383(main)-383(di)-1(agonal)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf 1.362 -18.508 Td [(call)-525(a%get_diag\050d,info\051)]TJ/F8 9.9626 Tf -5.977 -22.174 Td [(Returns)-333(a)-334(cop)28(y)-333(of)-333(the)-334(main)-333(diagonal.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -14.944 -20.117 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -20.182 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.181 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.355 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ -160.398 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -80.358 -34.13 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.181 Td [(d)]TJ
-0 g 0 G
-/F8 9.9626 Tf 11.346 0 Td [(A)-333(cop)27(y)-333(of)-333(the)-334(main)-333(diagonal.)]TJ 13.56 -11.955 Td [(A)-333(one-dimensional)-334(arra)28(y)-333(of)-333(the)-334(appropriate)-333(t)28(yp)-28(e.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.906 -20.181 Td [(info)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ/F27 9.9626 Tf -23.758 -26.236 Td [(clip)]TJ
-ET
-q
-1 0 0 1 169.214 332.044 cm
-[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
-Q
-BT
-/F27 9.9626 Tf 172.651 331.845 Td [(diag)-383(|)-384(Cut)-383(out)-383(main)-384(diagonal)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf -1.025 -18.508 Td [(call)-525(a%clip_diag\050b,info\051)]TJ/F8 9.9626 Tf -5.977 -22.174 Td [(Returns)-333(a)-334(cop)28(y)-333(of)]TJ/F30 9.9626 Tf 80.753 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(the)-334(main)-333(diagonal.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -104.248 -20.118 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -20.181 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.181 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.356 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)28(yp)-28(e)]TJ/F30 9.9626 Tf 81.942 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.456 0 Td [(.)]TJ -160.398 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -80.358 -34.129 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.181 Td [(b)]TJ
-0 g 0 G
-/F8 9.9626 Tf 11.346 0 Td [(A)-333(cop)27(y)-333(of)]TJ/F30 9.9626 Tf 45.386 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(the)-334(main)-333(diagonal.)]TJ -40.376 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(y)1(p)-28(e)]TJ/F30 9.9626 Tf 81.942 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.456 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -185.305 -20.181 Td [(info)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ
-0 g 0 G
- 143.116 -29.888 Td [(20)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-825 0 obj
+819 0 obj
<<
/Type /ObjStm
/N 100
-/First 866
-/Length 8669
+/First 865
+/Length 8716
>>
stream
-795 0 814 152 818 299 27 356 819 412 820 469 821 526 822 583 823 640 824 697
-31 754 815 810 828 953 826 1087 830 1234 35 1290 39 1345 831 1400 827 1457 834 1575
-832 1709 836 1856 837 1913 838 1970 839 2027 840 2084 841 2141 842 2198 843 2255 844 2312
-833 2369 846 2461 848 2575 849 2631 850 2687 851 2742 852 2798 853 2854 854 2910 845 2967
-858 3059 855 3201 856 3347 860 3493 43 3550 47 3606 51 3662 55 3718 857 3774 862 3892
-864 4006 59 4062 63 4117 67 4172 861 4227 867 4319 869 4433 71 4490 75 4546 79 4602
-83 4658 866 4713 874 4805 870 4955 871 5112 872 5262 876 5408 87 5464 877 5519 878 5576
-879 5633 873 5690 882 5795 884 5909 91 5966 95 6022 99 6078 103 6134 881 6191 886 6283
-888 6397 889 6453 107 6508 111 6564 115 6620 885 6676 891 6768 893 6882 119 6939 123 6996
-127 7052 890 7109 895 7201 897 7315 131 7371 135 7427 894 7483 900 7575 902 7689 139 7746
-% 795 0 obj
+817 0 801 55 822 134 800 276 820 428 824 575 27 632 825 688 826 745 827 802
+828 859 829 916 830 973 31 1030 821 1086 833 1229 831 1363 835 1510 35 1566 39 1621
+836 1676 832 1733 839 1851 837 1985 841 2132 842 2189 843 2246 844 2303 845 2360 846 2417
+847 2474 848 2531 849 2588 838 2645 851 2737 853 2851 854 2907 855 2963 856 3018 857 3074
+858 3130 859 3186 850 3243 863 3335 860 3477 861 3623 865 3769 43 3826 47 3882 51 3938
+55 3994 862 4050 867 4168 869 4282 59 4338 63 4393 67 4448 866 4503 872 4595 874 4709
+71 4766 75 4822 79 4878 83 4934 871 4989 879 5081 875 5231 876 5388 877 5538 881 5684
+87 5740 882 5795 883 5852 884 5909 878 5966 887 6071 889 6185 91 6242 95 6298 99 6354
+103 6410 886 6467 891 6559 893 6673 894 6729 107 6784 111 6840 115 6896 890 6952 896 7044
+898 7158 119 7215 123 7272 127 7328 895 7385 900 7477 902 7591 131 7647 135 7703 899 7759
+% 817 0 obj
+<<
+/D [802 0 R /XYZ 99.895 351.53 null]
+>>
+% 801 0 obj
+<<
+/Font << /F8 553 0 R /F30 759 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 822 0 obj
+<<
+/Type /Page
+/Contents 823 0 R
+/Resources 821 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 818 0 R
+/Annots [ 800 0 R 820 0 R ]
+>>
+% 800 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6439,7 +6336,7 @@ stream
/Rect [269.731 674.788 284.454 683.699]
/A << /S /GoTo /D (subsection.2.3) >>
>>
-% 814 0 obj
+% 820 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6447,57 +6344,57 @@ stream
/Rect [169.998 271.903 176.972 282.751]
/A << /S /GoTo /D (section.3) >>
>>
-% 818 0 obj
+% 824 0 obj
<<
-/D [816 0 R /XYZ 149.705 753.953 null]
+/D [822 0 R /XYZ 149.705 753.953 null]
>>
% 27 0 obj
<<
-/D [816 0 R /XYZ 150.705 716.092 null]
+/D [822 0 R /XYZ 150.705 716.092 null]
>>
-% 819 0 obj
+% 825 0 obj
<<
-/D [816 0 R /XYZ 150.705 671.799 null]
+/D [822 0 R /XYZ 150.705 671.799 null]
>>
-% 820 0 obj
+% 826 0 obj
<<
-/D [816 0 R /XYZ 150.705 649.383 null]
+/D [822 0 R /XYZ 150.705 649.383 null]
>>
-% 821 0 obj
+% 827 0 obj
<<
-/D [816 0 R /XYZ 150.705 576.158 null]
+/D [822 0 R /XYZ 150.705 576.158 null]
>>
-% 822 0 obj
+% 828 0 obj
<<
-/D [816 0 R /XYZ 150.705 530.385 null]
+/D [822 0 R /XYZ 150.705 530.385 null]
>>
-% 823 0 obj
+% 829 0 obj
<<
-/D [816 0 R /XYZ 150.705 497.951 null]
+/D [822 0 R /XYZ 150.705 497.951 null]
>>
-% 824 0 obj
+% 830 0 obj
<<
-/D [816 0 R /XYZ 150.705 478.303 null]
+/D [822 0 R /XYZ 150.705 478.303 null]
>>
% 31 0 obj
<<
-/D [816 0 R /XYZ 150.705 424.511 null]
+/D [822 0 R /XYZ 150.705 424.511 null]
>>
-% 815 0 obj
+% 821 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F9 786 0 R /F30 754 0 R /F16 546 0 R /F17 720 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F9 791 0 R /F30 759 0 R /F16 550 0 R /F17 725 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 828 0 obj
+% 833 0 obj
<<
/Type /Page
-/Contents 829 0 R
-/Resources 827 0 R
+/Contents 834 0 R
+/Resources 832 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
-/Annots [ 826 0 R ]
+/Parent 818 0 R
+/Annots [ 831 0 R ]
>>
-% 826 0 obj
+% 831 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6505,37 +6402,37 @@ stream
/Rect [269.318 225.936 276.292 236.784]
/A << /S /GoTo /D (section.6) >>
>>
-% 830 0 obj
+% 835 0 obj
<<
-/D [828 0 R /XYZ 98.895 753.953 null]
+/D [833 0 R /XYZ 98.895 753.953 null]
>>
% 35 0 obj
<<
-/D [828 0 R /XYZ 99.895 716.092 null]
+/D [833 0 R /XYZ 99.895 716.092 null]
>>
% 39 0 obj
<<
-/D [828 0 R /XYZ 99.895 331.305 null]
+/D [833 0 R /XYZ 99.895 331.305 null]
>>
-% 831 0 obj
+% 836 0 obj
<<
-/D [828 0 R /XYZ 342.427 288.724 null]
+/D [833 0 R /XYZ 342.427 288.724 null]
>>
-% 827 0 obj
+% 832 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R /F27 548 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R /F27 552 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 834 0 obj
+% 839 0 obj
<<
/Type /Page
-/Contents 835 0 R
-/Resources 833 0 R
+/Contents 840 0 R
+/Resources 838 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
-/Annots [ 832 0 R ]
+/Parent 818 0 R
+/Annots [ 837 0 R ]
>>
-% 832 0 obj
+% 837 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6543,98 +6440,98 @@ stream
/Rect [452.103 457.229 459.077 469.184]
/A << /S /GoTo /D (section.6) >>
>>
-% 836 0 obj
+% 841 0 obj
<<
-/D [834 0 R /XYZ 149.705 753.953 null]
+/D [839 0 R /XYZ 149.705 753.953 null]
>>
-% 837 0 obj
+% 842 0 obj
<<
-/D [834 0 R /XYZ 150.705 353.756 null]
+/D [839 0 R /XYZ 150.705 353.756 null]
>>
-% 838 0 obj
+% 843 0 obj
<<
-/D [834 0 R /XYZ 150.705 337.982 null]
+/D [839 0 R /XYZ 150.705 337.982 null]
>>
-% 839 0 obj
+% 844 0 obj
<<
-/D [834 0 R /XYZ 150.705 322.207 null]
+/D [839 0 R /XYZ 150.705 322.207 null]
>>
-% 840 0 obj
+% 845 0 obj
<<
-/D [834 0 R /XYZ 150.705 306.433 null]
+/D [839 0 R /XYZ 150.705 306.433 null]
>>
-% 841 0 obj
+% 846 0 obj
<<
-/D [834 0 R /XYZ 150.705 290.659 null]
+/D [839 0 R /XYZ 150.705 290.659 null]
>>
-% 842 0 obj
+% 847 0 obj
<<
-/D [834 0 R /XYZ 150.705 163.801 null]
+/D [839 0 R /XYZ 150.705 163.801 null]
>>
-% 843 0 obj
+% 848 0 obj
<<
-/D [834 0 R /XYZ 150.705 148.027 null]
+/D [839 0 R /XYZ 150.705 148.027 null]
>>
-% 844 0 obj
+% 849 0 obj
<<
-/D [834 0 R /XYZ 150.705 132.253 null]
+/D [839 0 R /XYZ 150.705 132.253 null]
>>
-% 833 0 obj
+% 838 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F14 757 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 846 0 obj
+% 851 0 obj
<<
/Type /Page
-/Contents 847 0 R
-/Resources 845 0 R
+/Contents 852 0 R
+/Resources 850 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
+/Parent 818 0 R
>>
-% 848 0 obj
+% 853 0 obj
<<
-/D [846 0 R /XYZ 98.895 753.953 null]
+/D [851 0 R /XYZ 98.895 753.953 null]
>>
-% 849 0 obj
+% 854 0 obj
<<
-/D [846 0 R /XYZ 99.895 716.092 null]
+/D [851 0 R /XYZ 99.895 716.092 null]
>>
-% 850 0 obj
+% 855 0 obj
<<
-/D [846 0 R /XYZ 99.895 700.92 null]
+/D [851 0 R /XYZ 99.895 700.92 null]
>>
-% 851 0 obj
+% 856 0 obj
<<
-/D [846 0 R /XYZ 99.895 552.932 null]
+/D [851 0 R /XYZ 99.895 552.932 null]
>>
-% 852 0 obj
+% 857 0 obj
<<
-/D [846 0 R /XYZ 99.895 534.433 null]
+/D [851 0 R /XYZ 99.895 534.433 null]
>>
-% 853 0 obj
+% 858 0 obj
<<
-/D [846 0 R /XYZ 99.895 515.935 null]
+/D [851 0 R /XYZ 99.895 515.935 null]
>>
-% 854 0 obj
+% 859 0 obj
<<
-/D [846 0 R /XYZ 147.412 280.287 null]
+/D [851 0 R /XYZ 147.412 280.287 null]
>>
-% 845 0 obj
+% 850 0 obj
<<
-/Font << /F8 549 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 858 0 obj
+% 863 0 obj
<<
/Type /Page
-/Contents 859 0 R
-/Resources 857 0 R
+/Contents 864 0 R
+/Resources 862 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 813 0 R
-/Annots [ 855 0 R 856 0 R ]
+/Parent 818 0 R
+/Annots [ 860 0 R 861 0 R ]
>>
-% 855 0 obj
+% 860 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6642,7 +6539,7 @@ stream
/Rect [351.231 524.53 358.204 536.485]
/A << /S /GoTo /D (section.1) >>
>>
-% 856 0 obj
+% 861 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6650,103 +6547,103 @@ stream
/Rect [186.34 314.707 193.314 326.662]
/A << /S /GoTo /D (section.1) >>
>>
-% 860 0 obj
+% 865 0 obj
<<
-/D [858 0 R /XYZ 149.705 753.953 null]
+/D [863 0 R /XYZ 149.705 753.953 null]
>>
% 43 0 obj
<<
-/D [858 0 R /XYZ 150.705 716.092 null]
+/D [863 0 R /XYZ 150.705 716.092 null]
>>
% 47 0 obj
<<
-/D [858 0 R /XYZ 150.705 699.536 null]
+/D [863 0 R /XYZ 150.705 699.536 null]
>>
% 51 0 obj
<<
-/D [858 0 R /XYZ 150.705 501.668 null]
+/D [863 0 R /XYZ 150.705 501.668 null]
>>
% 55 0 obj
<<
-/D [858 0 R /XYZ 150.705 291.844 null]
+/D [863 0 R /XYZ 150.705 291.844 null]
>>
-% 857 0 obj
+% 862 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R /F14 757 0 R /F10 756 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R /F14 762 0 R /F10 761 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 862 0 obj
+% 867 0 obj
<<
/Type /Page
-/Contents 863 0 R
-/Resources 861 0 R
+/Contents 868 0 R
+/Resources 866 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
+/Parent 870 0 R
>>
-% 864 0 obj
+% 869 0 obj
<<
-/D [862 0 R /XYZ 98.895 753.953 null]
+/D [867 0 R /XYZ 98.895 753.953 null]
>>
% 59 0 obj
<<
-/D [862 0 R /XYZ 99.895 718.084 null]
+/D [867 0 R /XYZ 99.895 718.084 null]
>>
% 63 0 obj
<<
-/D [862 0 R /XYZ 99.895 532.754 null]
+/D [867 0 R /XYZ 99.895 532.754 null]
>>
% 67 0 obj
<<
-/D [862 0 R /XYZ 99.895 279.429 null]
+/D [867 0 R /XYZ 99.895 279.429 null]
>>
-% 861 0 obj
+% 866 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 867 0 obj
+% 872 0 obj
<<
/Type /Page
-/Contents 868 0 R
-/Resources 866 0 R
+/Contents 873 0 R
+/Resources 871 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
+/Parent 870 0 R
>>
-% 869 0 obj
+% 874 0 obj
<<
-/D [867 0 R /XYZ 149.705 753.953 null]
+/D [872 0 R /XYZ 149.705 753.953 null]
>>
% 71 0 obj
<<
-/D [867 0 R /XYZ 150.705 718.084 null]
+/D [872 0 R /XYZ 150.705 718.084 null]
>>
% 75 0 obj
<<
-/D [867 0 R /XYZ 150.705 527.039 null]
+/D [872 0 R /XYZ 150.705 527.039 null]
>>
% 79 0 obj
<<
-/D [867 0 R /XYZ 150.705 421.344 null]
+/D [872 0 R /XYZ 150.705 421.344 null]
>>
% 83 0 obj
<<
-/D [867 0 R /XYZ 150.705 208.29 null]
+/D [872 0 R /XYZ 150.705 208.29 null]
>>
-% 866 0 obj
+% 871 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 874 0 obj
+% 879 0 obj
<<
/Type /Page
-/Contents 875 0 R
-/Resources 873 0 R
+/Contents 880 0 R
+/Resources 878 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
-/Annots [ 870 0 R 871 0 R 872 0 R ]
+/Parent 870 0 R
+/Annots [ 875 0 R 876 0 R 877 0 R ]
>>
-% 870 0 obj
+% 875 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6754,7 +6651,7 @@ stream
/Rect [137.251 529.406 149.206 537.819]
/A << /S /GoTo /D (cite.DesignPatterns) >>
>>
-% 871 0 obj
+% 876 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6762,7 +6659,7 @@ stream
/Rect [218.095 529.406 230.05 537.819]
/A << /S /GoTo /D (cite.Sparse03) >>
>>
-% 872 0 obj
+% 877 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -6770,171 +6667,249 @@ stream
/Rect [408.687 526.916 415.661 538.871]
/A << /S /GoTo /D (figure.4) >>
>>
-% 876 0 obj
+% 881 0 obj
<<
-/D [874 0 R /XYZ 98.895 753.953 null]
+/D [879 0 R /XYZ 98.895 753.953 null]
>>
% 87 0 obj
<<
-/D [874 0 R /XYZ 99.895 585.335 null]
+/D [879 0 R /XYZ 99.895 585.335 null]
>>
-% 877 0 obj
+% 882 0 obj
<<
-/D [874 0 R /XYZ 120.548 554.313 null]
+/D [879 0 R /XYZ 120.548 554.313 null]
>>
-% 878 0 obj
+% 883 0 obj
<<
-/D [874 0 R /XYZ 404.863 414.904 null]
+/D [879 0 R /XYZ 404.863 414.904 null]
>>
-% 879 0 obj
+% 884 0 obj
<<
-/D [874 0 R /XYZ 155.008 316.337 null]
+/D [879 0 R /XYZ 155.008 316.337 null]
>>
-% 873 0 obj
+% 878 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F16 546 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F16 550 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 882 0 obj
+% 887 0 obj
<<
/Type /Page
-/Contents 883 0 R
-/Resources 881 0 R
+/Contents 888 0 R
+/Resources 886 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
+/Parent 870 0 R
>>
-% 884 0 obj
+% 889 0 obj
<<
-/D [882 0 R /XYZ 149.705 753.953 null]
+/D [887 0 R /XYZ 149.705 753.953 null]
>>
% 91 0 obj
<<
-/D [882 0 R /XYZ 150.705 621.552 null]
+/D [887 0 R /XYZ 150.705 621.552 null]
>>
% 95 0 obj
<<
-/D [882 0 R /XYZ 150.705 605.497 null]
+/D [887 0 R /XYZ 150.705 605.497 null]
>>
% 99 0 obj
<<
-/D [882 0 R /XYZ 150.705 432.315 null]
+/D [887 0 R /XYZ 150.705 432.315 null]
>>
% 103 0 obj
<<
-/D [882 0 R /XYZ 150.705 259.133 null]
+/D [887 0 R /XYZ 150.705 259.133 null]
>>
-% 881 0 obj
+% 886 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 886 0 obj
+% 891 0 obj
<<
/Type /Page
-/Contents 887 0 R
-/Resources 885 0 R
+/Contents 892 0 R
+/Resources 890 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
+/Parent 870 0 R
>>
-% 888 0 obj
+% 893 0 obj
<<
-/D [886 0 R /XYZ 98.895 753.953 null]
+/D [891 0 R /XYZ 98.895 753.953 null]
>>
-% 889 0 obj
+% 894 0 obj
<<
-/D [886 0 R /XYZ 99.895 684.42 null]
+/D [891 0 R /XYZ 99.895 684.42 null]
>>
% 107 0 obj
<<
-/D [886 0 R /XYZ 99.895 631.604 null]
+/D [891 0 R /XYZ 99.895 631.604 null]
>>
% 111 0 obj
<<
-/D [886 0 R /XYZ 99.895 444.727 null]
+/D [891 0 R /XYZ 99.895 444.727 null]
>>
% 115 0 obj
<<
-/D [886 0 R /XYZ 99.895 281.759 null]
+/D [891 0 R /XYZ 99.895 281.759 null]
>>
-% 885 0 obj
+% 890 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 891 0 obj
+% 896 0 obj
<<
/Type /Page
-/Contents 892 0 R
-/Resources 890 0 R
+/Contents 897 0 R
+/Resources 895 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 865 0 R
+/Parent 870 0 R
>>
-% 893 0 obj
+% 898 0 obj
<<
-/D [891 0 R /XYZ 149.705 753.953 null]
+/D [896 0 R /XYZ 149.705 753.953 null]
>>
% 119 0 obj
<<
-/D [891 0 R /XYZ 150.705 718.084 null]
+/D [896 0 R /XYZ 150.705 718.084 null]
>>
% 123 0 obj
<<
-/D [891 0 R /XYZ 150.705 515.43 null]
+/D [896 0 R /XYZ 150.705 515.43 null]
>>
% 127 0 obj
<<
-/D [891 0 R /XYZ 150.705 288.866 null]
+/D [896 0 R /XYZ 150.705 288.866 null]
>>
-% 890 0 obj
+% 895 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 895 0 obj
+% 900 0 obj
<<
/Type /Page
-/Contents 896 0 R
-/Resources 894 0 R
+/Contents 901 0 R
+/Resources 899 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
+/Parent 903 0 R
>>
-% 897 0 obj
+% 902 0 obj
<<
-/D [895 0 R /XYZ 98.895 753.953 null]
+/D [900 0 R /XYZ 98.895 753.953 null]
>>
% 131 0 obj
<<
-/D [895 0 R /XYZ 99.895 567.978 null]
+/D [900 0 R /XYZ 99.895 567.978 null]
>>
% 135 0 obj
<<
-/D [895 0 R /XYZ 99.895 242.882 null]
+/D [900 0 R /XYZ 99.895 242.882 null]
>>
-% 894 0 obj
+% 899 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 900 0 obj
-<<
-/Type /Page
-/Contents 901 0 R
-/Resources 899 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
->>
-% 902 0 obj
-<<
-/D [900 0 R /XYZ 149.705 753.953 null]
->>
-% 139 0 obj
+
+endstream
+endobj
+906 0 obj
<<
-/D [900 0 R /XYZ 150.705 581.555 null]
+/Length 3969
>>
+stream
+0 g 0 G
+0 g 0 G
+0 g 0 G
+BT
+/F27 9.9626 Tf 150.705 706.129 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.355 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ -160.398 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -80.358 -34.065 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.182 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.55 0 Td [(The)-333(matrix)]TJ/F30 9.9626 Tf 52.886 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(zero)-334(co)-27(e\016)-1(cien)28(ts.)]TJ -47.081 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -185.304 -20.181 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ/F27 9.9626 Tf -23.758 -26.236 Td [(get)]TJ
+ET
+q
+1 0 0 1 166.827 569.799 cm
+[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
+Q
+BT
+/F27 9.9626 Tf 170.264 569.6 Td [(diag)-383(|)-384(Get)-383(main)-383(di)-1(agonal)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf 1.362 -18.508 Td [(call)-525(a%get_diag\050d,info\051)]TJ/F8 9.9626 Tf -5.977 -22.174 Td [(Returns)-333(a)-334(cop)28(y)-333(of)-333(the)-334(main)-333(diagonal.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -14.944 -20.117 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -20.182 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.181 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.355 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(yp)-27(e)]TJ/F30 9.9626 Tf 81.943 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.455 0 Td [(.)]TJ -160.398 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -80.358 -34.13 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.181 Td [(d)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.346 0 Td [(A)-333(cop)27(y)-333(of)-333(the)-334(main)-333(diagonal.)]TJ 13.56 -11.955 Td [(A)-333(one-dimensional)-334(arra)28(y)-333(of)-333(the)-334(appropriate)-333(t)28(yp)-28(e.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.906 -20.181 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ/F27 9.9626 Tf -23.758 -26.236 Td [(clip)]TJ
+ET
+q
+1 0 0 1 169.214 332.044 cm
+[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
+Q
+BT
+/F27 9.9626 Tf 172.651 331.845 Td [(diag)-383(|)-384(Cut)-383(out)-383(main)-384(diagonal)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -1.025 -18.508 Td [(call)-525(a%clip_diag\050b,info\051)]TJ/F8 9.9626 Tf -5.977 -22.174 Td [(Returns)-333(a)-334(cop)28(y)-333(of)]TJ/F30 9.9626 Tf 80.753 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(the)-334(main)-333(diagonal.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -104.248 -20.118 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -20.181 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.181 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix.)]TJ 14.356 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)28(yp)-28(e)]TJ/F30 9.9626 Tf 81.942 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.456 0 Td [(.)]TJ -160.398 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -80.358 -34.129 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.181 Td [(b)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.346 0 Td [(A)-333(cop)27(y)-333(of)]TJ/F30 9.9626 Tf 45.386 0 Td [(a)]TJ/F8 9.9626 Tf 8.551 0 Td [(without)-333(the)-334(main)-333(diagonal.)]TJ -40.376 -11.955 Td [(A)-333(v)55(ariable)-333(of)-333(t)27(y)1(p)-28(e)]TJ/F30 9.9626 Tf 81.942 0 Td [(psb_Tspmat_type)]TJ/F8 9.9626 Tf 78.456 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -185.305 -20.181 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Return)-333(co)-28(de.)]TJ
+0 g 0 G
+ 143.116 -29.888 Td [(20)]TJ
+0 g 0 G
+ET
endstream
endobj
-906 0 obj
+911 0 obj
<<
/Length 4876
>>
@@ -7013,7 +6988,7 @@ ET
endstream
endobj
-911 0 obj
+916 0 obj
<<
/Length 5834
>>
@@ -7243,7 +7218,7 @@ ET
endstream
endobj
-916 0 obj
+921 0 obj
<<
/Length 5638
>>
@@ -7375,7 +7350,7 @@ ET
endstream
endobj
-925 0 obj
+930 0 obj
<<
/Length 4260
>>
@@ -7453,7 +7428,7 @@ ET
endstream
endobj
-932 0 obj
+937 0 obj
<<
/Length 3941
>>
@@ -7550,7 +7525,7 @@ ET
endstream
endobj
-940 0 obj
+945 0 obj
<<
/Length 3208
>>
@@ -7644,7 +7619,7 @@ ET
endstream
endobj
-944 0 obj
+949 0 obj
<<
/Length 157
>>
@@ -7660,7 +7635,7 @@ ET
endstream
endobj
-955 0 obj
+960 0 obj
<<
/Length 7321
>>
@@ -7841,7 +7816,7 @@ ET
endstream
endobj
-961 0 obj
+966 0 obj
<<
/Length 2659
>>
@@ -7915,7 +7890,7 @@ ET
endstream
endobj
-971 0 obj
+976 0 obj
<<
/Length 7891
>>
@@ -8109,7 +8084,7 @@ ET
endstream
endobj
-976 0 obj
+981 0 obj
<<
/Length 624
>>
@@ -8128,7 +8103,7 @@ ET
endstream
endobj
-987 0 obj
+992 0 obj
<<
/Length 8416
>>
@@ -8322,7 +8297,7 @@ ET
endstream
endobj
-992 0 obj
+997 0 obj
<<
/Length 624
>>
@@ -8341,7 +8316,7 @@ ET
endstream
endobj
-999 0 obj
+1004 0 obj
<<
/Length 7095
>>
@@ -8502,56 +8477,47 @@ ET
endstream
endobj
-903 0 obj
+908 0 obj
<<
/Type /ObjStm
/N 100
-/First 885
-/Length 10999
+/First 886
+/Length 10973
>>
stream
-143 0 899 55 905 147 907 261 147 317 151 373 904 429 910 521 912 635 155 692
-159 749 163 805 909 862 915 954 908 1096 913 1243 917 1389 167 1445 918 1501 919 1557
-920 1613 171 1670 175 1726 914 1782 924 1887 921 2029 922 2174 926 2319 179 2376 183 2433
-923 2490 931 2582 928 2716 933 2862 187 2918 191 2974 195 3030 934 3086 936 3143 930 3200
-939 3318 929 3452 941 3599 199 3656 938 3713 943 3818 945 3932 204 3988 942 4044 954 4123
-946 4297 947 4442 948 4585 949 4730 950 4875 951 5018 956 5163 208 5220 927 5277 953 5333
-960 5464 952 5614 957 5760 958 5902 962 6047 959 6103 970 6208 963 6382 964 6525 965 6670
-966 6813 967 6958 968 7104 972 7248 212 7305 973 7362 969 7419 975 7563 977 7677 974 7733
-986 7812 979 7986 980 8129 981 8273 982 8416 983 8561 984 8707 988 8851 216 8908 989 8965
-985 9022 991 9166 993 9280 990 9336 998 9415 994 9565 995 9708 996 9853 1000 9999 220 10057
-% 143 0 obj
-<<
-/D [900 0 R /XYZ 150.705 343.8 null]
->>
-% 899 0 obj
-<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
-/ProcSet [ /PDF /Text ]
->>
+905 0 907 114 139 171 143 228 904 283 910 375 912 489 147 545 151 601 909 657
+915 749 917 863 155 920 159 977 163 1033 914 1090 920 1182 913 1324 918 1471 922 1617
+167 1673 923 1729 924 1785 925 1841 171 1898 175 1954 919 2010 929 2115 926 2257 927 2402
+931 2547 179 2604 183 2661 928 2718 936 2810 933 2944 938 3090 187 3146 191 3202 195 3258
+939 3314 941 3371 935 3428 944 3546 934 3680 946 3827 199 3884 943 3941 948 4046 950 4160
+204 4216 947 4272 959 4351 951 4525 952 4670 953 4813 954 4958 955 5103 956 5246 961 5391
+208 5448 932 5505 958 5561 965 5692 957 5842 962 5988 963 6130 967 6275 964 6331 975 6436
+968 6610 969 6753 970 6898 971 7041 972 7186 973 7332 977 7476 212 7533 978 7590 974 7647
+980 7791 982 7905 979 7961 991 8040 984 8214 985 8357 986 8501 987 8644 988 8789 989 8935
+993 9079 216 9136 994 9193 990 9250 996 9394 998 9508 995 9564 1003 9643 999 9798 1000 9941
% 905 0 obj
<<
/Type /Page
/Contents 906 0 R
/Resources 904 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
+/Parent 903 0 R
>>
% 907 0 obj
<<
-/D [905 0 R /XYZ 98.895 753.953 null]
+/D [905 0 R /XYZ 149.705 753.953 null]
>>
-% 147 0 obj
+% 139 0 obj
<<
-/D [905 0 R /XYZ 99.895 718.084 null]
+/D [905 0 R /XYZ 150.705 581.555 null]
>>
-% 151 0 obj
+% 143 0 obj
<<
-/D [905 0 R /XYZ 99.895 375.466 null]
+/D [905 0 R /XYZ 150.705 343.8 null]
>>
% 904 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
% 910 0 obj
@@ -8560,27 +8526,23 @@ stream
/Contents 911 0 R
/Resources 909 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
+/Parent 903 0 R
>>
% 912 0 obj
<<
-/D [910 0 R /XYZ 149.705 753.953 null]
+/D [910 0 R /XYZ 98.895 753.953 null]
>>
-% 155 0 obj
-<<
-/D [910 0 R /XYZ 150.705 633.209 null]
->>
-% 159 0 obj
+% 147 0 obj
<<
-/D [910 0 R /XYZ 150.705 493.45 null]
+/D [910 0 R /XYZ 99.895 718.084 null]
>>
-% 163 0 obj
+% 151 0 obj
<<
-/D [910 0 R /XYZ 150.705 286.532 null]
+/D [910 0 R /XYZ 99.895 375.466 null]
>>
% 909 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
% 915 0 obj
@@ -8589,68 +8551,97 @@ stream
/Contents 916 0 R
/Resources 914 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
-/Annots [ 908 0 R 913 0 R ]
+/Parent 903 0 R
>>
-% 908 0 obj
+% 917 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [199.382 648.941 206.356 659.789]
-/A << /S /GoTo /D (section.6) >>
+/D [915 0 R /XYZ 149.705 753.953 null]
>>
-% 913 0 obj
+% 155 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [292.368 613.075 299.342 623.923]
-/A << /S /GoTo /D (figure.5) >>
+/D [915 0 R /XYZ 150.705 633.209 null]
>>
-% 917 0 obj
+% 159 0 obj
<<
-/D [915 0 R /XYZ 98.895 753.953 null]
+/D [915 0 R /XYZ 150.705 493.45 null]
>>
-% 167 0 obj
+% 163 0 obj
<<
-/D [915 0 R /XYZ 99.895 716.092 null]
+/D [915 0 R /XYZ 150.705 286.532 null]
+>>
+% 914 0 obj
+<<
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 920 0 obj
+<<
+/Type /Page
+/Contents 921 0 R
+/Resources 919 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 903 0 R
+/Annots [ 913 0 R 918 0 R ]
+>>
+% 913 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [199.382 648.941 206.356 659.789]
+/A << /S /GoTo /D (section.6) >>
>>
% 918 0 obj
<<
-/D [915 0 R /XYZ 121.151 687.74 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [292.368 613.075 299.342 623.923]
+/A << /S /GoTo /D (figure.5) >>
>>
-% 919 0 obj
+% 922 0 obj
<<
-/D [915 0 R /XYZ 342.09 675.784 null]
+/D [920 0 R /XYZ 98.895 753.953 null]
>>
-% 920 0 obj
+% 167 0 obj
+<<
+/D [920 0 R /XYZ 99.895 716.092 null]
+>>
+% 923 0 obj
+<<
+/D [920 0 R /XYZ 121.151 687.74 null]
+>>
+% 924 0 obj
<<
-/D [915 0 R /XYZ 157.678 325.579 null]
+/D [920 0 R /XYZ 342.09 675.784 null]
+>>
+% 925 0 obj
+<<
+/D [920 0 R /XYZ 157.678 325.579 null]
>>
% 171 0 obj
<<
-/D [915 0 R /XYZ 99.895 287.134 null]
+/D [920 0 R /XYZ 99.895 287.134 null]
>>
% 175 0 obj
<<
-/D [915 0 R /XYZ 99.895 270.681 null]
+/D [920 0 R /XYZ 99.895 270.681 null]
>>
-% 914 0 obj
+% 919 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 924 0 obj
+% 929 0 obj
<<
/Type /Page
-/Contents 925 0 R
-/Resources 923 0 R
+/Contents 930 0 R
+/Resources 928 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 898 0 R
-/Annots [ 921 0 R 922 0 R ]
+/Parent 903 0 R
+/Annots [ 926 0 R 927 0 R ]
>>
-% 921 0 obj
+% 926 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8658,7 +8649,7 @@ stream
/Rect [432.897 353.959 439.871 364.807]
/A << /S /GoTo /D (table.1) >>
>>
-% 922 0 obj
+% 927 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8666,33 +8657,33 @@ stream
/Rect [432.897 221.094 439.871 231.942]
/A << /S /GoTo /D (table.1) >>
>>
-% 926 0 obj
+% 931 0 obj
<<
-/D [924 0 R /XYZ 149.705 753.953 null]
+/D [929 0 R /XYZ 149.705 753.953 null]
>>
% 179 0 obj
<<
-/D [924 0 R /XYZ 150.705 718.084 null]
+/D [929 0 R /XYZ 150.705 718.084 null]
>>
% 183 0 obj
<<
-/D [924 0 R /XYZ 150.705 557.349 null]
+/D [929 0 R /XYZ 150.705 557.349 null]
>>
-% 923 0 obj
+% 928 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 931 0 obj
+% 936 0 obj
<<
/Type /Page
-/Contents 932 0 R
-/Resources 930 0 R
+/Contents 937 0 R
+/Resources 935 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
-/Annots [ 928 0 R ]
+/Parent 942 0 R
+/Annots [ 933 0 R ]
>>
-% 928 0 obj
+% 933 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8700,45 +8691,45 @@ stream
/Rect [126.875 253.666 133.849 264.791]
/A << /S /GoTo /D (figure.6) >>
>>
-% 933 0 obj
+% 938 0 obj
<<
-/D [931 0 R /XYZ 98.895 753.953 null]
+/D [936 0 R /XYZ 98.895 753.953 null]
>>
% 187 0 obj
<<
-/D [931 0 R /XYZ 99.895 718.084 null]
+/D [936 0 R /XYZ 99.895 718.084 null]
>>
% 191 0 obj
<<
-/D [931 0 R /XYZ 99.895 526.617 null]
+/D [936 0 R /XYZ 99.895 526.617 null]
>>
% 195 0 obj
<<
-/D [931 0 R /XYZ 99.895 326.261 null]
+/D [936 0 R /XYZ 99.895 326.261 null]
>>
-% 934 0 obj
+% 939 0 obj
<<
-/D [931 0 R /XYZ 257.563 268.831 null]
+/D [936 0 R /XYZ 257.563 268.831 null]
>>
-% 936 0 obj
+% 941 0 obj
<<
-/D [931 0 R /XYZ 155.478 146.785 null]
+/D [936 0 R /XYZ 155.478 146.785 null]
>>
-% 930 0 obj
+% 935 0 obj
<<
-/Font << /F27 548 0 R /F30 754 0 R /F8 549 0 R /F16 546 0 R /F46 935 0 R >>
+/Font << /F27 552 0 R /F30 759 0 R /F8 553 0 R /F16 550 0 R /F46 940 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 939 0 obj
+% 944 0 obj
<<
/Type /Page
-/Contents 940 0 R
-/Resources 938 0 R
+/Contents 945 0 R
+/Resources 943 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
-/Annots [ 929 0 R ]
+/Parent 942 0 R
+/Annots [ 934 0 R ]
>>
-% 929 0 obj
+% 934 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8746,50 +8737,50 @@ stream
/Rect [297.652 684.806 304.626 695.654]
/A << /S /GoTo /D (section.6) >>
>>
-% 941 0 obj
+% 946 0 obj
<<
-/D [939 0 R /XYZ 149.705 753.953 null]
+/D [944 0 R /XYZ 149.705 753.953 null]
>>
% 199 0 obj
<<
-/D [939 0 R /XYZ 150.705 716.092 null]
+/D [944 0 R /XYZ 150.705 716.092 null]
>>
-% 938 0 obj
+% 943 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 943 0 obj
+% 948 0 obj
<<
/Type /Page
-/Contents 944 0 R
-/Resources 942 0 R
+/Contents 949 0 R
+/Resources 947 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
+/Parent 942 0 R
>>
-% 945 0 obj
+% 950 0 obj
<<
-/D [943 0 R /XYZ 98.895 753.953 null]
+/D [948 0 R /XYZ 98.895 753.953 null]
>>
% 204 0 obj
<<
-/D [943 0 R /XYZ 99.895 716.092 null]
+/D [948 0 R /XYZ 99.895 716.092 null]
>>
-% 942 0 obj
+% 947 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 954 0 obj
+% 959 0 obj
<<
/Type /Page
-/Contents 955 0 R
-/Resources 953 0 R
+/Contents 960 0 R
+/Resources 958 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
-/Annots [ 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R ]
+/Parent 942 0 R
+/Annots [ 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R ]
>>
-% 946 0 obj
+% 951 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8797,7 +8788,7 @@ stream
/Rect [432.897 401.949 439.871 412.798]
/A << /S /GoTo /D (table.1) >>
>>
-% 947 0 obj
+% 952 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8805,7 +8796,7 @@ stream
/Rect [419.358 333.522 495.412 344.647]
/A << /S /GoTo /D (vdata) >>
>>
-% 948 0 obj
+% 953 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8813,7 +8804,7 @@ stream
/Rect [379.142 321.844 386.116 332.692]
/A << /S /GoTo /D (table.1) >>
>>
-% 949 0 obj
+% 954 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8821,7 +8812,7 @@ stream
/Rect [432.897 241.738 439.871 252.586]
/A << /S /GoTo /D (table.1) >>
>>
-% 950 0 obj
+% 955 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8829,7 +8820,7 @@ stream
/Rect [419.358 173.311 495.412 184.436]
/A << /S /GoTo /D (vdata) >>
>>
-% 951 0 obj
+% 956 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8837,33 +8828,33 @@ stream
/Rect [396.435 161.632 403.409 172.481]
/A << /S /GoTo /D (table.1) >>
>>
-% 956 0 obj
+% 961 0 obj
<<
-/D [954 0 R /XYZ 149.705 753.953 null]
+/D [959 0 R /XYZ 149.705 753.953 null]
>>
% 208 0 obj
<<
-/D [954 0 R /XYZ 150.705 720.077 null]
+/D [959 0 R /XYZ 150.705 720.077 null]
>>
-% 927 0 obj
+% 932 0 obj
<<
-/D [954 0 R /XYZ 318.451 539.42 null]
+/D [959 0 R /XYZ 318.451 539.42 null]
>>
-% 953 0 obj
+% 958 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 960 0 obj
+% 965 0 obj
<<
/Type /Page
-/Contents 961 0 R
-/Resources 959 0 R
+/Contents 966 0 R
+/Resources 964 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
-/Annots [ 952 0 R 957 0 R 958 0 R ]
+/Parent 942 0 R
+/Annots [ 957 0 R 962 0 R 963 0 R ]
>>
-% 952 0 obj
+% 957 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8871,7 +8862,7 @@ stream
/Rect [259.464 679.008 326.522 690.133]
/A << /S /GoTo /D (descdata) >>
>>
-% 957 0 obj
+% 962 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8879,7 +8870,7 @@ stream
/Rect [368.549 589.345 444.603 600.47]
/A << /S /GoTo /D (vdata) >>
>>
-% 958 0 obj
+% 963 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8887,25 +8878,25 @@ stream
/Rect [345.558 577.666 352.532 588.514]
/A << /S /GoTo /D (table.1) >>
>>
-% 962 0 obj
+% 967 0 obj
<<
-/D [960 0 R /XYZ 98.895 753.953 null]
+/D [965 0 R /XYZ 98.895 753.953 null]
>>
-% 959 0 obj
+% 964 0 obj
<<
-/Font << /F8 549 0 R /F27 548 0 R /F30 754 0 R /F11 740 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R /F30 759 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 970 0 obj
+% 975 0 obj
<<
/Type /Page
-/Contents 971 0 R
-/Resources 969 0 R
+/Contents 976 0 R
+/Resources 974 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 937 0 R
-/Annots [ 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R ]
+/Parent 942 0 R
+/Annots [ 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R ]
>>
-% 963 0 obj
+% 968 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8913,7 +8904,7 @@ stream
/Rect [419.358 361.842 495.412 372.967]
/A << /S /GoTo /D (vdata) >>
>>
-% 964 0 obj
+% 969 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8921,7 +8912,7 @@ stream
/Rect [379.142 350.163 386.116 361.011]
/A << /S /GoTo /D (table.2) >>
>>
-% 965 0 obj
+% 970 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8929,7 +8920,7 @@ stream
/Rect [419.358 270.772 495.412 281.897]
/A << /S /GoTo /D (vdata) >>
>>
-% 966 0 obj
+% 971 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8937,7 +8928,7 @@ stream
/Rect [379.353 259.094 386.327 269.942]
/A << /S /GoTo /D (table.2) >>
>>
-% 967 0 obj
+% 972 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8945,7 +8936,7 @@ stream
/Rect [310.273 179.703 377.331 190.828]
/A << /S /GoTo /D (descdata) >>
>>
-% 968 0 obj
+% 973 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -8953,50 +8944,50 @@ stream
/Rect [432.897 117.392 439.871 128.24]
/A << /S /GoTo /D (table.2) >>
>>
-% 972 0 obj
+% 977 0 obj
<<
-/D [970 0 R /XYZ 149.705 753.953 null]
+/D [975 0 R /XYZ 149.705 753.953 null]
>>
% 212 0 obj
<<
-/D [970 0 R /XYZ 150.705 720.077 null]
+/D [975 0 R /XYZ 150.705 720.077 null]
>>
-% 973 0 obj
+% 978 0 obj
<<
-/D [970 0 R /XYZ 318.451 495.047 null]
+/D [975 0 R /XYZ 318.451 495.047 null]
>>
-% 969 0 obj
+% 974 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 975 0 obj
+% 980 0 obj
<<
/Type /Page
-/Contents 976 0 R
-/Resources 974 0 R
+/Contents 981 0 R
+/Resources 979 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
+/Parent 983 0 R
>>
-% 977 0 obj
+% 982 0 obj
<<
-/D [975 0 R /XYZ 98.895 753.953 null]
+/D [980 0 R /XYZ 98.895 753.953 null]
>>
-% 974 0 obj
+% 979 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 986 0 obj
+% 991 0 obj
<<
/Type /Page
-/Contents 987 0 R
-/Resources 985 0 R
+/Contents 992 0 R
+/Resources 990 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
-/Annots [ 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R ]
+/Parent 983 0 R
+/Annots [ 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R ]
>>
-% 979 0 obj
+% 984 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9004,7 +8995,7 @@ stream
/Rect [419.358 382.111 495.412 393.236]
/A << /S /GoTo /D (vdata) >>
>>
-% 980 0 obj
+% 985 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9012,7 +9003,7 @@ stream
/Rect [379.142 370.432 386.116 381.28]
/A << /S /GoTo /D (table.3) >>
>>
-% 981 0 obj
+% 986 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9020,7 +9011,7 @@ stream
/Rect [419.358 291.951 495.412 303.076]
/A << /S /GoTo /D (vdata) >>
>>
-% 982 0 obj
+% 987 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9028,7 +9019,7 @@ stream
/Rect [379.353 280.273 386.327 291.121]
/A << /S /GoTo /D (table.3) >>
>>
-% 983 0 obj
+% 988 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9036,7 +9027,7 @@ stream
/Rect [310.273 201.792 377.331 212.917]
/A << /S /GoTo /D (descdata) >>
>>
-% 984 0 obj
+% 989 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9044,50 +9035,50 @@ stream
/Rect [202.013 119.329 208.986 128.24]
/A << /S /GoTo /D (table.2) >>
>>
-% 988 0 obj
+% 993 0 obj
<<
-/D [986 0 R /XYZ 149.705 753.953 null]
+/D [991 0 R /XYZ 149.705 753.953 null]
>>
% 216 0 obj
<<
-/D [986 0 R /XYZ 150.705 720.077 null]
+/D [991 0 R /XYZ 150.705 720.077 null]
>>
-% 989 0 obj
+% 994 0 obj
<<
-/D [986 0 R /XYZ 318.451 510.309 null]
+/D [991 0 R /XYZ 318.451 510.309 null]
>>
-% 985 0 obj
+% 990 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 991 0 obj
+% 996 0 obj
<<
/Type /Page
-/Contents 992 0 R
-/Resources 990 0 R
+/Contents 997 0 R
+/Resources 995 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
+/Parent 983 0 R
>>
-% 993 0 obj
+% 998 0 obj
<<
-/D [991 0 R /XYZ 98.895 753.953 null]
+/D [996 0 R /XYZ 98.895 753.953 null]
>>
-% 990 0 obj
+% 995 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 998 0 obj
+% 1003 0 obj
<<
/Type /Page
-/Contents 999 0 R
-/Resources 997 0 R
+/Contents 1004 0 R
+/Resources 1002 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
-/Annots [ 994 0 R 995 0 R 996 0 R ]
+/Parent 983 0 R
+/Annots [ 999 0 R 1000 0 R 1001 0 R ]
>>
-% 994 0 obj
+% 999 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9095,7 +9086,7 @@ stream
/Rect [419.358 338.197 495.412 349.322]
/A << /S /GoTo /D (vdata) >>
>>
-% 995 0 obj
+% 1000 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -9103,26 +9094,10 @@ stream
/Rect [376.221 326.519 383.195 337.367]
/A << /S /GoTo /D (table.4) >>
>>
-% 996 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [310.273 258.808 377.331 269.933]
-/A << /S /GoTo /D (descdata) >>
->>
-% 1000 0 obj
-<<
-/D [998 0 R /XYZ 149.705 753.953 null]
->>
-% 220 0 obj
-<<
-/D [998 0 R /XYZ 150.705 720.077 null]
->>
endstream
endobj
-1008 0 obj
+1013 0 obj
<<
/Length 6326
>>
@@ -9283,7 +9258,7 @@ ET
endstream
endobj
-1016 0 obj
+1021 0 obj
<<
/Length 6729
>>
@@ -9444,7 +9419,7 @@ ET
endstream
endobj
-1024 0 obj
+1029 0 obj
<<
/Length 7318
>>
@@ -9601,7 +9576,7 @@ ET
endstream
endobj
-1030 0 obj
+1035 0 obj
<<
/Length 625
>>
@@ -9620,7 +9595,7 @@ ET
endstream
endobj
-1037 0 obj
+1042 0 obj
<<
/Length 6774
>>
@@ -9795,7 +9770,7 @@ ET
endstream
endobj
-1045 0 obj
+1050 0 obj
<<
/Length 6162
>>
@@ -9956,7 +9931,7 @@ ET
endstream
endobj
-1052 0 obj
+1057 0 obj
<<
/Length 5516
>>
@@ -10110,7 +10085,7 @@ ET
endstream
endobj
-1059 0 obj
+1064 0 obj
<<
/Length 5523
>>
@@ -10264,7 +10239,7 @@ ET
endstream
endobj
-1070 0 obj
+1075 0 obj
<<
/Length 7328
>>
@@ -10439,7 +10414,7 @@ ET
endstream
endobj
-1086 0 obj
+1091 0 obj
<<
/Length 6975
>>
@@ -10569,7 +10544,7 @@ ET
endstream
endobj
-1092 0 obj
+1097 0 obj
<<
/Length 6787
>>
@@ -10681,7 +10656,7 @@ ET
endstream
endobj
-1103 0 obj
+1108 0 obj
<<
/Length 7789
>>
@@ -10839,102 +10814,59 @@ ET
endstream
endobj
-1109 0 obj
-<<
-/Length 4663
->>
-stream
-0 g 0 G
-0 g 0 G
-BT
-/F8 9.9626 Tf 124.802 706.129 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(unitd)]TJ/F8 9.9626 Tf 26.665 0 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(U)]TJ/F8 9.9626 Tf -76.617 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(c)28(haracter)-333(v)55(ariable.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(c)32(hoice)]TJ
-0 g 0 G
-/F8 9.9626 Tf 35.375 0 Td [(sp)-28(eci\014es)-333(the)-334(u)1(p)-28(date)-334(of)-333(o)28(v)28(erlap)-334(elemen)28(ts)-333(to)-334(b)-27(e)-334(p)-27(erformed)-334(on)-333(exit:)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf -5.487 -19.925 Td [(psb_none_)]TJ
-0 g 0 G
-0 g 0 G
- 0 -15.941 Td [(psb_sum_)]TJ
-0 g 0 G
-0 g 0 G
- 0 -15.94 Td [(psb_avg_)]TJ
-0 g 0 G
-0 g 0 G
- 0 -15.94 Td [(psb_square_root_)]TJ/F8 9.9626 Tf -4.981 -19.925 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F30 9.9626 Tf 39.436 0 Td [(psb_avg_)]TJ/F8 9.9626 Tf -39.436 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(diag)]TJ
-0 g 0 G
-/F8 9.9626 Tf 25.827 0 Td [(the)-333(diagonal)-334(scaling)-333(matrix.)]TJ -0.92 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(diag)]TJ/F8 9.9626 Tf 18.993 0 Td [(\0501\051)-278(=)-277(1\050)]TJ/F11 9.9626 Tf 34.869 0 Td [(noscal)-20(ing)]TJ/F8 9.9626 Tf 42.747 0 Td [(\051)]TJ -136.045 -11.955 Td [(Sp)-28(eci\014ed)-382(as:)-543(a)-382(rank)-382(one)-383(arra)28(y)-382(con)27(taining)-382(n)28(um)28(b)-28(ers)-383(of)-382(the)-382(t)27(yp)-27(e)-383(indicated)]TJ 0 -11.955 Td [(in)-333(T)83(able)]TJ
-0 0 1 rg 0 0 1 RG
- [-333(13)]TJ
-0 g 0 G
- [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(w)32(ork)]TJ
-0 g 0 G
-/F8 9.9626 Tf 29.432 0 Td [(a)-333(w)27(ork)-333(arra)28(y)83(.)]TJ -4.525 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-377(as:)-531(a)-377(rank)-376(one)-377(arra)28(y)-377(of)-377(the)-377(same)-377(t)28(yp)-28(e)-377(of)]TJ/F11 9.9626 Tf 225.953 0 Td [(x)]TJ/F8 9.9626 Tf 9.448 0 Td [(with)-377(the)-377(T)84(AR)28(GET)]TJ -235.401 -11.955 Td [(attribute.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(y)]TJ
-0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-474(as:)-727(an)-475(arra)28(y)-474(of)-475(rank)-475(on)1(e)-475(or)-475(t)28(w)28(o)-475(con)28(taining)-474(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-475(t)28(yp)-28(e)]TJ 0 -11.955 Td [(sp)-28(eci\014ed)-333(in)-333(T)83(able)]TJ
-0 0 1 rg 0 0 1 RG
- [-333(13)]TJ
-0 g 0 G
- [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(info)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
-0 g 0 G
- 141.968 -73.723 Td [(47)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-1002 0 obj
+1007 0 obj
<<
/Type /ObjStm
/N 100
-/First 989
-/Length 12694
+/First 990
+/Length 12534
>>
stream
-1001 0 997 58 1007 202 1003 358 1004 502 1005 648 1009 794 224 852 1010 909 1006 968
-1015 1113 1011 1269 1012 1413 1013 1559 1017 1706 228 1765 1018 1823 1014 1882 1023 2039 1019 2196
-1020 2339 1021 2484 1025 2630 232 2688 1026 2745 1022 2804 1029 2961 1031 3079 1028 3138 1036 3218
-1032 3375 1033 3519 1034 3665 1038 3812 236 3870 1039 3927 1035 3986 1044 4131 1040 4288 1041 4432
-1042 4577 1046 4724 240 4783 1047 4841 1043 4900 1051 5044 1048 5192 1049 5337 1053 5484 244 5542
-1054 5599 1050 5658 1058 5802 1055 5950 1056 6095 1060 6242 248 6301 1062 6359 1057 6418 1069 6564
-1063 6730 1064 6877 1065 7022 1066 7166 1071 7313 252 7371 1072 7428 1073 7487 1074 7546 1075 7605
-1068 7664 1085 7821 1067 8023 1077 8170 1078 8314 1079 8461 1080 8608 1081 8759 1082 8910 1083 9061
-1087 9208 1084 9267 1091 9373 1088 9512 1093 9658 256 9716 1094 9773 1090 9832 1102 10003 1089 10196
-1095 10344 1096 10488 1097 10635 1098 10782 1099 10926 1100 11073 1104 11219 1101 11278 1108 11410 1105 11558
+1001 0 1005 147 220 206 1006 264 1002 323 1012 468 1008 624 1009 768 1010 914 1014 1060
+224 1118 1015 1175 1011 1234 1020 1379 1016 1535 1017 1679 1018 1825 1022 1972 228 2031 1023 2089
+1019 2148 1028 2305 1024 2462 1025 2605 1026 2750 1030 2896 232 2954 1031 3011 1027 3070 1034 3227
+1036 3345 1033 3404 1041 3484 1037 3641 1038 3785 1039 3931 1043 4078 236 4136 1044 4193 1040 4252
+1049 4397 1045 4554 1046 4698 1047 4843 1051 4990 240 5049 1052 5107 1048 5166 1056 5310 1053 5458
+1054 5603 1058 5750 244 5808 1059 5865 1055 5924 1063 6068 1060 6216 1061 6361 1065 6508 248 6567
+1067 6625 1062 6684 1074 6830 1068 6996 1069 7143 1070 7288 1071 7432 1076 7579 252 7637 1077 7694
+1078 7753 1079 7812 1080 7871 1073 7930 1090 8087 1072 8289 1082 8436 1083 8580 1084 8727 1085 8874
+1086 9025 1087 9176 1088 9327 1092 9474 1089 9533 1096 9639 1093 9778 1098 9924 256 9982 1099 10039
+1095 10098 1107 10269 1094 10462 1100 10610 1101 10754 1102 10901 1103 11048 1104 11192 1105 11339 1109 11485
% 1001 0 obj
<<
-/D [998 0 R /XYZ 318.451 472.916 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [310.273 258.808 377.331 269.933]
+/A << /S /GoTo /D (descdata) >>
+>>
+% 1005 0 obj
+<<
+/D [1003 0 R /XYZ 149.705 753.953 null]
+>>
+% 220 0 obj
+<<
+/D [1003 0 R /XYZ 150.705 720.077 null]
+>>
+% 1006 0 obj
+<<
+/D [1003 0 R /XYZ 318.451 472.916 null]
>>
-% 997 0 obj
+% 1002 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1007 0 obj
+% 1012 0 obj
<<
/Type /Page
-/Contents 1008 0 R
-/Resources 1006 0 R
+/Contents 1013 0 R
+/Resources 1011 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
-/Annots [ 1003 0 R 1004 0 R 1005 0 R ]
+/Parent 983 0 R
+/Annots [ 1008 0 R 1009 0 R 1010 0 R ]
>>
-% 1003 0 obj
+% 1008 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -10942,7 +10874,7 @@ stream
/Rect [368.549 401.031 444.603 412.156]
/A << /S /GoTo /D (vdata) >>
>>
-% 1004 0 obj
+% 1009 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -10950,7 +10882,7 @@ stream
/Rect [325.411 389.353 332.385 400.201]
/A << /S /GoTo /D (table.5) >>
>>
-% 1005 0 obj
+% 1010 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -10958,33 +10890,33 @@ stream
/Rect [259.464 321.33 326.522 332.455]
/A << /S /GoTo /D (descdata) >>
>>
-% 1009 0 obj
+% 1014 0 obj
<<
-/D [1007 0 R /XYZ 98.895 753.953 null]
+/D [1012 0 R /XYZ 98.895 753.953 null]
>>
% 224 0 obj
<<
-/D [1007 0 R /XYZ 99.895 720.077 null]
+/D [1012 0 R /XYZ 99.895 720.077 null]
>>
-% 1010 0 obj
+% 1015 0 obj
<<
-/D [1007 0 R /XYZ 267.641 537.464 null]
+/D [1012 0 R /XYZ 267.641 537.464 null]
>>
-% 1006 0 obj
+% 1011 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1015 0 obj
+% 1020 0 obj
<<
/Type /Page
-/Contents 1016 0 R
-/Resources 1014 0 R
+/Contents 1021 0 R
+/Resources 1019 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 978 0 R
-/Annots [ 1011 0 R 1012 0 R 1013 0 R ]
+/Parent 983 0 R
+/Annots [ 1016 0 R 1017 0 R 1018 0 R ]
>>
-% 1011 0 obj
+% 1016 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -10992,7 +10924,7 @@ stream
/Rect [419.358 339.844 495.412 350.969]
/A << /S /GoTo /D (vdata) >>
>>
-% 1012 0 obj
+% 1017 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11000,7 +10932,7 @@ stream
/Rect [376.221 328.166 383.195 339.014]
/A << /S /GoTo /D (table.6) >>
>>
-% 1013 0 obj
+% 1018 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11008,33 +10940,33 @@ stream
/Rect [310.273 260.202 377.331 271.327]
/A << /S /GoTo /D (descdata) >>
>>
-% 1017 0 obj
+% 1022 0 obj
<<
-/D [1015 0 R /XYZ 149.705 753.953 null]
+/D [1020 0 R /XYZ 149.705 753.953 null]
>>
% 228 0 obj
<<
-/D [1015 0 R /XYZ 150.705 720.077 null]
+/D [1020 0 R /XYZ 150.705 720.077 null]
>>
-% 1018 0 obj
+% 1023 0 obj
<<
-/D [1015 0 R /XYZ 318.451 475.957 null]
+/D [1020 0 R /XYZ 318.451 475.957 null]
>>
-% 1014 0 obj
+% 1019 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F7 755 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F7 760 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1023 0 obj
+% 1028 0 obj
<<
/Type /Page
-/Contents 1024 0 R
-/Resources 1022 0 R
+/Contents 1029 0 R
+/Resources 1027 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
-/Annots [ 1019 0 R 1020 0 R 1021 0 R ]
+/Parent 1032 0 R
+/Annots [ 1024 0 R 1025 0 R 1026 0 R ]
>>
-% 1019 0 obj
+% 1024 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11042,7 +10974,7 @@ stream
/Rect [368.549 289.84 444.603 300.965]
/A << /S /GoTo /D (vdata) >>
>>
-% 1020 0 obj
+% 1025 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11050,7 +10982,7 @@ stream
/Rect [325.411 278.162 332.385 289.01]
/A << /S /GoTo /D (table.7) >>
>>
-% 1021 0 obj
+% 1026 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11058,50 +10990,50 @@ stream
/Rect [259.464 208.355 326.522 219.48]
/A << /S /GoTo /D (descdata) >>
>>
-% 1025 0 obj
+% 1030 0 obj
<<
-/D [1023 0 R /XYZ 98.895 753.953 null]
+/D [1028 0 R /XYZ 98.895 753.953 null]
>>
% 232 0 obj
<<
-/D [1023 0 R /XYZ 99.895 720.077 null]
+/D [1028 0 R /XYZ 99.895 720.077 null]
>>
-% 1026 0 obj
+% 1031 0 obj
<<
-/D [1023 0 R /XYZ 267.641 432.072 null]
+/D [1028 0 R /XYZ 267.641 432.072 null]
>>
-% 1022 0 obj
+% 1027 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F7 755 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F7 760 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1029 0 obj
+% 1034 0 obj
<<
/Type /Page
-/Contents 1030 0 R
-/Resources 1028 0 R
+/Contents 1035 0 R
+/Resources 1033 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
+/Parent 1032 0 R
>>
-% 1031 0 obj
+% 1036 0 obj
<<
-/D [1029 0 R /XYZ 149.705 753.953 null]
+/D [1034 0 R /XYZ 149.705 753.953 null]
>>
-% 1028 0 obj
+% 1033 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1036 0 obj
+% 1041 0 obj
<<
/Type /Page
-/Contents 1037 0 R
-/Resources 1035 0 R
+/Contents 1042 0 R
+/Resources 1040 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
-/Annots [ 1032 0 R 1033 0 R 1034 0 R ]
+/Parent 1032 0 R
+/Annots [ 1037 0 R 1038 0 R 1039 0 R ]
>>
-% 1032 0 obj
+% 1037 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11109,7 +11041,7 @@ stream
/Rect [368.549 348.184 444.603 359.309]
/A << /S /GoTo /D (vdata) >>
>>
-% 1033 0 obj
+% 1038 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11117,7 +11049,7 @@ stream
/Rect [325.411 336.506 332.385 347.354]
/A << /S /GoTo /D (table.8) >>
>>
-% 1034 0 obj
+% 1039 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11125,33 +11057,33 @@ stream
/Rect [259.464 269.097 326.522 280.222]
/A << /S /GoTo /D (descdata) >>
>>
-% 1038 0 obj
+% 1043 0 obj
<<
-/D [1036 0 R /XYZ 98.895 753.953 null]
+/D [1041 0 R /XYZ 98.895 753.953 null]
>>
% 236 0 obj
<<
-/D [1036 0 R /XYZ 99.895 720.077 null]
+/D [1041 0 R /XYZ 99.895 720.077 null]
>>
-% 1039 0 obj
+% 1044 0 obj
<<
-/D [1036 0 R /XYZ 267.641 515.563 null]
+/D [1041 0 R /XYZ 267.641 515.563 null]
>>
-% 1035 0 obj
+% 1040 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1044 0 obj
+% 1049 0 obj
<<
/Type /Page
-/Contents 1045 0 R
-/Resources 1043 0 R
+/Contents 1050 0 R
+/Resources 1048 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
-/Annots [ 1040 0 R 1041 0 R 1042 0 R ]
+/Parent 1032 0 R
+/Annots [ 1045 0 R 1046 0 R 1047 0 R ]
>>
-% 1040 0 obj
+% 1045 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11159,7 +11091,7 @@ stream
/Rect [419.358 404.491 495.412 415.616]
/A << /S /GoTo /D (vdata) >>
>>
-% 1041 0 obj
+% 1046 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11167,7 +11099,7 @@ stream
/Rect [376.221 392.812 383.195 403.66]
/A << /S /GoTo /D (table.9) >>
>>
-% 1042 0 obj
+% 1047 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11175,33 +11107,33 @@ stream
/Rect [310.273 324.789 377.331 335.914]
/A << /S /GoTo /D (descdata) >>
>>
-% 1046 0 obj
+% 1051 0 obj
<<
-/D [1044 0 R /XYZ 149.705 753.953 null]
+/D [1049 0 R /XYZ 149.705 753.953 null]
>>
% 240 0 obj
<<
-/D [1044 0 R /XYZ 150.705 720.077 null]
+/D [1049 0 R /XYZ 150.705 720.077 null]
>>
-% 1047 0 obj
+% 1052 0 obj
<<
-/D [1044 0 R /XYZ 318.451 540.923 null]
+/D [1049 0 R /XYZ 318.451 540.923 null]
>>
-% 1043 0 obj
+% 1048 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F7 755 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F7 760 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1051 0 obj
+% 1056 0 obj
<<
/Type /Page
-/Contents 1052 0 R
-/Resources 1050 0 R
+/Contents 1057 0 R
+/Resources 1055 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
-/Annots [ 1048 0 R 1049 0 R ]
+/Parent 1032 0 R
+/Annots [ 1053 0 R 1054 0 R ]
>>
-% 1048 0 obj
+% 1053 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11209,7 +11141,7 @@ stream
/Rect [259.464 342.722 336.983 353.847]
/A << /S /GoTo /D (spdata) >>
>>
-% 1049 0 obj
+% 1054 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11217,33 +11149,33 @@ stream
/Rect [259.464 274.976 326.522 286.101]
/A << /S /GoTo /D (descdata) >>
>>
-% 1053 0 obj
+% 1058 0 obj
<<
-/D [1051 0 R /XYZ 98.895 753.953 null]
+/D [1056 0 R /XYZ 98.895 753.953 null]
>>
% 244 0 obj
<<
-/D [1051 0 R /XYZ 99.895 720.077 null]
+/D [1056 0 R /XYZ 99.895 720.077 null]
>>
-% 1054 0 obj
+% 1059 0 obj
<<
-/D [1051 0 R /XYZ 270.132 513.305 null]
+/D [1056 0 R /XYZ 270.132 513.305 null]
>>
-% 1050 0 obj
+% 1055 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F7 755 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F7 760 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1058 0 obj
+% 1063 0 obj
<<
/Type /Page
-/Contents 1059 0 R
-/Resources 1057 0 R
+/Contents 1064 0 R
+/Resources 1062 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1027 0 R
-/Annots [ 1055 0 R 1056 0 R ]
+/Parent 1032 0 R
+/Annots [ 1060 0 R 1061 0 R ]
>>
-% 1055 0 obj
+% 1060 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11251,7 +11183,7 @@ stream
/Rect [310.273 342.722 387.792 353.847]
/A << /S /GoTo /D (spdata) >>
>>
-% 1056 0 obj
+% 1061 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11259,33 +11191,33 @@ stream
/Rect [310.273 274.976 377.331 286.101]
/A << /S /GoTo /D (descdata) >>
>>
-% 1060 0 obj
+% 1065 0 obj
<<
-/D [1058 0 R /XYZ 149.705 753.953 null]
+/D [1063 0 R /XYZ 149.705 753.953 null]
>>
% 248 0 obj
<<
-/D [1058 0 R /XYZ 150.705 720.077 null]
+/D [1063 0 R /XYZ 150.705 720.077 null]
>>
-% 1062 0 obj
+% 1067 0 obj
<<
-/D [1058 0 R /XYZ 320.941 513.305 null]
+/D [1063 0 R /XYZ 320.941 513.305 null]
>>
-% 1057 0 obj
+% 1062 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F13 1061 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F13 1066 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1069 0 obj
+% 1074 0 obj
<<
/Type /Page
-/Contents 1070 0 R
-/Resources 1068 0 R
+/Contents 1075 0 R
+/Resources 1073 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1063 0 R 1064 0 R 1065 0 R 1066 0 R ]
+/Parent 1081 0 R
+/Annots [ 1068 0 R 1069 0 R 1070 0 R 1071 0 R ]
>>
-% 1063 0 obj
+% 1068 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11293,7 +11225,7 @@ stream
/Rect [382.088 276.095 394.043 286.943]
/A << /S /GoTo /D (table.12) >>
>>
-% 1064 0 obj
+% 1069 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11301,7 +11233,7 @@ stream
/Rect [259.464 208.422 336.983 219.547]
/A << /S /GoTo /D (spdata) >>
>>
-% 1065 0 obj
+% 1070 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11309,7 +11241,7 @@ stream
/Rect [368.549 141.026 444.603 152.151]
/A << /S /GoTo /D (vdata) >>
>>
-% 1066 0 obj
+% 1071 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11317,45 +11249,45 @@ stream
/Rect [326.008 129.347 337.963 140.196]
/A << /S /GoTo /D (table.12) >>
>>
-% 1071 0 obj
+% 1076 0 obj
<<
-/D [1069 0 R /XYZ 98.895 753.953 null]
+/D [1074 0 R /XYZ 98.895 753.953 null]
>>
% 252 0 obj
<<
-/D [1069 0 R /XYZ 99.895 720.077 null]
+/D [1074 0 R /XYZ 99.895 720.077 null]
>>
-% 1072 0 obj
+% 1077 0 obj
<<
-/D [1069 0 R /XYZ 239.804 675.784 null]
+/D [1074 0 R /XYZ 239.804 675.784 null]
>>
-% 1073 0 obj
+% 1078 0 obj
<<
-/D [1069 0 R /XYZ 236.666 658.376 null]
+/D [1074 0 R /XYZ 236.666 658.376 null]
>>
-% 1074 0 obj
+% 1079 0 obj
<<
-/D [1069 0 R /XYZ 236.025 640.968 null]
+/D [1074 0 R /XYZ 236.025 640.968 null]
>>
-% 1075 0 obj
+% 1080 0 obj
<<
-/D [1069 0 R /XYZ 270.132 455.558 null]
+/D [1074 0 R /XYZ 270.132 455.558 null]
>>
-% 1068 0 obj
+% 1073 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F7 755 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F7 760 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1085 0 obj
+% 1090 0 obj
<<
/Type /Page
-/Contents 1086 0 R
-/Resources 1084 0 R
+/Contents 1091 0 R
+/Resources 1089 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1067 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R ]
+/Parent 1081 0 R
+/Annots [ 1072 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R 1087 0 R 1088 0 R ]
>>
-% 1067 0 obj
+% 1072 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11363,7 +11295,7 @@ stream
/Rect [432.897 655.375 444.852 666.223]
/A << /S /GoTo /D (table.12) >>
>>
-% 1077 0 obj
+% 1082 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11371,7 +11303,7 @@ stream
/Rect [419.358 588.824 495.412 599.949]
/A << /S /GoTo /D (vdata) >>
>>
-% 1078 0 obj
+% 1083 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11379,7 +11311,7 @@ stream
/Rect [377.029 577.145 388.984 587.994]
/A << /S /GoTo /D (table.12) >>
>>
-% 1079 0 obj
+% 1084 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11387,7 +11319,7 @@ stream
/Rect [310.273 498.639 377.331 509.764]
/A << /S /GoTo /D (descdata) >>
>>
-% 1080 0 obj
+% 1085 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11395,7 +11327,7 @@ stream
/Rect [397.199 462.009 404.172 472.858]
/A << /S /GoTo /D (equation.4.1) >>
>>
-% 1081 0 obj
+% 1086 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11403,7 +11335,7 @@ stream
/Rect [396.202 447.541 403.176 458.389]
/A << /S /GoTo /D (equation.4.2) >>
>>
-% 1082 0 obj
+% 1087 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11411,7 +11343,7 @@ stream
/Rect [396.507 433.073 403.481 443.921]
/A << /S /GoTo /D (equation.4.3) >>
>>
-% 1083 0 obj
+% 1088 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11419,25 +11351,25 @@ stream
/Rect [253.818 191.887 265.774 202.735]
/A << /S /GoTo /D (table.12) >>
>>
-% 1087 0 obj
+% 1092 0 obj
<<
-/D [1085 0 R /XYZ 149.705 753.953 null]
+/D [1090 0 R /XYZ 149.705 753.953 null]
>>
-% 1084 0 obj
+% 1089 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1091 0 obj
+% 1096 0 obj
<<
/Type /Page
-/Contents 1092 0 R
-/Resources 1090 0 R
+/Contents 1097 0 R
+/Resources 1095 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1088 0 R ]
+/Parent 1081 0 R
+/Annots [ 1093 0 R ]
>>
-% 1088 0 obj
+% 1093 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11445,33 +11377,33 @@ stream
/Rect [382.088 117.392 394.043 128.24]
/A << /S /GoTo /D (table.13) >>
>>
-% 1093 0 obj
+% 1098 0 obj
<<
-/D [1091 0 R /XYZ 98.895 753.953 null]
+/D [1096 0 R /XYZ 98.895 753.953 null]
>>
% 256 0 obj
<<
-/D [1091 0 R /XYZ 99.895 720.077 null]
+/D [1096 0 R /XYZ 99.895 720.077 null]
>>
-% 1094 0 obj
+% 1099 0 obj
<<
-/D [1091 0 R /XYZ 270.132 258.477 null]
+/D [1096 0 R /XYZ 270.132 258.477 null]
>>
-% 1090 0 obj
+% 1095 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F13 1061 0 R /F7 755 0 R /F10 756 0 R /F30 754 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F13 1066 0 R /F7 760 0 R /F10 761 0 R /F30 759 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1102 0 obj
+% 1107 0 obj
<<
/Type /Page
-/Contents 1103 0 R
-/Resources 1101 0 R
+/Contents 1108 0 R
+/Resources 1106 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1089 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R ]
+/Parent 1081 0 R
+/Annots [ 1094 0 R 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R ]
>>
-% 1089 0 obj
+% 1094 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11479,7 +11411,7 @@ stream
/Rect [358.482 655.375 365.455 666.223]
/A << /S /GoTo /D (section.3) >>
>>
-% 1095 0 obj
+% 1100 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11487,7 +11419,7 @@ stream
/Rect [419.358 586.627 495.412 597.752]
/A << /S /GoTo /D (vdata) >>
>>
-% 1096 0 obj
+% 1101 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11495,7 +11427,7 @@ stream
/Rect [376.818 574.949 388.773 585.797]
/A << /S /GoTo /D (table.13) >>
>>
-% 1097 0 obj
+% 1102 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11503,7 +11435,7 @@ stream
/Rect [432.897 494.523 444.852 505.372]
/A << /S /GoTo /D (table.13) >>
>>
-% 1098 0 obj
+% 1103 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11511,7 +11443,7 @@ stream
/Rect [419.358 425.776 495.412 436.901]
/A << /S /GoTo /D (vdata) >>
>>
-% 1099 0 obj
+% 1104 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11519,7 +11451,7 @@ stream
/Rect [377.029 414.098 388.984 424.946]
/A << /S /GoTo /D (table.13) >>
>>
-% 1100 0 obj
+% 1105 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -11527,36 +11459,73 @@ stream
/Rect [310.273 333.395 377.331 344.52]
/A << /S /GoTo /D (descdata) >>
>>
-% 1104 0 obj
-<<
-/D [1102 0 R /XYZ 149.705 753.953 null]
->>
-% 1101 0 obj
-<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F30 754 0 R /F17 720 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-% 1108 0 obj
+% 1109 0 obj
<<
-/Type /Page
-/Contents 1109 0 R
-/Resources 1107 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1105 0 R 1106 0 R ]
+/D [1107 0 R /XYZ 149.705 753.953 null]
>>
-% 1105 0 obj
+
+endstream
+endobj
+1115 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [162.826 410.238 174.781 419.149]
-/A << /S /GoTo /D (table.13) >>
+/Length 4663
>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F8 9.9626 Tf 124.802 706.129 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(unitd)]TJ/F8 9.9626 Tf 26.665 0 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(U)]TJ/F8 9.9626 Tf -76.617 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(c)28(haracter)-333(v)55(ariable.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(c)32(hoice)]TJ
+0 g 0 G
+/F8 9.9626 Tf 35.375 0 Td [(sp)-28(eci\014es)-333(the)-334(u)1(p)-28(date)-334(of)-333(o)28(v)28(erlap)-334(elemen)28(ts)-333(to)-334(b)-27(e)-334(p)-27(erformed)-334(on)-333(exit:)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -5.487 -19.925 Td [(psb_none_)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -15.941 Td [(psb_sum_)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -15.94 Td [(psb_avg_)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -15.94 Td [(psb_square_root_)]TJ/F8 9.9626 Tf -4.981 -19.925 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F30 9.9626 Tf 39.436 0 Td [(psb_avg_)]TJ/F8 9.9626 Tf -39.436 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(diag)]TJ
+0 g 0 G
+/F8 9.9626 Tf 25.827 0 Td [(the)-333(diagonal)-334(scaling)-333(matrix.)]TJ -0.92 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(diag)]TJ/F8 9.9626 Tf 18.993 0 Td [(\0501\051)-278(=)-277(1\050)]TJ/F11 9.9626 Tf 34.869 0 Td [(noscal)-20(ing)]TJ/F8 9.9626 Tf 42.747 0 Td [(\051)]TJ -136.045 -11.955 Td [(Sp)-28(eci\014ed)-382(as:)-543(a)-382(rank)-382(one)-383(arra)28(y)-382(con)27(taining)-382(n)28(um)28(b)-28(ers)-383(of)-382(the)-382(t)27(yp)-27(e)-383(indicated)]TJ 0 -11.955 Td [(in)-333(T)83(able)]TJ
+0 0 1 rg 0 0 1 RG
+ [-333(13)]TJ
+0 g 0 G
+ [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.926 Td [(w)32(ork)]TJ
+0 g 0 G
+/F8 9.9626 Tf 29.432 0 Td [(a)-333(w)27(ork)-333(arra)28(y)83(.)]TJ -4.525 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-377(as:)-531(a)-377(rank)-376(one)-377(arra)28(y)-377(of)-377(the)-377(same)-377(t)28(yp)-28(e)-377(of)]TJ/F11 9.9626 Tf 225.953 0 Td [(x)]TJ/F8 9.9626 Tf 9.448 0 Td [(with)-377(the)-377(T)84(AR)28(GET)]TJ -235.401 -11.955 Td [(attribute.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.926 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(y)]TJ
+0 g 0 G
+/F8 9.9626 Tf 11.028 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(dense)-333(matrix)]TJ/F11 9.9626 Tf 176.118 0 Td [(y)]TJ/F8 9.9626 Tf 5.242 0 Td [(.)]TJ -167.481 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-474(as:)-727(an)-475(arra)28(y)-474(of)-475(rank)-475(on)1(e)-475(or)-475(t)28(w)28(o)-475(con)28(taining)-474(n)27(u)1(m)27(b)-27(e)-1(r)1(s)-475(of)-475(t)28(yp)-28(e)]TJ 0 -11.955 Td [(sp)-28(eci\014ed)-333(in)-333(T)83(able)]TJ
+0 0 1 rg 0 0 1 RG
+ [-333(13)]TJ
+0 g 0 G
+ [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+0 g 0 G
+ 141.968 -73.723 Td [(47)]TJ
+0 g 0 G
+ET
endstream
endobj
-1115 0 obj
+1120 0 obj
<<
/Length 651
>>
@@ -11576,7 +11545,7 @@ ET
endstream
endobj
-1123 0 obj
+1128 0 obj
<<
/Length 7259
>>
@@ -11773,7 +11742,7 @@ ET
endstream
endobj
-1134 0 obj
+1139 0 obj
<<
/Length 3217
>>
@@ -11829,20 +11798,20 @@ ET
endstream
endobj
-1130 0 obj
+1135 0 obj
<<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/try8x8.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 1137 0 R
+/PTEX.InfoDict 1142 0 R
/BBox [0 0 436 496]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 1138 0 R
->>/Font << /R8 1139 0 R/R9 1140 0 R>>
+/R7 1143 0 R
+>>/Font << /R8 1144 0 R/R9 1145 0 R>>
>>
/Length 3571
/Filter /FlateDecode
@@ -11860,7 +11829,7 @@ QI*
d)eI%}QÉ'?+ä°~I*écÂ\‚?XO#~Ã[!©äX‚?fJÇüÁaî‹J8ù9â÷%©¤ s‰ù`=ø
Ÿ×,ªƒ1Œ|?ª$6ŠázžAª@}¡J¢¿R©’#‡z|]ñd•9ÔãýL
G„z8¯—÷¬’Ï€äcD¾P%ùàgÌcå‘#<¾®x²J2³jˆÏÕpD„ó¢¼g•mø»ãoÇßþžŸúö§Ç6Úë¸w¶W~ûùñéØ?ûçãK߯åÌÞ>Øíƒ]?Øeµûü`ŸìqÛ{éÏ/m;±ù"×~¢WëÖëj¾Z…3lï²ÛÂ?|Ïz¼Ú½m[{힦„iÿb¬m»¦øóe•Ï¿{üáÛã¯×¿ÿ-3‡à
endstream
endobj
-1143 0 obj
+1148 0 obj
<<
/Length 3050
>>
@@ -11880,7 +11849,7 @@ ET
endstream
endobj
-1151 0 obj
+1156 0 obj
<<
/Length 8482
>>
@@ -12149,7 +12118,7 @@ ET
endstream
endobj
-1163 0 obj
+1168 0 obj
<<
/Length 5866
>>
@@ -12203,7 +12172,7 @@ ET
endstream
endobj
-1171 0 obj
+1176 0 obj
<<
/Length 3619
>>
@@ -12223,7 +12192,7 @@ ET
endstream
endobj
-1175 0 obj
+1180 0 obj
<<
/Length 345
>>
@@ -12257,20 +12226,20 @@ ET
endstream
endobj
-1158 0 obj
+1163 0 obj
<<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (./figures/try8x8_ov.pdf)
/PTEX.PageNumber 1
-/PTEX.InfoDict 1178 0 R
+/PTEX.InfoDict 1183 0 R
/BBox [0 0 436 514]
/Resources <<
/ProcSet [ /PDF /Text ]
/ExtGState <<
-/R7 1179 0 R
->>/Font << /R8 1180 0 R/R9 1181 0 R>>
+/R7 1184 0 R
+>>/Font << /R8 1185 0 R/R9 1186 0 R>>
>>
/Length 3652
/Filter /FlateDecode
@@ -12286,7 +12255,7 @@ V
óá!Zäÿ/L)ÇÇ8ú:ß=þêë¼®
endstream
endobj
-1187 0 obj
+1192 0 obj
<<
/Length 9366
>>
@@ -12567,7 +12536,7 @@ ET
endstream
endobj
-1195 0 obj
+1200 0 obj
<<
/Length 1455
>>
@@ -12597,7 +12566,7 @@ ET
endstream
endobj
-1201 0 obj
+1206 0 obj
<<
/Length 7803
>>
@@ -12811,7 +12780,7 @@ ET
endstream
endobj
-1210 0 obj
+1215 0 obj
<<
/Length 4181
>>
@@ -12944,7 +12913,7 @@ ET
endstream
endobj
-1214 0 obj
+1219 0 obj
<<
/Length 6539
>>
@@ -13001,7 +12970,7 @@ ET
endstream
endobj
-1219 0 obj
+1224 0 obj
<<
/Length 6637
>>
@@ -13079,51 +13048,73 @@ ET
endstream
endobj
-1111 0 obj
+1110 0 obj
<<
/Type /ObjStm
/N 100
-/First 981
-/Length 10738
+/First 983
+/Length 10904
>>
stream
-1106 0 1110 147 1107 205 1114 311 1112 450 1116 598 260 657 1113 715 1122 795 1117 952
-1118 1096 1119 1243 1124 1390 264 1448 1125 1505 1126 1564 1127 1622 1128 1680 1121 1738 1133 1870
-1137 2018 1138 2133 1139 2176 1140 2246 1120 2315 1131 2462 1135 2608 1136 2667 1132 2726 1142 2874
-1144 2992 1141 3050 1150 3131 1146 3288 1147 3432 1148 3579 1152 3725 268 3784 1153 3842 1154 3901
-1155 3960 1156 4019 1149 4078 1162 4223 1157 4380 1159 4527 1160 4672 1164 4819 1165 4877 1166 4935
-1167 4993 1161 5050 1170 5182 1172 5300 1169 5359 1174 5439 1178 5557 1179 5672 1180 5715 1181 5785
-1176 5854 1168 5912 1173 5971 1186 6067 1182 6224 1183 6368 1184 6515 1188 6661 272 6720 1189 6778
-1190 6837 1191 6896 1192 6955 1185 7014 1194 7171 1196 7289 1193 7347 1200 7440 1197 7579 1202 7725
-276 7784 1203 7842 1204 7901 1205 7960 1199 8019 1209 8176 1198 8333 1206 8477 1207 8620 1211 8766
-1208 8824 1213 8930 1215 9048 280 9107 284 9165 1212 9223 1218 9355 1216 9494 1220 9641 1221 9699
+1106 0 1114 132 1111 280 1112 427 1116 574 1113 632 1119 738 1117 877 1121 1025 260 1084
+1118 1142 1127 1222 1122 1379 1123 1523 1124 1670 1129 1817 264 1875 1130 1932 1131 1991 1132 2049
+1133 2107 1126 2165 1138 2297 1142 2445 1143 2560 1144 2603 1145 2673 1125 2742 1136 2889 1140 3035
+1141 3094 1137 3153 1147 3301 1149 3419 1146 3477 1155 3558 1151 3715 1152 3859 1153 4006 1157 4152
+268 4211 1158 4269 1159 4328 1160 4387 1161 4446 1154 4505 1167 4650 1162 4807 1164 4954 1165 5099
+1169 5246 1170 5304 1171 5362 1172 5420 1166 5477 1175 5609 1177 5727 1174 5786 1179 5866 1183 5984
+1184 6099 1185 6142 1186 6212 1181 6281 1173 6339 1178 6398 1191 6494 1187 6651 1188 6795 1189 6942
+1193 7088 272 7147 1194 7205 1195 7264 1196 7323 1197 7382 1190 7441 1199 7598 1201 7716 1198 7774
+1205 7867 1202 8006 1207 8152 276 8211 1208 8269 1209 8328 1210 8387 1204 8446 1214 8603 1203 8760
+1211 8904 1212 9047 1216 9193 1213 9251 1218 9357 1220 9475 280 9534 284 9592 1217 9650 1223 9782
% 1106 0 obj
<<
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F30 759 0 R /F17 725 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 1114 0 obj
+<<
+/Type /Page
+/Contents 1115 0 R
+/Resources 1113 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1081 0 R
+/Annots [ 1111 0 R 1112 0 R ]
+>>
+% 1111 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [162.826 410.238 174.781 419.149]
+/A << /S /GoTo /D (table.13) >>
+>>
+% 1112 0 obj
+<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [203.009 228.974 214.964 239.822]
/A << /S /GoTo /D (table.13) >>
>>
-% 1110 0 obj
+% 1116 0 obj
<<
-/D [1108 0 R /XYZ 98.895 753.953 null]
+/D [1114 0 R /XYZ 98.895 753.953 null]
>>
-% 1107 0 obj
+% 1113 0 obj
<<
-/Font << /F8 549 0 R /F27 548 0 R /F11 740 0 R /F30 754 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R /F11 745 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1114 0 obj
+% 1119 0 obj
<<
/Type /Page
-/Contents 1115 0 R
-/Resources 1113 0 R
+/Contents 1120 0 R
+/Resources 1118 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1076 0 R
-/Annots [ 1112 0 R ]
+/Parent 1081 0 R
+/Annots [ 1117 0 R ]
>>
-% 1112 0 obj
+% 1117 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13131,29 +13122,29 @@ stream
/Rect [350.345 657.464 357.319 668.312]
/A << /S /GoTo /D (section.6) >>
>>
-% 1116 0 obj
+% 1121 0 obj
<<
-/D [1114 0 R /XYZ 149.705 753.953 null]
+/D [1119 0 R /XYZ 149.705 753.953 null]
>>
% 260 0 obj
<<
-/D [1114 0 R /XYZ 150.705 716.092 null]
+/D [1119 0 R /XYZ 150.705 716.092 null]
>>
-% 1113 0 obj
+% 1118 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1122 0 obj
+% 1127 0 obj
<<
/Type /Page
-/Contents 1123 0 R
-/Resources 1121 0 R
+/Contents 1128 0 R
+/Resources 1126 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
-/Annots [ 1117 0 R 1118 0 R 1119 0 R ]
+/Parent 1134 0 R
+/Annots [ 1122 0 R 1123 0 R 1124 0 R ]
>>
-% 1117 0 obj
+% 1122 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13161,7 +13152,7 @@ stream
/Rect [368.549 343.463 444.603 354.588]
/A << /S /GoTo /D (vdata) >>
>>
-% 1118 0 obj
+% 1123 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13169,7 +13160,7 @@ stream
/Rect [325.411 331.785 337.366 342.633]
/A << /S /GoTo /D (table.14) >>
>>
-% 1119 0 obj
+% 1124 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13177,68 +13168,68 @@ stream
/Rect [294.721 264.029 361.779 275.154]
/A << /S /GoTo /D (descdata) >>
>>
-% 1124 0 obj
+% 1129 0 obj
<<
-/D [1122 0 R /XYZ 98.895 753.953 null]
+/D [1127 0 R /XYZ 98.895 753.953 null]
>>
% 264 0 obj
<<
-/D [1122 0 R /XYZ 99.895 720.077 null]
+/D [1127 0 R /XYZ 99.895 720.077 null]
>>
-% 1125 0 obj
+% 1130 0 obj
<<
-/D [1122 0 R /XYZ 270.132 514.036 null]
+/D [1127 0 R /XYZ 270.132 514.036 null]
>>
-% 1126 0 obj
+% 1131 0 obj
<<
-/D [1122 0 R /XYZ 99.895 482.745 null]
+/D [1127 0 R /XYZ 99.895 482.745 null]
>>
-% 1127 0 obj
+% 1132 0 obj
<<
-/D [1122 0 R /XYZ 99.895 484.682 null]
+/D [1127 0 R /XYZ 99.895 484.682 null]
>>
-% 1128 0 obj
+% 1133 0 obj
<<
-/D [1122 0 R /XYZ 99.895 472.727 null]
+/D [1127 0 R /XYZ 99.895 472.727 null]
>>
-% 1121 0 obj
+% 1126 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1133 0 obj
+% 1138 0 obj
<<
/Type /Page
-/Contents 1134 0 R
-/Resources 1132 0 R
+/Contents 1139 0 R
+/Resources 1137 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
-/Annots [ 1120 0 R 1131 0 R ]
+/Parent 1134 0 R
+/Annots [ 1125 0 R 1136 0 R ]
>>
-% 1137 0 obj
+% 1142 0 obj
<<
/Producer (ESP Ghostscript 815.03)
/CreationDate (D:20070118112257)
/ModDate (D:20070118112257)
>>
-% 1138 0 obj
+% 1143 0 obj
<<
/Type /ExtGState
/OPM 1
>>
-% 1139 0 obj
+% 1144 0 obj
<<
/BaseFont /Times-Roman
/Type /Font
/Subtype /Type1
>>
-% 1140 0 obj
+% 1145 0 obj
<<
/BaseFont /Times-Bold
/Type /Font
/Subtype /Type1
>>
-% 1120 0 obj
+% 1125 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13246,7 +13237,7 @@ stream
/Rect [213.636 625.431 225.591 634.343]
/A << /S /GoTo /D (table.14) >>
>>
-% 1131 0 obj
+% 1136 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13254,47 +13245,47 @@ stream
/Rect [457.906 283.557 464.88 296.177]
/A << /S /GoTo /D (figure.7) >>
>>
-% 1135 0 obj
+% 1140 0 obj
<<
-/D [1133 0 R /XYZ 149.705 753.953 null]
+/D [1138 0 R /XYZ 149.705 753.953 null]
>>
-% 1136 0 obj
+% 1141 0 obj
<<
-/D [1133 0 R /XYZ 283.692 322.744 null]
+/D [1138 0 R /XYZ 283.692 322.744 null]
>>
-% 1132 0 obj
+% 1137 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F16 546 0 R /F30 754 0 R >>
-/XObject << /Im3 1130 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F16 550 0 R /F30 759 0 R >>
+/XObject << /Im3 1135 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1142 0 obj
+% 1147 0 obj
<<
/Type /Page
-/Contents 1143 0 R
-/Resources 1141 0 R
+/Contents 1148 0 R
+/Resources 1146 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
+/Parent 1134 0 R
>>
-% 1144 0 obj
+% 1149 0 obj
<<
-/D [1142 0 R /XYZ 98.895 753.953 null]
+/D [1147 0 R /XYZ 98.895 753.953 null]
>>
-% 1141 0 obj
+% 1146 0 obj
<<
-/Font << /F45 1145 0 R /F8 549 0 R >>
+/Font << /F45 1150 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1150 0 obj
+% 1155 0 obj
<<
/Type /Page
-/Contents 1151 0 R
-/Resources 1149 0 R
+/Contents 1156 0 R
+/Resources 1154 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
-/Annots [ 1146 0 R 1147 0 R 1148 0 R ]
+/Parent 1134 0 R
+/Annots [ 1151 0 R 1152 0 R 1153 0 R ]
>>
-% 1146 0 obj
+% 1151 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13302,7 +13293,7 @@ stream
/Rect [419.358 343.981 495.412 355.106]
/A << /S /GoTo /D (vdata) >>
>>
-% 1147 0 obj
+% 1152 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13310,7 +13301,7 @@ stream
/Rect [376.221 332.303 388.176 343.151]
/A << /S /GoTo /D (table.15) >>
>>
-% 1148 0 obj
+% 1153 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13318,45 +13309,45 @@ stream
/Rect [345.53 264.991 412.588 276.116]
/A << /S /GoTo /D (descdata) >>
>>
-% 1152 0 obj
+% 1157 0 obj
<<
-/D [1150 0 R /XYZ 149.705 753.953 null]
+/D [1155 0 R /XYZ 149.705 753.953 null]
>>
% 268 0 obj
<<
-/D [1150 0 R /XYZ 150.705 720.077 null]
+/D [1155 0 R /XYZ 150.705 720.077 null]
>>
-% 1153 0 obj
+% 1158 0 obj
<<
-/D [1150 0 R /XYZ 320.941 511.222 null]
+/D [1155 0 R /XYZ 320.941 511.222 null]
>>
-% 1154 0 obj
+% 1159 0 obj
<<
-/D [1150 0 R /XYZ 150.705 480.819 null]
+/D [1155 0 R /XYZ 150.705 480.819 null]
>>
-% 1155 0 obj
+% 1160 0 obj
<<
-/D [1150 0 R /XYZ 150.705 482.756 null]
+/D [1155 0 R /XYZ 150.705 482.756 null]
>>
-% 1156 0 obj
+% 1161 0 obj
<<
-/D [1150 0 R /XYZ 150.705 470.801 null]
+/D [1155 0 R /XYZ 150.705 470.801 null]
>>
-% 1149 0 obj
+% 1154 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1162 0 obj
+% 1167 0 obj
<<
/Type /Page
-/Contents 1163 0 R
-/Resources 1161 0 R
+/Contents 1168 0 R
+/Resources 1166 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
-/Annots [ 1157 0 R 1159 0 R 1160 0 R ]
+/Parent 1134 0 R
+/Annots [ 1162 0 R 1164 0 R 1165 0 R ]
>>
-% 1157 0 obj
+% 1162 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13364,7 +13355,7 @@ stream
/Rect [203.009 555.748 214.964 566.597]
/A << /S /GoTo /D (table.15) >>
>>
-% 1159 0 obj
+% 1164 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13372,7 +13363,7 @@ stream
/Rect [407.019 326.22 413.993 338.84]
/A << /S /GoTo /D (figure.8) >>
>>
-% 1160 0 obj
+% 1165 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13380,99 +13371,99 @@ stream
/Rect [306.759 302.697 313.733 313.546]
/A << /S /GoTo /D (figure.7) >>
>>
-% 1164 0 obj
+% 1169 0 obj
<<
-/D [1162 0 R /XYZ 98.895 753.953 null]
+/D [1167 0 R /XYZ 98.895 753.953 null]
>>
-% 1165 0 obj
+% 1170 0 obj
<<
-/D [1162 0 R /XYZ 99.895 465.033 null]
+/D [1167 0 R /XYZ 99.895 465.033 null]
>>
-% 1166 0 obj
+% 1171 0 obj
<<
-/D [1162 0 R /XYZ 99.895 431.215 null]
+/D [1167 0 R /XYZ 99.895 431.215 null]
>>
-% 1167 0 obj
+% 1172 0 obj
<<
-/D [1162 0 R /XYZ 99.895 387.38 null]
+/D [1167 0 R /XYZ 99.895 387.38 null]
>>
-% 1161 0 obj
+% 1166 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F16 546 0 R /F10 756 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F16 550 0 R /F10 761 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1170 0 obj
+% 1175 0 obj
<<
/Type /Page
-/Contents 1171 0 R
-/Resources 1169 0 R
+/Contents 1176 0 R
+/Resources 1174 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1129 0 R
+/Parent 1134 0 R
>>
-% 1172 0 obj
+% 1177 0 obj
<<
-/D [1170 0 R /XYZ 149.705 753.953 null]
+/D [1175 0 R /XYZ 149.705 753.953 null]
>>
-% 1169 0 obj
+% 1174 0 obj
<<
-/Font << /F31 760 0 R /F8 549 0 R >>
+/Font << /F31 765 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1174 0 obj
+% 1179 0 obj
<<
/Type /Page
-/Contents 1175 0 R
-/Resources 1173 0 R
+/Contents 1180 0 R
+/Resources 1178 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
+/Parent 1182 0 R
>>
-% 1178 0 obj
+% 1183 0 obj
<<
/Producer (ESP Ghostscript 815.03)
/CreationDate (D:20070118114343)
/ModDate (D:20070118114343)
>>
-% 1179 0 obj
+% 1184 0 obj
<<
/Type /ExtGState
/OPM 1
>>
-% 1180 0 obj
+% 1185 0 obj
<<
/BaseFont /Times-Roman
/Type /Font
/Subtype /Type1
>>
-% 1181 0 obj
+% 1186 0 obj
<<
/BaseFont /Times-Bold
/Type /Font
/Subtype /Type1
>>
-% 1176 0 obj
+% 1181 0 obj
<<
-/D [1174 0 R /XYZ 98.895 753.953 null]
+/D [1179 0 R /XYZ 98.895 753.953 null]
>>
-% 1168 0 obj
+% 1173 0 obj
<<
-/D [1174 0 R /XYZ 232.883 275.514 null]
+/D [1179 0 R /XYZ 232.883 275.514 null]
>>
-% 1173 0 obj
+% 1178 0 obj
<<
-/Font << /F8 549 0 R >>
-/XObject << /Im4 1158 0 R >>
+/Font << /F8 553 0 R >>
+/XObject << /Im4 1163 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1186 0 obj
+% 1191 0 obj
<<
/Type /Page
-/Contents 1187 0 R
-/Resources 1185 0 R
+/Contents 1192 0 R
+/Resources 1190 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
-/Annots [ 1182 0 R 1183 0 R 1184 0 R ]
+/Parent 1182 0 R
+/Annots [ 1187 0 R 1188 0 R 1189 0 R ]
>>
-% 1182 0 obj
+% 1187 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13480,7 +13471,7 @@ stream
/Rect [419.358 295.182 495.412 306.307]
/A << /S /GoTo /D (vdata) >>
>>
-% 1183 0 obj
+% 1188 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13488,7 +13479,7 @@ stream
/Rect [256.807 285.441 268.762 294.352]
/A << /S /GoTo /D (table.16) >>
>>
-% 1184 0 obj
+% 1189 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13496,62 +13487,62 @@ stream
/Rect [345.53 215.901 412.588 227.026]
/A << /S /GoTo /D (descdata) >>
>>
-% 1188 0 obj
+% 1193 0 obj
<<
-/D [1186 0 R /XYZ 149.705 753.953 null]
+/D [1191 0 R /XYZ 149.705 753.953 null]
>>
% 272 0 obj
<<
-/D [1186 0 R /XYZ 150.705 720.077 null]
+/D [1191 0 R /XYZ 150.705 720.077 null]
>>
-% 1189 0 obj
+% 1194 0 obj
<<
-/D [1186 0 R /XYZ 320.941 466.542 null]
+/D [1191 0 R /XYZ 320.941 466.542 null]
>>
-% 1190 0 obj
+% 1195 0 obj
<<
-/D [1186 0 R /XYZ 150.705 435.558 null]
+/D [1191 0 R /XYZ 150.705 435.558 null]
>>
-% 1191 0 obj
+% 1196 0 obj
<<
-/D [1186 0 R /XYZ 150.705 435.558 null]
+/D [1191 0 R /XYZ 150.705 435.558 null]
>>
-% 1192 0 obj
+% 1197 0 obj
<<
-/D [1186 0 R /XYZ 150.705 423.603 null]
+/D [1191 0 R /XYZ 150.705 423.603 null]
>>
-% 1185 0 obj
+% 1190 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F7 755 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F7 760 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1194 0 obj
+% 1199 0 obj
<<
/Type /Page
-/Contents 1195 0 R
-/Resources 1193 0 R
+/Contents 1200 0 R
+/Resources 1198 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
+/Parent 1182 0 R
>>
-% 1196 0 obj
+% 1201 0 obj
<<
-/D [1194 0 R /XYZ 98.895 753.953 null]
+/D [1199 0 R /XYZ 98.895 753.953 null]
>>
-% 1193 0 obj
+% 1198 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1200 0 obj
+% 1205 0 obj
<<
/Type /Page
-/Contents 1201 0 R
-/Resources 1199 0 R
+/Contents 1206 0 R
+/Resources 1204 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
-/Annots [ 1197 0 R ]
+/Parent 1182 0 R
+/Annots [ 1202 0 R ]
>>
-% 1197 0 obj
+% 1202 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13559,41 +13550,41 @@ stream
/Rect [345.53 210.686 412.588 221.811]
/A << /S /GoTo /D (descdata) >>
>>
-% 1202 0 obj
+% 1207 0 obj
<<
-/D [1200 0 R /XYZ 149.705 753.953 null]
+/D [1205 0 R /XYZ 149.705 753.953 null]
>>
% 276 0 obj
<<
-/D [1200 0 R /XYZ 150.705 720.077 null]
+/D [1205 0 R /XYZ 150.705 720.077 null]
>>
-% 1203 0 obj
+% 1208 0 obj
<<
-/D [1200 0 R /XYZ 320.941 451.038 null]
+/D [1205 0 R /XYZ 320.941 451.038 null]
>>
-% 1204 0 obj
+% 1209 0 obj
<<
-/D [1200 0 R /XYZ 150.705 417.777 null]
+/D [1205 0 R /XYZ 150.705 417.777 null]
>>
-% 1205 0 obj
+% 1210 0 obj
<<
-/D [1200 0 R /XYZ 150.705 417.777 null]
+/D [1205 0 R /XYZ 150.705 417.777 null]
>>
-% 1199 0 obj
+% 1204 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F10 756 0 R /F14 757 0 R /F7 755 0 R /F27 548 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F10 761 0 R /F14 762 0 R /F7 760 0 R /F27 552 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1209 0 obj
+% 1214 0 obj
<<
/Type /Page
-/Contents 1210 0 R
-/Resources 1208 0 R
+/Contents 1215 0 R
+/Resources 1213 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
-/Annots [ 1198 0 R 1206 0 R 1207 0 R ]
+/Parent 1182 0 R
+/Annots [ 1203 0 R 1211 0 R 1212 0 R ]
>>
-% 1198 0 obj
+% 1203 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13601,7 +13592,7 @@ stream
/Rect [285.522 643.143 361.576 654.268]
/A << /S /GoTo /D (vdata) >>
>>
-% 1206 0 obj
+% 1211 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13609,7 +13600,7 @@ stream
/Rect [123.806 543.516 199.86 554.641]
/A << /S /GoTo /D (vdata) >>
>>
-% 1207 0 obj
+% 1212 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -13617,69 +13608,53 @@ stream
/Rect [422.94 543.516 434.896 554.641]
/A << /S /GoTo /D (table.17) >>
>>
-% 1211 0 obj
+% 1216 0 obj
<<
-/D [1209 0 R /XYZ 98.895 753.953 null]
+/D [1214 0 R /XYZ 98.895 753.953 null]
>>
-% 1208 0 obj
+% 1213 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F11 740 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1213 0 obj
+% 1218 0 obj
<<
/Type /Page
-/Contents 1214 0 R
-/Resources 1212 0 R
+/Contents 1219 0 R
+/Resources 1217 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1177 0 R
+/Parent 1182 0 R
>>
-% 1215 0 obj
+% 1220 0 obj
<<
-/D [1213 0 R /XYZ 149.705 753.953 null]
+/D [1218 0 R /XYZ 149.705 753.953 null]
>>
% 280 0 obj
<<
-/D [1213 0 R /XYZ 150.705 716.092 null]
+/D [1218 0 R /XYZ 150.705 716.092 null]
>>
% 284 0 obj
<<
-/D [1213 0 R /XYZ 150.705 696.263 null]
+/D [1218 0 R /XYZ 150.705 696.263 null]
>>
-% 1212 0 obj
+% 1217 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1218 0 obj
+% 1223 0 obj
<<
/Type /Page
-/Contents 1219 0 R
-/Resources 1217 0 R
+/Contents 1224 0 R
+/Resources 1222 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
-/Annots [ 1216 0 R ]
->>
-% 1216 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [294.721 325.282 361.779 336.407]
-/A << /S /GoTo /D (descdata) >>
->>
-% 1220 0 obj
-<<
-/D [1218 0 R /XYZ 98.895 753.953 null]
->>
-% 1221 0 obj
-<<
-/D [1218 0 R /XYZ 99.895 234.372 null]
+/Parent 1227 0 R
+/Annots [ 1221 0 R ]
>>
endstream
endobj
-1227 0 obj
+1232 0 obj
<<
/Length 10049
>>
@@ -13750,7 +13725,7 @@ ET
endstream
endobj
-1232 0 obj
+1237 0 obj
<<
/Length 2660
>>
@@ -13785,7 +13760,7 @@ ET
endstream
endobj
-1242 0 obj
+1247 0 obj
<<
/Length 7171
>>
@@ -13870,7 +13845,7 @@ ET
endstream
endobj
-1247 0 obj
+1252 0 obj
<<
/Length 3156
>>
@@ -13913,7 +13888,7 @@ ET
endstream
endobj
-1256 0 obj
+1261 0 obj
<<
/Length 3493
>>
@@ -14015,7 +13990,7 @@ ET
endstream
endobj
-1263 0 obj
+1268 0 obj
<<
/Length 3277
>>
@@ -14113,7 +14088,7 @@ ET
endstream
endobj
-1269 0 obj
+1274 0 obj
<<
/Length 2243
>>
@@ -14182,7 +14157,7 @@ ET
endstream
endobj
-1275 0 obj
+1280 0 obj
<<
/Length 5927
>>
@@ -14292,7 +14267,7 @@ ET
endstream
endobj
-1279 0 obj
+1284 0 obj
<<
/Length 1587
>>
@@ -14315,7 +14290,7 @@ ET
endstream
endobj
-1287 0 obj
+1292 0 obj
<<
/Length 4887
>>
@@ -14422,7 +14397,7 @@ ET
endstream
endobj
-1297 0 obj
+1302 0 obj
<<
/Length 6453
>>
@@ -14529,7 +14504,7 @@ ET
endstream
endobj
-1301 0 obj
+1306 0 obj
<<
/Length 6087
>>
@@ -14613,7 +14588,7 @@ ET
endstream
endobj
-1317 0 obj
+1322 0 obj
<<
/Length 6648
>>
@@ -14748,7 +14723,7 @@ ET
endstream
endobj
-1321 0 obj
+1326 0 obj
<<
/Length 2248
>>
@@ -14787,148 +14762,43 @@ ET
endstream
endobj
-1333 0 obj
-<<
-/Length 3084
->>
-stream
-0 g 0 G
-0 g 0 G
-BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 171.761 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 175.796 706.129 Td [(spfree)-375(|)-375(F)94(rees)-375(a)-375(sparse)-375(matrix)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_spfree\050a,)-525(desc_a,)-525(info\051)]TJ
-0 g 0 G
-/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(to)-333(b)-28(e)-333(freed.)]TJ 14.356 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.95 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.95 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
-0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 170.914 0 Td [(psb)]TJ
-ET
-q
-1 0 0 1 362.845 578.35 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 365.983 578.15 Td [(Tspmat)]TJ
-ET
-q
-1 0 0 1 397.993 578.35 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 401.131 578.15 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -271.347 -19.925 Td [(desc)]TJ
-ET
-q
-1 0 0 1 172.619 558.424 cm
-[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
-Q
-BT
-/F27 9.9626 Tf 176.057 558.225 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(the)-333(comm)27(unication)-333(descriptor.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
-0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
-ET
-q
-1 0 0 1 362.845 510.604 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 365.983 510.405 Td [(desc)]TJ
-ET
-q
-1 0 0 1 387.532 510.604 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 390.67 510.405 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -260.887 -21.918 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.926 Td [(info)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
-0 g 0 G
- 141.968 -330.303 Td [(76)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-1223 0 obj
+1228 0 obj
<<
/Type /ObjStm
/N 100
-/First 979
-/Length 10351
+/First 980
+/Length 10244
>>
stream
-1217 0 1226 119 1224 258 1228 416 1229 475 1225 534 1231 666 1233 784 1234 842 1235 900
-1236 958 1237 1016 1238 1074 1230 1130 1241 1210 1239 1349 1243 1494 288 1553 1240 1611 1246 1730
-1244 1869 1248 2027 1249 2085 1250 2143 1251 2201 1245 2259 1255 2365 1252 2513 1253 2658 1257 2804
-292 2863 1258 2921 1254 2980 1262 3086 1259 3234 1260 3380 1264 3527 296 3585 1261 3642 1268 3748
-1266 3887 1270 4032 300 4091 1267 4149 1274 4255 1271 4403 1272 4547 1276 4694 304 4752 1273 4809
-1278 4941 1280 5059 1281 5118 1282 5177 1277 5236 1286 5316 1283 5464 1284 5610 1288 5753 308 5811
-1289 5868 1290 5926 1291 5984 1285 6042 1296 6161 1292 6309 1293 6456 1298 6599 312 6658 1295 6716
-1300 6835 1294 6974 1302 7120 1303 7178 1304 7236 1305 7294 1306 7352 1307 7409 1308 7467 1309 7525
-1310 7583 1311 7641 1299 7699 1316 7818 1313 7966 1314 8111 1318 8255 316 8314 1315 8372 1320 8478
-1322 8596 1323 8654 1324 8712 1325 8770 1326 8828 1327 8886 1328 8944 1319 9001 1332 9081 1329 9229
-% 1217 0 obj
-<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F11 740 0 R /F16 546 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-% 1226 0 obj
-<<
-/Type /Page
-/Contents 1227 0 R
-/Resources 1225 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
-/Annots [ 1224 0 R ]
->>
-% 1224 0 obj
+1221 0 1225 147 1226 205 1222 263 1231 382 1229 521 1233 679 1234 738 1230 797 1236 929
+1238 1047 1239 1105 1240 1163 1241 1221 1242 1279 1243 1337 1235 1393 1246 1473 1244 1612 1248 1757
+288 1816 1245 1874 1251 1993 1249 2132 1253 2290 1254 2348 1255 2406 1256 2464 1250 2522 1260 2628
+1257 2776 1258 2921 1262 3067 292 3126 1263 3184 1259 3243 1267 3349 1264 3497 1265 3643 1269 3790
+296 3848 1266 3905 1273 4011 1271 4150 1275 4295 300 4354 1272 4412 1279 4518 1276 4666 1277 4810
+1281 4957 304 5015 1278 5072 1283 5204 1285 5322 1286 5381 1287 5440 1282 5499 1291 5579 1288 5727
+1289 5873 1293 6016 308 6074 1294 6131 1295 6189 1296 6247 1290 6305 1301 6424 1297 6572 1298 6719
+1303 6862 312 6921 1300 6979 1305 7098 1299 7237 1307 7383 1308 7441 1309 7499 1310 7557 1311 7615
+1312 7672 1313 7730 1314 7788 1315 7846 1316 7904 1304 7962 1321 8081 1318 8229 1319 8374 1323 8518
+316 8577 1320 8635 1325 8741 1327 8859 1328 8917 1329 8975 1330 9033 1331 9091 1332 9149 1333 9207
+% 1221 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.792 215.702 431.263 226.827]
-/A << /S /GoTo /D (subsubsection.2.3.1) >>
+/Rect [294.721 325.282 361.779 336.407]
+/A << /S /GoTo /D (descdata) >>
>>
-% 1228 0 obj
+% 1225 0 obj
<<
-/D [1226 0 R /XYZ 149.705 753.953 null]
+/D [1223 0 R /XYZ 98.895 753.953 null]
>>
-% 1229 0 obj
+% 1226 0 obj
<<
-/D [1226 0 R /XYZ 150.705 134.155 null]
+/D [1223 0 R /XYZ 99.895 234.372 null]
>>
-% 1225 0 obj
+% 1222 0 obj
<<
-/Font << /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R /F10 756 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F11 745 0 R /F16 550 0 R >>
/ProcSet [ /PDF /Text ]
>>
% 1231 0 obj
@@ -14937,47 +14807,77 @@ stream
/Contents 1232 0 R
/Resources 1230 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
+/Parent 1227 0 R
+/Annots [ 1229 0 R ]
>>
-% 1233 0 obj
+% 1229 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.792 215.702 431.263 226.827]
+/A << /S /GoTo /D (subsubsection.2.3.1) >>
+>>
+% 1233 0 obj
<<
-/D [1231 0 R /XYZ 98.895 753.953 null]
+/D [1231 0 R /XYZ 149.705 753.953 null]
>>
% 1234 0 obj
<<
-/D [1231 0 R /XYZ 99.895 716.092 null]
+/D [1231 0 R /XYZ 150.705 134.155 null]
>>
-% 1235 0 obj
+% 1230 0 obj
<<
-/D [1231 0 R /XYZ 99.895 688.251 null]
+/Font << /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R /F10 761 0 R >>
+/ProcSet [ /PDF /Text ]
>>
% 1236 0 obj
<<
-/D [1231 0 R /XYZ 99.895 668.049 null]
+/Type /Page
+/Contents 1237 0 R
+/Resources 1235 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1227 0 R
>>
-% 1237 0 obj
+% 1238 0 obj
<<
-/D [1231 0 R /XYZ 99.895 626.428 null]
+/D [1236 0 R /XYZ 98.895 753.953 null]
>>
-% 1238 0 obj
+% 1239 0 obj
<<
-/D [1231 0 R /XYZ 99.895 568.7 null]
+/D [1236 0 R /XYZ 99.895 716.092 null]
>>
-% 1230 0 obj
+% 1240 0 obj
<<
-/Font << /F8 549 0 R /F30 754 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1236 0 R /XYZ 99.895 688.251 null]
>>
% 1241 0 obj
<<
+/D [1236 0 R /XYZ 99.895 668.049 null]
+>>
+% 1242 0 obj
+<<
+/D [1236 0 R /XYZ 99.895 626.428 null]
+>>
+% 1243 0 obj
+<<
+/D [1236 0 R /XYZ 99.895 568.7 null]
+>>
+% 1235 0 obj
+<<
+/Font << /F8 553 0 R /F30 759 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 1246 0 obj
+<<
/Type /Page
-/Contents 1242 0 R
-/Resources 1240 0 R
+/Contents 1247 0 R
+/Resources 1245 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
-/Annots [ 1239 0 R ]
+/Parent 1227 0 R
+/Annots [ 1244 0 R ]
>>
-% 1239 0 obj
+% 1244 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -14985,29 +14885,29 @@ stream
/Rect [345.53 117.115 412.588 128.24]
/A << /S /GoTo /D (descdata) >>
>>
-% 1243 0 obj
+% 1248 0 obj
<<
-/D [1241 0 R /XYZ 149.705 753.953 null]
+/D [1246 0 R /XYZ 149.705 753.953 null]
>>
% 288 0 obj
<<
-/D [1241 0 R /XYZ 150.705 720.077 null]
+/D [1246 0 R /XYZ 150.705 720.077 null]
>>
-% 1240 0 obj
+% 1245 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F11 740 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F11 745 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1246 0 obj
+% 1251 0 obj
<<
/Type /Page
-/Contents 1247 0 R
-/Resources 1245 0 R
+/Contents 1252 0 R
+/Resources 1250 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
-/Annots [ 1244 0 R ]
+/Parent 1227 0 R
+/Annots [ 1249 0 R ]
>>
-% 1244 0 obj
+% 1249 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15015,37 +14915,37 @@ stream
/Rect [274.574 402.324 297.045 413.172]
/A << /S /GoTo /D (subsubsection.2.3.1) >>
>>
-% 1248 0 obj
+% 1253 0 obj
<<
-/D [1246 0 R /XYZ 98.895 753.953 null]
+/D [1251 0 R /XYZ 98.895 753.953 null]
>>
-% 1249 0 obj
+% 1254 0 obj
<<
-/D [1246 0 R /XYZ 99.895 496.913 null]
+/D [1251 0 R /XYZ 99.895 496.913 null]
>>
-% 1250 0 obj
+% 1255 0 obj
<<
-/D [1246 0 R /XYZ 99.895 475.051 null]
+/D [1251 0 R /XYZ 99.895 475.051 null]
>>
-% 1251 0 obj
+% 1256 0 obj
<<
-/D [1246 0 R /XYZ 99.895 431.215 null]
+/D [1251 0 R /XYZ 99.895 431.215 null]
>>
-% 1245 0 obj
+% 1250 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F11 740 0 R /F16 546 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F11 745 0 R /F16 550 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1255 0 obj
+% 1260 0 obj
<<
/Type /Page
-/Contents 1256 0 R
-/Resources 1254 0 R
+/Contents 1261 0 R
+/Resources 1259 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1222 0 R
-/Annots [ 1252 0 R 1253 0 R ]
+/Parent 1227 0 R
+/Annots [ 1257 0 R 1258 0 R ]
>>
-% 1252 0 obj
+% 1257 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15053,7 +14953,7 @@ stream
/Rect [345.53 574.94 412.588 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1253 0 obj
+% 1258 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15061,33 +14961,33 @@ stream
/Rect [345.53 485.277 412.588 496.401]
/A << /S /GoTo /D (descdata) >>
>>
-% 1257 0 obj
+% 1262 0 obj
<<
-/D [1255 0 R /XYZ 149.705 753.953 null]
+/D [1260 0 R /XYZ 149.705 753.953 null]
>>
% 292 0 obj
<<
-/D [1255 0 R /XYZ 150.705 720.077 null]
+/D [1260 0 R /XYZ 150.705 720.077 null]
>>
-% 1258 0 obj
+% 1263 0 obj
<<
-/D [1255 0 R /XYZ 150.705 394.838 null]
+/D [1260 0 R /XYZ 150.705 394.838 null]
>>
-% 1254 0 obj
+% 1259 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1262 0 obj
+% 1267 0 obj
<<
/Type /Page
-/Contents 1263 0 R
-/Resources 1261 0 R
+/Contents 1268 0 R
+/Resources 1266 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
-/Annots [ 1259 0 R 1260 0 R ]
+/Parent 1270 0 R
+/Annots [ 1264 0 R 1265 0 R ]
>>
-% 1259 0 obj
+% 1264 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15095,7 +14995,7 @@ stream
/Rect [294.721 574.94 361.779 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1260 0 obj
+% 1265 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15103,29 +15003,29 @@ stream
/Rect [294.721 485.277 361.779 496.401]
/A << /S /GoTo /D (descdata) >>
>>
-% 1264 0 obj
+% 1269 0 obj
<<
-/D [1262 0 R /XYZ 98.895 753.953 null]
+/D [1267 0 R /XYZ 98.895 753.953 null]
>>
% 296 0 obj
<<
-/D [1262 0 R /XYZ 99.895 720.077 null]
+/D [1267 0 R /XYZ 99.895 720.077 null]
>>
-% 1261 0 obj
+% 1266 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1268 0 obj
+% 1273 0 obj
<<
/Type /Page
-/Contents 1269 0 R
-/Resources 1267 0 R
+/Contents 1274 0 R
+/Resources 1272 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
-/Annots [ 1266 0 R ]
+/Parent 1270 0 R
+/Annots [ 1271 0 R ]
>>
-% 1266 0 obj
+% 1271 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15133,29 +15033,29 @@ stream
/Rect [345.53 574.94 412.588 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1270 0 obj
+% 1275 0 obj
<<
-/D [1268 0 R /XYZ 149.705 753.953 null]
+/D [1273 0 R /XYZ 149.705 753.953 null]
>>
% 300 0 obj
<<
-/D [1268 0 R /XYZ 150.705 720.077 null]
+/D [1273 0 R /XYZ 150.705 720.077 null]
>>
-% 1267 0 obj
+% 1272 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1274 0 obj
+% 1279 0 obj
<<
/Type /Page
-/Contents 1275 0 R
-/Resources 1273 0 R
+/Contents 1280 0 R
+/Resources 1278 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
-/Annots [ 1271 0 R 1272 0 R ]
+/Parent 1270 0 R
+/Annots [ 1276 0 R 1277 0 R ]
>>
-% 1271 0 obj
+% 1276 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15163,7 +15063,7 @@ stream
/Rect [294.721 453.24 372.239 464.364]
/A << /S /GoTo /D (spdata) >>
>>
-% 1272 0 obj
+% 1277 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15171,54 +15071,54 @@ stream
/Rect [294.721 209.896 361.779 221.021]
/A << /S /GoTo /D (descdata) >>
>>
-% 1276 0 obj
+% 1281 0 obj
<<
-/D [1274 0 R /XYZ 98.895 753.953 null]
+/D [1279 0 R /XYZ 98.895 753.953 null]
>>
% 304 0 obj
<<
-/D [1274 0 R /XYZ 99.895 720.077 null]
+/D [1279 0 R /XYZ 99.895 720.077 null]
>>
-% 1273 0 obj
+% 1278 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1278 0 obj
+% 1283 0 obj
<<
/Type /Page
-/Contents 1279 0 R
-/Resources 1277 0 R
+/Contents 1284 0 R
+/Resources 1282 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
+/Parent 1270 0 R
>>
-% 1280 0 obj
+% 1285 0 obj
<<
-/D [1278 0 R /XYZ 149.705 753.953 null]
+/D [1283 0 R /XYZ 149.705 753.953 null]
>>
-% 1281 0 obj
+% 1286 0 obj
<<
-/D [1278 0 R /XYZ 150.705 716.092 null]
+/D [1283 0 R /XYZ 150.705 716.092 null]
>>
-% 1282 0 obj
+% 1287 0 obj
<<
-/D [1278 0 R /XYZ 150.705 664.341 null]
+/D [1283 0 R /XYZ 150.705 664.341 null]
>>
-% 1277 0 obj
+% 1282 0 obj
<<
-/Font << /F8 549 0 R /F30 754 0 R >>
+/Font << /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1286 0 obj
+% 1291 0 obj
<<
/Type /Page
-/Contents 1287 0 R
-/Resources 1285 0 R
+/Contents 1292 0 R
+/Resources 1290 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
-/Annots [ 1283 0 R 1284 0 R ]
+/Parent 1270 0 R
+/Annots [ 1288 0 R 1289 0 R ]
>>
-% 1283 0 obj
+% 1288 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15226,7 +15126,7 @@ stream
/Rect [294.721 574.94 361.779 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1284 0 obj
+% 1289 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15234,41 +15134,41 @@ stream
/Rect [294.721 405.575 372.239 416.7]
/A << /S /GoTo /D (spdata) >>
>>
-% 1288 0 obj
+% 1293 0 obj
<<
-/D [1286 0 R /XYZ 98.895 753.953 null]
+/D [1291 0 R /XYZ 98.895 753.953 null]
>>
% 308 0 obj
<<
-/D [1286 0 R /XYZ 99.895 720.077 null]
+/D [1291 0 R /XYZ 99.895 720.077 null]
>>
-% 1289 0 obj
+% 1294 0 obj
<<
-/D [1286 0 R /XYZ 99.895 315.137 null]
+/D [1291 0 R /XYZ 99.895 315.137 null]
>>
-% 1290 0 obj
+% 1295 0 obj
<<
-/D [1286 0 R /XYZ 99.895 293.274 null]
+/D [1291 0 R /XYZ 99.895 293.274 null]
>>
-% 1291 0 obj
+% 1296 0 obj
<<
-/D [1286 0 R /XYZ 99.895 273.349 null]
+/D [1291 0 R /XYZ 99.895 273.349 null]
>>
-% 1285 0 obj
+% 1290 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1296 0 obj
+% 1301 0 obj
<<
/Type /Page
-/Contents 1297 0 R
-/Resources 1295 0 R
+/Contents 1302 0 R
+/Resources 1300 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1265 0 R
-/Annots [ 1292 0 R 1293 0 R ]
+/Parent 1270 0 R
+/Annots [ 1297 0 R 1298 0 R ]
>>
-% 1292 0 obj
+% 1297 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15276,7 +15176,7 @@ stream
/Rect [311.962 288.004 379.019 299.129]
/A << /S /GoTo /D (descdata) >>
>>
-% 1293 0 obj
+% 1298 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15284,29 +15184,29 @@ stream
/Rect [345.53 117.115 423.049 128.24]
/A << /S /GoTo /D (spdata) >>
>>
-% 1298 0 obj
+% 1303 0 obj
<<
-/D [1296 0 R /XYZ 149.705 753.953 null]
+/D [1301 0 R /XYZ 149.705 753.953 null]
>>
% 312 0 obj
<<
-/D [1296 0 R /XYZ 150.705 720.077 null]
+/D [1301 0 R /XYZ 150.705 720.077 null]
>>
-% 1295 0 obj
+% 1300 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1300 0 obj
+% 1305 0 obj
<<
/Type /Page
-/Contents 1301 0 R
-/Resources 1299 0 R
+/Contents 1306 0 R
+/Resources 1304 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
-/Annots [ 1294 0 R ]
+/Parent 1317 0 R
+/Annots [ 1299 0 R ]
>>
-% 1294 0 obj
+% 1299 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15314,61 +15214,61 @@ stream
/Rect [261.152 655.098 328.21 666.223]
/A << /S /GoTo /D (descdata) >>
>>
-% 1302 0 obj
+% 1307 0 obj
<<
-/D [1300 0 R /XYZ 98.895 753.953 null]
+/D [1305 0 R /XYZ 98.895 753.953 null]
>>
-% 1303 0 obj
+% 1308 0 obj
<<
-/D [1300 0 R /XYZ 99.895 552.704 null]
+/D [1305 0 R /XYZ 99.895 552.704 null]
>>
-% 1304 0 obj
+% 1309 0 obj
<<
-/D [1300 0 R /XYZ 99.895 520.824 null]
+/D [1305 0 R /XYZ 99.895 520.824 null]
>>
-% 1305 0 obj
+% 1310 0 obj
<<
-/D [1300 0 R /XYZ 99.895 487.006 null]
+/D [1305 0 R /XYZ 99.895 487.006 null]
>>
-% 1306 0 obj
+% 1311 0 obj
<<
-/D [1300 0 R /XYZ 99.895 419.26 null]
+/D [1305 0 R /XYZ 99.895 419.26 null]
>>
-% 1307 0 obj
+% 1312 0 obj
<<
-/D [1300 0 R /XYZ 99.895 363.469 null]
+/D [1305 0 R /XYZ 99.895 363.469 null]
>>
-% 1308 0 obj
+% 1313 0 obj
<<
-/D [1300 0 R /XYZ 99.895 319.634 null]
+/D [1305 0 R /XYZ 99.895 319.634 null]
>>
-% 1309 0 obj
+% 1314 0 obj
<<
-/D [1300 0 R /XYZ 99.895 287.753 null]
+/D [1305 0 R /XYZ 99.895 287.753 null]
>>
-% 1310 0 obj
+% 1315 0 obj
<<
-/D [1300 0 R /XYZ 99.895 255.873 null]
+/D [1305 0 R /XYZ 99.895 255.873 null]
>>
-% 1311 0 obj
+% 1316 0 obj
<<
-/D [1300 0 R /XYZ 99.895 212.037 null]
+/D [1305 0 R /XYZ 99.895 212.037 null]
>>
-% 1299 0 obj
+% 1304 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F16 546 0 R /F11 740 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F16 550 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1316 0 obj
+% 1321 0 obj
<<
/Type /Page
-/Contents 1317 0 R
-/Resources 1315 0 R
+/Contents 1322 0 R
+/Resources 1320 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
-/Annots [ 1313 0 R 1314 0 R ]
+/Parent 1317 0 R
+/Annots [ 1318 0 R 1319 0 R ]
>>
-% 1313 0 obj
+% 1318 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15376,7 +15276,7 @@ stream
/Rect [345.53 576.23 412.588 587.355]
/A << /S /GoTo /D (descdata) >>
>>
-% 1314 0 obj
+% 1319 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -15384,210 +15284,279 @@ stream
/Rect [345.53 205.776 423.049 216.901]
/A << /S /GoTo /D (spdata) >>
>>
-% 1318 0 obj
+% 1323 0 obj
<<
-/D [1316 0 R /XYZ 149.705 753.953 null]
+/D [1321 0 R /XYZ 149.705 753.953 null]
>>
% 316 0 obj
<<
-/D [1316 0 R /XYZ 150.705 720.077 null]
+/D [1321 0 R /XYZ 150.705 720.077 null]
>>
-% 1315 0 obj
+% 1320 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1320 0 obj
+% 1325 0 obj
<<
/Type /Page
-/Contents 1321 0 R
-/Resources 1319 0 R
+/Contents 1326 0 R
+/Resources 1324 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
->>
-% 1322 0 obj
-<<
-/D [1320 0 R /XYZ 98.895 753.953 null]
->>
-% 1323 0 obj
-<<
-/D [1320 0 R /XYZ 99.895 716.092 null]
->>
-% 1324 0 obj
-<<
-/D [1320 0 R /XYZ 99.895 687.975 null]
+/Parent 1317 0 R
>>
-% 1325 0 obj
+% 1327 0 obj
<<
-/D [1320 0 R /XYZ 99.895 668.326 null]
+/D [1325 0 R /XYZ 98.895 753.953 null]
>>
-% 1326 0 obj
+% 1328 0 obj
<<
-/D [1320 0 R /XYZ 99.895 624.491 null]
+/D [1325 0 R /XYZ 99.895 716.092 null]
>>
-% 1327 0 obj
+% 1329 0 obj
<<
-/D [1320 0 R /XYZ 99.895 580.655 null]
+/D [1325 0 R /XYZ 99.895 687.975 null]
>>
-% 1328 0 obj
+% 1330 0 obj
<<
-/D [1320 0 R /XYZ 99.895 560.73 null]
+/D [1325 0 R /XYZ 99.895 668.326 null]
>>
-% 1319 0 obj
+% 1331 0 obj
<<
-/Font << /F8 549 0 R /F30 754 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1325 0 R /XYZ 99.895 624.491 null]
>>
% 1332 0 obj
<<
-/Type /Page
-/Contents 1333 0 R
-/Resources 1331 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
-/Annots [ 1329 0 R 1330 0 R ]
+/D [1325 0 R /XYZ 99.895 580.655 null]
>>
-% 1329 0 obj
+% 1333 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [345.53 574.94 423.049 586.065]
-/A << /S /GoTo /D (spdata) >>
+/D [1325 0 R /XYZ 99.895 560.73 null]
>>
endstream
endobj
-1340 0 obj
+1339 0 obj
<<
-/Length 3991
+/Length 3084
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(sprn)-391(|)-391(Reinit)-391(sparse)-391(matrix)-391(structure)-391(for)-391(psblas)-391(rou-)]TJ -25.091 -13.948 Td [(tines.)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(spfree)-375(|)-375(F)94(rees)-375(a)-375(sparse)-375(matrix)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf 0 -18.389 Td [(call)-525(psb_sprn\050a,)-525(decsc_a,)-525(info,)-525(clear\051)]TJ
+/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_spfree\050a,)-525(desc_a,)-525(info\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -19.926 Td [(a)]TJ
+ 0 -19.925 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(to)-333(b)-28(e)-333(reinitialized.)]TJ 14.356 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(to)-333(b)-28(e)-333(freed.)]TJ 14.356 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.95 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.95 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
+/F30 9.9626 Tf 170.914 0 Td [(psb)]TJ
ET
q
-1 0 0 1 312.036 564.402 cm
+1 0 0 1 362.845 578.35 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 315.174 564.203 Td [(Tspmat)]TJ
+/F30 9.9626 Tf 365.983 578.15 Td [(Tspmat)]TJ
ET
q
-1 0 0 1 347.183 564.402 cm
+1 0 0 1 397.993 578.35 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 350.322 564.203 Td [(type)]TJ
+/F30 9.9626 Tf 401.131 578.15 Td [(type)]TJ
0 g 0 G
/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
-/F27 9.9626 Tf -271.348 -19.925 Td [(desc)]TJ
+/F27 9.9626 Tf -271.347 -19.925 Td [(desc)]TJ
ET
q
-1 0 0 1 121.81 544.477 cm
+1 0 0 1 172.619 558.424 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 125.247 544.278 Td [(a)]TJ
+/F27 9.9626 Tf 176.057 558.225 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(comm)27(unication)-333(descriptor.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(the)-333(comm)27(unication)-333(descriptor.)]TJ -10.996 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
ET
q
-1 0 0 1 312.036 496.656 cm
+1 0 0 1 362.845 510.604 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 315.174 496.457 Td [(desc)]TJ
+/F30 9.9626 Tf 365.983 510.405 Td [(desc)]TJ
ET
q
-1 0 0 1 336.723 496.656 cm
+1 0 0 1 387.532 510.604 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 339.861 496.457 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -260.887 -19.925 Td [(clear)]TJ
-0 g 0 G
-/F8 9.9626 Tf 28.795 0 Td [(Cho)-28(ose)-333(whether)-334(to)-333(zero)-333(out)-334(matrix)-333(co)-28(e\016cien)28(ts)]TJ -3.888 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)-444(true.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -21.918 Td [(On)-383(Return)]TJ
+/F30 9.9626 Tf 390.67 510.405 Td [(type)]TJ
0 g 0 G
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
- 0 -19.925 Td [(info)]TJ
+/F27 9.9626 Tf -260.887 -21.918 Td [(On)-383(Return)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ/F16 11.9552 Tf -24.907 -21.918 Td [(Notes)]TJ
0 g 0 G
-/F8 9.9626 Tf 12.177 -19.925 Td [(1.)]TJ
+ 0 -19.926 Td [(info)]TJ
0 g 0 G
- [-500(On)-333(exit)-334(from)-333(this)-333(routine)-333(the)-334(sparse)-333(matrix)-333(is)-334(in)-333(the)-333(up)-28(date)-333(s)-1(tat)1(e)-1(.)]TJ
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
- 154.698 -206.766 Td [(77)]TJ
+ 141.968 -330.303 Td [(76)]TJ
0 g 0 G
ET
endstream
endobj
-1347 0 obj
+1345 0 obj
<<
-/Length 5111
+/Length 3991
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 171.761 706.328 cm
+1 0 0 1 120.951 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 175.796 706.129 Td [(geall)-375(|)-375(Allo)-31(cates)-375(a)-375(dense)-375(matrix)]TJ
+/F16 11.9552 Tf 124.986 706.129 Td [(sprn)-391(|)-391(Reinit)-391(sparse)-391(matrix)-391(structure)-391(for)-391(psblas)-391(rou-)]TJ -25.091 -13.948 Td [(tines.)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_geall\050x,)-525(desc_a,)-525(info,)-525(n,)-525(lb\051)]TJ
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(psb_sprn\050a,)-525(decsc_a,)-525(info,)-525(clear\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -19.925 Td [(desc)]TJ
-ET
-q
-1 0 0 1 172.619 626.17 cm
+ 0 -19.926 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(to)-333(b)-28(e)-333(reinitialized.)]TJ 14.356 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 312.036 564.402 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 315.174 564.203 Td [(Tspmat)]TJ
+ET
+q
+1 0 0 1 347.183 564.402 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 350.322 564.203 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -271.348 -19.925 Td [(desc)]TJ
+ET
+q
+1 0 0 1 121.81 544.477 cm
+[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
+Q
+BT
+/F27 9.9626 Tf 125.247 544.278 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(comm)27(unication)-333(descriptor.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 312.036 496.656 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 315.174 496.457 Td [(desc)]TJ
+ET
+q
+1 0 0 1 336.723 496.656 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 339.861 496.457 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -260.887 -19.925 Td [(clear)]TJ
+0 g 0 G
+/F8 9.9626 Tf 28.795 0 Td [(Cho)-28(ose)-333(whether)-334(to)-333(zero)-333(out)-334(matrix)-333(co)-28(e\016cien)28(ts)]TJ -3.888 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)-444(true.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -21.918 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ/F16 11.9552 Tf -24.907 -21.918 Td [(Notes)]TJ
+0 g 0 G
+/F8 9.9626 Tf 12.177 -19.925 Td [(1.)]TJ
+0 g 0 G
+ [-500(On)-333(exit)-334(from)-333(this)-333(routine)-333(the)-334(sparse)-333(matrix)-333(is)-334(in)-333(the)-333(up)-28(date)-333(s)-1(tat)1(e)-1(.)]TJ
+0 g 0 G
+ 154.698 -206.766 Td [(77)]TJ
+0 g 0 G
+ET
+
+endstream
+endobj
+1352 0 obj
+<<
+/Length 5111
+>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
+ET
+q
+1 0 0 1 171.761 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 175.796 706.129 Td [(geall)-375(|)-375(Allo)-31(cates)-375(a)-375(dense)-375(matrix)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_geall\050x,)-525(desc_a,)-525(info,)-525(n,)-525(lb\051)]TJ
+0 g 0 G
+/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(desc)]TJ
+ET
+q
+1 0 0 1 172.619 626.17 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
@@ -15663,7 +15632,7 @@ ET
endstream
endobj
-1353 0 obj
+1358 0 obj
<<
/Length 6817
>>
@@ -15777,7 +15746,7 @@ ET
endstream
endobj
-1358 0 obj
+1363 0 obj
<<
/Length 1115
>>
@@ -15804,7 +15773,7 @@ ET
endstream
endobj
-1367 0 obj
+1372 0 obj
<<
/Length 5215
>>
@@ -15959,7 +15928,7 @@ ET
endstream
endobj
-1373 0 obj
+1378 0 obj
<<
/Length 3379
>>
@@ -16057,7 +16026,7 @@ ET
endstream
endobj
-1377 0 obj
+1382 0 obj
<<
/Length 3437
>>
@@ -16109,7 +16078,7 @@ ET
endstream
endobj
-1382 0 obj
+1387 0 obj
<<
/Length 6547
>>
@@ -16212,7 +16181,7 @@ ET
endstream
endobj
-1386 0 obj
+1391 0 obj
<<
/Length 692
>>
@@ -16235,7 +16204,7 @@ ET
endstream
endobj
-1394 0 obj
+1399 0 obj
<<
/Length 5736
>>
@@ -16334,7 +16303,7 @@ ET
endstream
endobj
-1399 0 obj
+1404 0 obj
<<
/Length 3271
>>
@@ -16418,7 +16387,7 @@ ET
endstream
endobj
-1405 0 obj
+1410 0 obj
<<
/Length 4983
>>
@@ -16510,7 +16479,7 @@ ET
endstream
endobj
-1411 0 obj
+1416 0 obj
<<
/Length 3240
>>
@@ -16594,7 +16563,7 @@ ET
endstream
endobj
-1417 0 obj
+1422 0 obj
<<
/Length 4992
>>
@@ -16686,7 +16655,7 @@ ET
endstream
endobj
-1423 0 obj
+1428 0 obj
<<
/Length 3821
>>
@@ -16767,7 +16736,7 @@ ET
endstream
endobj
-1431 0 obj
+1436 0 obj
<<
/Length 3654
>>
@@ -16848,114 +16817,47 @@ ET
endstream
endobj
-1438 0 obj
-<<
-/Length 5783
->>
-stream
-0 g 0 G
-0 g 0 G
-BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 120.951 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 124.986 706.129 Td [(sp)]TJ
-ET
-q
-1 0 0 1 138.57 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 142.605 706.129 Td [(getro)31(w)-375(|)-375(Extract)-375(ro)31(w\050s\051)-375(from)-375(a)-375(sparse)-375(matrix)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf -42.71 -18.647 Td [(call)-525(psb_sp_getrow\050row,)-525(a,)-525(nz,)-525(ia,)-525(ja,)-525(val,)-525(info,)-525(&)]TJ 73.225 -11.955 Td [(&)-525(append,)-525(nzin,)-525(lrw\051)]TJ
-0 g 0 G
-/F27 9.9626 Tf -73.225 -22.334 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -20.479 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.479 Td [(ro)32(w)]TJ
-0 g 0 G
-/F8 9.9626 Tf 23.385 0 Td [(The)-333(\050\014rst\051)-334(ro)28(w)-333(to)-334(b)-27(e)-334(extracted.)]TJ 1.522 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)]TJ/F11 9.9626 Tf 104.691 0 Td [(>)]TJ/F8 9.9626 Tf 10.516 0 Td [(0.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -140.114 -20.479 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(from)-333(whic)28(h)-333(to)-334(get)-333(ro)28(ws.)]TJ 14.356 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
-0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
-ET
-q
-1 0 0 1 312.036 496.313 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 315.174 496.114 Td [(Tspmat)]TJ
-ET
-q
-1 0 0 1 347.183 496.313 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 350.322 496.114 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -271.348 -20.479 Td [(app)-32(end)]TJ
-0 g 0 G
-/F8 9.9626 Tf 41.58 0 Td [(Whether)-333(to)-334(app)-27(end)-334(or)-333(o)28(v)28(erwrite)-334(existing)-333(output.)]TJ -16.673 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(logical)-333(v)55(alue)-333(default:)-444(false)-334(\050o)28(v)28(erwrite\051.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -20.479 Td [(nzin)]TJ
-0 g 0 G
-/F8 9.9626 Tf 25.986 0 Td [(Input)-333(size)-334(to)-333(b)-28(e)-333(app)-28(ended)-333(to.)]TJ -1.079 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-398(as:)-573(an)-398(in)28(teger)]TJ/F11 9.9626 Tf 107.907 0 Td [(>)]TJ/F8 9.9626 Tf 11.589 0 Td [(0.)-638(When)-398(app)-28(end)-398(i)1(s)-398(true,)-414(sp)-28(eci\014es)-398(ho)28(w)-398(man)27(y)]TJ -119.496 -11.955 Td [(en)28(tries)-334(in)-333(the)-333(output)-333(v)27(ectors)-333(are)-333(already)-334(\014lled.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -20.479 Td [(lrw)]TJ
-0 g 0 G
-/F8 9.9626 Tf 21.157 0 Td [(The)-333(last)-334(ro)28(w)-333(to)-334(b)-27(e)-334(extracted.)]TJ 3.75 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)]TJ/F11 9.9626 Tf 104.691 0 Td [(>)]TJ/F8 9.9626 Tf 10.516 0 Td [(0,)-333(default:)]TJ/F11 9.9626 Tf 48.43 0 Td [(r)-28(ow)]TJ/F8 9.9626 Tf 17.001 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -205.545 -22.334 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -20.479 Td [(nz)]TJ
-0 g 0 G
-/F8 9.9626 Tf 16.439 0 Td [(the)-333(n)28(um)27(b)-27(er)-334(of)-333(elemen)28(ts)-334(returned)-333(b)28(y)-334(th)1(is)-334(call.)]TJ 8.468 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(Returned)-333(as:)-445(an)-333(in)28(teger)-334(scalar.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -20.479 Td [(ia)]TJ
-0 g 0 G
-/F8 9.9626 Tf 13.734 0 Td [(the)-333(ro)28(w)-334(indices.)]TJ 11.173 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(with)-333(the)]TJ/F30 9.9626 Tf 170.611 0 Td [(ALLOCATABLE)]TJ/F8 9.9626 Tf 60.854 0 Td [(attribute.)]TJ
-0 g 0 G
- -89.497 -29.887 Td [(93)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-1335 0 obj
+1334 0 obj
<<
/Type /ObjStm
/N 100
-/First 972
-/Length 10904
+/First 973
+/Length 10886
>>
stream
-1330 0 1334 146 320 205 1331 263 1339 369 1336 517 1337 662 1341 809 324 867 1342 924
-1338 982 1346 1088 1343 1236 1344 1382 1348 1526 328 1585 1345 1643 1352 1762 1349 1910 1350 2057
-1354 2201 332 2259 1351 2316 1357 2435 1359 2553 1360 2612 1361 2671 1356 2730 1366 2823 1362 2980
-1363 3125 1364 3269 1368 3412 336 3470 1365 3527 1372 3646 1369 3794 1370 3937 1374 4084 340 4143
-1371 4201 1376 4307 1378 4425 344 4483 1375 4540 1381 4672 1379 4811 1383 4956 348 5015 1380 5073
-1385 5192 1387 5310 1388 5368 1389 5426 1384 5484 1393 5564 1391 5703 1395 5849 352 5908 1392 5966
-1398 6085 1396 6224 1400 6371 356 6429 1401 6486 1397 6544 1404 6663 1402 6802 1406 6948 360 7007
-1407 7065 1403 7124 1410 7243 1408 7382 1412 7529 364 7587 1413 7644 1409 7702 1416 7821 1414 7960
-1418 8106 368 8165 1419 8223 1415 8282 1422 8401 1420 8540 1424 8686 372 8744 1425 8801 1426 8859
-1421 8917 1430 9023 1428 9162 1432 9307 376 9366 1433 9424 1434 9483 1429 9542 1437 9648 1435 9787
-% 1330 0 obj
+1324 0 1338 80 1335 228 1336 371 1340 517 320 576 1337 634 1344 740 1341 888 1342 1033
+1346 1180 324 1238 1347 1295 1343 1353 1351 1459 1348 1607 1349 1753 1353 1897 328 1956 1350 2014
+1357 2133 1354 2281 1355 2428 1359 2572 332 2630 1356 2687 1362 2806 1364 2924 1365 2983 1366 3042
+1361 3101 1371 3194 1367 3351 1368 3496 1369 3640 1373 3783 336 3841 1370 3898 1377 4017 1374 4165
+1375 4308 1379 4455 340 4514 1376 4572 1381 4678 1383 4796 344 4854 1380 4911 1386 5043 1384 5182
+1388 5327 348 5386 1385 5444 1390 5563 1392 5681 1393 5739 1394 5797 1389 5855 1398 5935 1396 6074
+1400 6220 352 6279 1397 6337 1403 6456 1401 6595 1405 6742 356 6800 1406 6857 1402 6915 1409 7034
+1407 7173 1411 7319 360 7378 1412 7436 1408 7495 1415 7614 1413 7753 1417 7900 364 7958 1418 8015
+1414 8073 1421 8192 1419 8331 1423 8477 368 8536 1424 8594 1420 8653 1427 8772 1425 8911 1429 9057
+372 9115 1430 9172 1431 9230 1426 9288 1435 9394 1433 9533 1437 9678 376 9737 1438 9795 1439 9854
+% 1324 0 obj
+<<
+/Font << /F8 553 0 R /F30 759 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 1338 0 obj
+<<
+/Type /Page
+/Contents 1339 0 R
+/Resources 1337 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1317 0 R
+/Annots [ 1335 0 R 1336 0 R ]
+>>
+% 1335 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.53 574.94 423.049 586.065]
+/A << /S /GoTo /D (spdata) >>
+>>
+% 1336 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -16963,29 +16865,29 @@ stream
/Rect [345.53 507.194 412.588 518.319]
/A << /S /GoTo /D (descdata) >>
>>
-% 1334 0 obj
+% 1340 0 obj
<<
-/D [1332 0 R /XYZ 149.705 753.953 null]
+/D [1338 0 R /XYZ 149.705 753.953 null]
>>
% 320 0 obj
<<
-/D [1332 0 R /XYZ 150.705 720.077 null]
+/D [1338 0 R /XYZ 150.705 720.077 null]
>>
-% 1331 0 obj
+% 1337 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1339 0 obj
+% 1344 0 obj
<<
/Type /Page
-/Contents 1340 0 R
-/Resources 1338 0 R
+/Contents 1345 0 R
+/Resources 1343 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
-/Annots [ 1336 0 R 1337 0 R ]
+/Parent 1317 0 R
+/Annots [ 1341 0 R 1342 0 R ]
>>
-% 1336 0 obj
+% 1341 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -16993,7 +16895,7 @@ stream
/Rect [294.721 560.993 372.239 572.118]
/A << /S /GoTo /D (spdata) >>
>>
-% 1337 0 obj
+% 1342 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17001,33 +16903,33 @@ stream
/Rect [294.721 493.247 361.779 504.372]
/A << /S /GoTo /D (descdata) >>
>>
-% 1341 0 obj
+% 1346 0 obj
<<
-/D [1339 0 R /XYZ 98.895 753.953 null]
+/D [1344 0 R /XYZ 98.895 753.953 null]
>>
% 324 0 obj
<<
-/D [1339 0 R /XYZ 99.895 720.077 null]
+/D [1344 0 R /XYZ 99.895 720.077 null]
>>
-% 1342 0 obj
+% 1347 0 obj
<<
-/D [1339 0 R /XYZ 99.895 313.144 null]
+/D [1344 0 R /XYZ 99.895 313.144 null]
>>
-% 1338 0 obj
+% 1343 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1346 0 obj
+% 1351 0 obj
<<
/Type /Page
-/Contents 1347 0 R
-/Resources 1345 0 R
+/Contents 1352 0 R
+/Resources 1350 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1312 0 R
-/Annots [ 1343 0 R 1344 0 R ]
+/Parent 1317 0 R
+/Annots [ 1348 0 R 1349 0 R ]
>>
-% 1343 0 obj
+% 1348 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17035,7 +16937,7 @@ stream
/Rect [311.962 574.94 379.019 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1344 0 obj
+% 1349 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17043,29 +16945,29 @@ stream
/Rect [264.584 290.009 340.638 301.134]
/A << /S /GoTo /D (vdata) >>
>>
-% 1348 0 obj
+% 1353 0 obj
<<
-/D [1346 0 R /XYZ 149.705 753.953 null]
+/D [1351 0 R /XYZ 149.705 753.953 null]
>>
% 328 0 obj
<<
-/D [1346 0 R /XYZ 150.705 720.077 null]
+/D [1351 0 R /XYZ 150.705 720.077 null]
>>
-% 1345 0 obj
+% 1350 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1352 0 obj
+% 1357 0 obj
<<
/Type /Page
-/Contents 1353 0 R
-/Resources 1351 0 R
+/Contents 1358 0 R
+/Resources 1356 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
-/Annots [ 1349 0 R 1350 0 R ]
+/Parent 1360 0 R
+/Annots [ 1354 0 R 1355 0 R ]
>>
-% 1349 0 obj
+% 1354 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17073,7 +16975,7 @@ stream
/Rect [294.721 363.459 361.779 374.584]
/A << /S /GoTo /D (descdata) >>
>>
-% 1350 0 obj
+% 1355 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17081,54 +16983,54 @@ stream
/Rect [365.781 141.026 441.835 152.151]
/A << /S /GoTo /D (vdata) >>
>>
-% 1354 0 obj
+% 1359 0 obj
<<
-/D [1352 0 R /XYZ 98.895 753.953 null]
+/D [1357 0 R /XYZ 98.895 753.953 null]
>>
% 332 0 obj
<<
-/D [1352 0 R /XYZ 99.895 720.077 null]
+/D [1357 0 R /XYZ 99.895 720.077 null]
>>
-% 1351 0 obj
+% 1356 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1357 0 obj
+% 1362 0 obj
<<
/Type /Page
-/Contents 1358 0 R
-/Resources 1356 0 R
+/Contents 1363 0 R
+/Resources 1361 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
+/Parent 1360 0 R
>>
-% 1359 0 obj
+% 1364 0 obj
<<
-/D [1357 0 R /XYZ 149.705 753.953 null]
+/D [1362 0 R /XYZ 149.705 753.953 null]
>>
-% 1360 0 obj
+% 1365 0 obj
<<
-/D [1357 0 R /XYZ 150.705 632.405 null]
+/D [1362 0 R /XYZ 150.705 632.405 null]
>>
-% 1361 0 obj
+% 1366 0 obj
<<
-/D [1357 0 R /XYZ 150.705 609.989 null]
+/D [1362 0 R /XYZ 150.705 609.989 null]
>>
-% 1356 0 obj
+% 1361 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F16 546 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F16 550 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1366 0 obj
+% 1371 0 obj
<<
/Type /Page
-/Contents 1367 0 R
-/Resources 1365 0 R
+/Contents 1372 0 R
+/Resources 1370 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
-/Annots [ 1362 0 R 1363 0 R 1364 0 R ]
+/Parent 1360 0 R
+/Annots [ 1367 0 R 1368 0 R 1369 0 R ]
>>
-% 1362 0 obj
+% 1367 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17136,7 +17038,7 @@ stream
/Rect [261.152 574.94 328.21 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1363 0 obj
+% 1368 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17144,7 +17046,7 @@ stream
/Rect [269.918 483.284 345.972 494.409]
/A << /S /GoTo /D (vdata) >>
>>
-% 1364 0 obj
+% 1369 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17152,29 +17054,29 @@ stream
/Rect [187.733 381.665 263.787 392.79]
/A << /S /GoTo /D (vdata) >>
>>
-% 1368 0 obj
+% 1373 0 obj
<<
-/D [1366 0 R /XYZ 98.895 753.953 null]
+/D [1371 0 R /XYZ 98.895 753.953 null]
>>
% 336 0 obj
<<
-/D [1366 0 R /XYZ 99.895 720.077 null]
+/D [1371 0 R /XYZ 99.895 720.077 null]
>>
-% 1365 0 obj
+% 1370 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1372 0 obj
+% 1377 0 obj
<<
/Type /Page
-/Contents 1373 0 R
-/Resources 1371 0 R
+/Contents 1378 0 R
+/Resources 1376 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
-/Annots [ 1369 0 R 1370 0 R ]
+/Parent 1360 0 R
+/Annots [ 1374 0 R 1375 0 R ]
>>
-% 1369 0 obj
+% 1374 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17182,7 +17084,7 @@ stream
/Rect [238.542 562.985 314.596 574.11]
/A << /S /GoTo /D (vdata) >>
>>
-% 1370 0 obj
+% 1375 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17190,50 +17092,50 @@ stream
/Rect [311.962 483.284 379.019 494.409]
/A << /S /GoTo /D (descdata) >>
>>
-% 1374 0 obj
+% 1379 0 obj
<<
-/D [1372 0 R /XYZ 149.705 753.953 null]
+/D [1377 0 R /XYZ 149.705 753.953 null]
>>
% 340 0 obj
<<
-/D [1372 0 R /XYZ 150.705 720.077 null]
+/D [1377 0 R /XYZ 150.705 720.077 null]
>>
-% 1371 0 obj
+% 1376 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1376 0 obj
+% 1381 0 obj
<<
/Type /Page
-/Contents 1377 0 R
-/Resources 1375 0 R
+/Contents 1382 0 R
+/Resources 1380 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
+/Parent 1360 0 R
>>
-% 1378 0 obj
+% 1383 0 obj
<<
-/D [1376 0 R /XYZ 98.895 753.953 null]
+/D [1381 0 R /XYZ 98.895 753.953 null]
>>
% 344 0 obj
<<
-/D [1376 0 R /XYZ 99.895 720.077 null]
+/D [1381 0 R /XYZ 99.895 720.077 null]
>>
-% 1375 0 obj
+% 1380 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R /F10 756 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R /F10 761 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1381 0 obj
+% 1386 0 obj
<<
/Type /Page
-/Contents 1382 0 R
-/Resources 1380 0 R
+/Contents 1387 0 R
+/Resources 1385 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1355 0 R
-/Annots [ 1379 0 R ]
+/Parent 1360 0 R
+/Annots [ 1384 0 R ]
>>
-% 1379 0 obj
+% 1384 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17241,54 +17143,54 @@ stream
/Rect [345.53 484.86 412.588 495.985]
/A << /S /GoTo /D (descdata) >>
>>
-% 1383 0 obj
+% 1388 0 obj
<<
-/D [1381 0 R /XYZ 149.705 753.953 null]
+/D [1386 0 R /XYZ 149.705 753.953 null]
>>
% 348 0 obj
<<
-/D [1381 0 R /XYZ 150.705 720.077 null]
+/D [1386 0 R /XYZ 150.705 720.077 null]
>>
-% 1380 0 obj
+% 1385 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1385 0 obj
+% 1390 0 obj
<<
/Type /Page
-/Contents 1386 0 R
-/Resources 1384 0 R
+/Contents 1391 0 R
+/Resources 1389 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
+/Parent 1395 0 R
>>
-% 1387 0 obj
+% 1392 0 obj
<<
-/D [1385 0 R /XYZ 98.895 753.953 null]
+/D [1390 0 R /XYZ 98.895 753.953 null]
>>
-% 1388 0 obj
+% 1393 0 obj
<<
-/D [1385 0 R /XYZ 99.895 716.092 null]
+/D [1390 0 R /XYZ 99.895 716.092 null]
>>
-% 1389 0 obj
+% 1394 0 obj
<<
-/D [1385 0 R /XYZ 99.895 688.251 null]
+/D [1390 0 R /XYZ 99.895 688.251 null]
>>
-% 1384 0 obj
+% 1389 0 obj
<<
-/Font << /F8 549 0 R /F30 754 0 R >>
+/Font << /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1393 0 obj
+% 1398 0 obj
<<
/Type /Page
-/Contents 1394 0 R
-/Resources 1392 0 R
+/Contents 1399 0 R
+/Resources 1397 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
-/Annots [ 1391 0 R ]
+/Parent 1395 0 R
+/Annots [ 1396 0 R ]
>>
-% 1391 0 obj
+% 1396 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17296,29 +17198,29 @@ stream
/Rect [345.53 483.284 412.588 494.409]
/A << /S /GoTo /D (descdata) >>
>>
-% 1395 0 obj
+% 1400 0 obj
<<
-/D [1393 0 R /XYZ 149.705 753.953 null]
+/D [1398 0 R /XYZ 149.705 753.953 null]
>>
% 352 0 obj
<<
-/D [1393 0 R /XYZ 150.705 720.077 null]
+/D [1398 0 R /XYZ 150.705 720.077 null]
>>
-% 1392 0 obj
+% 1397 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1398 0 obj
+% 1403 0 obj
<<
/Type /Page
-/Contents 1399 0 R
-/Resources 1397 0 R
+/Contents 1404 0 R
+/Resources 1402 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
-/Annots [ 1396 0 R ]
+/Parent 1395 0 R
+/Annots [ 1401 0 R ]
>>
-% 1396 0 obj
+% 1401 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17326,33 +17228,33 @@ stream
/Rect [294.721 495.239 361.779 506.364]
/A << /S /GoTo /D (descdata) >>
>>
-% 1400 0 obj
+% 1405 0 obj
<<
-/D [1398 0 R /XYZ 98.895 753.953 null]
+/D [1403 0 R /XYZ 98.895 753.953 null]
>>
% 356 0 obj
<<
-/D [1398 0 R /XYZ 99.895 720.077 null]
+/D [1403 0 R /XYZ 99.895 720.077 null]
>>
-% 1401 0 obj
+% 1406 0 obj
<<
-/D [1398 0 R /XYZ 99.895 382.883 null]
+/D [1403 0 R /XYZ 99.895 382.883 null]
>>
-% 1397 0 obj
+% 1402 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1404 0 obj
+% 1409 0 obj
<<
/Type /Page
-/Contents 1405 0 R
-/Resources 1403 0 R
+/Contents 1410 0 R
+/Resources 1408 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
-/Annots [ 1402 0 R ]
+/Parent 1395 0 R
+/Annots [ 1407 0 R ]
>>
-% 1402 0 obj
+% 1407 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17360,33 +17262,33 @@ stream
/Rect [345.53 495.239 412.588 506.364]
/A << /S /GoTo /D (descdata) >>
>>
-% 1406 0 obj
+% 1411 0 obj
<<
-/D [1404 0 R /XYZ 149.705 753.953 null]
+/D [1409 0 R /XYZ 149.705 753.953 null]
>>
% 360 0 obj
<<
-/D [1404 0 R /XYZ 150.705 720.077 null]
+/D [1409 0 R /XYZ 150.705 720.077 null]
>>
-% 1407 0 obj
+% 1412 0 obj
<<
-/D [1404 0 R /XYZ 150.705 259.346 null]
+/D [1409 0 R /XYZ 150.705 259.346 null]
>>
-% 1403 0 obj
+% 1408 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1410 0 obj
+% 1415 0 obj
<<
/Type /Page
-/Contents 1411 0 R
-/Resources 1409 0 R
+/Contents 1416 0 R
+/Resources 1414 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
-/Annots [ 1408 0 R ]
+/Parent 1395 0 R
+/Annots [ 1413 0 R ]
>>
-% 1408 0 obj
+% 1413 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17394,33 +17296,33 @@ stream
/Rect [294.721 495.239 361.779 506.364]
/A << /S /GoTo /D (descdata) >>
>>
-% 1412 0 obj
+% 1417 0 obj
<<
-/D [1410 0 R /XYZ 98.895 753.953 null]
+/D [1415 0 R /XYZ 98.895 753.953 null]
>>
% 364 0 obj
<<
-/D [1410 0 R /XYZ 99.895 720.077 null]
+/D [1415 0 R /XYZ 99.895 720.077 null]
>>
-% 1413 0 obj
+% 1418 0 obj
<<
-/D [1410 0 R /XYZ 99.895 382.883 null]
+/D [1415 0 R /XYZ 99.895 382.883 null]
>>
-% 1409 0 obj
+% 1414 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1416 0 obj
+% 1421 0 obj
<<
/Type /Page
-/Contents 1417 0 R
-/Resources 1415 0 R
+/Contents 1422 0 R
+/Resources 1420 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1390 0 R
-/Annots [ 1414 0 R ]
+/Parent 1395 0 R
+/Annots [ 1419 0 R ]
>>
-% 1414 0 obj
+% 1419 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17428,33 +17330,33 @@ stream
/Rect [345.53 495.239 412.588 506.364]
/A << /S /GoTo /D (descdata) >>
>>
-% 1418 0 obj
+% 1423 0 obj
<<
-/D [1416 0 R /XYZ 149.705 753.953 null]
+/D [1421 0 R /XYZ 149.705 753.953 null]
>>
% 368 0 obj
<<
-/D [1416 0 R /XYZ 150.705 720.077 null]
+/D [1421 0 R /XYZ 150.705 720.077 null]
>>
-% 1419 0 obj
+% 1424 0 obj
<<
-/D [1416 0 R /XYZ 150.705 259.346 null]
+/D [1421 0 R /XYZ 150.705 259.346 null]
>>
-% 1415 0 obj
+% 1420 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1422 0 obj
+% 1427 0 obj
<<
/Type /Page
-/Contents 1423 0 R
-/Resources 1421 0 R
+/Contents 1428 0 R
+/Resources 1426 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
-/Annots [ 1420 0 R ]
+/Parent 1432 0 R
+/Annots [ 1425 0 R ]
>>
-% 1420 0 obj
+% 1425 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17462,37 +17364,37 @@ stream
/Rect [294.721 574.94 361.779 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1424 0 obj
+% 1429 0 obj
<<
-/D [1422 0 R /XYZ 98.895 753.953 null]
+/D [1427 0 R /XYZ 98.895 753.953 null]
>>
% 372 0 obj
<<
-/D [1422 0 R /XYZ 99.895 720.077 null]
+/D [1427 0 R /XYZ 99.895 720.077 null]
>>
-% 1425 0 obj
+% 1430 0 obj
<<
-/D [1422 0 R /XYZ 99.895 370.928 null]
+/D [1427 0 R /XYZ 99.895 370.928 null]
>>
-% 1426 0 obj
+% 1431 0 obj
<<
-/D [1422 0 R /XYZ 99.895 327.092 null]
+/D [1427 0 R /XYZ 99.895 327.092 null]
>>
-% 1421 0 obj
+% 1426 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1430 0 obj
+% 1435 0 obj
<<
/Type /Page
-/Contents 1431 0 R
-/Resources 1429 0 R
+/Contents 1436 0 R
+/Resources 1434 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
-/Annots [ 1428 0 R ]
+/Parent 1432 0 R
+/Annots [ 1433 0 R ]
>>
-% 1428 0 obj
+% 1433 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -17500,48 +17402,115 @@ stream
/Rect [345.53 574.94 412.588 586.065]
/A << /S /GoTo /D (descdata) >>
>>
-% 1432 0 obj
+% 1437 0 obj
<<
-/D [1430 0 R /XYZ 149.705 753.953 null]
+/D [1435 0 R /XYZ 149.705 753.953 null]
>>
% 376 0 obj
<<
-/D [1430 0 R /XYZ 150.705 720.077 null]
->>
-% 1433 0 obj
-<<
-/D [1430 0 R /XYZ 150.705 370.928 null]
+/D [1435 0 R /XYZ 150.705 720.077 null]
>>
-% 1434 0 obj
-<<
-/D [1430 0 R /XYZ 150.705 339.047 null]
->>
-% 1429 0 obj
+% 1438 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [1435 0 R /XYZ 150.705 370.928 null]
>>
-% 1437 0 obj
+% 1439 0 obj
<<
-/Type /Page
-/Contents 1438 0 R
-/Resources 1436 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
-/Annots [ 1435 0 R ]
+/D [1435 0 R /XYZ 150.705 339.047 null]
>>
-% 1435 0 obj
+
+endstream
+endobj
+1444 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [294.721 492.904 372.239 504.029]
-/A << /S /GoTo /D (spdata) >>
+/Length 5783
>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+ET
+q
+1 0 0 1 120.951 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 124.986 706.129 Td [(sp)]TJ
+ET
+q
+1 0 0 1 138.57 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 142.605 706.129 Td [(getro)31(w)-375(|)-375(Extract)-375(ro)31(w\050s\051)-375(from)-375(a)-375(sparse)-375(matrix)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -42.71 -18.647 Td [(call)-525(psb_sp_getrow\050row,)-525(a,)-525(nz,)-525(ia,)-525(ja,)-525(val,)-525(info,)-525(&)]TJ 73.225 -11.955 Td [(&)-525(append,)-525(nzin,)-525(lrw\051)]TJ
+0 g 0 G
+/F27 9.9626 Tf -73.225 -22.334 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -20.479 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.479 Td [(ro)32(w)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.385 0 Td [(The)-333(\050\014rst\051)-334(ro)28(w)-333(to)-334(b)-27(e)-334(extracted.)]TJ 1.522 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)]TJ/F11 9.9626 Tf 104.691 0 Td [(>)]TJ/F8 9.9626 Tf 10.516 0 Td [(0.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -140.114 -20.479 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(matrix)-334(from)-333(whic)28(h)-333(to)-334(get)-333(ro)28(ws.)]TJ 14.356 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 312.036 496.313 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 315.174 496.114 Td [(Tspmat)]TJ
+ET
+q
+1 0 0 1 347.183 496.313 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 350.322 496.114 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -271.348 -20.479 Td [(app)-32(end)]TJ
+0 g 0 G
+/F8 9.9626 Tf 41.58 0 Td [(Whether)-333(to)-334(app)-27(end)-334(or)-333(o)28(v)28(erwrite)-334(existing)-333(output.)]TJ -16.673 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(logical)-333(v)55(alue)-333(default:)-444(false)-334(\050o)28(v)28(erwrite\051.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -20.479 Td [(nzin)]TJ
+0 g 0 G
+/F8 9.9626 Tf 25.986 0 Td [(Input)-333(size)-334(to)-333(b)-28(e)-333(app)-28(ended)-333(to.)]TJ -1.079 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-398(as:)-573(an)-398(in)28(teger)]TJ/F11 9.9626 Tf 107.907 0 Td [(>)]TJ/F8 9.9626 Tf 11.589 0 Td [(0.)-638(When)-398(app)-28(end)-398(i)1(s)-398(true,)-414(sp)-28(eci\014es)-398(ho)28(w)-398(man)27(y)]TJ -119.496 -11.955 Td [(en)28(tries)-334(in)-333(the)-333(output)-333(v)27(ectors)-333(are)-333(already)-334(\014lled.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -20.479 Td [(lrw)]TJ
+0 g 0 G
+/F8 9.9626 Tf 21.157 0 Td [(The)-333(last)-334(ro)28(w)-333(to)-334(b)-27(e)-334(extracted.)]TJ 3.75 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -27.951 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf -25.183 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)]TJ/F11 9.9626 Tf 104.691 0 Td [(>)]TJ/F8 9.9626 Tf 10.516 0 Td [(0,)-333(default:)]TJ/F11 9.9626 Tf 48.43 0 Td [(r)-28(ow)]TJ/F8 9.9626 Tf 17.001 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -205.545 -22.334 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -20.479 Td [(nz)]TJ
+0 g 0 G
+/F8 9.9626 Tf 16.439 0 Td [(the)-333(n)28(um)27(b)-27(er)-334(of)-333(elemen)28(ts)-334(returned)-333(b)28(y)-334(th)1(is)-334(call.)]TJ 8.468 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.956 Td [(Returned)-333(as:)-445(an)-333(in)28(teger)-334(scalar.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -20.479 Td [(ia)]TJ
+0 g 0 G
+/F8 9.9626 Tf 13.734 0 Td [(the)-333(ro)28(w)-334(indices.)]TJ 11.173 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 27.951 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -51.024 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -67.082 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(arra)27(y)-333(with)-333(the)]TJ/F30 9.9626 Tf 170.611 0 Td [(ALLOCATABLE)]TJ/F8 9.9626 Tf 60.854 0 Td [(attribute.)]TJ
+0 g 0 G
+ -89.497 -29.887 Td [(93)]TJ
+0 g 0 G
+ET
endstream
endobj
-1443 0 obj
+1448 0 obj
<<
/Length 3711
>>
@@ -17580,7 +17549,7 @@ ET
endstream
endobj
-1453 0 obj
+1458 0 obj
<<
/Length 4123
>>
@@ -17693,7 +17662,7 @@ ET
endstream
endobj
-1457 0 obj
+1462 0 obj
<<
/Length 5773
>>
@@ -17775,7 +17744,7 @@ ET
endstream
endobj
-1461 0 obj
+1466 0 obj
<<
/Length 6993
>>
@@ -17883,7 +17852,7 @@ ET
endstream
endobj
-1475 0 obj
+1480 0 obj
<<
/Length 186
>>
@@ -17899,7 +17868,7 @@ ET
endstream
endobj
-1479 0 obj
+1484 0 obj
<<
/Length 5566
>>
@@ -17973,7 +17942,7 @@ ET
endstream
endobj
-1485 0 obj
+1490 0 obj
<<
/Length 4639
>>
@@ -18029,7 +17998,7 @@ ET
endstream
endobj
-1491 0 obj
+1496 0 obj
<<
/Length 4356
>>
@@ -18082,7 +18051,7 @@ ET
endstream
endobj
-1498 0 obj
+1503 0 obj
<<
/Length 2160
>>
@@ -18133,7 +18102,7 @@ ET
endstream
endobj
-1502 0 obj
+1507 0 obj
<<
/Length 3020
>>
@@ -18188,7 +18157,7 @@ ET
endstream
endobj
-1507 0 obj
+1512 0 obj
<<
/Length 1202
>>
@@ -18225,7 +18194,7 @@ ET
endstream
endobj
-1511 0 obj
+1516 0 obj
<<
/Length 1484
>>
@@ -18262,7 +18231,7 @@ ET
endstream
endobj
-1515 0 obj
+1520 0 obj
<<
/Length 1357
>>
@@ -18299,7 +18268,7 @@ ET
endstream
endobj
-1519 0 obj
+1524 0 obj
<<
/Length 4552
>>
@@ -18351,7 +18320,7 @@ ET
endstream
endobj
-1523 0 obj
+1528 0 obj
<<
/Length 5199
>>
@@ -18411,7 +18380,7 @@ ET
endstream
endobj
-1529 0 obj
+1534 0 obj
<<
/Length 5151
>>
@@ -18471,7 +18440,7 @@ ET
endstream
endobj
-1536 0 obj
+1541 0 obj
<<
/Length 5183
>>
@@ -18531,136 +18500,98 @@ ET
endstream
endobj
-1542 0 obj
+1440 0 obj
<<
-/Length 5239
+/Type /ObjStm
+/N 100
+/First 970
+/Length 9426
>>
stream
-0 g 0 G
-0 g 0 G
-BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 120.951 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 124.986 706.129 Td [(amx)-375(|)-375(Global)-375(maxim)31(um)-375(absolute)-375(v)63(alue)]TJ
-0 g 0 G
-0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_amx\050icontxt,)-525(dat,)-525(root\051)]TJ/F8 9.9626 Tf 14.944 -21.918 Td [(This)-312(subroutine)-312(implemen)28(ts)-313(a)-312(maxim)28(um)-312(absolute)-312(v)55(alue)-312(reduction)-312(op)-28(eration)]TJ -14.944 -11.955 Td [(based)-333(on)-334(the)-333(underlying)-333(comm)28(unication)-334(library)84(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf 0 -19.926 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(icon)32(txt)]TJ
-0 g 0 G
-/F8 9.9626 Tf 39.989 0 Td [(the)-333(comm)27(unication)-333(con)28(text)-333(iden)27(tifyin)1(g)-334(the)-333(virtual)-333(parallel)-334(mac)28(hine.)]TJ -15.082 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -71.509 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(dat)]TJ
-0 g 0 G
-/F8 9.9626 Tf 21.371 0 Td [(The)-333(lo)-28(cal)-334(con)28(tribution)-333(to)-333(the)-334(global)-333(maxim)28(um.)]TJ 3.536 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.452 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -71.509 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-339(as:)-458(an)-339(in)28(te)-1(ger,)-341(real)-340(or)-339(complex)-340(v)56(ariable,)-342(whic)28(h)-340(ma)28(y)-339(b)-28(e)-340(a)-340(scalar,)]TJ 0 -11.955 Td [(or)-464(a)-464(rank)-463(1)-464(or)-464(2)-464(arra)28(y)83(.)-1299(T)28(yp)-28(e,)-497(kind,)-496(rank)-464(and)-463(size)-464(m)27(ust)-463(agree)-464(on)-464(all)]TJ 0 -11.955 Td [(pro)-28(cesses.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.926 Td [(ro)-32(ot)]TJ
-0 g 0 G
-/F8 9.9626 Tf 25.931 0 Td [(Pro)-28(cess)-276(to)-276(hold)-276(the)-276(\014nal)-275(v)55(alue,)-287(or)]TJ/F14 9.9626 Tf 146.411 0 Td [(\000)]TJ/F8 9.9626 Tf 7.749 0 Td [(1)-276(to)-276(mak)28(e)-276(it)-276(a)28(v)55(ailable)-276(on)-276(all)-276(p)1(ro)-28(cesses.)]TJ -155.184 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(alue)]TJ/F14 9.9626 Tf 130.428 0 Td [(\000)]TJ/F8 9.9626 Tf 7.749 0 Td [(1)]TJ/F11 9.9626 Tf 7.748 0 Td [(<)]TJ/F8 9.9626 Tf 7.749 0 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(r)-28(oot)-278(<)]TJ/F8 9.9626 Tf 28.543 0 Td [(=)]TJ/F11 9.9626 Tf 10.517 0 Td [(np)]TJ/F14 9.9626 Tf 13.206 0 Td [(\000)]TJ/F8 9.9626 Tf 9.962 0 Td [(1,)-333(default)-334(-1.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -251.325 -33.873 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.926 Td [(dat)]TJ
-0 g 0 G
-/F8 9.9626 Tf 21.372 0 Td [(On)-333(destination)-333(pro)-28(cess\050es\051,)-334(the)-333(result)-333(of)-334(the)-333(maxim)28(um)-334(op)-27(eration.)]TJ 3.535 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -71.51 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-339(as:)-458(an)-339(in)28(te)-1(ger,)-341(real)-340(or)-339(complex)-340(v)56(ariable,)-342(whic)28(h)-340(ma)28(y)-339(b)-28(e)-340(a)-340(scalar,)]TJ 0 -11.955 Td [(or)-464(a)-464(rank)-463(1)-464(or)-464(2)-464(arra)28(y)83(.)-1299(T)28(yp)-28(e,)-497(kind,)-496(rank)-464(and)-463(size)-464(m)27(ust)-463(agree)-464(on)-464(all)]TJ 0 -11.956 Td [(pro)-28(cesses.)]TJ/F16 11.9552 Tf -24.907 -21.917 Td [(Notes)]TJ
-0 g 0 G
-/F8 9.9626 Tf 12.177 -19.926 Td [(1.)]TJ
-0 g 0 G
- [-500(The)]TJ/F30 9.9626 Tf 32.469 0 Td [(dat)]TJ/F8 9.9626 Tf 18.273 0 Td [(argumen)28(t)-259(is)-259(b)-28(oth)-259(input)-259(and)-259(output,)-274(and)-259(its)-259(v)55(alue)-259(ma)28(y)-259(b)-28(e)-259(c)28(hanged)]TJ -38.012 -11.955 Td [(ev)28(en)-334(on)-333(pro)-28(cesses)-333(di\013eren)28(t)-334(from)-333(the)-333(\014nal)-334(result)-333(destination.)]TJ
-0 g 0 G
- -12.73 -19.925 Td [(2.)]TJ
-0 g 0 G
- [-500(The)]TJ/F30 9.9626 Tf 33.209 0 Td [(dat)]TJ/F8 9.9626 Tf 19.012 0 Td [(argumen)28(t)-333(m)-1(a)28(y)-333(also)-333(b)-28(e)-334(a)-333(long)-333(in)28(teger)-334(scalar.)]TJ
-0 g 0 G
- 99.986 -97.177 Td [(111)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-1440 0 obj
+1434 0 1443 106 1441 245 1445 390 380 448 1442 505 1447 624 1449 742 1450 801 1451 860
+1452 919 1446 978 1457 1097 1453 1254 1454 1399 1455 1546 1459 1691 384 1749 1456 1806 1461 1925
+1463 2043 388 2102 1460 2160 1465 2279 1467 2397 1468 2455 1469 2513 1470 2571 1471 2629 1472 2687
+1473 2745 1474 2802 1475 2860 1476 2918 1464 2976 1479 3094 1481 3212 392 3271 1478 3329 1483 3409
+1485 3527 396 3585 1486 3642 1487 3700 1482 3758 1489 3890 1491 4008 400 4067 1492 4125 1493 4183
+1488 4242 1495 4374 1497 4492 405 4550 1498 4607 1499 4665 1500 4723 1494 4781 1502 4913 1504 5031
+409 5090 1501 5148 1506 5254 1508 5372 413 5430 1505 5487 1511 5619 1513 5737 417 5796 1510 5854
+1515 5960 1517 6078 421 6136 1514 6193 1519 6299 1521 6417 425 6476 1518 6534 1523 6640 1525 6758
+429 6816 1522 6873 1527 7005 1529 7123 433 7182 1530 7240 1531 7299 1526 7358 1533 7490 1535 7608
+437 7666 1536 7723 1537 7781 1532 7839 1540 7971 1542 8089 441 8148 1543 8206 1544 8265 1539 8324
+% 1434 0 obj
<<
-/Type /ObjStm
-/N 100
-/First 969
-/Length 9268
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
+/ProcSet [ /PDF /Text ]
>>
-stream
-1439 0 380 58 1436 115 1442 234 1444 352 1445 411 1446 470 1447 529 1441 588 1452 707
-1448 864 1449 1009 1450 1156 1454 1301 384 1359 1451 1416 1456 1535 1458 1653 388 1712 1455 1770
-1460 1889 1462 2007 1463 2065 1464 2123 1465 2181 1466 2239 1467 2297 1468 2355 1469 2412 1470 2470
-1471 2528 1459 2586 1474 2704 1476 2822 392 2881 1473 2939 1478 3019 1480 3137 396 3195 1481 3252
-1482 3310 1477 3368 1484 3500 1486 3618 400 3677 1487 3735 1488 3793 1483 3852 1490 3984 1492 4102
-405 4160 1493 4217 1494 4275 1495 4333 1489 4391 1497 4523 1499 4641 409 4700 1496 4758 1501 4864
-1503 4982 413 5040 1500 5097 1506 5229 1508 5347 417 5406 1505 5464 1510 5570 1512 5688 421 5746
-1509 5803 1514 5909 1516 6027 425 6086 1513 6144 1518 6250 1520 6368 429 6426 1517 6483 1522 6615
-1524 6733 433 6792 1525 6850 1526 6909 1521 6968 1528 7100 1530 7218 437 7276 1531 7333 1532 7391
-1527 7449 1535 7581 1537 7699 441 7758 1538 7816 1539 7875 1534 7934 1541 8066 1543 8184 445 8242
-% 1439 0 obj
+% 1443 0 obj
+<<
+/Type /Page
+/Contents 1444 0 R
+/Resources 1442 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1432 0 R
+/Annots [ 1441 0 R ]
+>>
+% 1441 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [294.721 492.904 372.239 504.029]
+/A << /S /GoTo /D (spdata) >>
+>>
+% 1445 0 obj
<<
-/D [1437 0 R /XYZ 98.895 753.953 null]
+/D [1443 0 R /XYZ 98.895 753.953 null]
>>
% 380 0 obj
<<
-/D [1437 0 R /XYZ 99.895 720.077 null]
+/D [1443 0 R /XYZ 99.895 720.077 null]
>>
-% 1436 0 obj
+% 1442 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1442 0 obj
+% 1447 0 obj
<<
/Type /Page
-/Contents 1443 0 R
-/Resources 1441 0 R
+/Contents 1448 0 R
+/Resources 1446 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
+/Parent 1432 0 R
>>
-% 1444 0 obj
+% 1449 0 obj
<<
-/D [1442 0 R /XYZ 149.705 753.953 null]
+/D [1447 0 R /XYZ 149.705 753.953 null]
>>
-% 1445 0 obj
+% 1450 0 obj
<<
-/D [1442 0 R /XYZ 150.705 496.913 null]
+/D [1447 0 R /XYZ 150.705 496.913 null]
>>
-% 1446 0 obj
+% 1451 0 obj
<<
-/D [1442 0 R /XYZ 150.705 439.185 null]
+/D [1447 0 R /XYZ 150.705 439.185 null]
>>
-% 1447 0 obj
+% 1452 0 obj
<<
-/D [1442 0 R /XYZ 150.705 418.983 null]
+/D [1447 0 R /XYZ 150.705 418.983 null]
>>
-% 1441 0 obj
+% 1446 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F16 546 0 R /F11 740 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F16 550 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1452 0 obj
+% 1457 0 obj
<<
/Type /Page
-/Contents 1453 0 R
-/Resources 1451 0 R
+/Contents 1458 0 R
+/Resources 1456 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
-/Annots [ 1448 0 R 1449 0 R 1450 0 R ]
+/Parent 1432 0 R
+/Annots [ 1453 0 R 1454 0 R 1455 0 R ]
>>
-% 1448 0 obj
+% 1453 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -18668,7 +18599,7 @@ stream
/Rect [294.721 529.112 372.239 540.237]
/A << /S /GoTo /D (spdata) >>
>>
-% 1449 0 obj
+% 1454 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -18676,7 +18607,7 @@ stream
/Rect [294.721 461.366 361.779 472.491]
/A << /S /GoTo /D (descdata) >>
>>
-% 1450 0 obj
+% 1455 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -18684,438 +18615,482 @@ stream
/Rect [321.343 405.575 388.401 416.7]
/A << /S /GoTo /D (precdata) >>
>>
-% 1454 0 obj
+% 1459 0 obj
<<
-/D [1452 0 R /XYZ 98.895 753.953 null]
+/D [1457 0 R /XYZ 98.895 753.953 null]
>>
% 384 0 obj
<<
-/D [1452 0 R /XYZ 99.895 720.077 null]
+/D [1457 0 R /XYZ 99.895 720.077 null]
>>
-% 1451 0 obj
+% 1456 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R /F27 548 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R /F27 552 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1456 0 obj
+% 1461 0 obj
<<
/Type /Page
-/Contents 1457 0 R
-/Resources 1455 0 R
+/Contents 1462 0 R
+/Resources 1460 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1427 0 R
+/Parent 1432 0 R
>>
-% 1458 0 obj
+% 1463 0 obj
<<
-/D [1456 0 R /XYZ 149.705 753.953 null]
+/D [1461 0 R /XYZ 149.705 753.953 null]
>>
% 388 0 obj
<<
-/D [1456 0 R /XYZ 150.705 720.077 null]
+/D [1461 0 R /XYZ 150.705 720.077 null]
>>
-% 1455 0 obj
+% 1460 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F11 740 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F11 745 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1460 0 obj
+% 1465 0 obj
<<
/Type /Page
-/Contents 1461 0 R
-/Resources 1459 0 R
+/Contents 1466 0 R
+/Resources 1464 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1462 0 obj
+% 1467 0 obj
<<
-/D [1460 0 R /XYZ 98.895 753.953 null]
+/D [1465 0 R /XYZ 98.895 753.953 null]
>>
-% 1463 0 obj
+% 1468 0 obj
<<
-/D [1460 0 R /XYZ 99.895 702.144 null]
+/D [1465 0 R /XYZ 99.895 702.144 null]
>>
-% 1464 0 obj
+% 1469 0 obj
<<
-/D [1460 0 R /XYZ 99.895 668.326 null]
+/D [1465 0 R /XYZ 99.895 668.326 null]
>>
-% 1465 0 obj
+% 1470 0 obj
<<
-/D [1460 0 R /XYZ 99.895 624.491 null]
+/D [1465 0 R /XYZ 99.895 624.491 null]
>>
-% 1466 0 obj
+% 1471 0 obj
<<
-/D [1460 0 R /XYZ 99.895 556.745 null]
+/D [1465 0 R /XYZ 99.895 556.745 null]
>>
-% 1467 0 obj
+% 1472 0 obj
<<
-/D [1460 0 R /XYZ 99.895 500.954 null]
+/D [1465 0 R /XYZ 99.895 500.954 null]
>>
-% 1468 0 obj
+% 1473 0 obj
<<
-/D [1460 0 R /XYZ 99.895 468.52 null]
+/D [1465 0 R /XYZ 99.895 468.52 null]
>>
-% 1469 0 obj
+% 1474 0 obj
<<
-/D [1460 0 R /XYZ 99.895 425.182 null]
+/D [1465 0 R /XYZ 99.895 425.182 null]
>>
-% 1470 0 obj
+% 1475 0 obj
<<
-/D [1460 0 R /XYZ 99.895 383.395 null]
+/D [1465 0 R /XYZ 99.895 383.395 null]
>>
-% 1471 0 obj
+% 1476 0 obj
<<
-/D [1460 0 R /XYZ 99.895 355.499 null]
+/D [1465 0 R /XYZ 99.895 355.499 null]
>>
-% 1459 0 obj
+% 1464 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F11 740 0 R /F14 757 0 R /F7 755 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F11 745 0 R /F14 762 0 R /F7 760 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1474 0 obj
+% 1479 0 obj
<<
/Type /Page
-/Contents 1475 0 R
-/Resources 1473 0 R
+/Contents 1480 0 R
+/Resources 1478 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1476 0 obj
+% 1481 0 obj
<<
-/D [1474 0 R /XYZ 149.705 753.953 null]
+/D [1479 0 R /XYZ 149.705 753.953 null]
>>
% 392 0 obj
<<
-/D [1474 0 R /XYZ 150.705 716.092 null]
+/D [1479 0 R /XYZ 150.705 716.092 null]
>>
-% 1473 0 obj
+% 1478 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1478 0 obj
+% 1483 0 obj
<<
/Type /Page
-/Contents 1479 0 R
-/Resources 1477 0 R
+/Contents 1484 0 R
+/Resources 1482 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1480 0 obj
+% 1485 0 obj
<<
-/D [1478 0 R /XYZ 98.895 753.953 null]
+/D [1483 0 R /XYZ 98.895 753.953 null]
>>
% 396 0 obj
<<
-/D [1478 0 R /XYZ 99.895 720.077 null]
+/D [1483 0 R /XYZ 99.895 720.077 null]
>>
-% 1481 0 obj
+% 1486 0 obj
<<
-/D [1478 0 R /XYZ 99.895 235.436 null]
+/D [1483 0 R /XYZ 99.895 235.436 null]
>>
-% 1482 0 obj
+% 1487 0 obj
<<
-/D [1478 0 R /XYZ 99.895 213.573 null]
+/D [1483 0 R /XYZ 99.895 213.573 null]
>>
-% 1477 0 obj
+% 1482 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1484 0 obj
+% 1489 0 obj
<<
/Type /Page
-/Contents 1485 0 R
-/Resources 1483 0 R
+/Contents 1490 0 R
+/Resources 1488 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1486 0 obj
+% 1491 0 obj
<<
-/D [1484 0 R /XYZ 149.705 753.953 null]
+/D [1489 0 R /XYZ 149.705 753.953 null]
>>
% 400 0 obj
<<
-/D [1484 0 R /XYZ 150.705 720.077 null]
+/D [1489 0 R /XYZ 150.705 720.077 null]
>>
-% 1487 0 obj
+% 1492 0 obj
<<
-/D [1484 0 R /XYZ 150.705 349.01 null]
+/D [1489 0 R /XYZ 150.705 349.01 null]
>>
-% 1488 0 obj
+% 1493 0 obj
<<
-/D [1484 0 R /XYZ 150.705 315.192 null]
+/D [1489 0 R /XYZ 150.705 315.192 null]
>>
-% 1483 0 obj
+% 1488 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1490 0 obj
+% 1495 0 obj
<<
/Type /Page
-/Contents 1491 0 R
-/Resources 1489 0 R
+/Contents 1496 0 R
+/Resources 1494 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1492 0 obj
+% 1497 0 obj
<<
-/D [1490 0 R /XYZ 98.895 753.953 null]
+/D [1495 0 R /XYZ 98.895 753.953 null]
>>
% 405 0 obj
<<
-/D [1490 0 R /XYZ 99.895 720.077 null]
+/D [1495 0 R /XYZ 99.895 720.077 null]
>>
-% 1493 0 obj
+% 1498 0 obj
<<
-/D [1490 0 R /XYZ 99.895 442.659 null]
+/D [1495 0 R /XYZ 99.895 442.659 null]
>>
-% 1494 0 obj
+% 1499 0 obj
<<
-/D [1490 0 R /XYZ 99.895 396.886 null]
+/D [1495 0 R /XYZ 99.895 396.886 null]
>>
-% 1495 0 obj
+% 1500 0 obj
<<
-/D [1490 0 R /XYZ 99.895 365.005 null]
+/D [1495 0 R /XYZ 99.895 365.005 null]
>>
-% 1489 0 obj
+% 1494 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1497 0 obj
+% 1502 0 obj
<<
/Type /Page
-/Contents 1498 0 R
-/Resources 1496 0 R
+/Contents 1503 0 R
+/Resources 1501 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1472 0 R
+/Parent 1477 0 R
>>
-% 1499 0 obj
+% 1504 0 obj
<<
-/D [1497 0 R /XYZ 149.705 753.953 null]
+/D [1502 0 R /XYZ 149.705 753.953 null]
>>
% 409 0 obj
<<
-/D [1497 0 R /XYZ 150.705 720.077 null]
+/D [1502 0 R /XYZ 150.705 720.077 null]
>>
-% 1496 0 obj
+% 1501 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1501 0 obj
+% 1506 0 obj
<<
/Type /Page
-/Contents 1502 0 R
-/Resources 1500 0 R
+/Contents 1507 0 R
+/Resources 1505 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1503 0 obj
+% 1508 0 obj
<<
-/D [1501 0 R /XYZ 98.895 753.953 null]
+/D [1506 0 R /XYZ 98.895 753.953 null]
>>
% 413 0 obj
<<
-/D [1501 0 R /XYZ 99.895 720.077 null]
+/D [1506 0 R /XYZ 99.895 720.077 null]
>>
-% 1500 0 obj
+% 1505 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F11 740 0 R /F27 548 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F11 745 0 R /F27 552 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1506 0 obj
+% 1511 0 obj
<<
/Type /Page
-/Contents 1507 0 R
-/Resources 1505 0 R
+/Contents 1512 0 R
+/Resources 1510 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1508 0 obj
+% 1513 0 obj
<<
-/D [1506 0 R /XYZ 149.705 753.953 null]
+/D [1511 0 R /XYZ 149.705 753.953 null]
>>
% 417 0 obj
<<
-/D [1506 0 R /XYZ 150.705 720.077 null]
+/D [1511 0 R /XYZ 150.705 720.077 null]
>>
-% 1505 0 obj
+% 1510 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1510 0 obj
+% 1515 0 obj
<<
/Type /Page
-/Contents 1511 0 R
-/Resources 1509 0 R
+/Contents 1516 0 R
+/Resources 1514 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1512 0 obj
+% 1517 0 obj
<<
-/D [1510 0 R /XYZ 98.895 753.953 null]
+/D [1515 0 R /XYZ 98.895 753.953 null]
>>
% 421 0 obj
<<
-/D [1510 0 R /XYZ 99.895 720.077 null]
+/D [1515 0 R /XYZ 99.895 720.077 null]
>>
-% 1509 0 obj
+% 1514 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1514 0 obj
+% 1519 0 obj
<<
/Type /Page
-/Contents 1515 0 R
-/Resources 1513 0 R
+/Contents 1520 0 R
+/Resources 1518 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1516 0 obj
+% 1521 0 obj
<<
-/D [1514 0 R /XYZ 149.705 753.953 null]
+/D [1519 0 R /XYZ 149.705 753.953 null]
>>
% 425 0 obj
<<
-/D [1514 0 R /XYZ 150.705 720.077 null]
+/D [1519 0 R /XYZ 150.705 720.077 null]
>>
-% 1513 0 obj
+% 1518 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1518 0 obj
+% 1523 0 obj
<<
/Type /Page
-/Contents 1519 0 R
-/Resources 1517 0 R
+/Contents 1524 0 R
+/Resources 1522 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1520 0 obj
+% 1525 0 obj
<<
-/D [1518 0 R /XYZ 98.895 753.953 null]
+/D [1523 0 R /XYZ 98.895 753.953 null]
>>
% 429 0 obj
<<
-/D [1518 0 R /XYZ 99.895 720.077 null]
+/D [1523 0 R /XYZ 99.895 720.077 null]
>>
-% 1517 0 obj
+% 1522 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1522 0 obj
+% 1527 0 obj
<<
/Type /Page
-/Contents 1523 0 R
-/Resources 1521 0 R
+/Contents 1528 0 R
+/Resources 1526 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1504 0 R
+/Parent 1509 0 R
>>
-% 1524 0 obj
+% 1529 0 obj
<<
-/D [1522 0 R /XYZ 149.705 753.953 null]
+/D [1527 0 R /XYZ 149.705 753.953 null]
>>
% 433 0 obj
<<
-/D [1522 0 R /XYZ 150.705 720.077 null]
+/D [1527 0 R /XYZ 150.705 720.077 null]
>>
-% 1525 0 obj
+% 1530 0 obj
<<
-/D [1522 0 R /XYZ 150.705 247.391 null]
+/D [1527 0 R /XYZ 150.705 247.391 null]
>>
-% 1526 0 obj
+% 1531 0 obj
<<
-/D [1522 0 R /XYZ 150.705 213.573 null]
+/D [1527 0 R /XYZ 150.705 213.573 null]
>>
-% 1521 0 obj
+% 1526 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1528 0 obj
+% 1533 0 obj
<<
/Type /Page
-/Contents 1529 0 R
-/Resources 1527 0 R
+/Contents 1534 0 R
+/Resources 1532 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
+/Parent 1538 0 R
>>
-% 1530 0 obj
+% 1535 0 obj
<<
-/D [1528 0 R /XYZ 98.895 753.953 null]
+/D [1533 0 R /XYZ 98.895 753.953 null]
>>
% 437 0 obj
<<
-/D [1528 0 R /XYZ 99.895 720.077 null]
+/D [1533 0 R /XYZ 99.895 720.077 null]
>>
-% 1531 0 obj
+% 1536 0 obj
<<
-/D [1528 0 R /XYZ 99.895 247.391 null]
+/D [1533 0 R /XYZ 99.895 247.391 null]
>>
-% 1532 0 obj
+% 1537 0 obj
<<
-/D [1528 0 R /XYZ 99.895 213.573 null]
+/D [1533 0 R /XYZ 99.895 213.573 null]
>>
-% 1527 0 obj
+% 1532 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1535 0 obj
+% 1540 0 obj
<<
/Type /Page
-/Contents 1536 0 R
-/Resources 1534 0 R
+/Contents 1541 0 R
+/Resources 1539 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
+/Parent 1538 0 R
>>
-% 1537 0 obj
+% 1542 0 obj
<<
-/D [1535 0 R /XYZ 149.705 753.953 null]
+/D [1540 0 R /XYZ 149.705 753.953 null]
>>
% 441 0 obj
<<
-/D [1535 0 R /XYZ 150.705 720.077 null]
+/D [1540 0 R /XYZ 150.705 720.077 null]
>>
-% 1538 0 obj
+% 1543 0 obj
<<
-/D [1535 0 R /XYZ 150.705 247.391 null]
+/D [1540 0 R /XYZ 150.705 247.391 null]
>>
-% 1539 0 obj
+% 1544 0 obj
<<
-/D [1535 0 R /XYZ 150.705 213.573 null]
+/D [1540 0 R /XYZ 150.705 213.573 null]
>>
-% 1534 0 obj
+% 1539 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1541 0 obj
-<<
-/Type /Page
-/Contents 1542 0 R
-/Resources 1540 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
->>
-% 1543 0 obj
-<<
-/D [1541 0 R /XYZ 98.895 753.953 null]
->>
-% 445 0 obj
+
+endstream
+endobj
+1547 0 obj
<<
-/D [1541 0 R /XYZ 99.895 720.077 null]
+/Length 5239
>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+ET
+q
+1 0 0 1 120.951 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 124.986 706.129 Td [(amx)-375(|)-375(Global)-375(maxim)31(um)-375(absolute)-375(v)63(alue)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_amx\050icontxt,)-525(dat,)-525(root\051)]TJ/F8 9.9626 Tf 14.944 -21.918 Td [(This)-312(subroutine)-312(implemen)28(ts)-313(a)-312(maxim)28(um)-312(absolute)-312(v)55(alue)-312(reduction)-312(op)-28(eration)]TJ -14.944 -11.955 Td [(based)-333(on)-334(the)-333(underlying)-333(comm)28(unication)-334(library)84(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf 0 -19.926 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Sync)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(icon)32(txt)]TJ
+0 g 0 G
+/F8 9.9626 Tf 39.989 0 Td [(the)-333(comm)27(unication)-333(con)28(text)-333(iden)27(tifyin)1(g)-334(the)-333(virtual)-333(parallel)-334(mac)28(hine.)]TJ -15.082 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -71.509 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.925 Td [(dat)]TJ
+0 g 0 G
+/F8 9.9626 Tf 21.371 0 Td [(The)-333(lo)-28(cal)-334(con)28(tribution)-333(to)-333(the)-334(global)-333(maxim)28(um.)]TJ 3.536 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.452 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -71.509 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-339(as:)-458(an)-339(in)28(te)-1(ger,)-341(real)-340(or)-339(complex)-340(v)56(ariable,)-342(whic)28(h)-340(ma)28(y)-339(b)-28(e)-340(a)-340(scalar,)]TJ 0 -11.955 Td [(or)-464(a)-464(rank)-463(1)-464(or)-464(2)-464(arra)28(y)83(.)-1299(T)28(yp)-28(e,)-497(kind,)-496(rank)-464(and)-463(size)-464(m)27(ust)-463(agree)-464(on)-464(all)]TJ 0 -11.955 Td [(pro)-28(cesses.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -24.907 -19.926 Td [(ro)-32(ot)]TJ
+0 g 0 G
+/F8 9.9626 Tf 25.931 0 Td [(Pro)-28(cess)-276(to)-276(hold)-276(the)-276(\014nal)-275(v)55(alue,)-287(or)]TJ/F14 9.9626 Tf 146.411 0 Td [(\000)]TJ/F8 9.9626 Tf 7.749 0 Td [(1)-276(to)-276(mak)28(e)-276(it)-276(a)28(v)55(ailable)-276(on)-276(all)-276(p)1(ro)-28(cesses.)]TJ -155.184 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(alue)]TJ/F14 9.9626 Tf 130.428 0 Td [(\000)]TJ/F8 9.9626 Tf 7.749 0 Td [(1)]TJ/F11 9.9626 Tf 7.748 0 Td [(<)]TJ/F8 9.9626 Tf 7.749 0 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(r)-28(oot)-278(<)]TJ/F8 9.9626 Tf 28.543 0 Td [(=)]TJ/F11 9.9626 Tf 10.517 0 Td [(np)]TJ/F14 9.9626 Tf 13.206 0 Td [(\000)]TJ/F8 9.9626 Tf 9.962 0 Td [(1,)-333(default)-334(-1.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -251.325 -33.873 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.926 Td [(dat)]TJ
+0 g 0 G
+/F8 9.9626 Tf 21.372 0 Td [(On)-333(destination)-333(pro)-28(cess\050es\051,)-334(the)-333(result)-333(of)-334(the)-333(maxim)28(um)-334(op)-27(eration.)]TJ 3.535 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf 29.756 0 Td [(.)]TJ -62.135 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf 41.899 0 Td [(.)]TJ -71.51 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-339(as:)-458(an)-339(in)28(te)-1(ger,)-341(real)-340(or)-339(complex)-340(v)56(ariable,)-342(whic)28(h)-340(ma)28(y)-339(b)-28(e)-340(a)-340(scalar,)]TJ 0 -11.955 Td [(or)-464(a)-464(rank)-463(1)-464(or)-464(2)-464(arra)28(y)83(.)-1299(T)28(yp)-28(e,)-497(kind,)-496(rank)-464(and)-463(size)-464(m)27(ust)-463(agree)-464(on)-464(all)]TJ 0 -11.956 Td [(pro)-28(cesses.)]TJ/F16 11.9552 Tf -24.907 -21.917 Td [(Notes)]TJ
+0 g 0 G
+/F8 9.9626 Tf 12.177 -19.926 Td [(1.)]TJ
+0 g 0 G
+ [-500(The)]TJ/F30 9.9626 Tf 32.469 0 Td [(dat)]TJ/F8 9.9626 Tf 18.273 0 Td [(argumen)28(t)-259(is)-259(b)-28(oth)-259(input)-259(and)-259(output,)-274(and)-259(its)-259(v)55(alue)-259(ma)28(y)-259(b)-28(e)-259(c)28(hanged)]TJ -38.012 -11.955 Td [(ev)28(en)-334(on)-333(pro)-28(cesses)-333(di\013eren)28(t)-334(from)-333(the)-333(\014nal)-334(result)-333(destination.)]TJ
+0 g 0 G
+ -12.73 -19.925 Td [(2.)]TJ
+0 g 0 G
+ [-500(The)]TJ/F30 9.9626 Tf 33.209 0 Td [(dat)]TJ/F8 9.9626 Tf 19.012 0 Td [(argumen)28(t)-333(m)-1(a)28(y)-333(also)-333(b)-28(e)-334(a)-333(long)-333(in)28(teger)-334(scalar.)]TJ
+0 g 0 G
+ 99.986 -97.177 Td [(111)]TJ
+0 g 0 G
+ET
endstream
endobj
-1549 0 obj
+1554 0 obj
<<
/Length 5273
>>
@@ -19175,7 +19150,7 @@ ET
endstream
endobj
-1555 0 obj
+1560 0 obj
<<
/Length 5346
>>
@@ -19232,7 +19207,7 @@ ET
endstream
endobj
-1560 0 obj
+1565 0 obj
<<
/Length 5364
>>
@@ -19288,7 +19263,7 @@ ET
endstream
endobj
-1567 0 obj
+1572 0 obj
<<
/Length 6381
>>
@@ -19312,7 +19287,7 @@ ET
endstream
endobj
-1574 0 obj
+1579 0 obj
<<
/Length 7207
>>
@@ -19463,7 +19438,7 @@ ET
endstream
endobj
-1604 0 obj
+1609 0 obj
<<
/Length 3725
>>
@@ -19576,7 +19551,7 @@ ET
endstream
endobj
-1610 0 obj
+1615 0 obj
<<
/Length 1400
>>
@@ -19621,7 +19596,7 @@ ET
endstream
endobj
-1616 0 obj
+1621 0 obj
<<
/Length 1631
>>
@@ -19680,7 +19655,7 @@ ET
endstream
endobj
-1622 0 obj
+1627 0 obj
<<
/Length 2106
>>
@@ -19753,7 +19728,7 @@ ET
endstream
endobj
-1628 0 obj
+1633 0 obj
<<
/Length 538
>>
@@ -19769,7 +19744,7 @@ ET
endstream
endobj
-1634 0 obj
+1639 0 obj
<<
/Length 4778
>>
@@ -19853,7 +19828,7 @@ ET
endstream
endobj
-1641 0 obj
+1646 0 obj
<<
/Length 5258
>>
@@ -19941,216 +19916,142 @@ ET
endstream
endobj
-1648 0 obj
+1551 0 obj
<<
-/Length 3654
+/Type /ObjStm
+/N 100
+/First 973
+/Length 8660
>>
stream
-0 g 0 G
-0 g 0 G
-BT
-/F16 11.9552 Tf 150.705 706.129 Td [(mm)]TJ
-ET
-q
-1 0 0 1 173.928 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 177.963 706.129 Td [(mat)]TJ
-ET
-q
-1 0 0 1 201.746 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 205.781 706.129 Td [(read)-467(|)-467(Read)-466(a)-467(sparse)-467(matrix)-467(from)-467(a)-467(\014le)-466(in)-467(the)]TJ -55.076 -13.948 Td [(MatrixMark)31(et)-375(format)]TJ/F27 9.9626 Tf 1.377 -24.367 Td [(c)-138(a)-138(l)-139(l)]TJ/F8 9.9626 Tf 29.009 0 Td [(m)-50(m)]TJ
-ET
-q
-1 0 0 1 199.288 668.014 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 202.775 667.814 Td [(m)-50(a)-50(t)]TJ
-ET
-q
-1 0 0 1 222.024 668.014 cm
-[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
-Q
-BT
-/F8 9.9626 Tf 225.51 667.814 Td [(r)-50(e)-50(a)-50(d)-155(\050)-139(a)-228(,)-911(i)-149(r)-150(e)-149(t)-461(,)-896(i)-134(u)-135(n)-135(i)-135(t)-431(,)-890(f)-129(i)-129(l)-129(e)-129(n)-129(a)-129(m)-129(e)-235(\051)]TJ
-0 g 0 G
-0 g 0 G
-0 g 0 G
-/F27 9.9626 Tf -74.805 -17.933 Td [(T)32(yp)-32(e:)]TJ
-0 g 0 G
-/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(\014lename)]TJ
-0 g 0 G
-/F8 9.9626 Tf 46.513 0 Td [(The)-333(name)-334(of)-333(the)-333(\014le)-334(to)-333(b)-28(e)-333(read.)]TJ -21.607 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(Sp)-28(eci\014ed)-435(as:)-648(a)-435(c)28(haracte)-1(r)-435(v)56(ariable)-435(con)28(taining)-435(a)-436(v)56(alid)-435(\014le)-435(name,)-461(or)]TJ/F30 9.9626 Tf 297.915 0 Td [(-)]TJ/F8 9.9626 Tf 5.23 0 Td [(,)-461(in)]TJ -303.145 -11.956 Td [(whic)28(h)-302(case)-303(the)-302(default)-302(input)-302(unit)-302(5)-303(\050i.e.)-434(standard)-302(input)-302(in)-302(Unix)-302(jargon\051)-302(is)]TJ 0 -11.955 Td [(used.)-444(Default:)]TJ/F30 9.9626 Tf 66.057 0 Td [(-)]TJ/F8 9.9626 Tf 5.231 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -96.195 -19.925 Td [(iunit)]TJ
-0 g 0 G
-/F8 9.9626 Tf 28.532 0 Td [(The)-333(F)83(ortran)-333(\014le)-334(u)1(nit)-334(n)28(um)28(b)-28(er.)]TJ -3.625 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(an)-334(in)28(teger)-333(v)55(alue.)-444(Only)-333(me)-1(an)1(ingful)-334(if)-333(\014lename)-333(is)-334(not)]TJ/F30 9.9626 Tf 286.288 0 Td [(-)]TJ/F8 9.9626 Tf 5.23 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -316.425 -21.918 Td [(On)-383(Return)]TJ
-0 g 0 G
-0 g 0 G
- 0 -19.925 Td [(a)]TJ
-0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix)-333(read)-333(from)-334(\014le.)]TJ 14.356 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.081 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
-0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
-ET
-q
-1 0 0 1 362.845 452.82 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 365.983 452.621 Td [(Tspmat)]TJ
-ET
-q
-1 0 0 1 397.993 452.82 cm
-[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
-Q
-BT
-/F30 9.9626 Tf 401.131 452.621 Td [(type)]TJ
-0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -271.347 -19.925 Td [(iret)]TJ
-0 g 0 G
-/F8 9.9626 Tf 22.589 0 Td [(Error)-333(co)-28(de.)]TJ 2.317 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
-0 g 0 G
- 139.477 -318.348 Td [(124)]TJ
-0 g 0 G
-ET
-
-endstream
-endobj
-1546 0 obj
+1546 0 1548 118 445 176 1549 233 1550 291 1545 349 1553 481 1555 599 449 658 1556 716
+1557 775 1552 834 1559 966 1561 1084 453 1142 1562 1199 1558 1256 1564 1388 1566 1506 457 1565
+1567 1623 1563 1681 1571 1813 1568 1961 1569 2107 1573 2254 461 2312 1570 2369 1578 2462 1580 2580
+1581 2639 1582 2698 1584 2757 1585 2816 1586 2875 1587 2934 1588 2993 1589 3051 1590 3110 1591 3169
+1592 3228 1593 3287 1594 3346 1595 3405 1596 3464 1597 3523 1598 3580 1599 3639 1600 3698 1601 3757
+1602 3816 1603 3875 1604 3934 1605 3993 1606 4052 1575 4110 1576 4169 1577 4228 1608 4336 1610 4454
+465 4512 1611 4569 1612 4626 1607 4683 1614 4776 1616 4894 469 4953 1617 5011 1618 5069 1613 5127
+1620 5220 1622 5338 473 5396 1623 5453 1624 5510 1619 5567 1626 5660 1628 5778 477 5837 1629 5895
+1630 5953 1625 6011 1632 6117 1634 6235 481 6293 1631 6350 1638 6443 1636 6582 1640 6726 485 6785
+1641 6843 1642 6902 1637 6961 1645 7067 1643 7206 1647 7350 489 7408 1648 7465 1649 7523 1644 7581
+% 1546 0 obj
<<
-/Type /ObjStm
-/N 100
-/First 973
-/Length 8769
+/Type /Page
+/Contents 1547 0 R
+/Resources 1545 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1538 0 R
>>
-stream
-1544 0 1545 58 1540 116 1548 248 1550 366 449 425 1551 483 1552 542 1547 601 1554 733
-1556 851 453 909 1557 966 1553 1023 1559 1155 1561 1273 457 1332 1562 1390 1558 1448 1566 1580
-1563 1728 1564 1874 1568 2021 461 2079 1565 2136 1573 2229 1575 2347 1576 2406 1577 2465 1579 2524
-1580 2583 1581 2642 1582 2701 1583 2760 1584 2818 1585 2877 1586 2936 1587 2995 1588 3054 1589 3113
-1590 3172 1591 3231 1592 3290 1593 3347 1594 3406 1595 3465 1596 3524 1597 3583 1598 3642 1599 3701
-1600 3760 1601 3819 1570 3877 1571 3936 1572 3995 1603 4103 1605 4221 465 4279 1606 4336 1607 4393
-1602 4450 1609 4543 1611 4661 469 4720 1612 4778 1613 4836 1608 4894 1615 4987 1617 5105 473 5163
-1618 5220 1619 5277 1614 5334 1621 5427 1623 5545 477 5604 1624 5662 1625 5720 1620 5778 1627 5884
-1629 6002 481 6060 1626 6117 1633 6210 1631 6349 1635 6493 485 6552 1636 6610 1637 6669 1632 6728
-1640 6834 1638 6973 1642 7117 489 7175 1643 7232 1644 7290 1639 7348 1647 7454 1645 7593 1649 7737
-% 1544 0 obj
+% 1548 0 obj
<<
-/D [1541 0 R /XYZ 99.895 235.436 null]
+/D [1546 0 R /XYZ 98.895 753.953 null]
>>
-% 1545 0 obj
+% 445 0 obj
<<
-/D [1541 0 R /XYZ 99.895 201.618 null]
+/D [1546 0 R /XYZ 99.895 720.077 null]
>>
-% 1540 0 obj
+% 1549 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/D [1546 0 R /XYZ 99.895 235.436 null]
+>>
+% 1550 0 obj
+<<
+/D [1546 0 R /XYZ 99.895 201.618 null]
+>>
+% 1545 0 obj
+<<
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1548 0 obj
+% 1553 0 obj
<<
/Type /Page
-/Contents 1549 0 R
-/Resources 1547 0 R
+/Contents 1554 0 R
+/Resources 1552 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
+/Parent 1538 0 R
>>
-% 1550 0 obj
+% 1555 0 obj
<<
-/D [1548 0 R /XYZ 149.705 753.953 null]
+/D [1553 0 R /XYZ 149.705 753.953 null]
>>
% 449 0 obj
<<
-/D [1548 0 R /XYZ 150.705 720.077 null]
+/D [1553 0 R /XYZ 150.705 720.077 null]
>>
-% 1551 0 obj
+% 1556 0 obj
<<
-/D [1548 0 R /XYZ 150.705 235.436 null]
+/D [1553 0 R /XYZ 150.705 235.436 null]
>>
-% 1552 0 obj
+% 1557 0 obj
<<
-/D [1548 0 R /XYZ 150.705 201.618 null]
+/D [1553 0 R /XYZ 150.705 201.618 null]
>>
-% 1547 0 obj
+% 1552 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F14 757 0 R /F11 740 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F14 762 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1554 0 obj
+% 1559 0 obj
<<
/Type /Page
-/Contents 1555 0 R
-/Resources 1553 0 R
+/Contents 1560 0 R
+/Resources 1558 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
+/Parent 1538 0 R
>>
-% 1556 0 obj
+% 1561 0 obj
<<
-/D [1554 0 R /XYZ 98.895 753.953 null]
+/D [1559 0 R /XYZ 98.895 753.953 null]
>>
% 453 0 obj
<<
-/D [1554 0 R /XYZ 99.895 720.077 null]
+/D [1559 0 R /XYZ 99.895 720.077 null]
>>
-% 1557 0 obj
+% 1562 0 obj
<<
-/D [1554 0 R /XYZ 99.895 223.48 null]
+/D [1559 0 R /XYZ 99.895 223.48 null]
>>
-% 1553 0 obj
+% 1558 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1559 0 obj
+% 1564 0 obj
<<
/Type /Page
-/Contents 1560 0 R
-/Resources 1558 0 R
+/Contents 1565 0 R
+/Resources 1563 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1533 0 R
+/Parent 1538 0 R
>>
-% 1561 0 obj
+% 1566 0 obj
<<
-/D [1559 0 R /XYZ 149.705 753.953 null]
+/D [1564 0 R /XYZ 149.705 753.953 null]
>>
% 457 0 obj
<<
-/D [1559 0 R /XYZ 150.705 720.077 null]
+/D [1564 0 R /XYZ 150.705 720.077 null]
>>
-% 1562 0 obj
+% 1567 0 obj
<<
-/D [1559 0 R /XYZ 150.705 223.48 null]
+/D [1564 0 R /XYZ 150.705 223.48 null]
>>
-% 1558 0 obj
+% 1563 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1566 0 obj
+% 1571 0 obj
<<
/Type /Page
-/Contents 1567 0 R
-/Resources 1565 0 R
+/Contents 1572 0 R
+/Resources 1570 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
-/Annots [ 1563 0 R 1564 0 R ]
+/Parent 1574 0 R
+/Annots [ 1568 0 R 1569 0 R ]
>>
-% 1563 0 obj
+% 1568 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -20158,7 +20059,7 @@ stream
/Rect [145.477 501.77 152.451 512.895]
/A << /S /GoTo /D (figure.9) >>
>>
-% 1564 0 obj
+% 1569 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -20166,291 +20067,291 @@ stream
/Rect [146.734 346.63 158.689 357.478]
/A << /S /GoTo /D (figure.10) >>
>>
-% 1568 0 obj
+% 1573 0 obj
<<
-/D [1566 0 R /XYZ 98.895 753.953 null]
+/D [1571 0 R /XYZ 98.895 753.953 null]
>>
% 461 0 obj
<<
-/D [1566 0 R /XYZ 99.895 716.092 null]
+/D [1571 0 R /XYZ 99.895 716.092 null]
>>
-% 1565 0 obj
+% 1570 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1573 0 obj
+% 1578 0 obj
<<
/Type /Page
-/Contents 1574 0 R
-/Resources 1572 0 R
+/Contents 1579 0 R
+/Resources 1577 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
->>
-% 1575 0 obj
-<<
-/D [1573 0 R /XYZ 149.705 753.953 null]
->>
-% 1576 0 obj
-<<
-/D [1573 0 R /XYZ 159.073 687.737 null]
->>
-% 1577 0 obj
-<<
-/D [1573 0 R /XYZ 159.073 691.025 null]
->>
-% 1579 0 obj
-<<
-/D [1573 0 R /XYZ 159.073 680.066 null]
+/Parent 1574 0 R
>>
% 1580 0 obj
<<
-/D [1573 0 R /XYZ 159.073 669.107 null]
+/D [1578 0 R /XYZ 149.705 753.953 null]
>>
% 1581 0 obj
<<
-/D [1573 0 R /XYZ 159.073 658.148 null]
+/D [1578 0 R /XYZ 159.073 687.737 null]
>>
% 1582 0 obj
<<
-/D [1573 0 R /XYZ 159.073 647.189 null]
->>
-% 1583 0 obj
-<<
-/D [1573 0 R /XYZ 159.073 636.23 null]
+/D [1578 0 R /XYZ 159.073 691.025 null]
>>
% 1584 0 obj
<<
-/D [1573 0 R /XYZ 159.073 625.271 null]
+/D [1578 0 R /XYZ 159.073 680.066 null]
>>
% 1585 0 obj
<<
-/D [1573 0 R /XYZ 159.073 614.312 null]
+/D [1578 0 R /XYZ 159.073 669.107 null]
>>
% 1586 0 obj
<<
-/D [1573 0 R /XYZ 159.073 603.353 null]
+/D [1578 0 R /XYZ 159.073 658.148 null]
>>
% 1587 0 obj
<<
-/D [1573 0 R /XYZ 159.073 592.394 null]
+/D [1578 0 R /XYZ 159.073 647.189 null]
>>
% 1588 0 obj
<<
-/D [1573 0 R /XYZ 159.073 581.436 null]
+/D [1578 0 R /XYZ 159.073 636.23 null]
>>
% 1589 0 obj
<<
-/D [1573 0 R /XYZ 159.073 570.477 null]
+/D [1578 0 R /XYZ 159.073 625.271 null]
>>
% 1590 0 obj
<<
-/D [1573 0 R /XYZ 159.073 559.518 null]
+/D [1578 0 R /XYZ 159.073 614.312 null]
>>
% 1591 0 obj
<<
-/D [1573 0 R /XYZ 159.073 548.559 null]
+/D [1578 0 R /XYZ 159.073 603.353 null]
>>
% 1592 0 obj
<<
-/D [1573 0 R /XYZ 159.073 537.6 null]
+/D [1578 0 R /XYZ 159.073 592.394 null]
>>
% 1593 0 obj
<<
-/D [1573 0 R /XYZ 159.073 526.641 null]
+/D [1578 0 R /XYZ 159.073 581.436 null]
>>
% 1594 0 obj
<<
-/D [1573 0 R /XYZ 159.073 515.682 null]
+/D [1578 0 R /XYZ 159.073 570.477 null]
>>
% 1595 0 obj
<<
-/D [1573 0 R /XYZ 159.073 504.723 null]
+/D [1578 0 R /XYZ 159.073 559.518 null]
>>
% 1596 0 obj
<<
-/D [1573 0 R /XYZ 159.073 493.764 null]
+/D [1578 0 R /XYZ 159.073 548.559 null]
>>
% 1597 0 obj
<<
-/D [1573 0 R /XYZ 159.073 482.805 null]
+/D [1578 0 R /XYZ 159.073 537.6 null]
>>
% 1598 0 obj
<<
-/D [1573 0 R /XYZ 159.073 471.847 null]
+/D [1578 0 R /XYZ 159.073 526.641 null]
>>
% 1599 0 obj
<<
-/D [1573 0 R /XYZ 159.073 460.888 null]
+/D [1578 0 R /XYZ 159.073 515.682 null]
>>
% 1600 0 obj
<<
-/D [1573 0 R /XYZ 159.073 449.929 null]
+/D [1578 0 R /XYZ 159.073 504.723 null]
>>
% 1601 0 obj
<<
-/D [1573 0 R /XYZ 159.073 438.97 null]
+/D [1578 0 R /XYZ 159.073 493.764 null]
>>
-% 1570 0 obj
+% 1602 0 obj
<<
-/D [1573 0 R /XYZ 194.261 394.492 null]
+/D [1578 0 R /XYZ 159.073 482.805 null]
>>
-% 1571 0 obj
+% 1603 0 obj
+<<
+/D [1578 0 R /XYZ 159.073 471.847 null]
+>>
+% 1604 0 obj
+<<
+/D [1578 0 R /XYZ 159.073 460.888 null]
+>>
+% 1605 0 obj
<<
-/D [1573 0 R /XYZ 200.884 149.223 null]
+/D [1578 0 R /XYZ 159.073 449.929 null]
>>
-% 1572 0 obj
+% 1606 0 obj
+<<
+/D [1578 0 R /XYZ 159.073 438.97 null]
+>>
+% 1575 0 obj
<<
-/Font << /F52 1578 0 R /F45 1145 0 R /F8 549 0 R /F30 754 0 R >>
+/D [1578 0 R /XYZ 194.261 394.492 null]
+>>
+% 1576 0 obj
+<<
+/D [1578 0 R /XYZ 200.884 149.223 null]
+>>
+% 1577 0 obj
+<<
+/Font << /F52 1583 0 R /F45 1150 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1603 0 obj
+% 1608 0 obj
<<
/Type /Page
-/Contents 1604 0 R
-/Resources 1602 0 R
+/Contents 1609 0 R
+/Resources 1607 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
+/Parent 1574 0 R
>>
-% 1605 0 obj
+% 1610 0 obj
<<
-/D [1603 0 R /XYZ 98.895 753.953 null]
+/D [1608 0 R /XYZ 98.895 753.953 null]
>>
% 465 0 obj
<<
-/D [1603 0 R /XYZ 99.895 724.062 null]
+/D [1608 0 R /XYZ 99.895 724.062 null]
>>
-% 1606 0 obj
+% 1611 0 obj
<<
-/D [1603 0 R /XYZ 99.895 638.48 null]
+/D [1608 0 R /XYZ 99.895 638.48 null]
>>
-% 1607 0 obj
+% 1612 0 obj
<<
-/D [1603 0 R /XYZ 99.895 638.48 null]
+/D [1608 0 R /XYZ 99.895 638.48 null]
>>
-% 1602 0 obj
+% 1607 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1609 0 obj
+% 1614 0 obj
<<
/Type /Page
-/Contents 1610 0 R
-/Resources 1608 0 R
+/Contents 1615 0 R
+/Resources 1613 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
+/Parent 1574 0 R
>>
-% 1611 0 obj
+% 1616 0 obj
<<
-/D [1609 0 R /XYZ 149.705 753.953 null]
+/D [1614 0 R /XYZ 149.705 753.953 null]
>>
% 469 0 obj
<<
-/D [1609 0 R /XYZ 150.705 724.062 null]
+/D [1614 0 R /XYZ 150.705 724.062 null]
>>
-% 1612 0 obj
+% 1617 0 obj
<<
-/D [1609 0 R /XYZ 150.705 638.48 null]
+/D [1614 0 R /XYZ 150.705 638.48 null]
>>
-% 1613 0 obj
+% 1618 0 obj
<<
-/D [1609 0 R /XYZ 150.705 638.48 null]
+/D [1614 0 R /XYZ 150.705 638.48 null]
>>
-% 1608 0 obj
+% 1613 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1615 0 obj
+% 1620 0 obj
<<
/Type /Page
-/Contents 1616 0 R
-/Resources 1614 0 R
+/Contents 1621 0 R
+/Resources 1619 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
+/Parent 1574 0 R
>>
-% 1617 0 obj
+% 1622 0 obj
<<
-/D [1615 0 R /XYZ 98.895 753.953 null]
+/D [1620 0 R /XYZ 98.895 753.953 null]
>>
% 473 0 obj
<<
-/D [1615 0 R /XYZ 99.895 724.062 null]
+/D [1620 0 R /XYZ 99.895 724.062 null]
>>
-% 1618 0 obj
+% 1623 0 obj
<<
-/D [1615 0 R /XYZ 99.895 635.69 null]
+/D [1620 0 R /XYZ 99.895 635.69 null]
>>
-% 1619 0 obj
+% 1624 0 obj
<<
-/D [1615 0 R /XYZ 99.895 638.48 null]
+/D [1620 0 R /XYZ 99.895 638.48 null]
>>
-% 1614 0 obj
+% 1619 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1621 0 obj
+% 1626 0 obj
<<
/Type /Page
-/Contents 1622 0 R
-/Resources 1620 0 R
+/Contents 1627 0 R
+/Resources 1625 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1569 0 R
+/Parent 1574 0 R
>>
-% 1623 0 obj
+% 1628 0 obj
<<
-/D [1621 0 R /XYZ 149.705 753.953 null]
+/D [1626 0 R /XYZ 149.705 753.953 null]
>>
% 477 0 obj
<<
-/D [1621 0 R /XYZ 150.705 724.062 null]
+/D [1626 0 R /XYZ 150.705 724.062 null]
>>
-% 1624 0 obj
+% 1629 0 obj
<<
-/D [1621 0 R /XYZ 150.705 635.69 null]
+/D [1626 0 R /XYZ 150.705 635.69 null]
>>
-% 1625 0 obj
+% 1630 0 obj
<<
-/D [1621 0 R /XYZ 150.705 638.48 null]
+/D [1626 0 R /XYZ 150.705 638.48 null]
>>
-% 1620 0 obj
+% 1625 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1627 0 obj
+% 1632 0 obj
<<
/Type /Page
-/Contents 1628 0 R
-/Resources 1626 0 R
+/Contents 1633 0 R
+/Resources 1631 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
+/Parent 1635 0 R
>>
-% 1629 0 obj
+% 1634 0 obj
<<
-/D [1627 0 R /XYZ 98.895 753.953 null]
+/D [1632 0 R /XYZ 98.895 753.953 null]
>>
% 481 0 obj
<<
-/D [1627 0 R /XYZ 99.895 716.092 null]
+/D [1632 0 R /XYZ 99.895 716.092 null]
>>
-% 1626 0 obj
+% 1631 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1633 0 obj
+% 1638 0 obj
<<
/Type /Page
-/Contents 1634 0 R
-/Resources 1632 0 R
+/Contents 1639 0 R
+/Resources 1637 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
-/Annots [ 1631 0 R ]
+/Parent 1635 0 R
+/Annots [ 1636 0 R ]
>>
-% 1631 0 obj
+% 1636 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -20458,37 +20359,37 @@ stream
/Rect [345.53 449.411 423.049 460.536]
/A << /S /GoTo /D (spdata) >>
>>
-% 1635 0 obj
+% 1640 0 obj
<<
-/D [1633 0 R /XYZ 149.705 753.953 null]
+/D [1638 0 R /XYZ 149.705 753.953 null]
>>
% 485 0 obj
<<
-/D [1633 0 R /XYZ 150.705 720.077 null]
+/D [1638 0 R /XYZ 150.705 720.077 null]
>>
-% 1636 0 obj
+% 1641 0 obj
<<
-/D [1633 0 R /XYZ 150.705 677.445 null]
+/D [1638 0 R /XYZ 150.705 677.445 null]
>>
-% 1637 0 obj
+% 1642 0 obj
<<
-/D [1633 0 R /XYZ 150.705 679.769 null]
+/D [1638 0 R /XYZ 150.705 679.769 null]
>>
-% 1632 0 obj
+% 1637 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1640 0 obj
+% 1645 0 obj
<<
/Type /Page
-/Contents 1641 0 R
-/Resources 1639 0 R
+/Contents 1646 0 R
+/Resources 1644 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
-/Annots [ 1638 0 R ]
+/Parent 1635 0 R
+/Annots [ 1643 0 R ]
>>
-% 1638 0 obj
+% 1643 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -20496,52 +20397,121 @@ stream
/Rect [294.721 582.91 372.239 594.035]
/A << /S /GoTo /D (spdata) >>
>>
-% 1642 0 obj
+% 1647 0 obj
<<
-/D [1640 0 R /XYZ 98.895 753.953 null]
+/D [1645 0 R /XYZ 98.895 753.953 null]
>>
% 489 0 obj
<<
-/D [1640 0 R /XYZ 99.895 720.077 null]
+/D [1645 0 R /XYZ 99.895 720.077 null]
>>
-% 1643 0 obj
+% 1648 0 obj
<<
-/D [1640 0 R /XYZ 99.895 677.445 null]
+/D [1645 0 R /XYZ 99.895 677.445 null]
>>
-% 1644 0 obj
+% 1649 0 obj
<<
-/D [1640 0 R /XYZ 99.895 679.769 null]
+/D [1645 0 R /XYZ 99.895 679.769 null]
>>
-% 1639 0 obj
+% 1644 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1647 0 obj
-<<
-/Type /Page
-/Contents 1648 0 R
-/Resources 1646 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
-/Annots [ 1645 0 R ]
->>
-% 1645 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [345.53 449.411 423.049 460.536]
-/A << /S /GoTo /D (spdata) >>
->>
-% 1649 0 obj
+
+endstream
+endobj
+1653 0 obj
<<
-/D [1647 0 R /XYZ 149.705 753.953 null]
+/Length 3654
>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 150.705 706.129 Td [(mm)]TJ
+ET
+q
+1 0 0 1 173.928 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 177.963 706.129 Td [(mat)]TJ
+ET
+q
+1 0 0 1 201.746 706.328 cm
+[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
+Q
+BT
+/F16 11.9552 Tf 205.781 706.129 Td [(read)-467(|)-467(Read)-466(a)-467(sparse)-467(matrix)-467(from)-467(a)-467(\014le)-466(in)-467(the)]TJ -55.076 -13.948 Td [(MatrixMark)31(et)-375(format)]TJ/F27 9.9626 Tf 1.377 -24.367 Td [(c)-138(a)-138(l)-139(l)]TJ/F8 9.9626 Tf 29.009 0 Td [(m)-50(m)]TJ
+ET
+q
+1 0 0 1 199.288 668.014 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 202.775 667.814 Td [(m)-50(a)-50(t)]TJ
+ET
+q
+1 0 0 1 222.024 668.014 cm
+[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
+Q
+BT
+/F8 9.9626 Tf 225.51 667.814 Td [(r)-50(e)-50(a)-50(d)-155(\050)-139(a)-228(,)-911(i)-149(r)-150(e)-149(t)-461(,)-896(i)-134(u)-135(n)-135(i)-135(t)-431(,)-890(f)-129(i)-129(l)-129(e)-129(n)-129(a)-129(m)-129(e)-235(\051)]TJ
+0 g 0 G
+0 g 0 G
+0 g 0 G
+/F27 9.9626 Tf -74.805 -17.933 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(\014lename)]TJ
+0 g 0 G
+/F8 9.9626 Tf 46.513 0 Td [(The)-333(name)-334(of)-333(the)-333(\014le)-334(to)-333(b)-28(e)-333(read.)]TJ -21.607 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.184 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(Sp)-28(eci\014ed)-435(as:)-648(a)-435(c)28(haracte)-1(r)-435(v)56(ariable)-435(con)28(taining)-435(a)-436(v)56(alid)-435(\014le)-435(name,)-461(or)]TJ/F30 9.9626 Tf 297.915 0 Td [(-)]TJ/F8 9.9626 Tf 5.23 0 Td [(,)-461(in)]TJ -303.145 -11.956 Td [(whic)28(h)-302(case)-303(the)-302(default)-302(input)-302(unit)-302(5)-303(\050i.e.)-434(standard)-302(input)-302(in)-302(Unix)-302(jargon\051)-302(is)]TJ 0 -11.955 Td [(used.)-444(Default:)]TJ/F30 9.9626 Tf 66.057 0 Td [(-)]TJ/F8 9.9626 Tf 5.231 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -96.195 -19.925 Td [(iunit)]TJ
+0 g 0 G
+/F8 9.9626 Tf 28.532 0 Td [(The)-333(F)83(ortran)-333(\014le)-334(u)1(nit)-334(n)28(um)28(b)-28(er.)]TJ -3.625 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -65.76 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(an)-334(in)28(teger)-333(v)55(alue.)-444(Only)-333(me)-1(an)1(ingful)-334(if)-333(\014lename)-333(is)-334(not)]TJ/F30 9.9626 Tf 286.288 0 Td [(-)]TJ/F8 9.9626 Tf 5.23 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -316.425 -21.918 Td [(On)-383(Return)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(a)]TJ
+0 g 0 G
+/F8 9.9626 Tf 10.551 0 Td [(the)-333(sparse)-334(matrix)-333(read)-333(from)-334(\014le.)]TJ 14.356 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 25.183 0 Td [(required)]TJ/F8 9.9626 Tf 41.898 0 Td [(.)]TJ -67.081 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 362.845 452.82 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 365.983 452.621 Td [(Tspmat)]TJ
+ET
+q
+1 0 0 1 397.993 452.82 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 401.131 452.621 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -271.347 -19.925 Td [(iret)]TJ
+0 g 0 G
+/F8 9.9626 Tf 22.589 0 Td [(Error)-333(co)-28(de.)]TJ 2.317 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(An)-333(in)27(t)1(e)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
+0 g 0 G
+ 139.477 -318.348 Td [(124)]TJ
+0 g 0 G
+ET
endstream
endobj
-1655 0 obj
+1660 0 obj
<<
/Length 3705
>>
@@ -20613,7 +20583,7 @@ ET
endstream
endobj
-1662 0 obj
+1667 0 obj
<<
/Length 4185
>>
@@ -20707,7 +20677,7 @@ ET
endstream
endobj
-1668 0 obj
+1673 0 obj
<<
/Length 3381
>>
@@ -20779,7 +20749,7 @@ ET
endstream
endobj
-1675 0 obj
+1680 0 obj
<<
/Length 912
>>
@@ -20803,25 +20773,18 @@ ET
endstream
endobj
-1681 0 obj
+1686 0 obj
<<
-/Length 4642
+/Length 4500
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 120.951 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 124.986 706.129 Td [(precinit)-375(|)-375(Initialize)-375(a)-375(preconditioner)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(init)-375(|)-375(Initialize)-375(a)-375(preconditioner)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_precinit\050prec,)-525(ptype,)-525(info\051)]TJ
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(prec%init\050ptype,)-525(info\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -20894,25 +20857,18 @@ ET
endstream
endobj
-1690 0 obj
+1695 0 obj
<<
-/Length 7157
+/Length 7019
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 171.761 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 175.796 706.129 Td [(precbld)-375(|)-375(Builds)-375(a)-375(preconditioner)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(build)-375(|)-375(Builds)-375(a)-375(preconditioner)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_precbld\050a,)-525(desc_a,)-525(prec,)-525(info,amold,vmold\051)]TJ
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(prec%build\050a,)-525(desc_a,)-525(info,amold,vmold\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -21091,25 +21047,18 @@ ET
endstream
endobj
-1698 0 obj
+1703 0 obj
<<
-/Length 5988
+/Length 5847
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 120.951 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 124.986 706.129 Td [(precaply)-375(|)-375(Preconditioner)-375(application)-375(routine)]TJ
+/F16 11.9552 Tf 99.895 706.129 Td [(apply)-375(|)-375(Preconditioner)-375(application)-375(routine)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf -25.091 -18.389 Td [(call)-525(psb_precaply\050prec,x,y,desc_a,info,trans,work\051)]TJ 0 -11.956 Td [(call)-525(psb_precaply\050prec,x,desc_a,info,trans\051)]TJ
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(prec%apply\050x,y,desc_a,info,trans,work\051)]TJ 0 -11.956 Td [(call)-525(prec%apply\050x,desc_a,info,trans\051)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -21.917 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
@@ -21248,66 +21197,59 @@ ET
endstream
endobj
-1703 0 obj
+1708 0 obj
<<
-/Length 1996
+/Length 1822
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
-ET
-q
-1 0 0 1 171.761 706.328 cm
-[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
-Q
-BT
-/F16 11.9552 Tf 175.796 706.129 Td [(precdescr)-402(|)-402(Prin)31(ts)-402(a)-403(description)-402(of)-402(curren)31(t)-402(precondi-)]TJ -25.091 -13.948 Td [(tioner)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(descr)-375(|)-375(Prin)31(ts)-375(a)-375(description)-375(of)-375(curren)31(t)-375(preconditioner)]TJ
0 g 0 G
0 g 0 G
-/F30 9.9626 Tf 0 -18.389 Td [(call)-525(psb_precdescr\050prec\051)]TJ 0 -11.955 Td [(call)-525(psb_precdescr\050prec,)-525(iout\051)]TJ
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(prec%descr\050\051)]TJ 0 -11.956 Td [(call)-525(prec%descr\050iout\051)]TJ
0 g 0 G
-/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
+/F27 9.9626 Tf 0 -21.917 Td [(T)32(yp)-32(e:)]TJ
0 g 0 G
/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
0 g 0 G
-/F27 9.9626 Tf -33.797 -19.925 Td [(On)-383(En)32(try)]TJ
+/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
0 g 0 G
0 g 0 G
- 0 -19.926 Td [(prec)]TJ
+ 0 -19.925 Td [(prec)]TJ
0 g 0 G
-/F8 9.9626 Tf 26.408 0 Td [(the)-333(preconditioner.)-445(Scop)-27(e:)]TJ/F27 9.9626 Tf 119.33 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -120.831 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(preconditioner)-333(data)-333(structure)]TJ
+/F8 9.9626 Tf 26.408 0 Td [(the)-333(preconditioner.)-445(Scop)-27(e:)]TJ/F27 9.9626 Tf 119.33 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -120.832 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(preconditioner)-333(data)-333(structure)]TJ
0 0 1 rg 0 0 1 RG
-/F30 9.9626 Tf 197.537 0 Td [(psb)]TJ
+/F30 9.9626 Tf 197.538 0 Td [(psb)]TJ
ET
q
-1 0 0 1 389.467 564.402 cm
+1 0 0 1 389.467 578.35 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 392.606 564.203 Td [(prec)]TJ
+/F30 9.9626 Tf 392.606 578.15 Td [(prec)]TJ
ET
q
-1 0 0 1 414.155 564.402 cm
+1 0 0 1 414.155 578.35 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 417.293 564.203 Td [(type)]TJ
+/F30 9.9626 Tf 417.293 578.15 Td [(type)]TJ
0 g 0 G
/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -287.509 -19.925 Td [(iout)]TJ
0 g 0 G
-/F8 9.9626 Tf 24.713 0 Td [(output)-333(unit.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 89.94 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -89.747 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optiona)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(n)27(um)28(b)-28(er.)]TJ
+/F8 9.9626 Tf 24.713 0 Td [(output)-333(unit.)-444(Scop)-28(e:)]TJ/F27 9.9626 Tf 89.94 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -89.747 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optiona)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(n)27(um)28(b)-28(er.)]TJ
0 g 0 G
- 139.477 -417.974 Td [(132)]TJ
+ 139.477 -431.922 Td [(132)]TJ
0 g 0 G
ET
endstream
endobj
-1707 0 obj
+1712 0 obj
<<
/Length 989
>>
@@ -21348,85 +21290,162 @@ ET
endstream
endobj
-1712 0 obj
+1719 0 obj
+<<
+/Length 2730
+>>
+stream
+0 g 0 G
+0 g 0 G
+BT
+/F16 11.9552 Tf 150.705 706.129 Td [(free)-375(|)-375(F)94(ree)-375(a)-375(preconditioner)]TJ
+0 g 0 G
+0 g 0 G
+/F30 9.9626 Tf 0 -18.389 Td [(call)-525(prec%free\050info\051)]TJ
+0 g 0 G
+/F27 9.9626 Tf 0 -21.918 Td [(T)32(yp)-32(e:)]TJ
+0 g 0 G
+/F8 9.9626 Tf 33.797 0 Td [(Async)28(hronous.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -33.797 -19.926 Td [(On)-383(En)32(try)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(prec)]TJ
+0 g 0 G
+/F8 9.9626 Tf 26.408 0 Td [(the)-333(preconditioner.)]TJ -1.501 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf 23.073 0 Td [(.)]TJ -55.451 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(preconditioner)-333(data)-333(structure)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 197.537 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 389.467 578.35 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 392.606 578.15 Td [(prec)]TJ
+ET
+q
+1 0 0 1 414.155 578.35 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 417.293 578.15 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -287.509 -19.925 Td [(On)-383(Exit)]TJ
+0 g 0 G
+0 g 0 G
+ 0 -19.925 Td [(prec)]TJ
+0 g 0 G
+/F8 9.9626 Tf 26.408 0 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.378 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -33.879 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(inout)]TJ/F8 9.9626 Tf 26.097 0 Td [(.)]TJ -59.582 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-444(a)-334(preconditioner)-333(data)-333(structure)]TJ
+0 0 1 rg 0 0 1 RG
+/F30 9.9626 Tf 197.537 0 Td [(psb)]TJ
+ET
+q
+1 0 0 1 389.467 502.634 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 392.606 502.434 Td [(prec)]TJ
+ET
+q
+1 0 0 1 414.155 502.634 cm
+[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
+Q
+BT
+/F30 9.9626 Tf 417.293 502.434 Td [(type)]TJ
+0 g 0 G
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+0 g 0 G
+/F27 9.9626 Tf -287.509 -19.925 Td [(info)]TJ
+0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -31.23 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.485 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.034 -11.955 Td [(Error)-333(co)-28(de:)-444(if)-334(no)-333(error,)-333(0)-334(is)-333(returned.)]TJ/F16 11.9552 Tf -24.907 -21.918 Td [(Notes)]TJ/F8 9.9626 Tf 37.234 0 Td [(Releases)-334(all)-333(in)28(ternal)-333(storage.)]TJ
+0 g 0 G
+ 127.149 -334.288 Td [(134)]TJ
+0 g 0 G
+ET
+
+endstream
+endobj
+1723 0 obj
<<
-/Length 608
+/Length 598
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 14.3462 Tf 150.705 706.129 Td [(11)-1125(Iterativ)31(e)-375(Metho)-31(ds)]TJ/F8 9.9626 Tf 0 -21.821 Td [(In)-519(thi)1(s)-519(c)28(hapter)-519(w)28(e)-519(pro)28(vide)-519(routi)1(nes)-519(for)-519(preconditioners)-518(and)-519(iterativ)28(e)-519(meth-)]TJ 0 -11.955 Td [(o)-28(ds.)-647(The)-401(in)28(terfaces)-401(for)-401(Kr)1(ylo)27(v)-401(sub)1(s)-1(p)1(ac)-1(e)-400(metho)-28(ds)-401(are)-401(a)28(v)55(ailable)-400(in)-401(the)-401(mo)-28(dule)]TJ/F30 9.9626 Tf 0 -11.955 Td [(psb_krylov_mod)]TJ/F8 9.9626 Tf 73.225 0 Td [(.)]TJ
+/F16 14.3462 Tf 99.895 706.129 Td [(11)-1125(Iterativ)31(e)-375(Metho)-31(ds)]TJ/F8 9.9626 Tf 0 -21.821 Td [(In)-519(this)-518(c)28(hapter)-519(w)28(e)-519(pro)28(vide)-519(routin)1(e)-1(s)-518(for)-519(preconditioners)-518(and)-519(iterativ)28(e)-519(meth-)]TJ 0 -11.955 Td [(o)-28(ds.)-647(The)-401(in)28(terfaces)-401(for)-401(Kryl)1(o)27(v)-401(subspace)-400(m)-1(etho)-27(ds)-401(are)-401(a)28(v)55(ailable)-400(in)-401(the)-401(mo)-28(dule)]TJ/F30 9.9626 Tf 0 -11.955 Td [(psb_krylov_mod)]TJ/F8 9.9626 Tf 73.225 0 Td [(.)]TJ
0 g 0 G
- 91.158 -569.96 Td [(134)]TJ
+ 91.159 -569.96 Td [(135)]TJ
0 g 0 G
ET
endstream
endobj
-1719 0 obj
+1730 0 obj
<<
-/Length 8313
+/Length 8299
>>
stream
0 g 0 G
0 g 0 G
BT
-/F16 11.9552 Tf 99.895 706.129 Td [(psb)]TJ
+/F16 11.9552 Tf 150.705 706.129 Td [(psb)]TJ
ET
q
-1 0 0 1 120.951 706.328 cm
+1 0 0 1 171.761 706.328 cm
[]0 d 0 J 0.398 w 0 0 m 4.035 0 l S
Q
BT
-/F16 11.9552 Tf 124.986 706.129 Td [(krylo)31(v)-375(|)-375(Krylo)31(v)-375(Metho)-31(ds)-375(Driv)31(er)-375(Routine)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-343(subroutine)-342(is)-343(a)-343(driv)28(er)-343(that)-342(pro)27(vid)1(e)-1(s)-342(a)-343(general)-343(in)28(terface)-343(for)-342(all)-343(the)-343(Krylo)28(v-)]TJ 0 -11.956 Td [(Subspace)-333(family)-334(metho)-27(ds)-334(implemen)28(ted)-333(in)-334(PSBLAS)-333(v)28(ersion)-333(2.)]TJ 14.944 -11.955 Td [(The)-333(stopping)-334(criterion)-333(can)-333(tak)28(e)-334(the)-333(follo)28(wing)-334(v)56(alues:)]TJ
+/F16 11.9552 Tf 175.796 706.129 Td [(krylo)31(v)-375(|)-375(Krylo)31(v)-375(Metho)-31(ds)-375(Driv)31(er)-375(Routine)]TJ/F8 9.9626 Tf -25.091 -18.389 Td [(This)-343(subroutine)-342(is)-343(a)-343(driv)28(er)-343(that)-342(pro)27(vi)1(des)-343(a)-343(general)-343(in)28(terface)-343(for)-342(all)-343(the)-343(Krylo)28(v-)]TJ 0 -11.956 Td [(Subspace)-333(family)-334(metho)-27(ds)-334(implemen)28(ted)-333(in)-334(PSBLAS)-333(v)28(ersion)-333(2.)]TJ 14.944 -11.955 Td [(The)-333(stopping)-334(criterion)-333(can)-333(tak)28(e)-334(the)-333(follo)28(wing)-334(v)56(alues:)]TJ
0 g 0 G
/F27 9.9626 Tf -14.944 -19.102 Td [(1)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.71 0 Td [(norm)28(wise)-334(bac)28(kw)28(ard)-333(error)-334(in)-333(the)-333(in\014nit)28(y)-334(norm;)-333(the)-333(iteration)-334(i)1(s)-334(stopp)-28(ed)-333(when)]TJ/F11 9.9626 Tf 109.583 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.949 0 Td [(=)]TJ/F14 9.9626 Tf 38.11 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(r)]TJ/F10 6.9738 Tf 4.494 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
+/F8 9.9626 Tf 10.71 0 Td [(norm)28(wise)-334(bac)28(kw)28(ard)-333(error)-334(in)-333(the)-333(in\014nit)28(y)-334(norm;)-333(the)-333(iteration)-333(is)-334(stopp)-28(ed)-333(when)]TJ/F11 9.9626 Tf 109.582 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.95 0 Td [(=)]TJ/F14 9.9626 Tf 38.11 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(r)]TJ/F10 6.9738 Tf 4.495 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
ET
q
-1 0 0 1 248.849 621.14 cm
+1 0 0 1 299.658 621.14 cm
[]0 d 0 J 0.398 w 0 0 m 70.572 0 l S
Q
BT
-/F8 9.9626 Tf 248.849 611.815 Td [(\050)]TJ/F14 9.9626 Tf 3.874 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(A)]TJ/F14 9.9626 Tf 7.472 0 Td [(kk)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.494 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.494 Td [(k)]TJ/F8 9.9626 Tf 7.195 0 Td [(+)]TJ/F14 9.9626 Tf 9.963 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(b)]TJ/F14 9.9626 Tf 4.276 0 Td [(k)]TJ/F8 9.9626 Tf 4.981 0 Td [(\051)]TJ/F11 9.9626 Tf 7.837 6.834 Td [(<)-278(eps)]TJ
+/F8 9.9626 Tf 299.658 611.815 Td [(\050)]TJ/F14 9.9626 Tf 3.875 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(A)]TJ/F14 9.9626 Tf 7.472 0 Td [(kk)]TJ/F11 9.9626 Tf 9.963 0 Td [(x)]TJ/F10 6.9738 Tf 5.693 -1.494 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.494 Td [(k)]TJ/F8 9.9626 Tf 7.196 0 Td [(+)]TJ/F14 9.9626 Tf 9.962 0 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(b)]TJ/F14 9.9626 Tf 4.276 0 Td [(k)]TJ/F8 9.9626 Tf 4.981 0 Td [(\051)]TJ/F11 9.9626 Tf 7.838 6.834 Td [(<)-278(eps)]TJ
0 g 0 G
/F27 9.9626 Tf -223.488 -29.952 Td [(2)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.71 0 Td [(Relativ)28(e)-334(residual)-333(in)-333(the)-333(2-)-1(n)1(orm)-1(;)-333(the)-333(iteration)-333(is)-334(stopp)-28(ed)-333(when)]TJ/F11 9.9626 Tf 135.515 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.949 0 Td [(=)]TJ/F14 9.9626 Tf 12.178 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(r)]TJ/F10 6.9738 Tf 4.494 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
+/F8 9.9626 Tf 10.71 0 Td [(Relativ)28(e)-334(residual)-333(in)-333(the)-333(2-norm;)-334(the)-333(iteration)-333(is)-334(stopp)-27(ed)-334(when)]TJ/F11 9.9626 Tf 135.514 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.95 0 Td [(=)]TJ/F14 9.9626 Tf 12.178 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(r)]TJ/F10 6.9738 Tf 4.495 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
ET
q
-1 0 0 1 274.781 565.11 cm
+1 0 0 1 325.59 565.11 cm
[]0 d 0 J 0.398 w 0 0 m 18.708 0 l S
Q
BT
-/F14 9.9626 Tf 274.781 555.785 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(b)]TJ/F14 9.9626 Tf 4.276 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(2)]TJ/F11 9.9626 Tf 8.432 8.328 Td [(<)-278(eps)]TJ
+/F14 9.9626 Tf 325.59 555.785 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(b)]TJ/F14 9.9626 Tf 4.276 0 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(2)]TJ/F11 9.9626 Tf 8.433 8.328 Td [(<)-278(eps)]TJ
0 g 0 G
/F27 9.9626 Tf -197.556 -29.952 Td [(3)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.71 0 Td [(Relativ)28(e)-334(residual)-333(reduction)-333(in)-333(the)-334(2-norm;)-333(the)-333(iteration)-334(is)-333(stopp)-28(ed)-333(when)]TJ/F11 9.9626 Tf 133.171 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.949 0 Td [(=)]TJ/F14 9.9626 Tf 14.522 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(r)]TJ/F10 6.9738 Tf 4.494 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
+/F8 9.9626 Tf 10.71 0 Td [(Relativ)28(e)-334(residual)-333(reduction)-333(in)-333(the)-334(2-norm;)-333(the)-333(iteration)-334(is)-333(stopp)-28(ed)-333(when)]TJ/F11 9.9626 Tf 133.17 -26.078 Td [(er)-28(r)]TJ/F8 9.9626 Tf 16.949 0 Td [(=)]TJ/F14 9.9626 Tf 14.523 6.74 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(r)]TJ/F10 6.9738 Tf 4.495 -1.495 Td [(i)]TJ/F14 9.9626 Tf 3.317 1.495 Td [(k)]TJ
ET
q
-1 0 0 1 272.436 509.08 cm
+1 0 0 1 323.246 509.08 cm
[]0 d 0 J 0.398 w 0 0 m 23.396 0 l S
Q
BT
-/F14 9.9626 Tf 272.436 499.755 Td [(k)]TJ/F11 9.9626 Tf 4.982 0 Td [(r)]TJ/F7 6.9738 Tf 4.494 -1.494 Td [(0)]TJ/F14 9.9626 Tf 4.47 1.494 Td [(k)]TJ/F7 6.9738 Tf 4.981 -1.494 Td [(2)]TJ/F11 9.9626 Tf 8.432 8.328 Td [(<)-278(eps)]TJ/F8 9.9626 Tf -199.9 -30.505 Td [(The)-443(b)-27(eha)28(viour)-443(is)-442(con)27(troll)1(e)-1(d)-442(b)28(y)-443(the)-442(istop)-442(argumen)27(t)-442(\050see)-443(later\051.)-771(In)-443(the)-442(ab)-28(o)28(v)27(e)]TJ 0 -11.955 Td [(form)28(ulae,)]TJ/F11 9.9626 Tf 43.127 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F8 9.9626 Tf 5.856 1.495 Td [(is)-255(the)-255(ten)28(tativ)28(e)-255(solution)-255(and)]TJ/F11 9.9626 Tf 122.117 0 Td [(r)]TJ/F10 6.9738 Tf 4.495 -1.495 Td [(i)]TJ/F8 9.9626 Tf 6.084 1.495 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(b)]TJ/F14 9.9626 Tf 4.925 0 Td [(\000)]TJ/F11 9.9626 Tf 8.399 0 Td [(Ax)]TJ/F10 6.9738 Tf 13.166 -1.495 Td [(i)]TJ/F8 9.9626 Tf 5.856 1.495 Td [(the)-255(corresp)-28(ondin)1(g)-255(residual)]TJ -230.235 -11.956 Td [(at)-333(the)]TJ/F11 9.9626 Tf 29.335 0 Td [(i)]TJ/F8 9.9626 Tf 3.432 0 Td [(-th)-333(iteration.)]TJ/F27 9.9626 Tf -31.39 -17.52 Td [(c)-138(a)-138(l)-139(l)]TJ/F8 9.9626 Tf 29.763 0 Td [(p)-126(s)-125(b)]TJ
+/F14 9.9626 Tf 323.246 499.755 Td [(k)]TJ/F11 9.9626 Tf 4.981 0 Td [(r)]TJ/F7 6.9738 Tf 4.495 -1.494 Td [(0)]TJ/F14 9.9626 Tf 4.469 1.494 Td [(k)]TJ/F7 6.9738 Tf 4.982 -1.494 Td [(2)]TJ/F11 9.9626 Tf 8.432 8.328 Td [(<)-278(eps)]TJ/F8 9.9626 Tf -199.9 -30.505 Td [(The)-442(b)-28(eha)28(viour)-443(is)-442(con)27(t)1(rolled)-443(b)28(y)-443(th)1(e)-443(istop)-442(argumen)27(t)-442(\050see)-443(later\051.)-771(In)-443(the)-442(ab)-28(o)28(v)28(e)]TJ 0 -11.955 Td [(form)28(ulae,)]TJ/F11 9.9626 Tf 43.127 0 Td [(x)]TJ/F10 6.9738 Tf 5.694 -1.495 Td [(i)]TJ/F8 9.9626 Tf 5.855 1.495 Td [(is)-255(the)-255(ten)28(tativ)28(e)-255(solution)-255(and)]TJ/F11 9.9626 Tf 122.118 0 Td [(r)]TJ/F10 6.9738 Tf 4.494 -1.495 Td [(i)]TJ/F8 9.9626 Tf 6.085 1.495 Td [(=)]TJ/F11 9.9626 Tf 10.516 0 Td [(b)]TJ/F14 9.9626 Tf 4.925 0 Td [(\000)]TJ/F11 9.9626 Tf 8.399 0 Td [(Ax)]TJ/F10 6.9738 Tf 13.165 -1.495 Td [(i)]TJ/F8 9.9626 Tf 5.856 1.495 Td [(the)-255(corresp)-28(onding)-254(residual)]TJ -230.234 -11.956 Td [(at)-333(the)]TJ/F11 9.9626 Tf 29.334 0 Td [(i)]TJ/F8 9.9626 Tf 3.433 0 Td [(-th)-333(iteration.)]TJ/F27 9.9626 Tf -31.39 -17.52 Td [(c)-138(a)-138(l)-139(l)]TJ/F8 9.9626 Tf 29.763 0 Td [(p)-126(s)-125(b)]TJ
ET
q
-1 0 0 1 150.386 434.852 cm
+1 0 0 1 201.196 434.852 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 154.627 434.653 Td [(k)-126(r)-125(y)-126(l)-125(o)-126(v)-231(\050)-146(m)-40(e)-41(t)-40(h)-40(o)-40(d)-242(,)-194(a)-228(,)-255(p)-94(r)-94(e)-94(c)-349(,)-176(b)-191(,)-185(x)-209(,)-243(e)-81(p)-81(s)-323(,)-274(d)-113(e)-112(s)-113(c)]TJ
+/F8 9.9626 Tf 205.436 434.653 Td [(k)-126(r)-125(y)-126(l)-125(o)-126(v)-231(\050)-146(m)-40(e)-41(t)-40(h)-40(o)-40(d)-242(,)-194(a)-228(,)-255(p)-94(r)-94(e)-94(c)-349(,)-176(b)-191(,)-185(x)-209(,)-243(e)-81(p)-81(s)-323(,)-274(d)-113(e)-112(s)-113(c)]TJ
ET
q
-1 0 0 1 351.575 434.852 cm
+1 0 0 1 402.384 434.852 cm
[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S
Q
BT
-/F8 9.9626 Tf 355.686 434.653 Td [(a)-386(,)-288(i)-127(n)-127(f)-127(o)-302(,)-48(&)]TJ -226.788 -11.956 Td [(&)-579(i)-67(t)-67(m)-68(a)-67(x)-296(,)-311(i)-150(t)-149(e)-150(r)-460(,)]TJ/F27 9.9626 Tf 79.244 0 Td [(e)-65(r)-65(r)]TJ/F8 9.9626 Tf 18.889 0 Td [(,)-305(i)-144(t)-144(r)-144(a)-145(c)-144(e)-449(,)-319(i)-158(r)-158(s)-158(t)-477(,)-287(i)-126(s)-126(t)-126(o)-127(p)-413(,)-230(c)-69(o)-69(n)-69(d)-174(\051)]TJ
+/F8 9.9626 Tf 406.495 434.653 Td [(a)-386(,)-288(i)-127(n)-127(f)-127(o)-302(,)-48(&)]TJ -226.787 -11.956 Td [(&)-579(i)-67(t)-67(m)-68(a)-67(x)-296(,)-311(i)-150(t)-149(e)-150(r)-460(,)]TJ/F27 9.9626 Tf 79.243 0 Td [(e)-65(r)-65(r)]TJ/F8 9.9626 Tf 18.89 0 Td [(,)-305(i)-144(t)-144(r)-144(a)-144(c)-145(e)-449(,)-319(i)-158(r)-158(s)-158(t)-476(,)-288(i)-126(s)-126(t)-126(o)-127(p)-413(,)-230(c)-69(o)-69(n)-69(d)-174(\051)]TJ
0 g 0 G
0 g 0 G
0 g 0 G
@@ -21439,35 +21458,35 @@ BT
0 g 0 G
0 -19.514 Td [(metho)-32(d)]TJ
0 g 0 G
-/F8 9.9626 Tf 43.012 0 Td [(a)-235(string)-235(that)-235(de\014nes)-236(th)1(e)-236(iterativ)28(e)-235(metho)-28(d)-235(to)-235(b)-28(e)-235(used.)-412(Supp)-27(orted)-235(v)55(alues)]TJ -18.105 -11.955 Td [(are:)]TJ
+/F8 9.9626 Tf 43.012 0 Td [(a)-235(string)-235(that)-235(de\014nes)-235(the)-236(iterativ)28(e)-235(metho)-28(d)-235(to)-235(b)-28(e)-235(used.)-412(Supp)-27(orted)-235(v)55(alues)]TJ -18.106 -11.955 Td [(are:)]TJ
0 g 0 G
/F27 9.9626 Tf 0 -19.513 Td [(CG:)]TJ
0 g 0 G
-/F8 9.9626 Tf 25.446 0 Td [(the)-333(Conjugate)-334(Gradien)28(t)-333(metho)-28(d;)]TJ
+/F8 9.9626 Tf 25.447 0 Td [(the)-333(Conjugate)-334(Gradien)28(t)-333(metho)-28(d;)]TJ
0 g 0 G
-/F27 9.9626 Tf -25.446 -15.529 Td [(CGS:)]TJ
+/F27 9.9626 Tf -25.447 -15.529 Td [(CGS:)]TJ
0 g 0 G
-/F8 9.9626 Tf 31.811 0 Td [(the)-333(Conjugate)-334(Gradien)28(t)-333(Stabilized)-333(metho)-28(d;)]TJ
+/F8 9.9626 Tf 31.812 0 Td [(the)-333(Conjugate)-334(Gradien)28(t)-333(Stabilized)-333(metho)-28(d;)]TJ
0 g 0 G
-/F27 9.9626 Tf -31.811 -15.528 Td [(GCR:)]TJ
+/F27 9.9626 Tf -31.812 -15.528 Td [(GCR:)]TJ
0 g 0 G
/F8 9.9626 Tf 34.039 0 Td [(the)-333(Generalized)-334(Conjugate)-333(Residual)-333(metho)-28(d;)]TJ
0 g 0 G
/F27 9.9626 Tf -34.039 -15.529 Td [(F)32(CG:)]TJ
0 g 0 G
-/F8 9.9626 Tf 32.337 0 Td [(the)-333(Flexible)-334(Conjugate)-333(Gradien)28(t)-333(metho)-28(d)]TJ
+/F8 9.9626 Tf 32.337 0 Td [(the)-333(Flexible)-334(Conjugate)-333(Gradien)28(t)-333(me)-1(th)1(o)-28(d)]TJ
0 0 1 rg 0 0 1 RG
/F7 6.9738 Tf 177.626 3.616 Td [(4)]TJ
0 g 0 G
-/F8 9.9626 Tf 4.469 -3.616 Td [(;)]TJ
+/F8 9.9626 Tf 4.47 -3.616 Td [(;)]TJ
0 g 0 G
-/F27 9.9626 Tf -214.432 -15.528 Td [(BICG:)]TJ
+/F27 9.9626 Tf -214.433 -15.528 Td [(BICG:)]TJ
0 g 0 G
/F8 9.9626 Tf 37.941 0 Td [(the)-333(Bi-Conjugate)-334(Gradien)28(t)-333(metho)-28(d;)]TJ
0 g 0 G
/F27 9.9626 Tf -37.941 -15.529 Td [(BICGST)96(AB:)]TJ
0 g 0 G
-/F8 9.9626 Tf 68.133 0 Td [(the)-333(Bi-Conjugate)-334(Gradien)28(t)-333(Stabilized)-333(metho)-28(d;)]TJ
+/F8 9.9626 Tf 68.133 0 Td [(the)-333(Bi-Conjugate)-334(Gradien)28(t)-333(Stabilized)-333(me)-1(th)1(o)-28(d;)]TJ
0 g 0 G
/F27 9.9626 Tf -68.133 -15.528 Td [(BICGST)96(ABL:)]TJ
0 g 0 G
@@ -21477,267 +21496,252 @@ BT
0 g 0 G
/F8 9.9626 Tf 58.807 0 Td [(the)-333(Generalized)-334(Minimal)-333(Residual)-333(metho)-28(d)-333(with)-334(restarting.)]TJ
0 g 0 G
-/F27 9.9626 Tf -83.714 -19.513 Td [(a)]TJ
+/F27 9.9626 Tf -83.713 -19.513 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.551 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(sparse)-333(matrix)]TJ/F11 9.9626 Tf 178.968 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -172.084 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.55 0 Td [(the)-333(lo)-28(cal)-333(p)-28(ortion)-333(of)-334(global)-333(sparse)-333(matrix)]TJ/F11 9.9626 Tf 178.969 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(.)]TJ -172.085 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
ET
q
-1 0 0 1 312.036 137.958 cm
+1 0 0 1 362.845 137.958 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 315.174 137.759 Td [(Tspmat)]TJ
+/F30 9.9626 Tf 365.983 137.759 Td [(Tspmat)]TJ
ET
q
-1 0 0 1 347.183 137.958 cm
+1 0 0 1 397.993 137.958 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 350.322 137.759 Td [(type)]TJ
+/F30 9.9626 Tf 401.131 137.759 Td [(type)]TJ
0 g 0 G
/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
ET
q
-1 0 0 1 99.895 129.78 cm
+1 0 0 1 150.705 129.78 cm
[]0 d 0 J 0.398 w 0 0 m 137.482 0 l S
Q
BT
-/F32 5.9776 Tf 110.987 123.138 Td [(4)]TJ/F31 7.9701 Tf 4.151 -2.812 Td [(Note:)-472(the)-355(implemen)30(tation)-354(is)-355(f)1(or)]TJ/F33 7.9701 Tf 120.25 0 Td [(F)-148(C)-70(G)]TJ/F31 7.9701 Tf 19.732 0 Td [(\0501\051.)]TJ
+/F32 5.9776 Tf 161.797 123.138 Td [(4)]TJ/F31 7.9701 Tf 4.151 -2.812 Td [(Note:)-472(the)-354(i)-1(mplemen)30(tation)-354(is)-354(for)]TJ/F33 7.9701 Tf 120.249 0 Td [(F)-148(C)-70(G)]TJ/F31 7.9701 Tf 19.733 0 Td [(\0501\051.)]TJ
0 g 0 G
0 g 0 G
-/F8 9.9626 Tf 9.159 -29.888 Td [(135)]TJ
+/F8 9.9626 Tf 9.158 -29.888 Td [(136)]TJ
0 g 0 G
ET
endstream
endobj
-1731 0 obj
+1742 0 obj
<<
-/Length 7081
+/Length 7084
>>
stream
0 g 0 G
0 g 0 G
0 g 0 G
BT
-/F27 9.9626 Tf 150.705 706.129 Td [(prec)]TJ
+/F27 9.9626 Tf 99.895 706.129 Td [(prec)]TJ
0 g 0 G
-/F8 9.9626 Tf 26.408 0 Td [(The)-333(data)-334(structure)-333(con)28(taining)-333(the)-334(preconditioner.)]TJ -1.502 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 26.408 0 Td [(The)-333(data)-334(structure)-333(con)28(taining)-333(the)-334(preconditioner.)]TJ -1.501 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
ET
q
-1 0 0 1 362.845 658.507 cm
+1 0 0 1 312.036 658.507 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 365.983 658.308 Td [(prec)]TJ
+/F30 9.9626 Tf 315.174 658.308 Td [(prec)]TJ
ET
q
-1 0 0 1 387.532 658.507 cm
+1 0 0 1 336.723 658.507 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 390.67 658.308 Td [(type)]TJ
+/F30 9.9626 Tf 339.861 658.308 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -260.887 -19.427 Td [(b)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.346 0 Td [(The)-333(RHS)-334(v)28(ector.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-334(ar)1(ra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.347 0 Td [(The)-333(RHS)-334(v)28(ector.)]TJ 13.56 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.956 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
ET
q
-1 0 0 1 415.426 591.26 cm
+1 0 0 1 364.616 591.26 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 418.564 591.06 Td [(T)]TJ
+/F30 9.9626 Tf 367.754 591.06 Td [(T)]TJ
ET
q
-1 0 0 1 424.422 591.26 cm
+1 0 0 1 373.612 591.26 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 427.56 591.06 Td [(vect)]TJ
+/F30 9.9626 Tf 376.751 591.06 Td [(vect)]TJ
ET
q
-1 0 0 1 449.109 591.26 cm
+1 0 0 1 398.3 591.26 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 452.247 591.06 Td [(type)]TJ
+/F30 9.9626 Tf 401.438 591.06 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -322.464 -19.427 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(initial)-334(guess.)]TJ 13.878 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-334(ar)1(ra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(initial)-334(guess.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
ET
q
-1 0 0 1 415.426 524.012 cm
+1 0 0 1 364.616 524.012 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 418.564 523.813 Td [(T)]TJ
+/F30 9.9626 Tf 367.754 523.813 Td [(T)]TJ
ET
q
-1 0 0 1 424.422 524.012 cm
+1 0 0 1 373.612 524.012 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 427.56 523.813 Td [(vect)]TJ
+/F30 9.9626 Tf 376.751 523.813 Td [(vect)]TJ
ET
q
-1 0 0 1 449.109 524.012 cm
+1 0 0 1 398.3 524.012 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 452.247 523.813 Td [(type)]TJ
+/F30 9.9626 Tf 401.438 523.813 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -322.464 -19.428 Td [(eps)]TJ
0 g 0 G
-/F8 9.9626 Tf 21.116 0 Td [(The)-333(stopping)-334(tolerance.)]TJ 3.79 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(real)-333(n)28(um)27(b)-27(er.)]TJ
+/F8 9.9626 Tf 21.117 0 Td [(The)-333(stopping)-334(tolerance.)]TJ 3.79 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(real)-333(n)28(um)27(b)-27(er.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.427 Td [(desc)]TJ
+/F27 9.9626 Tf -24.907 -19.427 Td [(desc)]TJ
ET
q
-1 0 0 1 172.619 437.337 cm
+1 0 0 1 121.81 437.337 cm
[]0 d 0 J 0.398 w 0 0 m 3.437 0 l S
Q
BT
-/F27 9.9626 Tf 176.057 437.138 Td [(a)]TJ
+/F27 9.9626 Tf 125.247 437.138 Td [(a)]TJ
0 g 0 G
-/F8 9.9626 Tf 10.55 0 Td [(con)28(tains)-334(data)-333(structures)-333(for)-333(c)-1(omm)28(unications.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 10.551 0 Td [(con)28(tains)-334(d)1(ata)-334(structures)-333(for)-333(com)-1(m)28(unications.)]TJ -10.996 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(structured)-333(data)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 170.915 0 Td [(psb)]TJ
ET
q
-1 0 0 1 362.845 389.516 cm
+1 0 0 1 312.036 389.516 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 365.983 389.317 Td [(desc)]TJ
+/F30 9.9626 Tf 315.174 389.317 Td [(desc)]TJ
ET
q
-1 0 0 1 387.532 389.516 cm
+1 0 0 1 336.723 389.516 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 390.67 389.317 Td [(type)]TJ
+/F30 9.9626 Tf 339.861 389.317 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -260.887 -19.427 Td [(itmax)]TJ
0 g 0 G
-/F8 9.9626 Tf 33.783 0 Td [(The)-333(maxim)27(um)-333(n)28(um)28(b)-28(er)-333(of)-334(iterations)-333(to)-333(p)-28(erform.)]TJ -8.877 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(itmax)]TJ/F8 9.9626 Tf 29.505 0 Td [(=)-278(1000.)]TJ -68.941 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable)]TJ/F11 9.9626 Tf 142.079 0 Td [(itmax)]TJ/F14 9.9626 Tf 29.505 0 Td [(\025)]TJ/F8 9.9626 Tf 10.516 0 Td [(1.)]TJ
+/F8 9.9626 Tf 33.783 0 Td [(The)-333(maxim)27(um)-333(n)28(um)28(b)-28(er)-333(of)-334(iterations)-333(to)-333(p)-28(erform.)]TJ -8.876 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(Default:)]TJ/F11 9.9626 Tf 39.436 0 Td [(itmax)]TJ/F8 9.9626 Tf 29.504 0 Td [(=)-278(1000.)]TJ -68.94 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(an)-333(in)28(teger)-333(v)55(ariable)]TJ/F11 9.9626 Tf 142.079 0 Td [(itmax)]TJ/F14 9.9626 Tf 29.504 0 Td [(\025)]TJ/F8 9.9626 Tf 10.516 0 Td [(1.)]TJ
0 g 0 G
/F27 9.9626 Tf -207.006 -19.427 Td [(itrace)]TJ
0 g 0 G
-/F8 9.9626 Tf 33.25 0 Td [(If)]TJ/F11 9.9626 Tf 8.912 0 Td [(>)]TJ/F8 9.9626 Tf 10.516 0 Td [(0)-228(prin)28(t)-228(out)-228(an)-228(i)1(nformational)-228(message)-228(ab)-28(out)-228(con)28(v)28(ergence)-228(ev)27(ery)]TJ/F11 9.9626 Tf 265.015 0 Td [(itr)-28(ace)]TJ/F8 9.9626 Tf -292.787 -11.955 Td [(iterations.)]TJ 0 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ
+/F8 9.9626 Tf 33.251 0 Td [(If)]TJ/F11 9.9626 Tf 8.911 0 Td [(>)]TJ/F8 9.9626 Tf 10.517 0 Td [(0)-228(prin)28(t)-228(out)-228(an)-227(informational)-228(message)-228(ab)-28(out)-228(con)28(v)28(ergence)-228(ev)28(e)-1(r)1(y)]TJ/F11 9.9626 Tf 265.015 0 Td [(itr)-28(ace)]TJ/F8 9.9626 Tf -292.787 -11.955 Td [(iterations.)]TJ 0 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -67.94 -31.382 Td [(irst)]TJ
0 g 0 G
-/F8 9.9626 Tf 21.857 0 Td [(An)-333(in)28(tege)-1(r)-333(sp)-28(ecifying)-333(the)-333(restart)-334(par)1(a)-1(meter.)]TJ 3.049 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf 40.576 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(V)83(alues:)]TJ/F11 9.9626 Tf 37.507 0 Td [(ir)-28(st)-447(>)]TJ/F8 9.9626 Tf 33.134 0 Td [(0.)-750(This)-435(is)-435(emplo)28(y)27(ed)-435(for)-435(the)-435(BiCGST)83(ABL)-435(or)-435(R)28(GMRES)]TJ -70.641 -11.955 Td [(metho)-28(ds,)-333(otherwise)-334(it)-333(is)-333(ignored.)]TJ
+/F8 9.9626 Tf 21.857 0 Td [(An)-333(in)28(te)-1(ger)-333(sp)-28(ecifying)-333(the)-333(restart)-334(parameter.)]TJ 3.05 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(V)83(alues:)]TJ/F11 9.9626 Tf 37.506 0 Td [(ir)-28(st)-447(>)]TJ/F8 9.9626 Tf 33.135 0 Td [(0.)-750(This)-435(is)-435(emplo)28(y)28(e)-1(d)-435(for)-435(the)-435(BiCGST)84(AB)-1(L)-435(or)-435(R)28(GMRES)]TJ -70.641 -11.955 Td [(metho)-28(ds,)-333(otherwise)-334(it)-333(is)-333(ignored.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.906 -19.427 Td [(istop)]TJ
+/F27 9.9626 Tf -24.907 -19.427 Td [(istop)]TJ
0 g 0 G
-/F8 9.9626 Tf 29.232 0 Td [(An)-333(in)28(tege)-1(r)-333(sp)-28(ecifying)-333(the)-333(stopping)-333(c)-1(r)1(iterion.)]TJ -4.326 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ
+/F8 9.9626 Tf 29.232 0 Td [(An)-333(in)28(te)-1(ger)-333(sp)-28(ecifying)-333(the)-333(stopping)-334(crit)1(e)-1(ri)1(on.)]TJ -4.325 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ
0 g 0 G
-/F8 9.9626 Tf 107.098 -29.888 Td [(136)]TJ
+/F8 9.9626 Tf 107.098 -29.888 Td [(137)]TJ
0 g 0 G
ET
endstream
endobj
-1736 0 obj
+1747 0 obj
<<
-/Length 4432
+/Length 4414
>>
stream
0 g 0 G
0 g 0 G
BT
-/F8 9.9626 Tf 124.802 706.129 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf 40.577 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.547 0 Td [(.)]TJ -43.033 -11.955 Td [(V)83(alues:)-478(1:)-479(use)-351(th)1(e)-351(norm)28(wise)-351(bac)28(kw)28(ard)-351(error,)-354(2:)-479(use)-350(the)-351(scaled)-350(2-norm)-351(of)]TJ 0 -11.956 Td [(the)-333(residual,)-334(3:)-444(use)-333(the)-334(residual)-333(reduction)-333(in)-334(th)1(e)-334(2-norm.)-444(Default:)-445(2.)]TJ
+/F8 9.9626 Tf 175.611 706.129 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf 40.576 0 Td [(.)]TJ -70.188 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(in)]TJ/F8 9.9626 Tf 9.548 0 Td [(.)]TJ -43.034 -11.955 Td [(V)83(alues:)-478(1:)-479(use)-351(the)-350(norm)28(wise)-351(bac)28(kw)28(ard)-351(error,)-354(2:)-479(use)-350(the)-351(scaled)-350(2-norm)-351(of)]TJ 0 -11.956 Td [(the)-333(residual,)-334(3:)-444(use)-333(the)-334(residual)-333(reduction)-333(in)-334(the)-333(2-norm.)-444(Default:)-445(2.)]TJ
0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(On)-383(Return)]TJ
+/F27 9.9626 Tf -24.906 -19.925 Td [(On)-383(Return)]TJ
0 g 0 G
0 g 0 G
0 -19.925 Td [(x)]TJ
0 g 0 G
-/F8 9.9626 Tf 11.028 0 Td [(The)-333(computed)-334(solution.)]TJ 13.879 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-333(arra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
+/F8 9.9626 Tf 11.028 0 Td [(The)-333(computed)-334(solution.)]TJ 13.878 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(inout)]TJ/F8 9.9626 Tf 26.096 0 Td [(.)]TJ -59.582 -11.955 Td [(Sp)-28(eci\014ed)-333(as:)-445(a)-333(rank)-333(one)-334(ar)1(ra)27(y)-333(or)-333(an)-334(ob)-55(ject)-333(of)-334(t)28(yp)-28(e)]TJ
0 0 1 rg 0 0 1 RG
/F30 9.9626 Tf 223.496 0 Td [(psb)]TJ
ET
q
-1 0 0 1 364.616 582.791 cm
+1 0 0 1 415.426 582.791 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 367.754 582.592 Td [(T)]TJ
+/F30 9.9626 Tf 418.564 582.592 Td [(T)]TJ
ET
q
-1 0 0 1 373.612 582.791 cm
+1 0 0 1 424.422 582.791 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 376.751 582.592 Td [(vect)]TJ
+/F30 9.9626 Tf 427.56 582.592 Td [(vect)]TJ
ET
q
-1 0 0 1 398.3 582.791 cm
+1 0 0 1 449.109 582.791 cm
[]0 d 0 J 0.398 w 0 0 m 3.138 0 l S
Q
BT
-/F30 9.9626 Tf 401.438 582.592 Td [(type)]TJ
+/F30 9.9626 Tf 452.247 582.592 Td [(type)]TJ
0 g 0 G
-/F8 9.9626 Tf 20.921 0 Td [(.)]TJ
+/F8 9.9626 Tf 20.922 0 Td [(.)]TJ
0 g 0 G
/F27 9.9626 Tf -322.464 -19.925 Td [(iter)]TJ
0 g 0 G
-/F8 9.9626 Tf 22.589 0 Td [(The)-333(n)27(um)28(b)-28(er)-333(of)-333(iterations)-333(p)-28(erformed.)]TJ 2.318 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-333(as:)-445(an)-333(in)28(teger)-334(v)56(ariable.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(err)]TJ
+/F8 9.9626 Tf 22.589 0 Td [(The)-333(n)27(u)1(m)27(b)-27(e)-1(r)-333(of)-333(iterations)-333(p)-28(erformed.)]TJ 2.317 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-333(as:)-445(an)-333(in)28(teger)-334(v)56(ariable.)]TJ
0 g 0 G
-/F8 9.9626 Tf 19.67 0 Td [(The)-333(con)27(v)28(ergence)-333(estimate)-334(on)-333(exit.)]TJ 5.237 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-333(as:)-445(a)-333(real)-333(n)27(um)28(b)-28(er.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(cond)]TJ
-0 g 0 G
-/F8 9.9626 Tf 28.532 0 Td [(An)-280(estimate)-280(of)-279(the)-280(condition)-280(n)28(um)28(b)-28(er)-280(of)-279(matrix)]TJ/F11 9.9626 Tf 204.226 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(;)-298(only)-279(a)27(v)56(ailable)-280(with)-279(the)]TJ/F11 9.9626 Tf -215.323 -11.955 Td [(C)-72(G)]TJ/F8 9.9626 Tf 18.987 0 Td [(metho)-28(d)-333(on)-333(real)-334(data.)]TJ -18.987 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(optional)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-287(as:)-421(a)-287(real)-287(n)28(um)28(b)-28(er.)-429(A)-287(correct)-287(result)-286(will)-287(b)-28(e)-287(greater)-287(than)-287(or)-286(equal)]TJ 0 -11.955 Td [(to)-267(on)1(e)-1(;)-288(if)-267(sp)-28(eci\014ed)-266(for)-267(non)1(-)-1(r)1(e)-1(al)-266(data,)-280(or)-266(an)-267(error)-266(o)-28(ccurred,)-280(zero)-267(is)-266(returned.)]TJ
-0 g 0 G
-/F27 9.9626 Tf -24.907 -19.925 Td [(info)]TJ
+/F27 9.9626 Tf -24.906 -19.925 Td [(err)]TJ
0 g 0 G
-/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.149 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.611 0 Td [(required)]TJ/F8 9.9626 Tf -29.611 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(tege)-1(r)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detecte)-1(d)1(.)]TJ
+/F8 9.9626 Tf 19.669 0 Td [(The)-333(con)27(v)28(ergence)-333(estimate)-334(on)-333(exit.)]TJ 5.237 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf -29.612 -11.956 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-333(as:)-445(a)-333(real)-333(n)27(um)28(b)-28(er.)]TJ
0 g 0 G
- 139.477 -197.26 Td [(137)]TJ
+/F27 9.9626 Tf -24.906 -19.925 Td [(cond)]TJ
0 g 0 G
-ET
-
-endstream
-endobj
-1740 0 obj
-<<
-/Length 80
->>
-stream
+/F8 9.9626 Tf 28.532 0 Td [(An)-280(estimate)-280(of)-279(the)-280(condition)-280(n)28(um)28(b)-28(er)-280(of)-279(matrix)]TJ/F11 9.9626 Tf 204.226 0 Td [(A)]TJ/F8 9.9626 Tf 7.472 0 Td [(;)-298(only)-279(a)28(v)55(ailable)-280(with)-279(the)]TJ/F11 9.9626 Tf -215.324 -11.955 Td [(C)-72(G)]TJ/F8 9.9626 Tf 18.988 0 Td [(metho)-28(d)-333(on)-333(real)-334(data.)]TJ -18.988 -11.955 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(global)]TJ/F8 9.9626 Tf -32.379 -11.956 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(optional)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(Returned)-287(as:)-421(a)-287(real)-287(n)28(um)28(b)-28(er.)-429(A)-287(correct)-287(result)-286(will)-287(b)-28(e)-287(greater)-287(than)-287(or)-286(equal)]TJ 0 -11.955 Td [(to)-267(one;)-288(if)-267(sp)-28(eci\014ed)-266(for)-267(non-real)-266(data,)-280(or)-266(an)-267(error)-266(o)-28(ccurred,)-280(zero)-267(is)-266(returned.)]TJ
0 g 0 G
+/F27 9.9626 Tf -24.906 -19.925 Td [(info)]TJ
0 g 0 G
+/F8 9.9626 Tf 23.758 0 Td [(Error)-333(co)-28(de.)]TJ 1.148 -11.956 Td [(Scop)-28(e:)]TJ/F27 9.9626 Tf 32.379 0 Td [(lo)-32(cal)]TJ/F8 9.9626 Tf -32.379 -11.955 Td [(T)28(yp)-28(e:)]TJ/F27 9.9626 Tf 29.612 0 Td [(required)]TJ/F8 9.9626 Tf -29.612 -11.955 Td [(In)28(ten)28(t:)]TJ/F27 9.9626 Tf 33.486 0 Td [(out)]TJ/F8 9.9626 Tf 16.549 0 Td [(.)]TJ -50.035 -11.955 Td [(An)-333(in)28(te)-1(ger)-333(v)56(alue;)-334(0)-333(means)-333(no)-334(error)-333(has)-333(b)-28(een)-333(detec)-1(ted.)]TJ
0 g 0 G
-BT
-/F8 9.9626 Tf 315.088 90.438 Td [(138)]TJ
+ 139.477 -197.26 Td [(138)]TJ
0 g 0 G
ET
endstream
endobj
-1744 0 obj
+1751 0 obj
<<
/Length 7014
>>
@@ -21801,80 +21805,101 @@ ET
endstream
endobj
-1652 0 obj
+1657 0 obj
<<
/Type /ObjStm
/N 100
-/First 965
-/Length 10416
+/First 969
+/Length 10842
>>
stream
-493 0 1650 58 1651 117 1646 176 1654 282 1656 400 497 458 1657 515 1658 573 1653 631
-1661 737 1659 876 1663 1019 501 1078 1664 1136 1665 1195 1660 1254 1667 1360 1669 1478 505 1536
-1670 1593 1671 1651 1666 1709 1674 1815 1676 1933 509 1992 1673 2050 1680 2156 1677 2304 1678 2451
-1682 2601 513 2659 1683 2716 1679 2774 1689 2931 1684 3097 1685 3241 1686 3386 1687 3533 1691 3680
-517 3739 1688 3797 1697 3903 1692 4069 1693 4215 1694 4358 1695 4505 1699 4649 521 4707 1696 4764
-1702 4870 1700 5009 1704 5156 525 5215 1701 5273 1706 5379 1708 5497 529 5555 1705 5612 1711 5718
-1713 5836 533 5895 1710 5953 1718 6046 1714 6194 1715 6343 1720 6488 537 6546 1721 6603 1722 6661
-1723 6719 1724 6777 1717 6835 1730 7032 1716 7198 1726 7344 1727 7487 1728 7631 1732 7777 1729 7836
-1735 7955 1733 8094 1737 8238 1734 8296 1739 8402 1741 8520 1738 8579 1743 8646 1745 8764 1746 8822
-724 8880 1747 8937 775 8994 774 9051 730 9108 731 9165 747 9222 727 9279 728 9336 1748 9393
-% 493 0 obj
+1652 0 1650 139 1654 283 493 342 1655 400 1656 459 1651 518 1659 624 1661 742 497 800
+1662 857 1663 915 1658 973 1666 1079 1664 1218 1668 1361 501 1420 1669 1478 1670 1537 1665 1596
+1672 1702 1674 1820 505 1878 1675 1935 1676 1993 1671 2051 1679 2157 1681 2275 509 2334 1678 2392
+1685 2498 1682 2646 1683 2793 1687 2943 513 3001 1688 3058 1684 3116 1694 3273 1689 3439 1690 3583
+1691 3728 1692 3875 1696 4022 517 4081 1693 4139 1702 4245 1697 4411 1698 4557 1699 4700 1700 4847
+1704 4991 521 5049 1701 5106 1707 5212 1705 5351 1709 5497 525 5556 1706 5614 1711 5720 1713 5838
+529 5896 1710 5953 1718 6059 1715 6207 1716 6353 1720 6500 533 6559 1717 6617 1722 6723 1724 6841
+537 6899 1721 6956 1729 7049 1725 7197 1726 7346 1731 7490 541 7549 1732 7607 1733 7666 1734 7725
+1735 7784 1728 7842 1741 8039 1727 8205 1737 8352 1738 8495 1739 8639 1743 8786 1740 8844 1746 8963
+1744 9102 1748 9246 1745 9305 1750 9411 1752 9529 1753 9587 729 9645 1754 9702 780 9759 779 9816
+% 1652 0 obj
<<
-/D [1647 0 R /XYZ 150.705 720.077 null]
+/Type /Page
+/Contents 1653 0 R
+/Resources 1651 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1635 0 R
+/Annots [ 1650 0 R ]
>>
% 1650 0 obj
<<
-/D [1647 0 R /XYZ 150.705 679.769 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [345.53 449.411 423.049 460.536]
+/A << /S /GoTo /D (spdata) >>
+>>
+% 1654 0 obj
+<<
+/D [1652 0 R /XYZ 149.705 753.953 null]
>>
-% 1651 0 obj
+% 493 0 obj
+<<
+/D [1652 0 R /XYZ 150.705 720.077 null]
+>>
+% 1655 0 obj
+<<
+/D [1652 0 R /XYZ 150.705 679.769 null]
+>>
+% 1656 0 obj
<<
-/D [1647 0 R /XYZ 150.705 679.769 null]
+/D [1652 0 R /XYZ 150.705 679.769 null]
>>
-% 1646 0 obj
+% 1651 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1654 0 obj
+% 1659 0 obj
<<
/Type /Page
-/Contents 1655 0 R
-/Resources 1653 0 R
+/Contents 1660 0 R
+/Resources 1658 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
+/Parent 1635 0 R
>>
-% 1656 0 obj
+% 1661 0 obj
<<
-/D [1654 0 R /XYZ 98.895 753.953 null]
+/D [1659 0 R /XYZ 98.895 753.953 null]
>>
% 497 0 obj
<<
-/D [1654 0 R /XYZ 99.895 720.077 null]
+/D [1659 0 R /XYZ 99.895 720.077 null]
>>
-% 1657 0 obj
+% 1662 0 obj
<<
-/D [1654 0 R /XYZ 99.895 679.769 null]
+/D [1659 0 R /XYZ 99.895 679.769 null]
>>
-% 1658 0 obj
+% 1663 0 obj
<<
-/D [1654 0 R /XYZ 99.895 679.769 null]
+/D [1659 0 R /XYZ 99.895 679.769 null]
>>
-% 1653 0 obj
+% 1658 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1661 0 obj
+% 1666 0 obj
<<
/Type /Page
-/Contents 1662 0 R
-/Resources 1660 0 R
+/Contents 1667 0 R
+/Resources 1665 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1630 0 R
-/Annots [ 1659 0 R ]
+/Parent 1635 0 R
+/Annots [ 1664 0 R ]
>>
-% 1659 0 obj
+% 1664 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -21882,87 +21907,87 @@ stream
/Rect [345.53 582.91 423.049 594.035]
/A << /S /GoTo /D (spdata) >>
>>
-% 1663 0 obj
+% 1668 0 obj
<<
-/D [1661 0 R /XYZ 149.705 753.953 null]
+/D [1666 0 R /XYZ 149.705 753.953 null]
>>
% 501 0 obj
<<
-/D [1661 0 R /XYZ 150.705 720.077 null]
+/D [1666 0 R /XYZ 150.705 720.077 null]
>>
-% 1664 0 obj
+% 1669 0 obj
<<
-/D [1661 0 R /XYZ 150.705 679.769 null]
+/D [1666 0 R /XYZ 150.705 679.769 null]
>>
-% 1665 0 obj
+% 1670 0 obj
<<
-/D [1661 0 R /XYZ 150.705 679.769 null]
+/D [1666 0 R /XYZ 150.705 679.769 null]
>>
-% 1660 0 obj
+% 1665 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1667 0 obj
+% 1672 0 obj
<<
/Type /Page
-/Contents 1668 0 R
-/Resources 1666 0 R
+/Contents 1673 0 R
+/Resources 1671 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
+/Parent 1677 0 R
>>
-% 1669 0 obj
+% 1674 0 obj
<<
-/D [1667 0 R /XYZ 98.895 753.953 null]
+/D [1672 0 R /XYZ 98.895 753.953 null]
>>
% 505 0 obj
<<
-/D [1667 0 R /XYZ 99.895 720.077 null]
+/D [1672 0 R /XYZ 99.895 720.077 null]
>>
-% 1670 0 obj
+% 1675 0 obj
<<
-/D [1667 0 R /XYZ 99.895 679.769 null]
+/D [1672 0 R /XYZ 99.895 679.769 null]
>>
-% 1671 0 obj
+% 1676 0 obj
<<
-/D [1667 0 R /XYZ 99.895 679.769 null]
+/D [1672 0 R /XYZ 99.895 679.769 null]
>>
-% 1666 0 obj
+% 1671 0 obj
<<
-/Font << /F16 546 0 R /F27 548 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F27 552 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1674 0 obj
+% 1679 0 obj
<<
/Type /Page
-/Contents 1675 0 R
-/Resources 1673 0 R
+/Contents 1680 0 R
+/Resources 1678 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
+/Parent 1677 0 R
>>
-% 1676 0 obj
+% 1681 0 obj
<<
-/D [1674 0 R /XYZ 149.705 753.953 null]
+/D [1679 0 R /XYZ 149.705 753.953 null]
>>
% 509 0 obj
<<
-/D [1674 0 R /XYZ 150.705 716.092 null]
+/D [1679 0 R /XYZ 150.705 716.092 null]
>>
-% 1673 0 obj
+% 1678 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F14 757 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F14 762 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1680 0 obj
+% 1685 0 obj
<<
/Type /Page
-/Contents 1681 0 R
-/Resources 1679 0 R
+/Contents 1686 0 R
+/Resources 1684 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
-/Annots [ 1677 0 R 1678 0 R ]
+/Parent 1677 0 R
+/Annots [ 1682 0 R 1683 0 R ]
>>
-% 1677 0 obj
+% 1682 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -21970,7 +21995,7 @@ stream
/Rect [321.343 511.179 388.401 522.304]
/A << /S /GoTo /D (precdata) >>
>>
-% 1678 0 obj
+% 1683 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -21978,33 +22003,33 @@ stream
/Rect [168.831 421.792 175.293 433.832]
/A << /S /GoTo /D (Hfootnote.3) >>
>>
-% 1682 0 obj
+% 1687 0 obj
<<
-/D [1680 0 R /XYZ 98.895 753.953 null]
+/D [1685 0 R /XYZ 98.895 753.953 null]
>>
% 513 0 obj
<<
-/D [1680 0 R /XYZ 99.895 720.077 null]
+/D [1685 0 R /XYZ 99.895 720.077 null]
>>
-% 1683 0 obj
+% 1688 0 obj
<<
-/D [1680 0 R /XYZ 115.138 129.79 null]
+/D [1685 0 R /XYZ 115.138 129.79 null]
>>
-% 1679 0 obj
+% 1684 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R /F11 740 0 R /F7 755 0 R /F32 758 0 R /F31 760 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R /F11 745 0 R /F7 760 0 R /F32 763 0 R /F31 765 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1689 0 obj
+% 1694 0 obj
<<
/Type /Page
-/Contents 1690 0 R
-/Resources 1688 0 R
+/Contents 1695 0 R
+/Resources 1693 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
-/Annots [ 1684 0 R 1685 0 R 1686 0 R 1687 0 R ]
+/Parent 1677 0 R
+/Annots [ 1689 0 R 1690 0 R 1691 0 R 1692 0 R ]
>>
-% 1684 0 obj
+% 1689 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22012,7 +22037,7 @@ stream
/Rect [368.666 586.895 446.184 598.02]
/A << /S /GoTo /D (spdata) >>
>>
-% 1685 0 obj
+% 1690 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22020,7 +22045,7 @@ stream
/Rect [447.73 519.15 514.788 530.274]
/A << /S /GoTo /D (precdata) >>
>>
-% 1686 0 obj
+% 1691 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22028,7 +22053,7 @@ stream
/Rect [422.298 451.404 489.356 462.529]
/A << /S /GoTo /D (descdata) >>
>>
-% 1687 0 obj
+% 1692 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22036,29 +22061,29 @@ stream
/Rect [369.385 226.248 436.443 237.373]
/A << /S /GoTo /D (precdata) >>
>>
-% 1691 0 obj
+% 1696 0 obj
<<
-/D [1689 0 R /XYZ 149.705 753.953 null]
+/D [1694 0 R /XYZ 149.705 753.953 null]
>>
% 517 0 obj
<<
-/D [1689 0 R /XYZ 150.705 720.077 null]
+/D [1694 0 R /XYZ 150.705 720.077 null]
>>
-% 1688 0 obj
+% 1693 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1697 0 obj
+% 1702 0 obj
<<
/Type /Page
-/Contents 1698 0 R
-/Resources 1696 0 R
+/Contents 1703 0 R
+/Resources 1701 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
-/Annots [ 1692 0 R 1693 0 R 1694 0 R 1695 0 R ]
+/Parent 1677 0 R
+/Annots [ 1697 0 R 1698 0 R 1699 0 R 1700 0 R ]
>>
-% 1692 0 obj
+% 1697 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22066,7 +22091,7 @@ stream
/Rect [321.343 574.94 388.401 586.065]
/A << /S /GoTo /D (precdata) >>
>>
-% 1693 0 obj
+% 1698 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22074,7 +22099,7 @@ stream
/Rect [347.301 519.15 423.355 530.274]
/A << /S /GoTo /D (vdata) >>
>>
-% 1694 0 obj
+% 1699 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22082,7 +22107,7 @@ stream
/Rect [324.885 463.359 391.943 474.484]
/A << /S /GoTo /D (descdata) >>
>>
-% 1695 0 obj
+% 1700 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -22090,298 +22115,295 @@ stream
/Rect [347.301 274.069 423.355 285.194]
/A << /S /GoTo /D (vdata) >>
>>
-% 1699 0 obj
+% 1704 0 obj
<<
-/D [1697 0 R /XYZ 98.895 753.953 null]
+/D [1702 0 R /XYZ 98.895 753.953 null]
>>
% 521 0 obj
<<
-/D [1697 0 R /XYZ 99.895 720.077 null]
+/D [1702 0 R /XYZ 99.895 720.077 null]
>>
-% 1696 0 obj
+% 1701 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1702 0 obj
+% 1707 0 obj
<<
/Type /Page
-/Contents 1703 0 R
-/Resources 1701 0 R
+/Contents 1708 0 R
+/Resources 1706 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1672 0 R
-/Annots [ 1700 0 R ]
+/Parent 1677 0 R
+/Annots [ 1705 0 R ]
>>
-% 1700 0 obj
+% 1705 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [372.153 560.993 439.211 572.118]
+/Rect [372.153 574.94 439.211 586.065]
/A << /S /GoTo /D (precdata) >>
>>
-% 1704 0 obj
+% 1709 0 obj
<<
-/D [1702 0 R /XYZ 149.705 753.953 null]
+/D [1707 0 R /XYZ 149.705 753.953 null]
>>
% 525 0 obj
<<
-/D [1702 0 R /XYZ 150.705 720.077 null]
+/D [1707 0 R /XYZ 150.705 720.077 null]
>>
-% 1701 0 obj
+% 1706 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1706 0 obj
+% 1711 0 obj
+<<
+/Type /Page
+/Contents 1712 0 R
+/Resources 1710 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 1714 0 R
+>>
+% 1713 0 obj
+<<
+/D [1711 0 R /XYZ 98.895 753.953 null]
+>>
+% 529 0 obj
+<<
+/D [1711 0 R /XYZ 99.895 720.077 null]
+>>
+% 1710 0 obj
+<<
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+% 1718 0 obj
<<
/Type /Page
-/Contents 1707 0 R
-/Resources 1705 0 R
+/Contents 1719 0 R
+/Resources 1717 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
+/Parent 1714 0 R
+/Annots [ 1715 0 R 1716 0 R ]
+>>
+% 1715 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [372.153 574.94 439.211 586.065]
+/A << /S /GoTo /D (precdata) >>
+>>
+% 1716 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [372.153 499.224 439.211 510.349]
+/A << /S /GoTo /D (precdata) >>
>>
-% 1708 0 obj
+% 1720 0 obj
<<
-/D [1706 0 R /XYZ 98.895 753.953 null]
+/D [1718 0 R /XYZ 149.705 753.953 null]
>>
-% 529 0 obj
+% 533 0 obj
<<
-/D [1706 0 R /XYZ 99.895 720.077 null]
+/D [1718 0 R /XYZ 150.705 720.077 null]
>>
-% 1705 0 obj
+% 1717 0 obj
<<
-/Font << /F16 546 0 R /F30 754 0 R /F27 548 0 R /F8 549 0 R >>
+/Font << /F16 550 0 R /F30 759 0 R /F27 552 0 R /F8 553 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1711 0 obj
+% 1722 0 obj
<<
/Type /Page
-/Contents 1712 0 R
-/Resources 1710 0 R
+/Contents 1723 0 R
+/Resources 1721 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
+/Parent 1714 0 R
>>
-% 1713 0 obj
+% 1724 0 obj
<<
-/D [1711 0 R /XYZ 149.705 753.953 null]
+/D [1722 0 R /XYZ 98.895 753.953 null]
>>
-% 533 0 obj
+% 537 0 obj
<<
-/D [1711 0 R /XYZ 150.705 716.092 null]
+/D [1722 0 R /XYZ 99.895 716.092 null]
>>
-% 1710 0 obj
+% 1721 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F30 754 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F30 759 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1718 0 obj
+% 1729 0 obj
<<
/Type /Page
-/Contents 1719 0 R
-/Resources 1717 0 R
+/Contents 1730 0 R
+/Resources 1728 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
-/Annots [ 1714 0 R 1715 0 R ]
+/Parent 1714 0 R
+/Annots [ 1725 0 R 1726 0 R ]
>>
-% 1714 0 obj
+% 1725 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [333.769 276.229 340.23 288.268]
+/Rect [384.578 276.229 391.04 288.268]
/A << /S /GoTo /D (Hfootnote.4) >>
>>
-% 1715 0 obj
+% 1726 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [294.721 134.549 372.239 145.674]
+/Rect [345.53 134.549 423.049 145.674]
/A << /S /GoTo /D (spdata) >>
>>
-% 1720 0 obj
+% 1731 0 obj
<<
-/D [1718 0 R /XYZ 98.895 753.953 null]
+/D [1729 0 R /XYZ 149.705 753.953 null]
>>
-% 537 0 obj
+% 541 0 obj
<<
-/D [1718 0 R /XYZ 99.895 720.077 null]
+/D [1729 0 R /XYZ 150.705 720.077 null]
>>
-% 1721 0 obj
+% 1732 0 obj
<<
-/D [1718 0 R /XYZ 99.895 446.608 null]
+/D [1729 0 R /XYZ 150.705 446.608 null]
>>
-% 1722 0 obj
+% 1733 0 obj
<<
-/D [1718 0 R /XYZ 99.895 446.608 null]
+/D [1729 0 R /XYZ 150.705 446.608 null]
>>
-% 1723 0 obj
+% 1734 0 obj
<<
-/D [1718 0 R /XYZ 99.895 434.653 null]
+/D [1729 0 R /XYZ 150.705 434.653 null]
>>
-% 1724 0 obj
+% 1735 0 obj
<<
-/D [1718 0 R /XYZ 115.138 129.79 null]
+/D [1729 0 R /XYZ 165.948 129.79 null]
>>
-% 1717 0 obj
+% 1728 0 obj
<<
-/Font << /F16 546 0 R /F8 549 0 R /F27 548 0 R /F11 740 0 R /F14 757 0 R /F10 756 0 R /F7 755 0 R /F30 754 0 R /F32 758 0 R /F31 760 0 R /F33 1725 0 R >>
+/Font << /F16 550 0 R /F8 553 0 R /F27 552 0 R /F11 745 0 R /F14 762 0 R /F10 761 0 R /F7 760 0 R /F30 759 0 R /F32 763 0 R /F31 765 0 R /F33 1736 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1730 0 obj
+% 1741 0 obj
<<
/Type /Page
-/Contents 1731 0 R
-/Resources 1729 0 R
+/Contents 1742 0 R
+/Resources 1740 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
-/Annots [ 1716 0 R 1726 0 R 1727 0 R 1728 0 R ]
+/Parent 1714 0 R
+/Annots [ 1727 0 R 1737 0 R 1738 0 R 1739 0 R ]
>>
-% 1716 0 obj
+% 1727 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [345.53 655.098 412.588 666.223]
+/Rect [294.721 655.098 361.779 666.223]
/A << /S /GoTo /D (precdata) >>
>>
-% 1726 0 obj
+% 1737 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.111 587.85 474.165 598.975]
+/Rect [347.301 587.85 423.355 598.975]
/A << /S /GoTo /D (vdata) >>
>>
-% 1727 0 obj
+% 1738 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [398.111 520.602 474.165 531.727]
+/Rect [347.301 520.602 423.355 531.727]
/A << /S /GoTo /D (vdata) >>
>>
-% 1728 0 obj
+% 1739 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [345.53 386.107 412.588 397.232]
+/Rect [294.721 386.107 361.779 397.232]
/A << /S /GoTo /D (descdata) >>
>>
-% 1732 0 obj
+% 1743 0 obj
<<
-/D [1730 0 R /XYZ 149.705 753.953 null]
+/D [1741 0 R /XYZ 98.895 753.953 null]
>>
-% 1729 0 obj
+% 1740 0 obj
<<
-/Font << /F27 548 0 R /F8 549 0 R /F30 754 0 R /F11 740 0 R /F14 757 0 R >>
+/Font << /F27 552 0 R /F8 553 0 R /F30 759 0 R /F11 745 0 R /F14 762 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1735 0 obj
+% 1746 0 obj
<<
/Type /Page
-/Contents 1736 0 R
-/Resources 1734 0 R
+/Contents 1747 0 R
+/Resources 1745 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
-/Annots [ 1733 0 R ]
+/Parent 1714 0 R
+/Annots [ 1744 0 R ]
>>
-% 1733 0 obj
+% 1744 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [347.301 579.382 423.355 590.507]
+/Rect [398.111 579.382 474.165 590.507]
/A << /S /GoTo /D (vdata) >>
>>
-% 1737 0 obj
-<<
-/D [1735 0 R /XYZ 98.895 753.953 null]
->>
-% 1734 0 obj
-<<
-/Font << /F8 549 0 R /F27 548 0 R /F30 754 0 R /F11 740 0 R >>
-/ProcSet [ /PDF /Text ]
->>
-% 1739 0 obj
-<<
-/Type /Page
-/Contents 1740 0 R
-/Resources 1738 0 R
-/MediaBox [0 0 595.276 841.89]
-/Parent 1709 0 R
->>
-% 1741 0 obj
+% 1748 0 obj
<<
-/D [1739 0 R /XYZ 149.705 753.953 null]
+/D [1746 0 R /XYZ 149.705 753.953 null]
>>
-% 1738 0 obj
+% 1745 0 obj
<<
-/Font << /F8 549 0 R >>
+/Font << /F8 553 0 R /F27 552 0 R /F30 759 0 R /F11 745 0 R >>
/ProcSet [ /PDF /Text ]
>>
-% 1743 0 obj
+% 1750 0 obj
<<
/Type /Page
-/Contents 1744 0 R
-/Resources 1742 0 R
+/Contents 1751 0 R
+/Resources 1749 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 1750 0 R
->>
-% 1745 0 obj
-<<
-/D [1743 0 R /XYZ 98.895 753.953 null]
->>
-% 1746 0 obj
-<<
-/D [1743 0 R /XYZ 99.895 724.062 null]
->>
-% 724 0 obj
-<<
-/D [1743 0 R /XYZ 99.895 699.619 null]
->>
-% 1747 0 obj
-<<
-/D [1743 0 R /XYZ 99.895 643.15 null]
->>
-% 775 0 obj
-<<
-/D [1743 0 R /XYZ 99.895 588.618 null]
+/Parent 1757 0 R
>>
-% 774 0 obj
-<<
-/D [1743 0 R /XYZ 99.895 534.087 null]
->>
-% 730 0 obj
+% 1752 0 obj
<<
-/D [1743 0 R /XYZ 99.895 479.555 null]
+/D [1750 0 R /XYZ 98.895 753.953 null]
>>
-% 731 0 obj
+% 1753 0 obj
<<
-/D [1743 0 R /XYZ 99.895 436.978 null]
+/D [1750 0 R /XYZ 99.895 724.062 null]
>>
-% 747 0 obj
+% 729 0 obj
<<
-/D [1743 0 R /XYZ 99.895 394.402 null]
+/D [1750 0 R /XYZ 99.895 699.619 null]
>>
-% 727 0 obj
+% 1754 0 obj
<<
-/D [1743 0 R /XYZ 99.895 351.272 null]
+/D [1750 0 R /XYZ 99.895 643.15 null]
>>
-% 728 0 obj
+% 780 0 obj
<<
-/D [1743 0 R /XYZ 99.895 308.696 null]
+/D [1750 0 R /XYZ 99.895 588.618 null]
>>
-% 1748 0 obj
+% 779 0 obj
<<
-/D [1743 0 R /XYZ 99.895 266.119 null]
+/D [1750 0 R /XYZ 99.895 534.087 null]
>>
endstream
endobj
-1754 0 obj
+1761 0 obj
<<
/Length 3124
>>
@@ -22424,7 +22446,7 @@ ET
endstream
endobj
-1775 0 obj
+1782 0 obj
<<
/Length1 2422
/Length2 20069
@@ -22604,7 +22626,7 @@ h
©ë–}¸Œhj¬ÑÉ£f/›IV+\}3bGU
ý5"©+IU(€oVžNo±íì⮂ؚ¢b"Ñð±öÞ¢:’7cÂéx€ås¯t£!‹@ïÇ%e)òûÀÒ\ /œCÿsoµ^“ªê- qhÏKä¡p Ú€ó&êØ /_Ïü
endstream
endobj
-1777 0 obj
+1784 0 obj
<<
/Length1 2366
/Length2 17268
@@ -22783,7 +22805,7 @@ u
&gEuë
)Êà?IÈÆì¿qS䥖b\ÔFb±ª¨2pnzœóbZ²ÃI]RÆA!·â¯,ËoÙ5["/â½2¢!°£M9ž8<]°—®öV<†óÊ‚e03Lé5R€®<é×lGNè"ñüäQNõJEHåNWX¸n¤YÜ/¤A,„!¶•¾ð%¶.ˆæéô‰VÞH›³·ìG @—L”Ѥ{eòäYÔ¶Pyº]ð($|i`*=E1MùÞííÍ`{‚}ÞX£,ÊL¬äS§¦Žñ£JB®£lå’£aκ-œÂ«šøõLRÇF€çïMPìÐóšaVÈh¡ZA¶ SÛSVåß®Zµ +*ÂRâÔ/íÓ›‚dáˆ!üÎ[[óRqš-£Çý×¢¢’ ŽŸúZpF«±àY$~'n KöH[ÙÊXæˆ2O¯C›:É{o–Õd0\TS|ÏÉÆ^)؉ªöè+”Ød€Fü—†åë:R¦óèMp9ý§Œ´å—V+h§zðÚX§aOß¿¤ýïåA">íÝÄ[°÷‡Ù‹‰Ù>~KÿÂéÍšDHiDB.Ê@0äRy¸ÅbŸ¤cYÁïú2RDf4ªª™´2¢ãI‚««EôCQj
endstream
endobj
-1779 0 obj
+1786 0 obj
<<
/Length1 1599
/Length2 8420
@@ -22875,7 +22897,7 @@ I
þ¿Tíæ,½€˜à÷oÌãÎ’|c·ÛØ.I£%\FÂœû_àí€I q!¬W&|÷F;„Ëûw•C¢äÀ;zBìi*¢ü7au¨‘-¾Ì¹˜±Ñ-þªþÁòóX[1``X/cã0èú@WÕ€;¢y€_¯Z~×`
endstream
endobj
-1785 0 obj
+1792 0 obj
<<
/Length1 1519
/Length2 8224
@@ -23185,7 +23207,7 @@ t
Ùf;á¤&ú}t”áu®"@H¡ƒD¤ë¯¡u1Ãj+?9>oÝç>D¬qN6®Áy µ ¹K‘Ÿn”;…þøÿÍp9cS&Ü…ŒŽaö¥¨wœX§0i°~ο;°6v¿_ɵ|ªŠW$ÓÓ=;Û ÞîÍí¿û—²Ñ>®‹ƒd‰oý\ŠhÀ6’³z¡†x-à ÜÓ
&Ñ=¼ ¬š—‡AÅä!ž¯:–Àç`bùЂ÷™BÇJ…æ:Y_†±íÊ Í¯Æj$>*ÏX»ßqäB | | | |